/* ############# Allgemein #############*/

html, body {
	
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;	
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 

}



.fliess {  
		font-size: 0.8em; 
		color: #7B7877;
}

.klein {  
		font-size: 0.6em; 
		color: #A19C9A;
}

.menue_eingang { 

		font-size: 0.9em; 
		font-weight: bolder; 
		color: #7B7877;
}

.menue_seiten { 
		font-size: 0.7em; 
		font-weight: bold;
		text-decoration: none;
}

.unterpunkt { 
		font-size: 0.7em; 
		font-weight: bold; 
		color: #FFFFFF;
}



.ziffer { 
		
		font-size: 0.7em; 
		font-weight: bold; 
		color: #7B7877;
}

.klick { 

		font-size: 0.6em; 
		font-weight: bold; 
		text-decoration: none;
}

a:link {   
		font-weight: bold; 
		color: #7B7877; 
		text-decoration: none;
}

a:visited {  	

		font-weight: bold; 
		color: #94908E; 
		text-decoration: none;
}

a:hover {  

		font-weight: bold; 
		text-decoration: none; 
		color: #FFFFFF;
}

a:active {  

		font-weight: bold; 
		color: #FFFFFF; 
		text-decoration: none;
}

.ziffer_gross { 

		font-size: 0.8em; 
		font-weight: bold; 
		color: #7B7877; 
}


