/*Mittig setzen horizontal und vertikal*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#main{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#BG{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#content_box {
	position: relative;
	left: 50%;
	margin-left: -425px;  /* Um die Hälfte der Breite nach links schieben */
    /*top: 50%;*/
    top:120px;   
	width: 850px;
	height: 420px;
	z-index: 5;
	/*margin-top: -205px;*/
}

#text_container_wrapper_stroe_scroller {
position: relative;
left: 0px;
top: 0px;
width: 720px;
height: 480px;
float: left;
font: 11px/16px Arial;
}

#content_datenschutz {
	position:relative; 
	width:700px; 
	height:auto; 
	left: 30px;
	top: 11px;
}

#content_impressum {
	position:relative; 
	width:700px; 
	height:auto;
	left: 30px;
	top: 11px;
}

.head_klixx {
	font: bold 16px Arial;
}

.head_klixx_strich {
	font: bold 16px Arial;
	color: #F58D2E;
}

/* ENDE */


#header_wrapper {
	position: relative;
	width: 850px;
	height: 82px;
	float: left;
}

#logo {
	position: relative;
	width: 600px;
	height: 82px;
	float: left;
}

#blank {
	position: relative;
	width: 250px;
	height: 59px;
	float: left;
	background: url(../grafiken/comingsoon_off_02.jpg) no-repeat;
}

#navi_wrap {
	position: relative;
	width: 250px;
	height: 23px;
	float: left;
}

.img_float {
	float: left;
}

#content {
	position: relative;
	width: 850px;
	height: 338px;
	float: left;
}

