/* Schriftart im gesamten Dokument */
body, td, div, p, li, form {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
        font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
}
.HEAD1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
;font-family: Verdana, Arial, Helvetica, sans-serif; 
                color: #000000
}
.HEAD2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
; font-family: Verdana, Arial, Helvetica, sans-serif; 
                 color: #000000
}
.BOLD {
	font-weight: bold;
}
/*Kleine Schrift, kann auch als nicht verlinkte Variante von .SMALLINK eingesetzt werden.*/
.SMALL {
	font-size: 9px;
	line-height: 11px;
}
/*Textlinks*/
a {
	color: #CC33CC;
	text-decoration: none;
                
}
a:hover {
	color: #CC33CC;
	text-decoration: underline;
                
}
/*Navigation*/
a.NAV { 
        color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
a.NAV:hover {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}

/*Navigationspunkt ohne Verlinkung*/
.NAVCUR {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.NAVCUR:hover {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}


/*Subnavigation*/
a.SNAV {
	color: #000000;
	font-size: 11px;
        font-weight: normal;	
        line-height: 18px;
	text-decoration: none;

}
a.SNAV:hover {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}

/*Subnavigationspunkt ohne Verlinkung*/
.SNAVCUR {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
                font-weight: bold;
	text-decoration: underline;

}
.SNAVCUR:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}

/*Subnavigation2*/
a.SNAV2 {
	color: #000000;
	font-size: 9px;
        font-weight: normal;	
        line-height: 16px;
	text-decoration: none;

}
a.SNAV2:hover {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 16px;
	text-decoration: none;
}

/*Subnavigationspunkt ohne Verlinkung*/
.SNAVCUR2 {
	color: #000000;
	font-size: 9px;
	line-height: 16px;
                font-weight: normal;
	text-decoration: underline;
}

}
.SNAVCUR2:hover {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline;
}

/*Subnavigation3*/

a.SNAV3 {
	color: #000000;
	font-size: 9px;
        font-weight: normal;	
        line-height: 14px;
	text-decoration: none;

}
a.SNAV3:hover {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 14px;
	text-decoration: none;
}

/*Subnavigationspunkt ohne Verlinkung*/
.SNAVCUR3 {
	color: #000000;
	font-size: 9px;
	line-height: 14px;
                font-weight: normal;
	text-decoration: underline;
}

}
.SNAVCUR3:hover {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: underline;
}

/* Links in kleiner Schriftgroesse, z.B. für Schnellnavigation */
a.SMALLINK {
	color: #000000;
	font-size: 9px;
	line-height: 11px;
}
a.SMALLINK:hover {
	color: #000000;
	font-size: 9px;
	line-height: 11px;
}
.TEXT {   
        font-size: 11px; 
        font-weight: normal;
        color: #000000;
}



/*Menu*/
a.MENU { color: #00387D;
	font-size: 9px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
a.MENU:hover {
	color: #0294D4;
	font-size: 9px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}

/*Navigationspunkt ohne Verlinkung*/
.MENUCUR {
	color: #0294D4;
	font-size: 9px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}

SELECT { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; font-weight: normal; color: #333333;  border: 1px #CC99CC solid; background-color: #F4F4F4}
TEXTAREA { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: normal; color: #333333;  border: 1px #CC99CC solid; background-color: #F4F4F4}
INPUT { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: normal; color: #333333;  border: 1px #CC99CC solid; background-color: #F4F4F4}
.send { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: normal; color: #CC99CC;  border: 1px #CC99CC solid; background-color: #F4F4F4}