#wrapper {
   position: relative;
   width: 950px;
   margin: 0 auto;
}

#icons {
   position: relative;
   height: 75px;
}

.HPLogo {
   position: relative;
}

#header {
   position: relative;
   width: 950px;
   height: 240px;
}

#header.start {
   height: 350px;
}

#contentwrapper {
   position: relative;
   padding: 20px 0;
   width: 950px;
   overflow: hidden;
}

#leftcontainer {
   position: relative;
   padding: 0 0 1px;
   width: 195px;
   float: left;
   overflow: hidden;
}

#bannerbkholder {
   position: relative;
   width: 195px;
   float: left;
   overflow: hidden;
}

#bilderbk {
   position: relative;
   padding: 10px 10px 25px;
   background-image: url(../images/menusub.jpg);
   background-repeat: no-repeat;
   width: 175px;
}
   

#bannerbk {
   position: relative;
   padding: 10px 10px 25px;
   background-image: url(../images/menusub.jpg);
   background-repeat: no-repeat;
   width: 175px;
   min-height: 115px;
}

#content {
   width: 540px;
   padding: 0 10px;
   position: relative;
   float: left;
   overflow: hidden;
}

#content.start {
   width: 735px;
   padding: 0 20px 0 0;
}

/** print elemente **/

#print_adresse,
#print_logo {
   display: none;
}