body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #727272;
}
body {
	background-color: #FFFFFF;
	background-image: url(bilder/back1.jpg);
	background-repeat: repeat;
	background-position:top;
	overflow: auto;

}

a:link {
	color: #EDEDED;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EDEDED;
}
a:hover {
	text-decoration: none;
	color: #B3060B;
}
a:active {
	text-decoration: none;
	color: #EDEDED;
}
h1 {
	font-size: xx-large;
	color: #999999;
}
h2 {
	font-size: x-large;
	color: #666666;
}
h3 {
	font-size: large;
	color: #B3060B;
}
#kopf {
	
	width:948px;
	height:84px;
	z-index:2;
	background-image: url(bilder/logoback.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: solid;
	border-bottom-color: #666666;
	border-bottom-width: 2px;
}



#inhalt {

	margin-left: 9px;
	width:930px;
	height:452px;
	z-index:4;
	
}
#fuss {
	
	left:7px;
	top:551px;
	width:930px;
	height:20px;
	z-index:5;
}




#container {
	width:950px;
	height:550px;
	z-index:1;
	background-color: #101010;
margin-left:auto;
margin-right:auto;
margin-top: 5%;
border: solid;
border-color: #101010;
border-width: 10px;

}




