body {
	background: #006600 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%;
	min-width: 640px;
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	border: #FFFFFF;



}

table,p,h1,h2,h3,h4,ul,ol,li,div,address,blockquote,nobr,b,i
     {
	font-size:10pt;
	font-style: normal;
	font-weight: 500;
	font-family: Verdana;
	text-transform: none;
	color: #FFFFFF;
	font-variant: normal;
	line-height: 18px;
	border: #FFFFFF;

}

table.nav,td.nav
     {
		background-color: #003399;
	bordercolor: #FFFFFF;

}

h1 {
	font-size:24pt;
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-variant: normal;
	text-transform: none;
	line-height: 75px;
	letter-spacing: 4px;

}



h2 {
	font-size:14pt;
	color: #FFFF99;
	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: #FFFF99;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: 500;

}


h4 {
	font-size:10pt;
	color: #FFFF99;
	font-style: normal;
	line-height: normal;
	font-family: Verdana;
	font-weight: bold;
	line-height: 20px;
}
h5 {
	font-size:9pt;
	color: #FFFFCC;
	font-style: normal;
	line-height: normal;
	font-family: Verdana;
	font-weight: 300;
}
	
a:link {
	color:#FFFF99;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;}
	
a:visited {
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	font-family: Verdana;}
	
a:active {
	color:#FFFFCC;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
: Verdana;
	}




a:hover{color: #FFCC00;	
        text-decoration: underline;
		font: bolder 10pt Verdana;
		}
