* {
    margin: 0;
    padding: 0;
}

#container{
    float: left;
    width:916px;
    height: auto !important;
    height: 97%;
    min-height: 97%;
    background: url("images/containerbg.png") repeat-y; 
}

#headernav{
    float: right;
    height: 15px;
/*  width: 896px; Original greenmind */
    width: 500px;
    padding: 35px 20px 0 0;
    text-align: right;
    color: #568E14;
}

#header{
    float: left;
    width: 900px;
    height: 200px;
  /* background: #99cc00; Original greenmind */
  /*  background: #5D9731; */
    background: #568E14;
    margin: 0 8px;
}

#logo{
    float: left;
    width: 0px;
    height: 0px;
  /*  width: 250px;  original greenmind */
  /*  height: 200px; original greenmind */
    background: url("images/logo.gif") no-repeat;
}

.logolink{
    float: left;
    display: block;
    width: 200px;
    height: 200px;
    margin-left: 20px;
}

#spiesslogo{
    float: right;
    width: 205px;
    height: 51px;
    background: url("images/spiesslogo.jpg") no-repeat;
}

#headerimage{
    float: left;
    width: 900px; /* Original bei greenmind wäre: 650px */
    height: 200px;
    background: url("images/headerimage.jpg") no-repeat;
}

.navitree{ 
    font-size: 0.8em;
    padding: 22px 0 20px 10px;
    color: #568E14;
}

#content{
    float: left;
    width: 605px;
    padding: 10px 20px;
}
