html,body { background-color:#B9B06F;
	margin: 0px;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Helvetica;
	font-size: 12px;
}

#nav	{ position: absolute;
	left: 160px;
	top: 350px;
	height: 30px;
	text-align: center;
	width: 520px;
 }

#nav a 	{  text-decoration: none;
	font-weight: bold;
	color: #000000;
	margin-right: 10px; 	}

#nav a:visited 	{  text-decoration: none;
		color: #000000;}

#nav a:hover,active {  text-decoration: none;
		color: #FF0000; }

#alles { position: absolute;
	top: 400px;
	left: 170px;
	width: 500px;}

#main { width: 480px; }

#history { font-size: 12px; }

#ngo { text-align: right; }

a	{ text-decoration: none;
	font-weight: bold;
	color: #000000; }

a:visited { text-decoration: none;
	color: #000000; }

a:hover,active { text-decoration: underline;
	color: #000000; }

#banners { text-align: center;}


#bands a { font-weight: bold;
text-decoration: none;
	color: #000000; }

#bands a:visited { text-decoration: none;
	color: #000000; }

#bands a:hover,active { text-decoration: underline;
	color: #000000; }

#font { font-family: Verdana, Helvetica;}
h3 { font-family: Verdana, Helvetica; }
h { font-family: Verdana, Helvetica; }

#klein { font-size: 10px; }

img  { border: none;}

#center { text-align: center; }
.floatleft { float: left; }
