/* Standardfarbe für body weiß */
body {	background-color: #027571;	}


/* Standardschriftart Verdana */
td {
font-family: Verdana;
	font-size: 11px; 
        font-weight: bold;         
        line-height: normal;
        text-decoration: none;
        color : #333333;
}
/* Definitionen für die Menueleiste */

table.oben { background-color: #E8E8E8; 
		}
 		
td.oben {
	border-right: 2px dotted #CA0000; 	 
 	color: #999999;
}

/* sonstige Hyperlinks  */
a.navi:link  { font-family: Verdana; font-size: 11px; color:#CCFFFF; 
	font-weight: bold; text-decoration: none;}

a.navi:visited { font-family: Verdana; font-size: 11px; color:#CCFFFF; 
	font-weight: bold; text-decoration: none;}

a.navi:active {font-family: Verdana; font-size: 11px; color:#CA0000; 
	font-weight: bold; text-decoration: none;}

a.navi:hover {font-family: Verdana; font-size: 11px; color:#FFFFFF; 
	font-weight: bold; text-decoration: none; }
a.navi2:link  { font-family: Verdana; font-size: 11px; color:#7F9F9B; 
	font-weight: bold; text-decoration: underline;}

a.navi2:visited { font-family: Verdana; font-size: 11px; color:#7F9F9B; 
	font-weight: bold; text-decoration: underline;}

a.navi2:active {font-family: Verdana; font-size: 11px; color:#7F9F9B; 
	font-weight: bold; text-decoration: none;}

a.navi2:hover {font-family: Verdana; font-size: 11px; color:#663333; 
	font-weight: bold; text-decoration: underline; }
	
	
}


