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

body{
   background-color: #D7DFCA;
}
#center{
   width:960px;
   margin:auto;
}
#main{
   position:relative;
   background-image:url(../bilder/background.jpg);
   float:left;
   padding-bottom:26px;
   
}
#title{
}
#content{
   width:838px;
   background-image:url(../bilder/bg_beige.jpg);
   margin-left:60px;
   margin-right:62px;

}
#contentwrapper{
      background-image:url(../bilder/bg_beige.jpg);
	  float:left;
 
}
#navi{
   width:222px;
   float:left;
}   
#inhalt_wrapper{
    width:615px;
	float:left;
	background-image:url(../bilder/bg_beige_hell.jpg);

}
#inhalt{
    width:534px;
	margin:auto;
	_height:260px;
	min-height:260px;}	
	
#footer{
   background-image:url(../bilder/footer_bg.jpg);
   background-repeat:no-repeat;
   height:21px;
   clear:both;
   padding-top:10px;
}   
