body {
	margin: 15px;
	padding: 0;
 	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #707173;
	background-color: #fff;
}
#main {
	position: relative;
	margin: 0 auto;
	width: 880px;	
}
#stage {
	position: absolute;
	top: 0;
	left: 0;
	height: 575px;
	width: 848px;
}
#socialmedia {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	line-height: 0;
}
#socialmedia img {
	margin-bottom: 8px;
}
#footer {
	position: absolute;
	top: 585px;
	left: 0;
	vertical-align: top;
	line-height: 0;
}
.logo {
	float: left;
}
#impressum {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 10px;	
}
#bg, #bg img, #headertop {
	position: absolute;
	top: 0;
	left: 0;
}
#img1, #img2, #img3, #img4 { display: none; }
#headerbottom {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	line-height: 0;
}
#infobox {
	position: absolute;
	top: 140px;
	left: 40px;
	display: none;
	cursor: pointer;
}
#navigation {
	position: absolute;
	top: 40px;
	left: 20px;
	display: none;
}
#navigation div {
	position: relative;
	float: left;
	margin-right: 5px;
	width: 130px;
	height: 74px;
	cursor: pointer;
}
#navigation div img {
	position: absolute;
	top: 0;
	left: 0;
}
#cont1 {
	position: absolute;
	top: 114px;
	left: 20px;
	width: 420px;
	padding: 20px;
	background-color: #fff;
	border-bottom-left-radius: 20px;
}
#cont2 {
	position: absolute;
	top: 114px;
	left: 20px;
	width: 420px;
	padding: 20px;
	background-color: #fff;
	border-bottom-left-radius: 20px;
}
#cont3 {
	position: absolute;
	top: 114px;
	left: 95px;
	width: 420px;
	padding: 20px;
	background-color: #fff;
	border-bottom-right-radius: 20px;
}
#cont4 {
	position: absolute;
	top: 114px;
	left: 95px;
	width: 420px;
	padding: 20px;
	background-color: #fff;
	border-bottom-right-radius: 20px;
}
#imptext { display: none; }

img {
	border: 0;
}
h1, h2 {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
strong, b {
	font-size: 12px;
	font-weight: bold;
}
p {
	margin: 0;
	line-height: 16px;
}
ul {
	margin: 0;
	padding-left: 14px;
}
li {
	line-height: 14px;	
}

a {
	color: #707173;
}
a.impressum {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a.nav2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
}
.hide, .imptext {
	display: none;
}