/*Allgemeine Angaben*/
td{
    font-family : Arial, Helvetica, sans-serif;
    color : #313131;
    font-size : 12px;
}
.klein{
    font-family : Arial, Helvetica, sans-serif;
    color : #313131;
    font-size : 10px;
}
.headline{
    font-size : 14px;
	color : #05418a;
    font-weight : bold;
}
.ein {/*Bestimmung der Einrückung*/
	margin-left : 16px;
	padding-left : 16px;
}
.ein_net {/*Bestimmung der Einrückung*/
	margin-left : 8px;
	padding-left : 8px;
}
A, A:ACTIVE, A:FOCUS, A:HOVER, A:LINK {
	color : #313131;
	text-decoration : none;
    
}
A:VISITED {
	color : #616161;
    
    
}
A.presse, A:ACTIVE.presse, A:FOCUS.presse, A:HOVER.presse, A:LINK.presse {
	color : #313131;
    text-decoration : none;
    
}
A:VISITED.presse {
	color : #616161;
    text-decoration : none;
}

textarea,select,input{
    font-family : Arial, Helvetica, sans-serif;
    color : #313131;
    font-size : 10px;

}
BODY { 
    scrollbar-arrow-color : #FFFFFF; 
    scrollbar-highlight-color :#FFFFFF; 
    scrollbar-3dlight-color:#cccccc;
    scrollbar-base-color:#FFFFFF;
    scrollbar-darkshadow-color:#cccccc;
    scrollbar-face-color:#cccccc;
    scrollbar-shadow-color:#FFFFFF;
			
}

/*###########################################*/

/*Bereich 1 => oberer blauer Balken*/
A.index, A:ACTIVE.index, A:FOCUS.index, A:HOVER.index, A:LINK.index,A:VISITED.index {/*für die Indexlinks*/
	
	font-size : 12px;
	color : #DADADA;
	text-decoration : none;
}

/*###########################################*/

/*Bereich 2 Hauptmenü*/
A.mainmenue, A:ACTIVE.mainmenue, A:FOCUS.mainmenue, A:HOVER.mainmenue, A:LINK.mainmenue,A:VISITED.mainmenue {/*für die normalen Menülinks*/
	
	font-size : 12px;
	color : #737373;
	text-decoration : none;
    font-weight : bold;
}
A.mainmenueaktiv, A:ACTIVE.mainmenueaktiv, A:FOCUS.mainmenueaktiv, A:HOVER.mainmenueaktiv, A:LINK.mainmenueaktiv,A:VISITED.mainmenueaktiv {/*für die aktiven Menülinks*/
	
	font-size : 12px;
	color : #05418A;
	text-decoration : none;
    font-weight : bold;
}

/*###########################################*/

/*Bereich 3 Submenü*/

A.sub, A:ACTIVE.sub, A:FOCUS.sub, A:HOVER.sub, A:LINK.sub,A:VISITED.sub {/*für das Submenü*/
	
	font-size : 12px;
	color : #737373;
	text-decoration : none;
}
.such{/*für das Submenü*/
	
	font-size : 12px;
	color : #737373;	
}