/* CSS Document */
html {
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#431c01;
	font-size:12px;
	height:100%;
	background:#312f2d;
}
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:2;
}
#site, #contact {
	width:665px;
	margin:0 auto;
}
#wein, #genuss {
	position:relative;
	z-index:3;
	width:318px;
	border:1px solid #FFF;
	border-top:none;
	height:526px;
}
#wein {
	float:left;
}
#genuss {
	float:right;
}
.box img {
	float:left;
}
.txt {
	position:absolute;
	top:400px;
	left:30px;
	width:270px;
}
.overlay {
	position:absolute;
	top:0;
	left:-1px;
	width:320px;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	z-index:2;
	height:527px;
}
.box a:hover {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#contact {
	clear:both;
	color:#000;
	font-size:12px;
	padding-top:10px;
	letter-spacing:-1px;
}
a {
	color:#000;
}
p {
	margin:0;
}

#eler {
margin: 5px 0;
text-align: center;
}
