@import url(navi.css);

body {
text-align:center;
margin: 0px;
padding: 0px;
background: #def8dd;

}



#wrap {

max-width:980px;
width:auto !important;
width: 980px;
text-align:left;
margin:0px auto;
background: url(../images/center.jpg) no-repeat bottom left #fff;
}

#header{
 position: relative;
 height: 250px;
 background: url(header.jpg)
 
 
 
 }
 
#top{
 
position: absolute;
top: 30px;
height: 18px;
z-index: 1;


}

#menu{
 background: #184b00;
 height: 17px;
 
 
 }
 
#untermenu{

margin-bottom: 50px;
height: 17px;
}


#content {
float:left;
width: 464px;
overflow:hidden;
margin: 0px 0px 0px 30px;


}

#breit #content {width: 980px;}


#clear {
clear:both;

}


#left{
float:left;
overflow:hidden;

clear:both;


 }
 
 
#right {

float:right;
width: 230px;
overflow:hidden;


}

#footer{
 height: 16px;
 background: #fff;
 max-width:980px;
width:auto !important;
width: 980px;
text-align:left;
margin:0px auto;}


