/* 	$Header: $ 

	Alle definierten Klassen, die nicht im HTML Editor erscheinen sollen, mit "visible: false;" angeben.
	Beschreibung: "caption: ..."
*/

BODY				{ background-color: #FFFFFF; }
BODY,P,TD,TH 		{ font-family: Verdana, Helv, Helvetica, "sans-serif"; font-size: 11px; color: #013467; line-height: 18px; }

A 					{ color: #013467; text-decoration: none; }
A:HOVER 			{ color: #3098E0; text-decoration: underline; }

H1		{ font-size: 14px; margin-bottom: 0px; padding-bottom: 0px; }
H2		{ font-size: 12px; margin-bottom: 1px; padding-bottom: 1px; margin-top: 1px; padding-top: 1px; }
H3		{ font-size: 16px; color: #FFFFFF; }
A.H4, A.H4:HOVER, H4	{ font-size: 11px; color: #FFFFFF; }

.blue   { background-color: #9DB1C4; color: #FFFFFF; }
.lightblue   { background-color: #EBEFF3; }

.keep 	{ font-size: 14px; color: #013467; }

.mainmenu
		 	{ 
			font-size: 11px; 
			font-weight: bold; 
			color: #FFFFFF;
			text-decoration: none;
			}
			
.mainmenu:HOVER
		 	{ 						
			color: #FFFFFF;
			text-decoration: none;			
			}

			
.untermenu
		 	{			
			font-size: 11px;			 
			color: #013467;
			text-decoration: none;					
			}
		
.untermenu:HOVER
		 	{
			color: #9DB1C4;
			text-decoration: none;			
			}

.untermenuOver
		 	{	
			font-size: 11px;			 			
			color: #9DB1C4;
			text-decoration: none;			
			}
.untermenuOver:HOVER
		 	{			 			
			color: #9DB1C4;
			text-decoration: none;			
			}
			
FORM, INPUT, TEXTAREA {
	background : #FFFFFF;
	border-color : #EAF4EA;
	font-size : 11px;	
	color: #000000;	
}
.btn {
	background : #EBEFF3;
	border-color : #EAF4EA;
	font-size : 11px;
	color: #013467;	
}
/* Custom Styles fuer den HTML Editor  */

.kleinS 	{ font-size : 10px; color : #013467;} /* BLUE STANDARD FOR KEEP CONSULT */
.normalS 	{ font-size : 11px; color : #013467;}
.grossS 	{ font-size : 14px;	color : #013467; font-weight : bold;}
.riesigS	{ font-size : 22px;	color : #013467; font-weight : bold;}

.kleinR		{ font-size : 10px; color : #F5992C;} /* ORANGE FOR KEEP CONSULT */
.normalR 	{ font-size : 11px; color : #F5992C;}
.grossR 	{ font-size : 14px;	color : #F5992C; font-weight : bold;}
.riesigR	{ font-size : 22px;	color : #F5992C; font-weight : bold;}

.kleinB 	{ font-size : 10px; color : #3098E0;} /* BLUE ALT. FOR KEEP CONSULT */
.normalB 	{ font-size : 11px; color : #3098E0;}
.grossB 	{ font-size : 14px;	color : #3098E0; font-weight : bold;}
.riesigB	{ font-size : 22px;	color : #3098E0; font-weight : bold;}
			
/* Nicht zu druckende Bereiche */
.noprint { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; color : #013467;}
