 /* 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;font-size: 7pt; }
a:hover                   { text-decoration: underline; color : #FFFFFF;font-size: 7pt; }

/* 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: #026e6e;
	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;
}		      

td.navi{
	
	background-image: url(siteimages/verlauf_2.gif);
	background-repeat:repeat-y;
	font-family: Verdana; 
	font-size: 10px; 
	border-style:none;
	border-width:1px;
	border-color:#c4c6c7;
	border-top-style: none;	
	border-bottom-style: none;
}

table.content{

}