/* CSS-Angaben f&uuml;r Webtemplate 83 */
body { 
       background-color:#FFFFFF;
	   margin: 0 0 0 0;
       padding : 0px;
	   font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;  
       font-size: 12px;
}
/* Top-Bereich */
.top1 { 
       background-image:url(images/top1.jpg);
	   widht : 230px; height : 98px;
}
.top2 { 
       background-image:url(images/top2.gif);
	   widht : 90%; height : 74px; 
}
.top3 { 
       background-image:url(images/top3.gif);
	   widht : 90%; height : 24px;
}
/* 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 : 11px;
	   color : #000000;
	   vertical-align : top;
       text-align: left;
}

/* Links allgemein */
A:link {
        FONT-WEIGHT: normal;
		font-size : 11px; 
		COLOR: #800000; 
		BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: none; 
}
A:visited {
        FONT-WEIGHT: normal;
		font-size : 11px; 
		COLOR: #800000; 
		BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: none; 
}
A:hover {
        FONT-WEIGHT: normal;
		font-size : 11px; 
		COLOR: #535353; 
		BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: overline underline;
}
A:active { 
        COLOR: #800000;
		font-size : 11px;
        BACKGROUND-COLOR: transparent; 
		TEXT-DECORATION: none; 
}
