/* CSS für die Fahrzeuge */

#rahmen2 {
  width:850px;
  padding:5px;
  margin:0 auto;
  text-align:center;
}

#bilderrahmen {
  width:850px;
  padding:5px;
  margin:0 auto;
  text-align:center;
}

.gruppe1 {
  width:200px;
  height:270px;
  border:1px solid #000088;
  background-color:#E8E8E8;
  float:left;
  margin:5px;
  text-align:center;
}

.gruppe2 {
  width:200px;
  height:270px;
  border:1px solid #000088;
  background-color:#FFF;
  float:left;
  margin:5px;
  text-align:center;
}

.gruppe3 {
  width:200px;
  height:270px;
  border:1px solid #000088;
  background-color:#E8E8E8;
  float:left;
  margin:5px;
  text-align:center;
}

.gruppe4 {
  width:200px;
  height:270px;
  border:1px solid #000088;
  background-color:#E8E8E8;
  float:left;
  margin:5px;
  text-align:center;
}

#bilderrahmen h4 {
  margin:0.5em 0;
}  

#bilderrahmen hr {
  color:#cccccc; /* braucht nur der IE */
  margin:0.5em 0;
  border:none;
  background-color:#cccccc; /* alle außer IE */
  height:2px;
}

#hauptseite ul {
  margin-left:80px;
}

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

#hauptseite td {
  padding:2px;
}

#hauptseite .rahmen {
  border:1px solid #000;
}

#hauptseite .unten {
  border-bottom:1px solid #000;
}

#hauptseite .rahlinks {
  border-left:1px solid #000;
}

#hauptseite .rahrechts {
  border-right:1px solid #000;
}

#hauptseite .farbe1 {
  background-color:#B3CC99;
}

#hauptseite .farbe2 {
  background-color:#595959;
}

#hauptseite .farbe3 {
  background-color:#708090;
}

#hauptseite .farbe4 {
  background-color:#EEE8CD;
}

/* tab99, tab91, tab86, tab76, tab51 für Tabellen, bei denen der Rahmen für eine bessere Lesbarkeit dient */

#hauptseite .tab99 {
  width:100%;
  border:2px solid #000;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .tab91 {
  width:90%;
  border:2px solid #000;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .tab86 {
  width:85%;
  border:2px solid #000;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .tab76 {
  width:75%;
  border:2px solid #000;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .tab51 {
  width:50%;
  border:2px solid #000;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .tab100 {
  width:100%;
  border:none;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .tab90 {
  width:90%;
  border:none;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .tab80 {
  width:80%;
  border:none;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .tab75 {
  width:75%;
  border:none;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .tab50 {
  width:50%;
  border:none;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .td5 {
  width:5%;

}

#hauptseite .td7 {
  width:7%;

}

#hauptseite .td10 {
  width:10%;
}

#hauptseite .td15 {
  width:15%;
}

#hauptseite .td20 {
  width:20%;
}

#hauptseite .td23 {
  width:23%;
}

#hauptseite .td25 {
  width:25%;
}

#hauptseite .td28 {
  width:28%;
}

#hauptseite .td30 {
  width:30%;
}

#hauptseite .td33 {
   width:33.3%;
}

#hauptseite .td35 {
  width:35%;
}

#hauptseite .td40 {
  width:40%;
}

#hauptseite .td44 {
  width:44%;
  text-align:center;
}

#hauptseite .td50 {
  width:50%;
}

#hauptseite .abstand {
  padding-top:9px;
}