/* === DEFAULT FUER REGIONALAUSGABE ==================================== */
body {
  background-color: #FFFFFF;
  scrollbar-base-color: #FFFFFF;
}

* {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color : #000000;
}

  
a {
  text-decoration: none; 
  font-weight: bold;
  color : #C60B27; 
}

th {
  font-weight: normal;
  text-align: left;
}

H1 {
  font-size: 16px;
  font-weight: bold;
  clear: both;
}

/* --- LISTEN --------------------------------------------- */

TD.header {
  border-bottom: 1px solid #2D2654;
  margin-bottom: 10px;
}


TD.subheader {
  border-bottom: 1px solid #2D2654;
  font-weight: bold;
}

TABLE.preisliste TD H2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: px;
}

TABLE.preisliste TH {
  text-align: left; 
  font-weight: bold;
}

TABLE.preisliste TR.odd {
  background-color: #FFE0A0;
}

TABLE.preisliste TR.even {
}


/* --- ALTLASTEN --- */
.ueberschrift {
  font-size: 16px;
  font-weight: bold;
}

.header {
  font-size: 14px;
  font-weight: bold;
}


/* --- FEHLERMELDUNGEN --- */
span.inputerror {
  color: #FF3030;
  float: left;
}

INPUT.inputerror, SELECT.inputerror {
  background-color: #FFD0D0;
}

/* --- Suchseite --- */
.search .ueberschrift {
  font-weight: bold;
}

.search .headline H1 {
  font-size: 14px;
}

.search .headline H2 {
  font-weight: normal;
}

.sucheformdiv {
  width: 95%;
  display: block;
  float: left;
  margin: 3px;
  background-color: #e0e0e0;
  padding: 5px;
}

.sucheformdiv INPUT,
.sucheformdiv SELECT {
  border: 1px solid;
}


/* --- Suchergebnisse (Liste) --- */
.searchresult {
  width: 600px;
}

.searchresult .header {
  margin-bottom: 10px;
}

.searchresult .header DIV {
  margin-bottom: 5px;
}

.searchresult .pagelist {
  width: 100%;
  border-top: 1px solid #000000;
  margin-top: 10px;
  padding-top: 5px;
}

.searchresult .pagelist DIV {
  margin-bottom: 10px;
}

.searchresult .pagelist .pagelist-prev {
  text-align: left;
  float: left;
  width: 10%;
}

.searchresult .pagelist .pagelist-next {
  text-align: right;
  float: right;
  width: 10%;
}

.searchresult .pagelist .pagelist-page {
  text-align: center;
  float: left;
  width: 80%;
}


.searchresult .resultlist td.header {
  font-weight : bold;
  border-bottom: 1px solid #2D2654;
}


/* --- PREIS-TABELLE --- */
table.table_preise {
  border: 1px solid #ACA899; 
  border-spacing: 5px;
  border-collapse: collapse;
  empty-cells: show;
}

table.table_preise TD {
  border: 1px solid #ACA899; 
}


/* --- PREIS-TABELLE FUER BUCHUNG --- */

table.table_preise_buchung {
  empty-cells: show;
}

table.table_preise_buchung TH {
  border-bottom: 1px solid #C0C0C0;
  text-align: left;
}

table.table_preise_buchung TD {
  border-bottom: 1px solid #C0C0C0;
}

/* --- GOOGLE MAPS --- */
#map_div * {
  color: #000000;
}
