/* CSS für die Bahnhöfe */

/* Überschriften */

#hauptseite h4 {
  font-family:Arial, sans-serif;
}

#hauptseite .s14 { 
  font-size:14pt;
  font-weight:bold;
  color:Green; 
}
      
/* Tabellen */

#hauptseite .table80 {
  width:80%;
  border:2px solid #CC9900;
  border-collapse:collapse;
}

#hauptseite .table82 {
  width:82%;
  border:2px solid #CC9900;
  border-collapse:collapse;
}

#hauptseite td {
  padding:2px;
}

#hauptseite .td15 {
  width:15%;
  border:2px solid #CC9900;
  height:19px;
}
 
#hauptseite .td15_2 {
  width:15%;
  border:2px solid #CC9900;
  height:38px;
}

#hauptseite .td17 {
  width:17%;
  border:2px solid #CC9900;
  height:19px;
}

#hauptseite .td18 {
  width:18%;
  border:2px solid #CC9900;
  height:19px;
}

#hauptseite .td20 {
  width:20%;
  border:2px solid #CC9900;
  height:19px;
}

#hauptseite .td22 {
  width:22%;
  border:2px solid #CC9900;
  height:19px;
}
          
#hauptseite .td23 {
  width:23%;
  border:2px solid #CC9900;
  height:19px;
}

#hauptseite .td25 {
  width:25%;
  border:2px solid #CC9900;
  height:19px;
}

#hauptseite .td25_2 {
  width:25%;
  border:2px solid #CC9900;
  height:38px;
}

#hauptseite .td27 {
  width:27%;
  border:2px solid #CC9900;
  height:19px;
}

#hauptseite .td27_2 {
  width:27%;
  border:2px solid #CC9900;
  height:38px;
}


#hauptseite .td33 {
  width:33%;
  border:2px solid #CC9900;
  height:19px;
}

#hauptseite .td33_2 {
  width:33%;
  border:2px solid #CC9900;
  height:38px;
}

#hauptseite .td38 {
  width:38%;
  border:2px solid #CC9900;
  height:19px;
}

#hauptseite .td45 {
  width:45%;
  border:2px solid #CC9900;
  height:19px;
}

/* Listen */

#hauptseite .listenrahmen {
  border:2px solid #CC9900;
  width:820px;
  border-collapse:collapse;
}

#hauptseite td.geschichte {
  border:1px solid #CC9900;
  background-color:#666666;
  font-weight:bold;
  padding:4px;
  width:50%;
}

#hauptseite .bild {
  width:820px;
  height:205px;
  border:2px solid #CC9900;
}

#hauptseite .bild1 {
  width:402px;
  border:2px solid #CC9900;
  padding:2px;
  float:left;
  text-align:center;
}

#hauptseite .bild2 {
  width:402px;
  border:2px solid #CC9900;
  padding:2px;
  float:right;
  text-align:center;
}

#hauptseite .bild3 {
  width:47%;
  border:2px solid #CC9900;
}

#hauptseite .rahmen {
  border:2px solid #CC9900;
}
 
#hauptseite .drot {
  color:#880000;
  font-weight:bold;
  padding:2px;
}

