
body { 			background-color:#ADADAD;
				
}

.haupttext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #242323;
	line-height: 18px;

}

.haupttext a:link  { color: #333366; font-size: 12px; font-family: Arial; text-decoration: none; }
.haupttext a:visited { color: #333366; font-size: 12px; font-family: Arial; text-decoration: none;}
.haupttext a:active { color:#999999; font-size: 12px; font-family: Arial; text-decoration: none;}
.haupttext a:hover { color: #999999; font-size: 12px; font-family: Arial; text-decoration: none;}



.navi a:link  { color: #ffffff; font-size: 12px; font-family: Verdana; text-decoration: none;}
.navi a:visited { color: #ffffff; font-size: 12px; font-family: Verdana; text-decoration: none;}
.navi a:active { color:#333333; font-size: 12px; font-family: Verdana; text-decoration: none;}
.navi a:hover { color: #999999; font-size: 12px; font-family: Verdana; text-decoration: none;}


.navigation {
	width:250px;
	float:right;
	text-align: right;
	list-style-type: none;
		}
		

/* Navigation */

#navigation  ul	{list-style-type:none;
					padding:0;
					margin:1em;
				}
#navigation ul ul 	{list-style-type:none;
						padding:0;
						margin:0 0 0.5em 1em;
				}			
								
ul.navi {
	margin-bottom:0.2em;
	list-style-type:none;
	font-size: 11px;
	}
		

ul.navi a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	/*font-weight:bold;*/
	border-bottom: 1px solid #aaa;
	background-color:#647280;
	border-color: #ffffff;
	padding:0.5em 0.1em 0.2em 0.2em;
	margin: 0.0em 0.0em 0 0em ;
				}	
ul.navi  a.active { background-color:#B3C6D8;
				  border-color:#333333
				  color:#ffffff;
			
}
				
ul.navi a:hover {	background-color:#B3C6D8;
					color:#333333;
				    border-color:#ffffff;
			}
					
ul.subnavi 	{
	list-style-type:none;
	font-size: 11px;
	margin: 0;
	padding:0;
	margin-bottom:0.2em; 
				}				
				
ul.subnavi a {	 
		
				padding:0.3em 0.0em;
				text-decoration:none;
				color:#333366;
				font-weight:normal;
				background-color:#fcdb41;
				border:0;
				border-bottom: 1px solid #aaa;
				border-color: #003399;
				margin: 0em 0 0 0em ;			
				}	
										
ul.subnavi a:hover { text-decoration:none;
				      background:#fcdb41;
					  
				}
				
ul.subnavi a.active { background-color:#fcdb41;
					font-weight:bold;
					color:#555;
					border-color: #003399;;
					
}

/* Navigation Ende */