/* CSS für die Fahrzeugbeschreibungen */

/* Gruppenseite */

#gruppe {
  width:800px;
  height:100%;
}

#gruppe .bereich {
  width:180px;
  height:250px;
  border:2px solid #000000;
  background:#B3AA86;
  float:left;
  margin:5px;
  text-align:center;
}

#gruppe .bereich_gross {
  width:250px;
  height:320px;
  border:2px solid #000000;
  background:#B3AA86;
  float:left;
  margin:5px;
  text-align:center;
}

#signatur {
  width:700px;
  padding:10px;
  border:2px solid #000;
  background:#B3AA86;
  margin:0 auto;
  font-weight:bold;
}

#hinweisbox {
  width:750px;
  padding:10px;
  border:2px solid #000;
  background:#DDD9C8;
  margin:0 auto;
}

#hauptseite .anlieferungen {
  width:70%;
  border-collapse:collapse;
  border:1px solid #000000;
}

#hauptseite .technik {
  width:60%;
  border-collapse:collapse;
  border:1px solid #000000;
  margin:0 auto;
}

#hauptseite .technik2 {
  width:100%;
  border-collapse:collapse;
  border:1px solid #000000;
}

#hauptseite .blaettern {
  width:100%;
  border-collapse:collapse;
  border:none;
}

#hauptseite .sanierung {
  width:70%;
  border-collapse:collapse;
  border:none;
}

#hauptseite td, th {
  padding:2px;
}

#hauptseite .td20 {
  border:1px solid #000000;
  width:20%;
}

#hauptseite .td33 {
  border:1px solid #000000;
  width:33%;
}

#hauptseite .td50 {
  border:1px solid #000000;
  width:50%;
}

#hauptseite .td50o {
  width:50%;
}

#hauptseite .ueberschrift {
  width:170px;
  background:#7D775E;
  color:#EDEEE8;
  padding:5px;
  text-align:center;
  font-weight:bold;
  margin-bottom:10px;
}

#hauptseite .ueberschrift_gross {
  width:240px;
  background:#7D775E;
  color:#EDEEE8;
  padding:5px;
  text-align:center;
  font-weight:bold;
  margin-bottom:10px;
}

#hauptseite li {
 margin-left:15px;
}
