/*
 * Coding
 * www.hyperraum.net
 * info@hyperraum.net
 * 08-2013
 */
@charset"utf-8";
body{
	background-color: #002B15;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	}
#wrapper{	
	width: 800px;
	height: 652px;
	overflow:hidden;	
	}
.bg{
	position:relative;	
	left: 0px;	
	width: 800px;
	height: 652px;	
	}
#branding{
	position: absolute;
	top: 600px;
	left: 0px;
	width: 800px;
	height: 52px;
	}
#bg_branding{	
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 800px;
	height: 52px;
	background-color: #993;
	}
#bg_start{
	background-image:url(../images/bg_scene00_start_blatt.jpg);
	visibility:visible;
	width:800px;
	height:600px;
	}
#bg_penthouse{
	position: absolute;
	top:0px;
	background-image:url(../images/bg_scene01_penthouse.jpg);
	visibility:hidden;
	width:800px;
	height:600px;
	}
#bg_chloro{
	position: absolute;
	top:0px;
	background-image:url(../images/bg_mono_chloro.jpg);
	visibility:hidden;
	width:800px;
	height:600px;
		}
#bg_oh{
	position: absolute;
	top:0px;
	background-image:url(../images/bg_mono_oh.jpg);
	visibility:hidden;
	width:800px;
	height:600px;
	}
#bg_hclub{
	position: absolute;
	top:0px;
	background-image:url(../images/bg_scene03_hclub.jpg);
	visibility:hidden;
	width:800px;
	height:600px;
	}
#bg_loch{
	position: absolute;
	top:0px;
	background-image:url(../images/bg_scene04_loch.jpg);
	visibility:hidden;
	width:800px;
	height:600px;
	}
#bg_buschland{
	position: absolute;
	top:0px;
	background-image:url(../images/bg_scene05_buschland.jpg);
	visibility:hidden;
	width:800px;
	height:600px;
	}
#bg_abetrieb{
	position: absolute;
	top:0px;
	background-image:url(../images/bg_scene07_abetrieb.jpg);
	visibility:hidden;
	width:800px;
	height:600px;
	}
#bg_aufzug{
	position: absolute;
	top:0px;
	background-image:url(../images/bg_scene08_aufzug.jpg);
	visibility:hidden;
	width:800px;
	height:600px;
	}
#background{	
	position: relative;
	top: -652px;
	left: 0px;
	width: 800px;
	height: 652px;
	}
#iframe_container{	
	position:relative;
	top: 0px;
	left: 0px;	
	width: 800px;
	height: 652px;
	z-index:100;	
	}
#allIn{
	z-index:15;
	margin:0;
	padding:0;
	border:none;
	width:800px;
	height:652px;
	}
#btn_planet{	
	position:absolute;
	top:7px;
	left: 12px;
	width:76px;
	height:38px;
	background-image:url(../images/logo_schule_klein.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:150;
	}
#btn_swr{	
	position:absolute;
	top:14px;
	left: 703px;
	width:85px;
	height:25px;
	background-image:url(../images/swrlogo_25_blau.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:150;
	}