/*Definition der Grunseinstellungen*/
body    		{ color: #000; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 14px; background-color: #dbdbdb; 
				  scrollbar-face-color: #FFFFFF; 
				  scrollbar-shadow-color: #00911a; 
				  scrollbar-highlight-color: #00911a; 
				  scrollbar-3dlight-color: #EEEEEE; 
				  scrollbar-darkshadow-color: #EEEEEE; 
				  scrollbar-track-color: #EEEEEE; 
				  scrollbar-arrow-color: #00911a;
				}

/* Definition der Seitenboxen */
#content_board		{ background-color: white; visibility: visible; position: absolute; top: 0; left: 0; width: 898px; height: 599px; z-index: 2; border: solid 1px #00911a;; }
#banner				{ visibility: visible; position: absolute; top: 0; left: 0; width: 898px; height: 70px; z-index: 1; border-bottom: 1px solid #00911a; }
#content_menue		{ visibility: visible; position: absolute; top: 0; left: 0; width: 159px; height: 598px; z-index: 2; border-bottom: 1px solid #00911a; border-left: 1px solid #00911a; }
#content_down_date	{ visibility: visible; position: absolute; left: 159px; bottom: 0; width: 739px; height: 20px; z-index: 4; border-top: 1px solid #00911a; border-left: 1px solid #00911a; border-bottom-color: #fff; }
#content_menue_adr	{ visibility: visible; position: absolute; left: 0; bottom: 3px; height: auto; width: 156px; z-index: 5; margin-bottom: 3px; margin-left: 3px; }
#content_main  		{ visibility: visible; position: absolute; top: 71px; left: 159px; width: 738px; height: 507px; z-index: 3; border-left: 1px solid #00911a; }
#content_titel_1	{ position: absolute; top: 25px; right: 50px; height: 40px; width: 400px; z-index: 7; visibility: visible; }

















/*Definition der Schriften*/
p 					{ margin: 2px}
.titel_1			{ color: #dbdbdb; font-size: 35px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; font-style: italic; line-height: 40px; text-align: right; vertical-align: bottom; position: absolute; top: 30px; width: 400px; height: auto; visibility: visible; }
.titel_2			{ color: #00911a; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; vertical-align: middle; top: 100px; left: 190px; width: 400px; height: 40px; visibility: visible; }
.date 				{ color: #5a5a5a; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; vertical-align: middle; }
.menue				{ color: #5a5a5a; font-size: 10px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 11px; vertical-align: bottom; padding: 2px; }
ul#content_list     { font-size: 12px; vertical-align: middle; list-style-type: disc; list-style-position: outside; }
.list				{ color: #5a5a5a; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; visibility: visible; list-style-type: disc; list-style-position: outside; white-space: normal; }
.normtxt			{ color: #5a5a5a; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px; text-align: left; vertical-align: middle; }
/*Definition der Adresse in #content_menue_adr (Tabellenersatz)*/
.adrleft			{ float: left; width: 40px; height: 12px; margin: 1px; }
.adrright			{ float: left; width: 110px; height: 12px; margin: 1px; }
.adrformzeile 		{ margin: 1px; clear: both; }


/* definition für links*/
a:link 				{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #5a5a5a; font-size:11px; font-weight: bold; text-decoration:none; }
a:visited 			{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #5a5a5a; font-size:11px; font-weight: bold; text-decoration:none; }
a:hover 			{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #00911a; font-size:11px; font-weight: bold; text-decoration:none; }
a:active 			{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #00911a; font-size:11px; font-weight: bold; text-decoration:none; }


