/* =====================================================================================================================
Stylesheet für die CVJM-Kita Seite
Stand Januar 2012
datei: cvjm-kita.css
datum 16.7.2009
autor: jan saddei
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 Sektoren */

html { height: 101%; } /* erzwingt scrollbar im firefox */
body { 
   color: white;
   background-color: #ffb503;
   font-family: Verdana;
   font-size: small;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 100%;
   width: 650px;
   text-align: left;
   margin: 0px 10px 10px 4px;
   padding: 5px 4px 4px 5px;
   color: #000000;
   background: #ffe574 ;
   border: 1px solid #8c8c8c;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5); 

 }

h4 { font-size: 100%;
   text-align: left;
   margin: 0px 10px 10px 4px;
   padding: 5px 4px 4px 5px;
   color: #000000;
   background: #ffe574 ;
   border: 1px solid #8c8c8c;
 }

h5 { font-size: 100%;
   text-align: left;
   margin: 0px 0px 0px 0px;
   padding: 5px 4px 4px 5px;
   color: #000000;
   background: #ffe574 ;
   border: 0px solid #8c8c8c;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   -webkit-border-radius-topleft: 10px;
   -webkit-border-radius-topright: 10px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
 }

h6 { font-size: 100%;
   width: 650px;
   text-align: left;
   margin: 0px 10px 10px 4px;
   padding: 5px 4px 4px 5px;
   color: #000000;
   background: #2fcb00 ;
   border: 1px solid #8c8c8c;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}



img { 
   margin: 5px;
   border: 1px solid black;
}



address {
   text-align: center;
   font-size: 80%;
   font-style: normal;
   letter-spacing: 2px;
   line-height: 1.5em;
}

/* Hyperlinks allgemein */
a { text-decoration: none; outline: none; }

a:link { color: #d90000; }
a:visited { color: #cc6666; }
}

a:active {
   color: white;
   background-color: #d90000;
}

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

#logo {
   color: black;
   background-color: white;
   padding: 0;
   border: 1px solid black;
   margin-left: auto;
   margin-right: auto;
   
}

.bildlinks {
   display: inline;
   float: left;
   padding:3px;
   border: 1px solid black;
   margin-right: 10px;
   margin-bottom: 10px;
}


.bildrechts {
   float: right;
   padding:3px;
   border: 1px solid black;
   margin-left: 10px;
   margin-bottom: 10px;
}

.clearing { 
   clear: both;
   padding-left: 4px;
}

/* ===================================
   2. STyles für die Layoutbereiche
   =================================== */


#wrapper {
   position: relative;
   color: black;
   background-color: white;
   width: 820px; /* Breite des Inhaltsbereichs */
   margin: 10px auto;
   border: 1px solid #8c8c8c;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-topright: 15px;
   -webkit-border-radius-topleft: 15px;
   -webkit-border-radius-topright: 15px;
} 

#kopfbereich {
   position: relative;
   color: black;
   background: #f3c600 url(farbverlauf.jpg) repeat-y top left;
   padding: 10px 20px 0 20px;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-topright: 15px;
   -webkit-border-radius-topleft: 15px;
   -webkit-border-radius-topright: 15px;
}

#kopfbereich p {
   padding: 5px 0 5px 0;
   margin-bottom: 0; /* war 1em */
   font-weight: bold;
   font-size: 14px;
   margin-left: 80px;
}

#kopfbereich p span { font-weight: normal; }

#kopfbereich img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#navibereich { 
   background: #ffe574 url(farbverlauf.jpg) repeat-y top left;
   padding: 5px 10px 4px 10px;
   text-align: right;
   color: black;
   border-bottom: 1px solid #8c8c8c;
 }

#subnavi ul { margin-left: -50px; margin-top: 60px}
#subnavi li {
   list-style-type: none;
   padding: 4px 4px;
   margin: 25px 10px;  
}
#subnavi a {
   color: black;
   padding: 10px 10px 10px 10px;
   border: solid 1px #8c8c8c;
}

#subnavi01 a,
#subnavi02 a,
#subnavi02a a,
#subnavi03 a,
#subnavi04 a,
#subnavi05 a { 
   background-color: #ffe574;
   padding: 10px 4px 10px 4px;
   border-left: solid 1px #8c8c8c;
   position: relative;
   left: -20px;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

#subnavi a:active {
   color: black;
   background-color: white;
}

#terminseite #subnavi #subnavi01 a,
#projektseite #subnavi #subnavi02 a,
#spendenseite #subnavi #subnavi03 a,
#speiseplanseite #subnavi #subnavi04 a,
#konzeptionsseite #subnavi #subnavi02a a,
#kochbuchseite #subnavi #subnavi05 a {
   color: black;
   background-color: #ffffff;
   border: solid 1px #000000;
   padding: 10px 4px 10px 4px;
   position: relative;
   left: -20px;
   top: 0px;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: white;

}

#subnavi a:hover
{
   color: black;
   background-color: #ffffff;
   border: solid 1px #000000;
   padding: 10px 4px 10px 4px;
   position: relative;
   left: -20px;
   top: 0px;
   /*filter: Alpha(opacity=65);
   opacity: 0.65;
   -moz-opacity: 0.65;
   -webkit-opacity: 0.65;*/
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: white;
   box-shadow: inset 4px 4px 4px rgba(0,0,0,0.5), 4px 4px 4px rgba(0,0,0,0.5),inset -4px -4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: inset 4px 4px 4px rgba(0,0,0,0.5), 4px 4px 4px rgba(0,0,0,0.5)inset -4px -4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: inset 4px 4px 4px rgba(0,0,0,0.5), 4px 4px 4px rgba(0,0,0,0.5)inset -4px -4px 4px rgba(0,0,0,0.5);
   
}

#navibereich ul { margin-bottom: 0; }
#navibereich li {
   display: inline;
   list-style-type: none;
   margin: 0;
}

#navibereich a {
   color: black;
   
   padding: 4px 8px 4px 8px;
   border: 1px solid black;
   border-bottom: 1px solid '8c8c8c;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-topright: 15px;
   -webkit-border-radius-topleft: 15px;
   -webkit-border-radius-topright: 15px;
   box-shadow: inset 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: inset 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: inset 4px 4px 4px rgba(0,0,0,0.5);
}


#navi00 a { background-color: silver; padding: 4px 8px 4px 8px; }
#navi01 a { background-color: #ff8193; padding: 4px 8px 4px 8px; }
#navi02 a { background-color: #ff6b00; padding: 4px 8px 4px 8px; }
#navi03 a { background-color: #ff3b00; padding: 4px 8px 4px 8px; }
#navi04 a { background-color: #bfcb00; padding: 4px 8px 4px 8px; }
#navi05 a { background-color: #2fcb00; padding: 4px 8px 4px 8px; }
#navi06 a { background-color: #009b00; padding: 4px 8px 4px 8px; }
#navi07 a { background-color: #6db7ff; padding: 4px 8px 4px 8px; }


#navibereich a:hover,
#navibereich a:focus,
#startseite #navi00 a,
#krippenseite #navi01 a,
#elementarseite #navi02 a,
#vorschulseite #navi03 a,
#teamseite #navi04 a,
#allgemeineseite #navi05 a,
#kontaktseite #navi06 a,
#impressumseite #navi07 a {
   color: black;
   background-color: white;
   border-bottom-color: white;
}

#navibereich a:active {
   color: black;
   background-color: white;
}

#textbereich { 
   padding: 20px 10px 20px 20px;
   margin-left: 175px;
   width: 550px;
   line-height: 1.5;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-topright: 15px;
   -webkit-border-radius-topleft: 15px;
   -webkit-border-radius-topright: 15px;
}

     #textbereich a {
        border-bottom: 1px dotted #cc0000;
     }
      #textbereich a:hover,
      #textbereich a: focus {
          border-bottom: 1px solid #d90000;
       }

#konzeptionsseite #textbereich { height: 300px; }

#textbereich { width: 700px; margin-left: 75px;}

#allgemeineseite #textbereich { width: 700px; margin-left: 75px;}

#subnavi { 
   position: absolute;
   text-align: left;
   top: 190px;
   left: -10px;
   width: 0px;
   height: 0px;
   padding: 0px 0px 0 0px;
   border: 0px solid black; 
}

#fussbereich {
   clear: both;
   padding: 10px 20px 20px 20px;
   border-top: 1px solid #8c8c8c;
   margin-top: 20px;
}

#textbereich img {
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}


/* ===============================================

   3. Sonstige Styles

   =============================================== */

/* Bildbeschriftung per Definitionsliste */

dl.bildbox {
   float: left; /* ohne width => so breit wie das bild */
   text-align: center;
   background-color: white;
   padding: 1px;
   border: 1px solid #ccc;
   border-right-color: #bbb;
   border-left-color: #bbb;
   border-bottom-color: #bbb;
   margin: 1px; /* Abstand zum Text */
}

dl.bildbox dd {
   font-size: 80%;
   margin: 0;
}

div.ohnerand {
   float: left;
   overflow: hidden;   
   margin: 5px;
   padding: 5px;
   text-align: center;
   width: 650px;
   text-align: center;
   border: solid 0px #8c8c8c;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(255,255,255,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(255,255,255,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(255,255,255,0.5)
}

div.angebot {
   float: left;
   overflow: hidden;   
   margin: 5px;
   padding: 5px;
   width: 650px;
   border: solid 1px #8c8c8c;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

div.angebot img {
   float: left;
   margin: 15px;
   border: solid 1px #8c8c8c;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}


div.team {
   float: left;
   overflow: hidden;   
   margin: 5px;
   padding-left: 0px;
   width: 320px;
   height:240px;
   border: solid 1px #8c8c8c;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

div.menue {
   position: relative;
   top: 0px;
   left: 0px;
   float: left;
   overflow: hidden;   
   margin: 5px;
   padding-left: 0px;
   width: 320px;
   height:240px;
   border: solid 1px #8c8c8c;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}



div.team2 {
   float: left;   
   margin-right: 15px;
   width: 200px;
}

div.team img {
   float: left;
   margin-right: 5px;
   margin-top: 34px;
}

div.projekt {
   float: left;
   overflow: hidden;   
   margin: 5px;
   padding-left: 5px;
   width: 470px;
   border: solid 1px #8c8c8c;
}

div.projekt img {
   float: left;
   margin-right: 5px;
}

div.details { font-size: 100%;
   width: 650px;
   text-align: left;
   margin: 0px 10px 10px 4px;
   padding: 5px 4px 4px 5px;
   color: #000000;
   background: #6db7ff ;
   border: 1px solid #8c8c8c;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

.datum { font-weight: bold; }

.termin { margin-left: 0px; font-size: 150%; }

#termineintrag {
/*   float: left; */
   overflow: hidden;   
   margin-top: 30px;
   margin-bottom: 30px;
   margin-left: 0px;
   margin-right: 250px;
   padding: 10px;
   width: 500px;
/*   height: 50px; */
   border: solid 1px #ffb503;
   background: #f3c600 url(terminheader500x50px.jpg) repeat-y top left;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
   -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}

#ohnetermineintrag {
   font-size: 150%;
   border: 0;
   margin: 4px;
   padding: 4px;
   background-color: #ffffff;
   height: 300px;
   width: 30em;
}

form#kontakt {
   width: 600px;
   color: black;
   line-height: 2;
}


fieldset {
   padding: 20px;
   margin: 10px;
}


legend {
   font-weight: bold;
   color: black;
   padding: 0 10px;
   border: none;
}

label {
   position: relative; /*etwas höher ... */
   bottom: 1px;
   cursor: pointer;
}

label.davor {
   float: left;
   clear: left;
   width: 115px;
   text-align: right;
   margin-right: 10px;
}

label.fehler {
   float: left;
   clear: left;
   width: 115px;
   text-align: right;
   margin-right: 10px;
   margin-top: 1px;
   padding: 0px;
   color: #ff0000;
   background: #fff url(warning.png) no-repeat 10px center;
   
}

p.fehler {
   width: 400px;
   text-align: center;
   margin-right: 1px;
   margin-top: 1px;
   padding-right: 1px;
   color: #ff0000;
   background: #fff url(warning.png) no-repeat 16px center;
   border: 1px solid #3fc600;
}


input#anrede_frau { 
   padding-left: 0;
   margin-left: 125px;
}

#abschicken {
   cursor: pointer;
   padding: 0;
   margin-left: 115px;
}

form p {
   margin: 0;
   margin-left: 10px;
}

#tobesent {
   width: 400px;
   height: 200px;
   text-align: left;
   margin: 10px;
   padding: 15px;
   color: #000000;
   background: #ffcc66 ;
   border: 2px solid #ccc;
}

.pflichtfeld {
   color: red; font-weight: bold;}

#digits {
   border: 1px solid black;
   padding: 2px;
   /*float: left;
   clear: left;*/
   margin-left: 10px;
   width: 126px;
   height: 26px;
   margin-bottom: 0;
}

#bestätigen {
   cursor: pointer;
   margin-left: 10px;
   padding: 0;
}

#subshdigts {
   cursor: pointer;
   margin-left: 10px;
   padding: 0;
}

#digits img {
    border: none; 
    margin: 0;
    padding:0;
}

.digitstext {
   width: 400px;
   text-align: center;
   margin-right: 5px;
   margin-top: 4px;
   margin-bottom: 5px;
   padding-right: 5px;
   color: #000000;
   background: #ccc ;
   border: 1px solid #3fc600;
}   

/* ===========================================
   4. Lightbox
   ========================================= */

#lightbox {
	position: absolute;
	left: 0; width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
}

#lightbox img {
        width: auto;
        height: auto;
}

#lightbox a img {
        border: none;
}

#outerImageContainer {
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
}

#imageContainer {
        padding: 10px;
}

#loading {
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
}

#hoverNav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10; 
}

#imageContainer, #hoverNav {
       left: 0;
}

#hoverNav a {
       outline: none;
}

#prevLink, #nextLink {
       width: 49%;
       height: 100%;
       background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
       display: block; 
}

#prevLink {
       left: 0;
       float: left;
}

#nextLink {
       right: 0;
       float: right;
}

#prevLink:hover, #prevLink:visited:hover {
       background: url(images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover {
       background: url(images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer {
       font: 10px Verdana, Helvetica, sans-serif;
       background-color: #fff;
       margin: 0 auto;
       line-height: 1.4em;
       overflow: auto;
       width: 100%; 
}

#imageData {
       padding: 0 10px;
       color: #666; 
}

#imageData #imageDetails {
       width: 70%;
       float: left;
       text-align: left; 
}
	
#imageData #caption { 
      font-weight: bold;	
}

#imageData #numberDisplay {
      display: block;
      clear: left;
      padding-bottom: 1.0em;	
}

#imageData #bottomNavClose {
      width: 66px;
      float: right;
      padding-bottom: 0.7em;
      outline: none; 
}

#overlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 90;
      width: 100%;
      height: 500px;
      background-color: #000; 
}

/* ===============================================
15:22 30.09.2011   E N D E   D E S  S T Y L E S H E E T S
   =============================================== */ 
