/* CSS für die Fahrzeuge */

/* Überschriften */

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

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

/* Bilder */

#hauptseite .bild {
  width:55%;
  border:2px solid #CC9900;
}

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