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

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



}
.navi a:link
{
	 text-decoration : none;
 	 color : #fffffd;
}

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

.navi a:active  
{
	 text-decoration : none;
	 color : #B0D0CC;
}

.navi a:hover  
{
	 text-decoration : underline;
	 color : #B0D0CC;
	
}
.content a:link
{
	 text-decoration : none;
 	 color : #fffffd;
	 border-bottom: 1px dotted #fffffd;
}

.content a:visited  
{
	 text-decoration : none;
	 color : #B0D0CC;
	 border-bottom: 1px dotted #B0D0CC;
}

.content a:active  
{
	 text-decoration : none;
	 color : #B0D0CC;
	 border-bottom: 1px dotted #B0D0CC;
}

.content a:hover  
{
	 text-decoration : underline;
	 color : #B0D0CC;
	
}
.font-klein {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #fffffd;
}
.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;
}

tr.even {
	background-color: #677C89;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;

}

tr.uneven {
	background-color: #819BAB;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
