body {
background-color: #F7E9C5;
background-image: url(grafix/sonne_hintergrund.gif);
background-position:top;
background-repeat: repeat-x;
padding:0;
margin:0;
}
#container {
width: 900px;
margin-bottom: 10px;
margin:0 auto;
text-align:center;
}
#kopf {
background-image: url(grafix/stoetten_1.jpg);
background-position:bottom;
background-repeat: no-repeat;
width:580px;
height:220px;
padding: 0px;
margin: 0px;
border:0;
}
#subnav {
position:absolute;
height:200px;
width:580px;
text-align:right;
top:5px;
}
#links {
position:relative;
float:left;
width: 150px;
margin: 0px;
margin-top:125px;
padding: 0px;
border:0;
}

#content {
background-color:#FFF;
float:left;
width:580px;
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
border:0;
margin: 0 10px;
}
#inhalt {
background-color:#FFF;
background-image: url(grafix/haupt_top.gif);
background-position:top;
background-repeat: no-repeat;
float:left;
width:580px;
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
border:0;
margin: 0 0px;
padding-top:35px;
}

#box {margin:0 40px;}

#rechts {
width: 150px;
float:left;
margin: 0;
margin-top:125px;
padding: 0;
border:0;
}
#footer {
background-color: #F7E9C5;
background-image: url(grafix/haupt_fuss.gif);
background-position:top;
background-repeat: no-repeat;
clear: both;
margin: 0px;
padding: 0px;
text-align: center; }

.kasten {
background-image: url(grafix/kasten_kopf.gif);
background-position:top;
background-repeat: no-repeat;
width: 150px;
float:left;
margin: 10px 0;
border:0;
}
.kasten_inhalt {
background-color:#FFF;
background-image: url(grafix/kasten_fuss.gif);
background-position:bottom;
background-repeat: no-repeat;
width: 150px;
min-height:100px;
height:expression(this.scrollHeight > 100 ? "auto":"100px"); 
float:left;
margin: 43px 0 0 0;
border:0;
padding-bottom:10px;
}

