body {
	font-family : Times New Roman; 
	font-size : 11pt; 
	color : #845a28; 
	background-color : #c9b280; 
	margin : 0 auto auto;
}
#container {
	margin : 0; 
	width : 760px; 
	background-color : #e0d3b1;
	border: 1px solid #845a28;
	z-index : 1; 
} 
#kopf {
	position: relative;
	clear : both; 
	height : 70px; 
	width : 760px; 
	padding : 0 0 0 0; 
	margin : 0 0 0 0; 
	z-index : 50; 
} 
#kopflinks {
	position : relative; 
	float : left; 
	width : 260px; 
	padding : 0 0 0 0; 
	margin : 0 0 0 0; 
	z-index : 55;
} 
#kopfrechts {
	position : relative; 
	float : right; 
	width : 500px;
	padding : 0 0 0 0; 
	margin : 0 0 0 0; 
	z-index : 60;
} 


#logo-pic {
	position: relative;
	margin: -30px 0 0 0;
	background-image : url(../images/logo.png); 
	background-repeat : no-repeat;
	background-position: left;
	height: 164px;
	z-index: 45;
}

#trenner {
	position: relative;
	background-color : #ae9457; 
	height: 10px;
}

#bildergalerie {
	position: relative;
	margin: -35px 0 0 0;
	background-color : #ffffff; 
	height: 100px;
	z-index: 40;
}

#navigation {
	position: relative;
	padding: 5px 0 5px 0;
	border-top: 2px solid #ae9457;
	border-bottom: 2px solid #ae9457;
	height: 18px;
}

#inhalt {
	position: relative; 
	width: 760px;
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	z-index: 300;
	clear: both;
}
#admininhalt {
	position: relative; 
	width: 760px;
	padding: 5px;
	margin: 5px;
	z-index: 300;
	clear: both;
}
#inhalt-links {
	position: relative; 
	float: left; 
	width: 530px; 
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	z-index: 310;
} 
#inhalt-rechts {
	position: relative;
	background-color : #c9b280;
	float: right;
	width: 180px; 
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	z-index: 315;
} 
#showroom {
	position : relative; 
	clear : both; 
	z-index : 30; 
} 
#showroomleft {
	position : relative; 
	float : left; 
	width : 150px; 
	padding : 0 10px; 
	margin : 0; 
	z-index : 31; 
} 
#showroomright {
	position : relative; 
	float : right; 
	width : 150px; 
	text-align : right; 
	padding : 0 10px; 
	margin : 0; 
	z-index : 32; 
} 
#validation {
	position : relative; 
	clear : both; 
	text-transform : uppercase; 
	text-align : center; 
	color : #2489b0; 
	font-size : 8pt; 
	z-index : 50; 
} 
#footer {
	position : relative; 
	clear : both; 
	height : 5px; 
	background-image : url(../images/unten.gif); 
	background-repeat : no-repeat; 
	padding : 0 0 0 0; 
	margin : 0 0 0 0; 
	z-index : 51; 
} 