/* CSS: Fahrzeuglisten */

#hauptseite .gruppe {
  width:810px;
  height:100%;
  margin:0 auto;
}

#hauptseite h3 {
  padding:5px 0;
}

#hauptseite .bereich {
  width:255px;
  margin-right:10px;
  border:2px solid #000;
  background:#B3AA86;
  float:left;
}

#hauptseite .bereich_obus {
  width:390px;
  margin-right:10px;
  border:2px solid #000;
  background:#B3AA86;
  float:left;
}

#hauptseite .ueberschrift {
  width:245px;
  background:#7D775E;
  color:#EDEEE8;
  padding:5px;
  text-align:center;
  margin-bottom:5px;
}

#hauptseite .ueberschrift_obus {
  width:380px;
  background:#7D775E;
  color:#EDEEE8;
  padding:5px;
  text-align:center;
  margin-bottom:5px;
}

#hauptseite ul {
  list-style-type:none;
  margin-bottom:5px;
}

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

