.font { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000000
}
.fontklein { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000
}
.ueberschrift { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		font-weight: bold; 
		color: #666666 
}
.untertitel {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		 font-weight: bold; 
		 color: #000000
}
.fontfunktion {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #FFFFFF
}
.fontfunktionweiss {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #FFFFFF
}
.fontaktiv { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #FFFFFF
}
.fontkleinaktiv { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #330066
}
a {  
	text-decoration: none
; color: #333333
}
a.nav:link  {
        color : #000000;
        text-decoration :none;
}
a.nav:activ {
        color : #FF3300
        text-decoration :none;
}
a.nav:visited {
        color : #000000;
        text-decoration :none;
}
a.nav:hover {
        color : #666666;
        text-decoration :blink;
; background-color: #CCCCCC
}
.inputtext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        background-color: #eeeeee;
        padding: 2px;
        height: 20px;
        width: 250px;
        border: 1px solid #CCCCCC;
}
.inputtextklein {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        background-color: #eeeeee;
        padding: 2px;
        height: 20px;
        width: 30px;
        border: 1px solid #CCCCCC;
}
.inputtextarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        background-color: #eeeeee;
        padding: 2px 2px;
        height: 90px;
        width: 250px;
        border: 1px solid #CCCCCC;
}
.inputbutton {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        background-color: #eeeeee;
        padding: 2px;
        border: 1px solid #CCCCCC;
}
