body {
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%;
	min-width: 640px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	background-attachment: fixed;
	background-color: #FFFFCC;
	background-image: url(images/hg.jpg);
	background-repeat: repeat;
}

table,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-size:11pt;
	font-style: normal;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #663300;
	font-variant: normal;
	line-height: 23px;
}
}




h1 {
	font-size:18px;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
}



h2 {
	font-size:12pt;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
}



h3,h3.xmp,h3.xpl,h3.inf,h3.tip {
	font-size:12px;
	color: #660000;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: 600;

}


h4 {
	font-size:11pt;
	color: #006600;
	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;}


.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: 9pt;
	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: #663300;	text-decoration: underline;}

