/*  =========================================================
Stylesheet für bellecase.de
Stand:  Entwicklung 
Datei:  bildschirm.css
Datum:  24. April 2008
Autor:  Frank Dünisch 
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */

html { height: 101%; } /* erzwingt Scrollbar im Firefox */
body {
  color: black;
  background: #BEBCAD;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }

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: #000000; }
a:visited { color: #333333; }

a:hover, 
a:focus { 
  text-decoration: underline; 
}

a:active {
  text-decoration: underline;
}

/* Allgemeine Klassen und IDs */
.skiplink {
  position: absolute;
  top: -2000px;
  left: -3000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}

.clearer {clear: both;}

.table_padding {
  padding: 5px;
}

.rot { color: red; }

.smaller { font-size: smaller; }

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */
   
#logo {
  background: url(layout/logo.jpg) no-repeat;
  margin: 0px auto 0px auto;
  width: 900px;
  height: 191px;
}
  
#nav {
  color: white;
  background: #A49775;
  margin: 0px auto 0px auto;
  padding-top: 5px;
  padding-left: 15px;
  width: 885px;
  height: 23px;
}  

  #nav ul { margin-bottom: 0; }
  #nav li {
    display: inline;
    list-style-type: none;
    margin: 0;
  }
  #nav a {
    color: #FFFFFF;
    padding: 0 8px 0 8px;
  }
  #nav .first2 a {
    padding-left: 0;
  }
  
#bild {
  background: white;
  margin: 0px auto 0px auto;
  width: 900px;
  height: 15px;
}
  
#navpfad {
  font-size: smaller;
  margin-right: 15px;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px dotted #A49775;
}

#container { 
  background: white;
  margin: auto;
  width: 900px; 
  position: relative;
  overflow:auto;
}

#sidenav {
  background: white;
  border-right: 15px white solid;
  border-left: 10px white solid;
  width: 210px;
  
  float: left;
}

#immonav_header {
  background: url(layout/nav_header.gif) no-repeat;
  width: 210px;
  height: 30px;
}

.immonav {
  color: white;
  background: url(layout/nav.gif) no-repeat;
  padding: 6px 0px 0px 25px;
  width: 185px;
  height: 22px;
}

  .immonav a {
    color: #FFFFFF;
  }

#immonav_footer {
  background: url(layout/nav_footer.gif) no-repeat;
  width: 210px;
  height: 25px;
}

.immonav_leer {
  color: white;
  background: url(layout/nav_leer.gif) no-repeat;
  padding: 6px 0px 0px 25px;
  width: 185px;
  height: 22px;
}  

.sidebanner {
  margin: 30px auto 0px auto;
  text-align: center;
}
  
#content {
  color: #333333;
  width: 665px;
  float: right;
}

  #content a {
    text-decoration: underline;
  }
  
  #content 
  a:hover, 
  a:focus { 
    text-decoration: none; 
  }
  
.textbox {
  padding: 20px 5px 20px 5px;
}

.textbox_rahmen {
  border: 1px #ebebeb solid;
  padding: 5px;
  width: 520px;
}

.textbox_text {
  width: 245px;
  float: left;
}

.textbox_bild {
  text-align: center;
  padding: 0px 5px 0px 10px;
  width: 260px;
  float: right;
}

.textbox_rahmen2 {
  border: 1px #ebebeb solid;
  padding: 5px;
  width: 625px;
}

.textbox_text2 {
  width: 410px;
  float: left;
}

.textbox_bild2 {
  text-align: center;
  padding: 0px 5px 0px 10px;
  width: 200px;
  float: right;
}

.detail_headline {
  border-bottom: 1px #EFEDE7 solid;
  padding: 20px 0px 5px 0px;
  width: 632px;
}

.detailbox_rahmen {
  border-top: 1px #EFEDE7 solid;
  border-right: 1px #EFEDE7 solid;
  border-left: 1px #EFEDE7 solid;
  padding: 5px;
  width: 620px;
}

.detailbox_links {
  text-align: right;
  width: 160px;
  float: left;
}

.detailbox_rechts {
  background: #EFEDE7;
  padding: 0px 5px 0px 10px;
  width: 435px;
  float: right;
}

.detailbox_ende {
  border-top: 1px #EFEDE7 solid;
  width: 632px;
}

.detailbox_bild {
  padding: 20px 5px 0px 5px;
  text-align: center;
}

.agbbox {
  font-size: smaller;
  padding: 20px 5px 20px 5px;
}

.fehlerbox {
 font-weight: bold;
 border: 3px #FF0000 solid;
 padding: 10px;
 width: 500px;
}

.hinweisbox {
 font-weight: bold;
 border: 3px #006600 solid;
 padding: 10px;
 width: 500px;
}

.tablebox {
  margin: 10px 20px 10px 5px;
  border: 1px #EFEDE7 solid;
  padding: 2px;
}

.tablebox_ti {
  margin: 3px 20px 10px 5px;
  border: 1px #EFEDE7 solid;
  padding: 2px;
}

#socialnetworks {
  font-size: smaller;
  background: #f1f1f1;
  margin: auto;
  width: 900px;
  height: 32px;
}
  
#footer {
  color: white;
  font-size: smaller;
  background: #A49775;
  margin: auto;
  width: 900px;
  height: 32px;
}

  #footer a {
    color: #FFFFFF;
  }

#container_copyright {
  padding: 10px 10px 20px 10px;
  width: 880px; 
}

#copyright {
  float: left;
}

#nach_oben {
  float: right;
}

  

/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
