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

body                    {	margin-left: 0px;
							margin-top: 0px;
							margin-right: 0px;
							margin-bottom: 0px;
							color: #FFFFFF;
							text-decoration: none;
						}
						
form					{	margin-left: 0px;
							margin-top: 0px;
							margin-right: 0px;
							margin-bottom: 0px;
						}
						
.bilder { border-width:5px; border-color:#FFFFFF }

/* begin links */
a, a:link, a:visited	{ text-decoration: none; color: #3a5c2b; } /*standard blue*/
a:hover   				{ text-decoration: underline; color: #28401d; }
a:active  				{ text-decoration: none; }


a.txt_blue  , .txt_blue		{ color: #28401d; font-weight:normal; }
a.txt_blue_b, .txt_blue_b	{ color: #28401d; 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_menu  , .txt_menu		{ color: #ffffff; font-size:11px; font-weight:normal; line-height:16px; }
a.txt_menu_b, .txt_menu_b	{ color: #990000; font-size:11px; font-weight:bold; line-height:16px;   }

/* end links */


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

.txt_marked		{ font-size: 16px; color: #990000; font-weight:normal; }
.txt_marked_b	{ font-size: 16px; color: #990000; font-weight:bold;   }

.txt_invert		{ font-size: 11px; color: #000000; font-weight:normal; }
.txt_invert_b	{ font-size: 11px; color: #000000; font-weight:bold;   }
.txt_invert_big		{ font-size: 14px; color: #000000; font-weight:normal; }
.txt_invert_big_b	{ font-size: 14px; color: #000000; font-weight:bold;   }
.txt_invert_small		{ font-size: 10px; color: #000000; font-weight:normal; }

.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: #3a5c2b; font-weight:bold;
					margin: 0px;
					padding:0px;
				}

/* 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:#28401d;
	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 */
