/*  ===============================================
Stylesheet für ANTAX"
Stand:  dreispaltig, Header, Footer
        float und margin
Datei:  bildschirm.css
Datum:  2010-03-10
Autor:  Torsten Porrey
Aufbau: 1. Kalibrierung und Restauration
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles
================================================ */

/* ======================================
  1. Kalibrierung und Restauration
  ====================================== */
/* Reset - alle Abstände auf NULL */
*  { padding: 0; margin: 0; }
/* optional: erzwingt Scrollbar im Firefox */
html { height: 100%; margin-bottom: 1px; }
h1,h2, h3 {
  color: #22360A;
  margin-bottom: 1em;
}
p, ul, ol {
  color: #333333;
  margin-bottom: 1em;
}
ul ul { margin-bottom: 0; }
li { margin-left: 1em ; }
/* hier ggfs. Abstände für weitere Elemente restaurieren */

/* ======================================
  2. Allgemeine Styles
  ====================================== */
body {
  background-color: #161616;
  color: #333333;
  font-family: Georgia, "New Times", Times, serif;
  font-size: small;
}
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
address {
  color: #F6EAD0;
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5;
}
a {text-decoration: none;   /* outline: none; */ /* nur wenn es Sie wirklich stört */ }
a:link { ; }
a:visited {  }
a:hover, a:focus { }
a:active { }
/* Allgemeine Klassen und IDs */
img#logo { }
/* Skiplink ausblenden */
.skiplink {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* Bilder floaten und mit Rahmen versehen */
.bildlinks {
  float:left;
  padding: 3px;
  border: 5px solid #ccc;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bildrechts {
  float:right;
  padding: 3px;
  border: 5px solid #ccc;
  margin-bottom: 10px;
  margin-left: 10px;
}
.clearing { clear: both; }

/* ======================================
  3.  Styles für die Layoutbereiche
  ====================================== */
#wrapper {
  min-width: 760px;
  background-color: #F6EAD0;
  /* color: black; */
  width: 1200px;
  margin: 80px auto;
}
/* Feste Breite für IE6 */
* html #wrapper { width: 1000px; }

#kopfbereich {
  height: 20px;
  position: relative;
  background-color: #22360A;
  color: white;
  padding: 10px 20px 10px 20px;
}
  #kopfbereich p { }
  div#kopfbereich p span { }
#kopfbereich_2 {
  position: relative;
  background-color: #F6EAD0;
  text-align: center;
  padding-top:15px;
  padding-bottom: 5px;
  border-bottom: 5px solid #71823F;
}
#kopfbereich_2 p {
  color: #333333;
  font-family: Georgia;
}

#navibereich {
  /* background-color: pink; */ /* zum Testen Kommentar entfernen */
  float: left;
  width: 180px;
}
#navibereich_innen {
  padding-left: 30px;
  padding-top: 30px;
}
/* Feste Breite für IE6 */
* html #navibereich { width: 180px; }

  #navibereich ul {
    width: 7em;
    border-top: 1px solid #22360A;
  }
  #navibereich li {
    list-style-type: none;
    border-left: 1px solid #22360A;
    border-bottom: 1px solid #22360A;
    margin: 0;
  }
  #navibereich a {
    display: block;
    text-decoration: none;
    color: #333333;
    background-color: #71823F;
    padding: 4px;
    border-left: 3px solid #22360A;
  }
  #startseite #navi01 a,
  #leistungen #navi02 a,
  #mitarbeiter #navi03 a {
    color: #333333;
    background-color: #F6EAD0;
    border-left-color: #22360A;
    border-bottom: none;
  }
  #navibereich a:hover,
  #navibereich a:focus {
    color: #F6EAD0;
    background-color: #22360A;
    border-left-color: #22360A;
    border-bottom: none;
  }
  #navibereich a:active {
    color: #F6EAD0;
    background-color: #22360A;
  }
/* Style für #sidebar */
#sidebar {
  float: right;
  width: 265px;
  height:500px;
  border: 0px solid red;
}
#sidebar_innen {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 0px solid yellow;
}
#sidebar_innen h3 {
/* color: #22360A; */
}

/* Feste Breite für IE6 */
* html #sidebar { width: 245px; }

#textbereich {
  margin-left: 180px; /* = width für #navibereich */
  margin-right: 265px; /* = width für #sidebar */
}
#textbereich_innen {
  padding: 30px 30px 20px 20px;
}

#textbereich_innen li {
  line-height: 1.8em;
}
#textbereich_innen h2 {
 /* color: #22360A; */
}
  #textbereich a {
  border-bottom: 1px dotted #D4E1F7;
}
  #textbereich a:hover,
  #textbereich a:focus {
    border-bottom: 1px solid #5F8EDC;
  }
#fussbereich {
  clear:both;
  background-color: #71823F;
  color: black;
  padding: 10px 20px 20px 20px;
  margin-top: 0;
}
#fussbereich a { color: #0C1B29; }

/* ====================================== 
  4. Sonstige Styles 
  ====================================== */
/* Das Kontaktformular */
form {
  background-color: #eee;
  width: 370px;
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label {
  display: block;
  cursor: pointer;
}
input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}

/* Die kleine Galerie */
div.galerie {
  overflow: hidden; /* zum Einschließen der Floats */
  padding: 25px 10px 10px 0;
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout 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;
}

.k {
	color: #333;
}



/* =======================================
   E N D E   D E S   S T Y L E S H E E T S
   ======================================= */