body, body *{
  margin:0;
  padding:0;
}

.cleaner{
  border:none;
  clear:both;
  height:0; font-size:1%;
  background:none;
  overflow:hidden;
}

#site{
  width:970px;
  margin:0 auto;
}

#header{
  height:102px;
  margin:0 0 4px 0;
}

#navi{
  width:190px;
  float:left;
}

#breadcrumb{
  padding:0 0 4px 0;
  float:left;
}

#breadcrumbNavi{
  float:left;
  width:586px;
}

#langChooser{
  float:right;
  width:190px;
}

#content{
  float:right;
  width:776px;  
}

#contentFull{

}

#contentColumn .left{
  float:left;
  width:586px;
  margin:0;
}

#contentColumn .left .firstCol{
  width:293px;
  float:left;
  overflow: visible;
}

#contentColumn .left .secondCol{
  width:293px;
  float:left;  
}

#contentColumn .right{
  float:left;
  width:190px;
}

#footer{
  padding:0 0 0 190px;
}