 /* Generelle Einstellungen */
body {
	background-color: #000000;
}


/* Background für die News */
.centerbg	{ background-color: 000000; }

/* Background für die Navigationsleisten */
.navibgl   { background-image: url(siteimages/nav_bgl.gif);}
.navibgr   { background-image: url(siteimages/nav_bgr.gif);}
.navifont  { font-family: Verdana; font-size: 10px; }
.inactive  { color : #7D562D;}

a:link,a:active,a:visited { text-decoration: none; color : #FFFFFF; }
a:hover                   { text-decoration: underline; color : #FFFFFF; }

/* Fonts für News */
.navinewsheadline   { font-family: Verdana; font-size: 11px; font-weight: Bold;
		      color: #FFFFFF; } 

.navinewstext       { font-family: Verdana; font-size: 10px;
		      color: #FFFFFF; text-decoration: none; } 


/* Fonts für Text & Copyright */
.navinewscopyright   { font-family: Verdana; font-size: 10px;
		      color: #FFFFFF; text-decoration: none; } 
		      
.textbox {
	background: transparent;
	background-color: #34552A;
	border: solid 1px solid;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11;
	text-align: left;
}
.selectbox {
	background-color: #FFD09E;
	color: #000000;
	font-family: verdana;
	font-size: 7pt;
	text-align: left;
}		      