.font { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px
}
.fontklein { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #24696b
}
.ueberschrift { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-weight: bold; 
		color: #24696b
}
.untertitel {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;
		 font-weight: bold; 
		 color: #666666
}
.fontfunktion {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000000
}
.fontfunktionweiss {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		color: #CCCCCC
}
.fontaktiv { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #003399
}
.fontkleinaktiv { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #FF0000
}
a {  
	text-decoration: none; 
	color: #FFFFFF;
}
a.nav:link  {
        color : #FFFFFF;
        text-decoration :none;
}

a.nav:visited {
        color : #FFFFFF;
        text-decoration :none;
}
a.nav:hover {
        color : #BBC4DF;
        text-decoration :none;
		border-color: #FFFFFF;
}
.inputtext1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        background-color: #eeeeee;
        padding: 2px 2px;
        height: 20px;
        width: 300px;
        border: 1px solid #CCCCCC;
}
.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
.inputfeld {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        background-color: #eeeeee;
        padding: 2px 2px;
        height: 60px;
        width: 300px;
        border: 1px solid #CCCCCC;
}
.formular {


        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #4A69B5;
        padding: 2px;
        height: auto;
        width: auto;
        border: 1px solid #ffffff;
}
.fontweiss { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold}
