#header {
   position: relative;
   height: 291px;
   width: 780px;
   padding: 7px 0 0 0;
   margin-bottom: 12px;
   background-image: url("../images/bg_header_start.png");
   background-position: left top;
   background-repeat: no-repeat;
}

#bild {
   position: absolute;
   height: 283px;
   width: 771px;
   top: 4px;
   left: 4px;
   background-image: none !important;
}

#teaserbox {
  position: relative;
  width: 384px; 
  min-height: 300px;
  float: left;
  margin-right: 9px;
}


#contentwrapper {
   position: relative;
   float: left;
   display: block;
   width: 780px;   
}

#pianocontainer {
  position: relative;
  width: 384px; 
  height: 388px;
  float: left;
  background-image: none;
  overflow: hidden;
  background-image: url("../images/bg_piano_back.png");
  background-position: left top;
  background-repeat: no-repeat;
  
}




