/*  =========================================================
Stylesheet fr die �ungsseiten aus dem Buch "Little Boxes" 
Stand:  Ende Kap. 08 - Horizontale Navigation tabbed 
Datei:  bildschirm.css
Datum:  21. Dezember 2006
Autor:  Peter Mller 
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles fr Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abst�de */
*  { padding: 0; margin: 0; }
h1, h2, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 0em; } 

/* Allgemeine Selektoren */

html { height: 101%; } /* erzwingt Scrollbar im Firefox */
body { 
   color: white; 
   /*background-color: #8c8c8c; */
   background-color: #f7efe4; 

   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}
h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%; }
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}
/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color: #261BFF; } 
a:visited { color: #cc6666; }
a:hover, 
a:active { 
   color: white; 
   background-color: #261BFF; 
}
/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

/* Selbstdefinierte Klassen */
.bildrechts {
    float: right;
    padding: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.bildlinks {
    float: left;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;

}
.bildhalbrechts {
    float: right;
    padding: 3px;
    margin-right: 100px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.bildhalblinks {
    float: left;
    padding: 3px;
    margin-left: 100px;
    margin-bottom: 5px;
    margin-top: 5px;

}

div.galerie {
    overflow: hidden;
 /*   background-color: #ffeda0;*/
    padding: 15px 10px 10px 0;
    margin: 0 3px 3px 0;
}

/* für IE6 */
* html div.galerie { height: 1%; }

div.galerie img {
    float: left;
    padding: 4px;
    border: 1px solid #ddd;
    border-right-color: #aaa;
    border-bottom-color: #aaa;
    margin-right: 15px;
    margin-bottom: 15px;

}
#logo { 
}

/* ==================================== 
   2. Styles fr die  Layoutbereiche 
   ==================================== */

#wrapper { /* Das HTML-Element mit dem Attribut id="wrapper" */
   color: black; 
   background-color: white; 
   width: 720px; /* Breite des Inhaltsbereiches */   
   margin: 10px auto;
}

#kopfbereich {
   color: black; 
  /* background: #ffe574 url(farbverlauf.jpg) repeat-y top left;*/
   background: url(images/titelbild2.jpg);
   /*padding: 10px 20px 0 20px;*/ 
   width: 720px;
   height: 178px;
}
   #kopfbereich p {
      padding: 5px 0 5px 0; 
      margin-bottom: 0; /* war 1em */
   }
#titelzeile {
   /*background: #ffe574 url(images/farbverlauf.jpg) repeat-x top left;*/ 
   background: url(images/farbverlauf.jpg)  top left;
   height: 20px;

}
#navibereich { 
   text-align: right;  /* rechtsbndig */
   color: black;
   background: #ffe574 url(images/farbverlauf.jpg) repeat-y top left; 
   padding: 5px 10px 4px 10px;  
   border-bottom: 1px solid #8c8c8c;
} 
   #navibereich ul { margin-bottom: 0; } 
   #navibereich li { 
      display: inline;
      list-style-type: none; 
      list-style-position: inside;
      margin: 0 ; /* war vorher 10px fr rechts */ 
   }
   #navibereich a { 
      color: black; 
      background-color: #ffeda0; 
      padding: 4px 8px; 
      border: 1px solid #8c8c8c;
   }  
   #navibereich a:hover,
   #navibereich a:focus,
   #startseite #navi01 a, 
   #wohnungI #navi02 a { 
      color: black; 
      background-color: white; 
      border-bottom-color: white; /* Rahmenlinie weiss */ 
   }  
   #wohnungII #navi03 a { 
      color: black; 
      background-color: white; 
      border-bottom-color: white; /* Rahmenlinie weiss */ 
   }  
   #ausstattung #navi04 a { 
      color: black; 
      background-color: white; 
      border-bottom-color: white; /* Rahmenlinie weiss */ 
   }  

   #preise #navi05 a { 
      color: black; 
      background-color: white; 
      border-bottom-color: white; /* Rahmenlinie weiss */ 
   }  

   #kontakt #navi06 a { 
      color: black; 
      background-color: white; 
      border-bottom-color: white; /* Rahmenlinie weiss */ 
   }  

   #navibereich a:active { 
      color: black;
      background-color: white; 
   }  

#textbereich { padding: 20px 10px 20px 20px; }

#textbereich #kalenderlink a {
	border-bottom: 0;
	color: blue;
}
#textbereich #kalenderlinkicon{
	float: left;
	border: 0;
}
#textbereich #kalenderlink #kalendertext {
	padding-top: 6px;
}

#fussbereich {
   padding: 10px 20px 20px 20px;
   border-top: 1px solid #8c8c8c; 
   margin-top: 20px; 
}

#ausstattungstabelle {
    border: 1px solid #ddd;
    margin-left:auto;
    margin-right:auto;
}

#ausstattungstabelle th {
    background-color: #dccb85;
    padding: 5px 5px 5px 5px;
}

#ausstattungstabelle td {
    border: 1px solid #ddd;
    padding: 5px 5px 5px 5px;
}

#ausstattungstabelle ul {
    margin-bottom: 0;
}

#ausstattungstabelle li {
    list-style-type: none;
}

#preistabelle {
    border: 1px solid #ddd;
    margin-left:auto;
    margin-right:auto;
}

#preistabelle caption {
    font-size: 130%;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;

}
#preistabelle th {
    background-color: #dccb85;
    padding: 5px 5px 5px 5px;
}

#preistabelle td {
    border: 1px solid #ddd;
    padding: 5px 5px 5px 5px;
    text-align: center;
}


#kontakttabelle caption {
    font-size: 130%;
    font-weight: bold;
    text-align: left;
}

#kontakt #impressum {
   border-top: 1px solid black;
   padding: 20px 10px 20px 20px;
   border-top: 3px solid #8c8c8c; 
   margin-top: 20px; 

}
/*---------------  Webkalender ----------*/
#belegung_whg1 td { font-family: Helvetica, Arial, Verdana, Geneva, sans-serif; font-size: 12px; color: #22432b; }

.sform {  font-size: 12px; color: #22432b; width: 160; height: 20; border-left: 1px solid #22432b; border-bottom: 1px solid #22432b; border-right: 1px solid #22432b; border-top: 1px solid #22432b }

.sselect { font-size: 12px; color: #22432b; height: 18; border-left: 1px solid #22432b; border-bottom: 1px solid #22432b; border-right: 1px solid #22432b; border-top: 1px solid #22432b }

.starea { font-family: Helvetica, Arial, Verdana, Geneva, sans-serif; font-size: 12px; width: 323; height: 130; color: #22432b; border-left: 1px solid #22432b; border-bottom: 1px solid #22432b; border-right: 1px solid #22432b; border-top: 1px solid #22432b }

.sbutton { font-size: 12px; width: 160; height: 18; color: #22432b; font-weight: medium; background-color: #9baa96; border-left: 1px solid #22432b; border-bottom: 1px solid #22432b; border-right: 1px solid #22432b; border-top: 1px solid #22432b }

.sbuttonk { font-size: 12px; height: 18; color: #22432b; font-weight: medium; background-color: #9baa96; border-left: 1px solid #22432b; border-bottom: 1px solid #22432b; border-right: 1px solid #22432b; border-top: 1px solid #22432b }


/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */