/* =======================================
   Stylesheet der koch-koop Website
   
   Stand: Klasse zum clearen
   Datei: bildschirm.css
   Datum: 19.06.2008
   Autor: Stefanie Deutsch
   
   Aufbau:  1. Kalibrierung
            2. Allgemeine Styles
            3. Styles der Layoutbereiche
            4. Sonstige Styles  
======================================= */



/* =======================================   
                      1. Kalibrierung
======================================= */

* { padding: 0; margin: 0; }

h1, h2, h3, p, ul, ol { margin-bottom: 0.5em; }

li { margin-left: 2em; }

/* =======================================   
                      2. Allgemeine Styles
======================================= */

html { 
  height: 100%;
  margin-bottom: 1px;
}

body {
  font-family: Arial, sans-serif;
  font-size: 62.5%;
  background: url(bilder/verlauf-grau.jpg) repeat-x #fff;
  color: black;
  font-style: normal;
  line-height: 1.5em;
}

/* =======================================  
======================== Auszeichnung */

strong {
  font-weight: bold;
}

/* =======================================   
============= Styles der Layoutbereiche */

#wrapper {
  overflow: hidden;
  background-color: transparent;
  width: 80.9em;
  margin: auto;
  margin-top: 7em;
}
#navi_links {
  overflow: hidden;
  float: left;
  width: 13em;
  margin-top: 59px;
}
#navi_links ul {
  margin-top: 7.1em;
}
#navi_links li { 
  margin: 0;
  color: #555; 
  font-size: 1.2em;
  letter-spacing: 0.06em;
  text-align: right;
  list-style-type: none;
  border-bottom: 1px solid transparent;
}
#navi_links a {
  color: #777; 
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#navi_links li a:hover {
  color: #777; 
  border-bottom: 1px solid #ddd;
}
#wrapper_innen {
  overflow: hidden;
  background: #fff;
  color: #27497c;
  margin: 0 0 0 14em;
}
#kopf {
  background: url(bilder/dd-Logo.jpg) top right no-repeat #fff;
  height: 59px;
}
#hintergrundbild {
  overflow: hidden;
  background: url(bilder/hintergr_bild.jpg) top left no-repeat #fff;
  margin-top: 7em;
}
#bild {
position: relative;
  overflow: hidden;
  background: url(bilder/haus-dd.jpg) bottom left no-repeat transparent;
  min-height: 226px;
  margin: 0;
}
#balken_blau{
  position: absolute;
  bottom: 0px;
  right: 0px; 
} 
#text {
  float: left;
  background: #fff;
  color: #27497c;
  font-size: 1.2em;
  letter-spacing: 0.06em;
  padding: 0.1em 2em 0.5em 0;
  margin: 0 8.5em 2em 14em;
}
#adresse a {
  color: #27497c;
  text-decoration: none;
}
#adresse a:hover {
  text-decoration: underline;
}

/* =======================================   
                      ENDE DES STYLESHEETS
======================================= */