/*  ===============================================
Stylesheet für Kita-Weserhafen"
Stand:  Layout
        dreispaltig, Header, Footer
        float und margin
Datei:  bildschirm.css
Datum:  2014-01-14
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-image: url("backwall.png");*/
  background-color: #8fbc8f;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 105%; }
h4 { font-size: 90%; }
h5 { font-size: 85%; }

address {
  text-align: center;
  background-color: #e9f6e9;
  font-size: 90%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5;
}
address2 {
  text-align: center;
  background-color: white;
  font-size: 90%;
  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: #b22222;}
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 {
  margin-top: 80px;
  font-size: 120%;
}
.textbild1 {
letter-spacing: 2px;
  margin-top: 120px;
  font-size: 110%;
}
.textbild2 {
letter-spacing: 2px;
  margin-top: 20px;
  font-size: 110%;
}

.textgruen {
  color: #8fbc8f;
}
.textgrossblau {
  color: #4682b4;
  font-size: 110%;
  font-style: normal;
  letter-spacing: 2px;
  margin-right: 10px;
  
}
.textgrossblau2 {
  color: #4682b4;
  font-size: 100%;
  font-style: normal;
  letter-spacing: 2px;
}

.textrot {
  color: #fa8072;
}
.textgrossrot {
  color: #fa8072;
  font-size: 110%;
  font-style: normal;
  letter-spacing: 2px;
}
.textgrossgrau {
  color: #555555;
  font-size: 130%;
  font-style: normal;
  letter-spacing: 2px;
}

.textblauklein {
  color: #4682b4;
  font-size: 90%;
}
.textblau {
  color: #4682b4;
}
.textorange {
  color: #ffa500;
}
.textorange2 {
  color: #ffa500;
  font-size: 110%;
}
.textsmiley {
  color: #ffa500;
  font-size: 250%;
}
.textgrossorange {
  color: #ffa500;
  font-weight: bold;
  font-size: 110%;
  font-style: normal;
  letter-spacing: 2px;
}
.textgrossrot2 {
  color: #fa8072;
  font-weight: bold;
  font-size: 110%;
  font-style: normal;
  letter-spacing: 2px;
}
.textgrossgruen2 {
  color: #8fbc8f;
  font-weight: bold;
  font-size: 110%;
  font-style: normal;
  letter-spacing: 2px;
}
.line_bottom {
  width: auto;
  text-align: left;
  padding-bottom: 0.1em;
  margin-bottom: 15px;
  border-bottom-color: black;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
}
.fussbox {
  width: auto;
  padding-top: 12px;
  background-color: white;
}

.fussmail {
  font-size: 100%
}

.clearing { clear: both; }

/* ======================================
  3.  Styles für die Layoutbereiche
  ====================================== */
#wrapper {
  width: auto;
  background-color: white;
  color: black;
  min-width: 760px;
  max-width: 90em;
  margin: 10px auto; 
}
/* Feste Breite für IE6 */
* html #wrapper { width: 760px; }

#kopfbereich {
  position: relative;
  background-color: white;
  color: black;
  padding: 1px 20px 10px 20px;
}
  #kopfbereich p {

  }
  div#kopfbereich p span {

  }
#schriftweser {
  text-align: right;
  padding: 10p;
}

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

  #navibereich ul {
    width: 12em;
    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;
    letter-spacing: 1px;
    color: black;
    background-color: #e9f6e9;
    padding: 5px;
    border-left: 5px solid #fa8072;
  }
  #startseite #navi01 a,
  #werwirsindseite #navi02 a,
  #rundgangseite #navi03 a,
  #oeffnungsseite #navi04 a,
  #aktuellesseite #navi05 a,
  #musikseite #navi06 a,
  #galerieseite #navi07 a,
  #galerieumbauseite #navi08 a,
  #galerieumbauseite2 #navi09 a,
  #kontaktseite #navi10 a,
  #impressumseite #navi11 a,
  #datenschutzseite #navi12 a {
    color: black;
    background-color: #dddddd;
    border-left-color: #8fbc8f;
    border-bottom: none;
  }
  #navibereich a:hover,
  #navibereich a:focus {
    color: black;
    background-color: white;
    border-left-color: #ffd700;
    border-bottom: none;
  }
  #navibereich a:active {
    color: white;
    background-color: #bbbbbb;
  }
/* Style für #sidebar */
#sidebar {
  float: right;
  color: #8fbc8f;
  background-color: white;
  width: 22%;
}
#sidebar_innen {
  padding: 10px;
  padding-top: 26px;
  margin-top: 280px;
  margin-right: 30px;
}
/* Feste Breite für IE6 */
* html #sidebar { width: 110px; }

#textbereich {
  margin-left: 22%; /* = width für #navibereich */
  margin-right: 22%; /* = width für #sidebar */
}
#textbereich_innen {
  color: black;
  padding: 80px 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;
}
#counter {
  margin-top: 990px;
}
#box {
  color: #b22222;
}
#textgruen {
  color: #8fbc8f;
}
#textdunkelgruen {
  color: #008000;
}
#textrot {
  color: #fa8072;
}
#textrot2 {
  color: #ff0000;
}
#textgrossrot {
  color: #fa8072;
  font-size: 120%;
  font-style: normal;
  letter-spacing: 2px;
}
#textdunkelrotgross{
  color: #b22222;
  font-size: 110%;
  font-style: normal;
  letter-spacing: 2px;
}
#textgraugross{
  color: #555555;
  font-size: 130%;
  font-style: normal;
  letter-spacing: 2px;
}
#textgruengross{
  color: #8fbc8f;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2px;
}
#textgruengross2{
  color: #8fbc8f;
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
}
#textgrau {
  color: #555555;
}
#textgrau2 {
  color: #555555;
}
#textgrau3 {
  color: #555555;
}
#textgrau4 {
  color: #555555;
}
#textgrau5 {
  color: #555555;
}
#textgrau6 {
  color: #555555;
}
#textblau {
  color: #4682b4;
}
#textgrossblau {
  color: #4682b4;
  font-size: 130%;
  font-style: normal;
}
#textstarkblau {
  color: #191970;
}
#textgelb {
  color: #ffd700;
}

#textkursiv {
  color: #4682b4;
  font-size: 130%;
  font-style: italic;
}

#line_bottom {
  width: auto;
  text-align: left;
  padding-bottom: 0.1em;
  margin-top: 36px;
  margin-bottom: 15px;
  border-bottom-color: #ffd700;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
}
#fussbereich {
  clear:both;
  background-color: white;
  color: #4682b4;
  padding: 20px 20px 10px 20px;
  margin-top: 10px;
}
#fussmail {
 font-size: 100%;
}


/* ====================================== 
  4. Sonstige Styles 
  ====================================== */
/* Das Kontaktformular */
form {
  background-image: url("backwall.png");
  background-color: #8fbc8f;
  width: 370px;
  padding: 20px;
  border: 1px solid #8fbc8f;
}
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.galerie3 {
  overflow: hidden; /* zum Einschließen der Floats */
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout für IE6 */
* html div.galerie3 { height: 1%; }

div.galerie3 img {
  float: left;
  padding: 1px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
}

div.galerie4 {
  overflow: hidden; /* zum Einschließen der Floats */
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout für IE6 */
* html div.galerie4 { height: 1%; }

div.galerie4 img {
  float: left;
  padding: 1px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-left: 100px;
}

div.galerie5 {
  overflow: hidden; /* zum Einschließen der Floats */
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout für IE6 */
* html div.galerie5 { height: 1%; }

div.galerie5 img {
  float: left;
  padding: 1px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-left: 200px;
}

div.galerie6 {
  overflow: hidden; /* zum Einschließen der Floats */
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout für IE6 */
* html div.galerie6 { height: 1%; }

div.galerie6 img {
  float: left;
  padding: 1px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-left: 300px;
}

div.galerie7 {
  overflow: hidden; /* zum Einschließen der Floats */
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout für IE6 */
* html div.galerie7 { height: 1%; }

div.galerie7 img {
  float: left;
  padding: 1px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-left: 400px;
}


div.galerie8 {
  overflow: hidden; /* zum Einschließen der Floats */
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout für IE6 */
* html div.galerie8 { height: 1%; }

div.galerie8 img {
  float: left;
  padding: 1px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-left: 500px;
}


div.galerie {
  overflow: hidden; /* zum Einschließen der Floats */
  padding: 25px 100px 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: 4px;
}


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


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

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

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

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

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

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

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

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

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

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

div.galerie_sidebar6 img {
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-top: 1440px;
  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: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}


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