/**************  Grundvorgaben ***********/
* {
	font-family: Verdana, helvetica, sans-serif;
}


DIV, H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { 
	font-family: Verdana, helvetica, sans-serif;
	letter-spacing:0.1em;	
	/*line-height:18px;*/
	
}


P, TD, UL, OL, LI { 
	
	font-size: 10px; 
	line-height:18px;

}
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 8pt; }

#content_main UL LI {
	font-size: 10pt; 
}


P.bodytext, DIV.bodytext {
	font-size:10pt;
	font-weigth:normal
}


a:link 		{ color:#CC0000;}
			
a:visited 	{ color:#CC0000;}
			
a:active 	{ color:#CC0000;}

a:hover		{ color: #333333;}


