/*
Style für Cuxland/Oneres

09. April 2004 by Marco Lindner
*/


 /* 
Grundeinstellungen, Hintergrundfarbe, Scrollbalken usw
  */

body  {
  background-color: #f1f5f8;
  scrollbar-base-color: #FFEFC6;
  margin: 0px;  
  }


/* 
Grundschriftarten
*/

font,th,td,p  { 
    font-family: Arial, Helvetica, sans-serif;
    color : #2D2654;
    font-size: 12px;
    }

a:link,a:active,a:visited { 
    color : #C60B27; 
    text-decoration: none; 
    font-weight : bold;
    }

a:hover   { 
    text-decoration: underline; 
    color : #C60B27; 
    }

td.header {
  font-weight : bold;
  border-bottom: 1px solid #2D2654;
}
    
td.subline  {
    font-family: Arial, Helvetica, sans-serif;
    color : #2D2654;
    font-size: 12px;
    font-weight : bold;
    }   
    
/* --- FEHLERMELDUNGEN --- */
span.inputerror {
  color: #FF3030;
  float: left;
}

INPUT.inputerror, SELECT.inputerror {
  xborder: 1px solid #FF0000;
  background-color: #FFD0D0;
}


/* --- 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;
}

/* --- SUCHE --- */
.sucheformdiv {
  width: 95%;
  display: block;
  float: left;
  margin: 3px;
  background-color: #ecf2de;
  padding: 5px;
  clear: both;
}

.sucheformdiv INPUT,
.sucheformdiv SELECT {
  border: 1px solid;
}

