/*
css-datei fuer propeller island city lodge by latimera
- reservierung - 
*/
/* body */

#bd {background-color: #4B050F;}

/* ueberschrift */
#resUeb {font-family: Arial,Helvetica,sans-serif; font-size: 12pt; font-weight: bold; color: #00000; background-color: #ffcc00; }
/* text */
#resTxt {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; color: #ffffff; background-color: #4B050F; }
/* ueberschrift 1.Zimmer usw. */
#resTxtZimmer {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: bold; color: #ffffff; background-color: #4B050F; }
/* text-klein */
#resTxtklein {font-family: Arial,Helvetica,sans-serif; font-size: 8pt; color: #ffffff; background-color: #4B050F; }
/* text-klein */
#resTxtHint {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: bold; color: #FFCC00; background-color: #4B050F; }
/* rahmen */
#resRah { font-family: Arial,Helvetica,sans-serif; font-size: 11pt; background-color: #ffcc00; }

/* formularfelder */
#formFeldAnreise {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; width:33px; background-color: #4B050F; color: #FF3333; border-left: 1px solid #ffcc00; border-top: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00;}
#formFeld {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; width:280px; background-color: #4B050F; color: #FF3333; border-left: 1px solid #ffcc00; border-top: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00;}
/* land,plz,ort */
#formFeldLand {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; width:30px; background-color: #4B050F; color: #FF3333; border-left: 1px solid #ffcc00; border-top: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00;}
#formFeldPlz {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; width:50px; background-color: #4B050F; color: #FF3333; border-left: 1px solid #ffcc00; border-top: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00;}
#formFeldOrt {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; width:195px; background-color: #4B050F; color: #FF3333; border-left: 1px solid #ffcc00; border-top: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00;}
/* radio */
#formRadio { background-color: #4B050F; color: #FF3333; border-left: 1px solid #ffcc00; border-top: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00;}
/* textfeld */
#formFeldTxt {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; width:409px; background-color: #4B050F; color: #FF3333; border-left: 1px solid #ffcc00; border-top: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00;}
/* scrollbar */
#formFeldScroll {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; scrollbar-face-color: #ffcc00; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #ffcc00; scrollbar-arrow-color: #000000; scrollbar-track-color: #4B050F; scrollbar-darkshadow-color: #ffcc00; }
/* textfeld */
#formFeldKtnr {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; width:200px; background-color: #4B050F; color: #FF3333; border-left: 1px solid #ffcc00; border-top: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00;}


/* reservations popup */

.tab1b {font-family: Arial,Helvetica,sans-serif; font-size: 50pt; font-weight: bold; color: #000000; }
.tab2b {font-family: Arial,Helvetica,sans-serif; font-size: 30pt; color: #ffffff; background-color: #4B050F; }
.tab3b {font-family: Arial,Helvetica,sans-serif; font-size: 30pt; color: #000000; background-color: #ffcc00; }
.tab4b {font-family: Arial,Helvetica,sans-serif; font-size: 15pt; color: #ffffff; background-color: #4B050F; }  

/* buttons */


input.button {
  color: #000000; 
  background: #ffcc00;
  /*font-size: .8em;*/
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  /*border: solid 1px #ffcf31;*/
  border: solid 1px #4B050F;
  }

 /* prices link */
/* opld
#priceLink {font-family: Arial,Helvetica,sans-serif; font-size: 10pt; color: #ffffff; background-color: #4B050F; text-decoration: yes}
*/

#priceLink {
  color: #000000; 
  background: #ffcc00;
  /*font-size: .8em;*/
  font-size: 9pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  /*border: solid 1px #ffcf31;*/
  border: solid 1px #4B050F;
  text-decoration: none;
  }

