/* CSS-Angaben f&uuml;r Webtemplate 86 */
body { 
       background-color:#FFFFFF;
	   margin: 0 0 0 0;
       padding : 0px;
	   font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;  
       font-size: 12px;
}

.marker {
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	   background:#4c8dcc;
	   color : #FFFFFF;
	   font-size: 11px;   
	   float: left;   
	   padding: 2px;  
	   font-weight : bold;  
}  

.menutitel {
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size : 11px;
	   color : #FFFFFF;
       text-align: left;
       padding-bottom: 2px;
       padding-top: 2px;
       padding-left: 2px;
       padding-right: 2px;
}


/* Hauptbereich - Seiteninhalt */

.weiss {
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size : 11px;
	   color : #FFFFFF;
       text-align: left;
}

.normal {
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size : 12px;
	   color : #000000;
	   vertical-align : top;
       text-align: left;
}

.normal-fett {
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 	   font-weight : bold;
	   font-size : 12px;
	   color : #000000;
	   vertical-align : top;
       text-align: left;
}

        


/* Überschriften */

.titel-1 {
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-weight : bold;
       font-size : 16px;
	   color : #000000;
	   vertical-align : top;
       text-align: left;
       margin-bottom:10%
}

.titel-2 {
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-weight : bold;
		font-size : 14px;
	   color : #000000;
	   vertical-align : top;
       text-align: left;
       margin-bottom:5%
}

.titel-3 {
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-weight : bold;
		font-size : 12px;
	   color : #000000;
	   vertical-align : top;
       text-align: left;
       margin-bottom:3%
}


/* Links allgemein */
A:link {
        FONT-WEIGHT: normal;
		font-size : 11px; 
	    COLOR: #241094; 
		BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: none; 
}
A:visited {
        FONT-WEIGHT: normal;
		font-size : 11px; 
		COLOR: #241094; 
		BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: none; 
}
A:hover {
        FONT-WEIGHT: normal;
		font-size : 11px; 
		COLOR: #c40000; 
		BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: underline;
}
A:active { 
        COLOR: #241094;
		font-size : 11px;
        BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: none; 
}