/* Alle Stile der Seitenstruktur */
body {
	text-align:center;
	background-color:#E5CC99;
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#itemOverlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #333;
	z-index: 800;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.60;
	opacity: 0.6;
}
#imgWrapper {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	position:absolute;
	z-index: 820;
	padding: 40px 0px 0px;
}
img#itemOverlayImg {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.00;
	opacity: 1.0;
}
#webwerkstatt {
	position:absolute;
	top:0px;
	right:5px;
	font-size: 10px;
	padding:5px;
	text-align:right;
	z-index:200;
}
#fullpage, #footer {
	margin-right: auto;
	margin-left: auto;
}
#fullpage {
	text-align:left;
	width:940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	background-color: #CC9933;
}
#fullpage #header {
	height: 200px;
	width: 940px;
	position:relative;
	background-color: #FFFFFF;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#fullpage #header #logo-de-oro {
	position:absolute;
	left:15px;
	top:15px;
	width:190px;
	height:90px;
}
#fullpage #header #logo-lamazucht {
	position:absolute;
	left:15px;
	top:130px;
	width:190px;
	height:25px;
}
#fullpage #header #bild {
	position:absolute;
	right:25px;
	top:15px;
	width:683px;
	height:178px;
	padding:1px;
	background-color:#FFFFFF;
}
#fullpage #header #sprache {
	position:absolute;
	left:15px;
	top:165px;
}
#fullpage #page {
	width:940px;
	background-color: #FFF;
}
#fullpage #left {
	width:220px;
	float:left;
	margin-top:15px;
}
#fullpage #right {
	width:720px;
	float:right;
	margin-top:10px;
}
#fullpage #content {
	width:685px;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin:0px;
	background-color:#FFFFFF;
}
#footer {
	font-size: 11px;
	width:910px;
	clear:both;
	text-align:left;
}
#footer .adresse {
	padding-top:5px;
}

/* *** Float containers fix:*/ 
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clear{display: inline-table;}

/* Hides from IE-mac \*/
* html .clear{height: 1%;}
.clear{display: block;}
/* End hide from IE-mac */
