/* ==============
   === BANNER ===
   ============== */
#banner {
  width: 985px;
  height: 211px;
  clear: both;
}

#banner_left {
  width: 192px;
  height: 211px;
  float: left;
}

#banner_right {
  width: 596px;
  height: 211px;
  margin-left: 3px;
  padding: 0;
  float: left;
  background-image: url(../../img/layout/rohrdorf_logo.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#welcome_de, #welcome_en, #welcome_fr {
  margin: 0;
  padding: 10px 0 0 30px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #c30;
}

#welcome_en {
  color: #c60;
}

#welcome_fr {
  color: #c90;
}
#contact {
  width: 192px;
/*  height: 211px; */
  height: 180px;
  float: right;
  background-image: url(../../img/layout/motto_line.gif);
  background-repeat: no-repeat;
  background-position: 189px 195px;
}
