/*  ===============================================
Stylesheet für D.T."
Stand:  Layout
        dreispaltig, Header, Footer
        float und margin
Datei:  bildschirm.css
Datum:  2011-06-16
Autor:  GN
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; }
h2, h3, p, ul, ol { 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: #deb887;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}
h1 { font-size: 220%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
address {
  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 { color: #8b0000;}
a:visited { color: #8b0000;}
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: 30px;
}
.bildlinks2 {
  float:left;
  padding: 3px;
  /*border: 5px solid #ccc;*/
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.bildrechts {
  float:right;
  padding: 3px;
  /*border: 5px solid #ccc;*/
  margin-right: 120px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.textbild {
  font-size: 120%;
}
.textdunkelrot {
  color: #8b0000;
}
.clearing { clear: both; }

/* ======================================
  3.  Styles für die Layoutbereiche
  ====================================== */
#wrapper {
  background-color: #ffefd5;
  color: black;
  width: 78%;
  margin: 10px auto;
}
/* Feste Breite für IE6 */
* html #wrapper { width: 760px; }

#kopfbereich {
  position: relative;
  background-color: #ffe4b5;
  color: #8b0000;
  padding: 10px 20px 10px 20px;
}
  #kopfbereich p {

  }
  div#kopfbereich p span {

  }
div.logo {
  overflow: hidden; /* zum Einschließen der Floats */
  padding: 25px 10px 10px 0;
  margin: 0 3px 3px 0;
}
div.logo img {
  float: left;
  padding: 2px;
  margin-right: 30px;
  margin-bottom:10px;
}
#navibereich {
  background-color: #ffe4b5; /* zum Testen Kommentar entfernen */
  float: left;
  width: 15%;
}
#navibereich_innen {
  padding-left: 20px;
  padding-top: 20px;
}
/* Feste Breite für IE6 */
* html #navibereich { width: 110px; }

  #navibereich ul {
    width: 8em;
    border-top: 1px solid white;
    margin-top: 30px;
  }
  #navibereich li {
    list-style-type: none;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0;
  }
  #navibereich a {
    display: block;
    text-decoration: none;
    color: black;
    background-color: #deb887;
    padding: 4px;
    border-left: 5px solid #8b0000;
  }
  #startseite #navi01 a,
  #galerieseite #navi02 a,
  #galeriezweiseite #navi03 a,
  #ausstellungenseite #navi04 a,
  #vitaseite #navi05 a,
  #kontaktseite #navi06 a,
  #impressumseite #navi07 a,
  #datenschutzseite #navi08 a {
    color: black;
    background-color: white;
    border-left-color: #556B2F;
    border-bottom: none;
  }
  #navibereich a:hover,
  #navibereich a:focus {
    color: black;
    background-color: white;
    border-left-color: #deb887;
    border-bottom: none;
  }
  #navibereich a:active {
    color: white;
    background-color: #ffefd5;
  }
/* Style für #sidebar */
#sidebar {
  float: right;
  color: #556B2F;
  background-color: #ffe4b5;
  width: 22%;
}
#sidebar_innen {
  padding: 10px;
  padding-top: 20px;
}
/* Feste Breite für IE6 */
* html #sidebar { width: 110px; }

#textbereich {
  margin-left: 15%; /* = width für #navibereich */
  margin-right: 20%; /* = width für #sidebar */
}
#textbereich_innen {
  color: #556B2F;
  padding: 20px 40px 20px 30px;
}
  #textbereich a {
  border-bottom: 1px dotted #D4E1F7;
}
  #textbereich a:hover,
  #textbereich a:focus {
    border-bottom: 1px solid #ffdab9;
  }
 #ausstellung {
  margin-left: 130px;
} 
#archiv {
  text-align: center;
  color: #556B2F;
  padding: 8px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
}
#box {
  color: #b22222;
}
#textgruen {
  color: #556B2F;
}
#textrot {
  color: #ff0000;
}
#textdunkelrot {
  color: #8b0000;
}
#textorange {
  color: #ff8c00;
}
#fussbereich {
  clear:both;
  background-color: #ffe4b5;
  color: #556B2F;
  padding: 10px 20px 20px 20px;
  margin-top: 0;
}
/* ====================================== 
  4. Sonstige Styles 
  ====================================== */
/* Das Kontaktformular */
form {
  background-color: #ffe4b5;
  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: #ffefd5;
}

/* 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: 10px;
  margin-bottom: 10px;
}

div.galerie2 {
  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.galerie2 { height: 1%; }

div.galerie2 img {
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-left: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}


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