body {
	background-color:#c3bb99;
	margin:0;
	padding:0;
}

body, html {
	height:100%;
}
img {
	border:0;
}

.bar {
	position:absolute;
	width:100px;
	height:100%;
	cursor:pointer;
	cursor:hand;
}
#bar1 {
	background-image:url(/site/gfx/bar1.jpg);
	left:0px;
	top:0px;
	cursor:pointer;
	cursor:hand;
}
#bar2 {
	background-image:url(/site/gfx/bar2.jpg);
	left:100px;
	top:0px;
	cursor:pointer;
	cursor:hand;
}
#bar3 {
	background-image:url(/site/gfx/bar3.jpg);
	left:200px;
	top:0px;
	cursor:pointer;
	cursor:hand;
}
#bar4 {
	background-image:url(/site/gfx/bar4.jpg);
	left:300px;
	top:0px;
	cursor:pointer;
	cursor:hand;
}
#bar5 {
	background-image:url(/site/gfx/bar5.jpg);
	left:400px;
	top:0px;
	cursor:pointer;
	cursor:hand;
}
.bartitle {
	position:absolute;
	bottom:13px;
	right:-9px;
	cursor:pointer;
	cursor:hand;
}

.content {
	position:absolute;
	width:0px;
	background-color:#fff;
	height:100%;
	overflow:hidden;
}
#content1 {
	left:100px;
	top:0px;
}
#content2 {
	left:200px;
	top:0px;
}
#content3 {
	left:300px;
	top:0px;
}
#content4 {
	left:400px;
	top:0px;
}
#content5 {
	left:500px;
	top:0px;
}
.innercontent {
	width:300px;
	height:100%;
	padding:0 30px 0 45px;
	color:#535352;
	overflow:auto;
}

#logo {
	position:absolute;
	top:20px;
	right:20px;
	background-image:url(/site/gfx/logo.gif);
	width:248px;
	height:51px;
}

#news {
	position:absolute;
	top:150px;
	right:20px;
	width:450px;
	border-top:1px solid #a5966b;
	border-bottom:1px solid #a5966b;
	padding:12px 0;
}
#newsimage {
	float:right;
	width:220px;
	margin-left:10px
}
#newsdatum {
	color:#a5966b;
}
#newstitel {
	font-size:16px;
	margin:4px 0 8px 0;
}

#footer {
	position:absolute;
	bottom:12px;
	right:20px;
	width:223px;
	height:86px;
}
#credits {
	position:absolute;
	bottom:12px;
	right:0px;
	width:16px;
	height:192px;
}
#seatme {
	position:absolute;
	bottom:12px;
	right:250px;
	width:223px;
	height:86px;
}
#seatme a {
	color:#000;
	text-decoration: none;
}
#seatme img {
	margin-top:4px;
}

.submenu {
	height:80px;
	margin-top:30px;
}
.pagetitle {
	height:40px;
}
.label {
	clear:both;
	float:left;
	width:40px;
	margin-top:3px;
}
.field {
	margin-bottom:6px;
}
form {
	margin:0;
}

.impressie_image {
	margin-right:8px;
	margin-bottom:8px;
}