body{
	background:#fff; 
	text-align:center;
	font-size:70%;
	padding:0;
	margin:0;
}
#first{ 
   border: none;
   border-bottom: 1px solid #CCC; 
   background-color:#eee;
   text-align: center;
   height:30px;
}
#logo{
   border: none;
   background:#FFF; /*url(../bilder/logo_head.png) center no-repeat;*/
   text-align: center;
   height:150px;
}
#slider{
   border: none;
   background:#fff url(../bilder/comingsoon.png) center no-repeat;
   text-align: center;
   height:400px;
   padding:50px 0 0 0;
}
#inhalt{
   border: none;
   background-color:#FFF;
   text-align: center;
   height:300px;
}
#footer{
   background-color:#fff;
   position:absolute;
   bottom:0;
   left:0;
   width:100%;
   height:80px;
   margin:-80px 0 auto;
}



