/* Standard-CSS für www.dddgratzer.de

WICHTIGE FARBEN

Rotbraun			#392022
Braun				#64533C
Sepia				#B5927E
Mittelblau			#597F94
Dunkelblau			#4A6D81
Orange				#EE7F00
Hellblau 			#A4BAC8

ALT

Hintergrund Seite	 	#4A6D81
Hintergrund Feld dunkel 	#1F3E50
Hintergrund Feld mittel 	#597F94
Hintergrund Feld hell	 	#FFFFFF

Text auf HG Feld dunkel		#FFFFFF
Text auf HG Feld mittel		#000000
Text auf HG Feld hell		#000000
*/

body {
	background-color: #CCCCCC;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body,td,th {
}
.Stil1 {
	font-size: 1.5em;
	color: #392022;
	font-family: Arial, Helvetica, sans-serif;
}
.Stil2 {
	font-size: 0.8em;
	color: #392022;
	font-family: Arial, Helvetica, sans-serif;
}

.StilNav {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.StilCopy {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
}
.StilBots {
	color: #4A6D81;
	font-size: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}

