
/* setzt Farben des Body-Tags */
.bodytag {
			scrollbar-base-color: 		#DDE8EF;
			scrollbar-3d-light-color: 	#AAAAAA;
			scrollbar-arrow-color: 		#AAAAAA;
			scrollbar-darkshadow-color: #DDE8EF;
			scrollbar-face-color: 		#DDE8EF;
			scrollbar-highlight-color: 	#AAAAAA;
			scrollbar-shadow-color: 	#AAAAAA;
			scrollbar-track-color: 		#DDE8EF;
           	background-color : 			#DDE8EF;
           	color : 					#000000;
}

A {
           text-decoration : none;
           color : #000000;
}

A.norm {
           text-decoration : none;
           color : #000000;
}

A:HOVER {
           text-decoration : underline;
           color : #000000;
}

/* Legt die Schriftart und Größe der Haupt-Menu-Punkte */
.cText {
           color : #000000;
           font-family : Arial, Helvetica, sans-serif;
           font-size   : 10pt;
}

.cHead {
           color : #000000;
           font-family : Arial, Helvetica, sans-serif;
           font-size   : 10pt;
           font-weight : bold;
}