html					{
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 11px;
							font-weight: normal;
						}

body                    {	margin-left: 0px;
							margin-top: 10px;
							margin-right: 0px;
							margin-bottom: 0px;
						  	background-color:#ffffff;
							color: #7f7f7f;
							text-decoration: none;
						}
						
form					{	margin-left: 0px;
							margin-top: 0px;
							margin-right: 0px;
							margin-bottom: 0px;
						}

/* begin links */
a, a:link, a:visited	{ text-decoration: none; color: #7f7f7f; } /*standard blue*/
a:hover   				{ text-decoration: underline; color: #003399; }
a:active  				{ text-decoration: none; }


a.txt_blue  , .txt_blue		{ color: #003399; font-weight:normal; }
a.txt_blue_b, .txt_blue_b	{ color: #003399; font-weight:bold;   }

a.txt_red  , .txt_red		{ color: #990000; font-weight:normal; }
a.txt_red_b, .txt_red_b		{ color: #990000; font-weight:bold;   }

a.txt_orange  , .txt_orange		{ color: #f36f1a; font-weight:normal; }
a.txt_orange_b, .txt_orange_b	{ color: #f36f1a; font-weight:bold;   }

/* end links */

.txt_head_gry		{ font-size: 18px; color: #7f7f7f; font-weight:normal; }
.txt_head_gry_b		{ font-size: 18px; color: #7f7f7f; font-weight:bold;   }

.txt_head_blk		{ font-size: 14px; color: #000000; font-weight:normal; }
.txt_head_blk_b		{ font-size: 14px; color: #000000; font-weight:bold;   }

.txt_head		{ font-size: 13px; color: #003399; font-weight:normal; }
.txt_head_b		{ font-size: 13px; color: #003399; font-weight:bold;   }

.txt_small		{ font-size: 10px; font-weight:normal; }
.txt_small_b	{ font-size: 10px; font-weight:bold;   }

.txt_wht_small		{ font-size: 9px; font-weight:normal; color: #FFFFFF; }
.txt_wht_small_b	{ font-size: 9px; font-weight:bold;   color: #FFFFFF; }

h1				{ font-size: 13px; color: #7f7f7f; font-weight:bold;
					margin: 0px;
					padding:0px;
				}
				
.bild_rahmen { border: 1px solid #ccc; }

/* begin form fields */
.enter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	background-color:	#FFFFFF;
	border-color:		#999999;
	border-style:		solid;
	border-width:		1px;
}
.enter_fail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	background-color:#8daff4;
	border-color:#999999;
	border-style:solid;
	border-width:1px;	
	font-size: 10px;
}
.button {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#003399;
	border-color:#d8d8d8;
	border-style:solid;
	border-width:1px;
	height:18px;
}
.button_orange {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#f3721e;
	border-color:#d8d8d8;
	border-style:solid;
	border-width:1px;
	height:18px;
}

/* end form fields */
