#header_shadow ul {
  display: none;
}
#navigation {
  display: none;
}
#sidebar {
  display: none;
}
#banners_right {
  display: none;
}
.banners_center {
  display: none;
}
#footer {
  display: none;
}
h1 {
  padding: 0;
  margin: 5px 0 10px 0;
}

/*** offerte ***/
.offerte {
  margin: 10px 5px;
  padding: 5px;
  border: 1px solid #ccc;
}
.offerte label {
  display: block;
  width: 230px;
  font-weight: bold;
  float: left;
}
.offerte span {
  float: left;
}
.offerte .formrow {
  margin: 0 0 3px 0;
  clear: both;
  height: 16px;
  line-height: 16px;
}
