html{
    background-color:#000;
} 

body {
	margin:0px;
	background-color:#000;
	background-image:url(../Bilder/Hintergrund.png); 
}

//div#links {
	background-image:url(../Bilder/Hintergrund.png);
	width:61%;
	padding:5px 5px 0 5px;
	margin:0;
	float:none;
	border-width:1px 2px 5px 2px;
	border-style:solid;
	border-color:#6EB327;
	background-color:#325FCC;
}

h1 {
	margin:0;
	font-weight:normal;
	font-size:100%;
	font:"Lucida Sans";
	text-align:center;
}
