
body {
	background-color: #d1ab66;
	overflow: auto;
	color: #654d1e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #daa520;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #daa520;
}
a:hover {
	text-decoration: none;
	color: #bc8f8f;
}
a:active {
	text-decoration: none;
	color: #daa520;
}
h1 {
	font-size: xx-large;
	color: #daa520;
}
h2 {
	font-size: x-large;
	color: #d1ab66;
}
h3 {
	font-size: large;
	color: #daa520;
}

#welt {
	margin-left:auto;
   margin-right:auto;
	margin-top: 1%;
	width:1114px;
	height:650px;
	z-index:1;
	border-top-width: 5px;
	border-top-color: black;
	border-top-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: black;
	border-bottom-style: solid;
		border-left-width: 10px;
	border-left-color: black;
	border-left-style: solid;
		border-right-width: 10px;
	border-right-color: black;
	border-right-style: solid;
	background-color: black;
		color: #d1ab66;
}

#kopf {

	margin-left:0px;
	margin-top:2px;
	width:1114px;
	height:165px;
	z-index:30;
	background-image: url(../studiovoll/bilder/banner.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: #d1ab66;
	border-top: thin;
	border-top-style: solid;
	border-top-color: #d1ab66;
	
}


#container {
	
	margin-top: 0px;
	margin-bottom:3%;
	width:1114px;
	height: 435px;
	z-index:3;
	background-color: black;
	
}


#menu {

	margin-left:0px;
	margin-top:1px;
	width:1114px;
	height:37px;
	z-index:400;
	background-color: #000000;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: #d1ab66;
}
#inhalt {
	
	margin-left:0px;
	margin-top:1px;
	width:1114px;
	height:435px;
	z-index:20;
	background-color: #000000;
	overflow: auto;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: #d1ab66;
}

