/* CSS für die Service-Seite */

#hauptseite .rahmen {
  width:100%;
  border:2px solid #CC9900;
  padding:2px;
}

#hauptseite .angebot {
  width:100%;
  height:340px;
  border:2px solid #CC9900;
  padding:2px;
}

#hauptseite .karte {
  width:60%;
  border-right:2px solid #CC9900;
  float:left;
  padding:5px;
}

#hauptseite .info {
  width:37%;
  padding:3px;
  float:right;
}

  
