body {
	background-color:#ceac76;
	background-image:url(../images/back/dunkel.png);
}

#site {
	margin:0 auto;
	position:relative;
	width:950px;
	Height:750px;
	border:none;
	background-image:url(../images/back/dunkel.png);
}
#navi_left {
	position:absolute;
	left:0px;
	top:150px;
	width:160px;
	border:none;
}

#navi_right {
	position:absolute;
	right:0px;
	top:150px;
	width:160px;
	border:none;
}

#middle {
	color:#712525;
	background-image:url(../images/back/hell.png);
	font-size: 14px;
	font-weight:500;
	position:absolute;
	left:250px;
	top:40px;
	width:450px;
	height:500px;
	border:3px solid #80796f;
}

#middle_2 {
	color:#712525;
	border-left:3px solid #d0c1a5;
	border-bottom:3px solid #d0c1a5;
	position:absolute;
	left:7px;
	bottom:7px;
	top:5px;
	right:5px;
}

#footer_left {
	position:absolute;
	left:375px;
	top:550px;
	width:200px;
	font-family: Garamond; 
	text-align: center;
}

#footer_left  li {
	margin-left:0px;
	margin-top:-10px;
	margin-bottom:10px;
	width:150px;
	list-style:none;
	display:block;
	font-family: Garamond; 
	font-size: 20px;
	font-weight:bolder;
	text-align:center;
	float:left;
}

#footer_left  li a {
	color:#80796f;
	border:2px solid #faeed0;
	text-decoration:none;
	display:block;
	padding-top:10px;
	padding-left:2px ;
	padding-right:2px;
	padding-bottom:10px;
}

#footer_left li a:hover {
	color:#80796f;
	border:2px solid #80796f;
	background-image: url(../images/logo/schlingen2.png);
	background-repeat: no-repeat;
	background-position:right center;
}