@charset "UTF-8";
/* CSS Document */

body{
background-color:#003366;
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
overflow-x:hidden;
height: 100%;
width: 100%;
}

#start{
position:absolute;
width:1160px;
height:400px;
background-image:url(images_start/back.jpg);
background-repeat:no-repeat;
background-position:top left;
top:100px;
left:50%;
margin-left:-580px;
z-index:1;
}


#btn_haupt{
	position:absolute;
	width:300px;
	height:320px;
	z-index:2;
	left: 325px;
	top: 70px;
}

#btn_presse{
	position:absolute;
	width:90px;
	height:90px;
	z-index:2;
	left: 630px;
	top: 194px;
}

#btn_young{
	position:absolute;
	width:90px;
	height:90px;
	z-index:2;
	left: 731px;
	top: 186px;
}
#btn_news{
	position:absolute;
	width:90px;
	height:90px;
	z-index:2;
	left: 831px;
	top: 174px;
}

#btn_hilfe{
	position:absolute;
	width:135px;
	height:135px;
	z-index:2;
	left: 899px;
	top: -69px;
}


