body {
background: #D6CFA9 repeat fixed; repeat fixed /* Hier sollte man auch wenn man ein Bild als Hintergrund nicht vergessen die Hintergrundfarbe zu setzen. Es könnte nämlich sein dass man aus versehen für den Text die gleiche Farbe hat wie für den Hintergrund wobei die Leute mit ausgeschalteten Bildern nichts erkennen können. */
 color: black;
 margin: 0;
 padding: 1%; /* Ein wenig Abstand damit der Anschein eines Blattes auf der Wand immer erhalten bleibt */
 min-width: 640px; /* Bei weniger als 640px Breite soll ein Scrollbalken erscheinen */
 font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */
 font-family: verdana, arial, sans-serif ;
}

table,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-size:10pt;
	font-style: normal;
	font-weight: 400;
	font-family: Verdana;
	text-transform: none;
	color: #660000;
	font-variant: normal;
	line-height: 17px;}
}




h1 {
	font-size:18pt;
	color: #660000;
	font-family: "Book Antiqua";
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	line-height: 35px;}



h2 {
	font-size:14pt;
	color: #660000;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: 700;

}



h3,h3.xmp,h3.xpl,h3.inf,h3.tip {
	font-size:12pt;
	color: #660000;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: 500;

}


h4 {
	font-size:11pt;
	color: #660000;
	font-style: normal;
	line-height: normal;
	font-family: Verdana;
	font-weight: 400;
	line-height: 20px;
}
h5 {
	font-size:9pt;
	color: #660000;
	font-style: normal;
	line-height: normal;
	font-family: Verdana;
	font-weight: 300;
}


pre { font-family:Verdana; 
font-size:11pt; 
color:#660000; }



tt { font-family:Verdana; font-size:11pt; color:#660000; }



td.xmpcode {
	border: medium double #660000;
	line-height: 15px;
}


.code { background-color:#ffffff; }


td.xplcode {
	background-color:#ffffff;
}


.doc { background-color:#EEEEEE; }


.qbar {
	background-color:#FFFFE0;
	font-size:11pt;
	font-family:Verdana;
	color: #660000;
}



pre.normal {
	color:#660000;
	font: 11pt Verdana;
}


a:link {
	color:#AA5522;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;}
	
a:visited {
	color:#850001;
	font-size: 10pt;
	font-weight: bolder;
	text-transform: none;
	text-decoration: none;
	font-family: Verdana;}
	
a:active {
	color:#CC3333;
	font-size: 10pt 
	font-family: Verdana;
	}


a.an {
	text-decoration:none;
	font: 11px Verdana;
	color: #330000;
	text-transform: none;

}
a:hover{color: #336633;	text-decoration: underline;}
