@charset "utf-8";
/* CSS Document */

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{
	width:800px;
	height:600px;
	background-image: url(../images/titelbild_v2.jpg);
	background-repeat:no-repeat;
	visibility: visible;
}																																							
#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;
	}
