html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background: -moz-linear-gradient(45deg, #b3b3b3, #f1f1f1); /*FF */
	background: -webkit-gradient(linear, left bottom, right top, from(#b3b3b3), to(#f1f1f1)); /*Chrome/Safari*/
	filter :progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#f1f1f1'); /* IE>=9*/
	background: -ms-linear-gradient(left, #b3b3b3, #f1f1f1); /* IE10 */
	/*background: #fff;*/
	font-family: sans-serif;
	font-size: 12px;
	padding: 0;
	overflow-x: hidden;
}
#site {
	position: absolute;
	left: 45px;
	min-width: 1000px;
	width: 1000px;
	min-height: 100%;
	height: auto;
	/*height: 100%;*/
	/*margin: 0 auto;*/
	/*overflow: hidden;*/
	font-size: 14px;
	/*background: #f00;*/
}
#mnu {
	width: 54px;
	position: absolute;
	left: 5px;
	top: 10px;
	font-size: 10px;
	overflow: hidden;
}
#impressum {
	display: none;
	position: absolute;
	font-size: 10px;
	top: 575px;
	left: 131px;
	background: #ddd;
	padding: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px; 
	border-radius: 5px;
	box-shadow: 1px -1px 1.5px #705d56, -1px 1px 1.5px #705d56;
	z-index: 1000;
}
#impressum table {
	width: 700px;
	margin: 0 auto;
}
#impressum td {
	width: 200px;
	vertical-align: top;
}
#impressum a {
	text-decoration: none;
	color: #000;
}
#impressum a:hover {
	text-decoration: underline;
	color: #000;
}
#top {
	position: absolute;
	top: 34px;
	min-width: 1000px;
	width: 1000px;
	min-height: 114px;
	height: 114px;
	margin: 0 auto;
	/*background: #333;*/
}
#topLogo {
	min-width: 900px;
	width: 900px;
	min-height: 105px;
	height: 105px;
	margin: 0 auto;
	color: #705d56;
	text-align: center;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px -2px 3px #444;
	box-shadow: 0 5px 0px #705d56;
}
#topLogoImg {
	width: 900px;
}
#content {
	position: absolute;
	top: 203px;
	min-width: 995px;
	width: 995px;
	min-height: 350px;
	height: 350px;
	/*height: 100%;*/
	/*color: #f00;*/
	margin: auto;
	padding-left: 4px;
	overflow: hidden;
	/*background: #666;*/
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	box-shadow: 3px -3px 6px #705d56, -3px 3px 6px #705d56;
}
#pfeilLi {
	position: absolute;
	left: 10px;
	top: 45%;
	width: 40px;
	height: 40px;
}
#showRoom {
	position: relative;
	width: 800px;
	margin: 0 auto;
	/*-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px; 
	border-radius: 5px;
	box-shadow: 1px -1px 1.5px #705d56, -1px 1px 1.5px #705d56;*/
	/*background: -moz-linear-gradient(45deg, #b3b3b3, #f1f1f1); /*FF */
	/*background: -webkit-gradient(linear, left bottom, right top, from(#b3b3b3), to(#f1f1f1)); /*Chrome/Safari*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#f1f1f1'); /* IE>=9*/
	/*background: -ms-linear-gradient(left, #b3b3b3, #f1f1f1); /* IE10 */
}
#showRoom img {
	margin: 0 2px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px; 
	border-radius: 5px;
	box-shadow: 1px -1px 1.5px #705d56, -1px 1px 1.5px #705d56;
}
#startPic {
	margin: 25px auto;
	width: 745px;
	overflow: hidden;
}
#startPic img {
	width: 204px;
	height: 204px;
}
#aktSinVid {
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	width: 300px;
	height: 220px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px; 
	border-radius: 5px;
}
#pfeilRe {
	position: absolute;
	right: 10px;
	top: 45%;
	width: 40px;
	height: 40px;
}
#MIND_STRONG {
	position: absolute;
	right: 0px;
	z-index: 0;
	height: 100%;
	overflow: hidden;
}
