body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6A6855;
	background: #F6B71B;
}
#logo {
	position: absolute;
	top: 50px;
	margin-left: 10px;
	z-index: 1000;
}

/* LAYOUT */
#maincontainer, #footer {
	width: 860px;
	margin: 0 auto;
}
#maincontainer {
	text-align: left;
	background: #FFF url(/grafik/body_bg.gif) no-repeat center top;
	padding-top: 7px;
}
/* LANGUAGE SELECT */
#languageselect {
	text-align: right;
	width: 850px;
	clear: both;
}
#languageselect a {
	color: white;
	text-decoration: none;
}
#languageselect a:hover { text-decoration: underline; }

/* PANORAMABILD */
#panoramabildcontainer { margin: 3px 0 0 10px; }

#panoramabildecken {
	text-align: center;
	position: relative;
	top: 12px;
	z-index: 800;
}

/* MENU */
#menucontainer {
	width: 840px;
	height: 35px;
	margin: 0 auto;
	background: url(/grafik/menu_bg.gif) no-repeat center top;
	overflow: hidden;
	padding-left: 20px;
}
#menucontainer a {
	float: left;
	height: 35px;
	display: block;
	line-height: 80px;
}

/* CONTENT */
#content {
	margin: 20px 50px;
	font-size: 11px;
	line-height: 150%;
}
#content h1 {
	font-size: 21px;
	margin: 0 0 0.8em 0;
	font-weight: normal;
}
#content h2 {
	font-size: 12px;
	margin: 0.5em 0;
}

/* FOOTER */
#footer {
	padding: 18px 0;
	background: #F6B71B url(/grafik/footer_bg.gif) no-repeat left top;
	color: #903522;
}
#footer table td { color: #903522; font: 10px Arial, Helvetica, sans-serif; }
#footer a {
	color: #903522;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
