* {
    margin: 0;
    padding: 0;
}

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

#headernav{
    float: right;
    height: 15px;
    width: 896px;
    padding: 35px 20px 0 0;
    text-align: right;
    color: #666600;
}

#header{
    float: left;
    width: 900px;
    height: 119px;
  /*background: #99cc00;*/
    margin: 81px  0px 0px 0px;
}

#logo{
    float: left;
    width: 211px;
    height: 119px;
   background: url("images/anni_o_Blende.gif") no-repeat;
   
}

.logolink{
    float: left;
    display: block;
    width: 211px;
    height: 119px;
    margin-left: 0px;
}

#headerimage{
    float: left;
    width:650px;
    height: 200px;
   /* background: url("images/headerimage.jpg") no-repeat;*/
}

.navitree{ 
    font-size: 0.8em;
    padding: 10px 0 10px 10px;
    color: #666600;
}

#content{
    float: left;
    width: 440px;
    padding: 17px 15px;
}
