.font1 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
.head1 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;

}
.head2 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 15px;
	font-weight: bolder;
	color: #f58309;
	text-transform: uppercase;



}
a:link
{
	 text-decoration : none;
 	 color : #ffffff;
}

a:visited  
{
	 text-decoration : none;
	 color : #B0D0CC;
}

a:active  
{
	 text-decoration : none;
	 color : #f58309;
}

a:hover  
{
	 text-decoration : none;
	 color : #f58309;
	
}
.font-klein {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
}
.mail {
	text-decoration: underline;
	color: #B0D0CC;
}
.head3 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #f58309;
	text-transform: uppercase;
}
.orange {
	color: #f58309;
}
.grün {
	color: #B0D0CC;
}
