/* =====================================================================================================================
STylesheet für die CVJM-Kita Rezeptverwaltung
Stand Februar 2016
datei: rz.css
datum 01.02.2016
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: white;
   font-family: Verdana;
   font-size: small;
   
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 100%;
   width: 750px;
   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);
}

h7 { font-size: 100%;
   width: 650px;
   text-align: left;
   margin: 0px 10px 10px 4px;
   padding: 5px 4px 4px 5px;
   color: #000000;
   background: #ff8193;
   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: #000000;}
a:visited { color: #000000;}
}

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: 1020px; /* 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(../gfx/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;
}



#subnavi ul { margin-left: -50px; margin-top: 60px}

#subnavi li {
   list-style-type: none;
   padding: 14px 14px;
   margin: 25px 10px;
   width: 70px;  
}

#subnavi a {
   float: left;
   width: 70px;
  /* height: 20px; */
   color: black;
   padding: 10px 10px 10px 10px;
   border: solid 1px #8c8c8c;
}

#subnavi01 a,
#subnavi01a a,
#subnavi02 a,
#subnavi02a a,
#subnavi03 a,
#subnavi04 a,
#subnavi05 a { 
   background-color: #ffe574;
   width: 80px;
   text-decoration: none;
   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,
#fundgrubeseite #subnavi #subnavi01a 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 { 
   background: #ffe574 url(farbverlauf.jpg) repeat-y top left;
   padding: 5px 10px 4px 10px;
   text-align: right;
   color: black;
   border-bottom: 1px solid #8c8c8c;
 }

#navibereich ul { border: 0px solid black; margin-right: 0px; margin-left: 0px; margin-bottom: 5px; }
#navibereich li {
   display: inline;
   list-style-type: none;
   margin-top: 10;
   margin-left: 3px;
}

#navibereich a {
   float: left;
   color: black;
   width: 100px;
   margin-right: 10px;
   margin-left: 10px;   
   text-align: center;
   padding: 4px 8px 4px 8px;
   border: 1px solid black;
   border-bottom: 1px solid '8c8c8c;
   
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
   -webkit-border-radius-topleft: 10px;
   -webkit-border-radius-topright: 10px;
   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);
}

#navibereich #bearbeiten {
   float: left;
   width: 100px;
   height: 16px;
   margin-right: 20px;
   margin-left: 20px;   
   text-align: center;
   padding: 0px;
   
   
}

.submitbutton1 {
    background-color: gold;
    cursor: pointer;
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
    text-decoration: none;
    /* width: 120px;
   height: 26px; */
   margin-right: 10px;
   margin-left: -4px;   
   text-align: center;
   padding: 3px 20px 1px 20px;
   border: 0px solid gold;
   border-bottom: 0px solid '8c8c8c;
   /* border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   -moz-border-top-left-radius: 10px;
   -moz-border-top-right-radius: 10px;
   -moz-border-bottom-left-radius: 10px;
   -moz-border-bottom-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   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); */
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
}

.submitbutton1:hover {
    background-color: gold;
    border: 0px solid black;
    padding: 3px 20px 2px 20px;
    color: white;
    text-shadow: 0 0 10px #000000, 0 0 1px #000000;
}

.submitbutton1a {
    background-color: gold;
    cursor: pointer;
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
    text-decoration: none;
    /* width: 120px;
   height: 26px; */
   margin-right: 10px;
   margin-left: -4px;   
   text-align: center;
   padding: 3px 20px 1px 20px;
   border: 1px solid gold;
   border-bottom: 0px solid '8c8c8c;
   /* border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   -moz-border-top-left-radius: 10px;
   -moz-border-top-right-radius: 10px;
   -moz-border-bottom-left-radius: 10px;
   -moz-border-bottom-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   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); */
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
}

.submitbutton1a:hover {
    background-color: black;
    border: 1px solid black;
    padding: 3px 20px 2px 20px;
    color: gold;
}

.button {
    background-color: #ffe574;
    cursor: pointer;
    color: black;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
    text-decoration: none;
    width: 120px;
   height: 26px;
   margin-right: 10px;
   margin-left: 10px;   
   text-align: center;
   padding: 4px 8px 4px 8px;
   border: 1px solid black;
   border-bottom: 1px solid '8c8c8c;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   -moz-border-topleft-radius: 10px;
   -moz-border-topright-radius: 10px;
   -webkit-border-topleft-radius: 10px;
   -webkit-border-topright-radius: 10px;
   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);
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
}

#navi00 .button:hover,
#navi01 .button:hover,
#navi02 .button:hover,
#navi03 .button:hover,
#navi04 .button:hover,
#navi05 .button:hover,
#navi06 .button:hover,
#navi07 .button:hover  
  { background-color: white; border-bottom: 1px solid white; color: red; }

#navi00 .button { background-color: silver; }
#navi01 .button { background-color: #ff8193; }
#navi02 .button { background-color: #ff6b00; }
#navi03 .button { background-color: #ff3b00; }
#navi04 .button { background-color: #bfcb00; }
#navi05 .button { background-color: #2fcb00; }
#navi06 .button { background-color: #009b00; }
#navi07 .button { background-color: #6db7ff; }

.button1 {
    background-color: gold;
    cursor: pointer;
    color: black;
    display: inline-block;
    font-size: 12px;
    margin: 4px;
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
    text-decoration: none;
    width: 120px;
   height: 26px;
   margin-right: 10px;
   margin-left: 10px;   
   text-align: center;
   padding: 4px 8px 4px 8px;
   border: 1px solid black;
   border-bottom: 0px solid '8c8c8c;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   -moz-border-top-left-radius: 10px;
   -moz-border-top-right-radius: 10px;
   -moz-border-bottom-left-radius: 10px;
   -moz-border-bottom-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   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);
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
}

.button1:hover {
    background-color: white;
    border: 1px solid white;
    color: red;
}

.button2 {
    background-color: rgba(255,0,0,0.0);
    cursor: pointer;
    color: black;
    display: inline-block;
    font-size: 12px;
    padding: 4px;
    position: relative;
    text-decoration: none;
    width: 120px;
   
   margin: 10px;
   text-align: center;
   border: 1px solid black;
   border-bottom: 0px solid '8c8c8c;
   border-bottom: 0px solid '8c8c8c;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   -moz-border-top-left-radius: 10px;
   -moz-border-top-right-radius: 10px;
   -moz-border-bottom-left-radius: 10px;
   -moz-border-bottom-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   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);
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
}

.button2:hover {
    background-color: rgba(255,0,0,0.5);
    border: 1px solid white;
    color: black;
}

#bearbeiten2
{
margin-bottom: -70px;
}

.button_subnavi { 
   color: black;
   word-wrap: normal;
   display: inline_block;
   cursor: pointer;
   background-color: #ffe574;
   width: 90px;
   text-decoration: none;
   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);
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.9s;
}

.button_subnavi: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);
   
}

#navi00 a { background-color: silver; }
#navi01 a { background-color: #ff8193; }
#navi02 a { background-color: #ff6b00; }
#navi03 a { background-color: #ff3b00; }
#navi04 a { background-color: #bfcb00; }
#navi05 a { background-color: #2fcb00; }
#navi06 a { background-color: #009b00; }
#navi07 a { background-color: #6db7ff; }



#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;
   width: 100px;
   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: 2px dotted red;
     }
      #textbereich a:hover,
      #textbereich a: focus {
          border-bottom: 2px solid #ffffff;
       }

#konzeptionsseite #textbereich { height: 300px; }

/* #fundgrubeseite #textbereich { height: 300px; } */

#textbereich { width: 900px; margin-left: 10px; border: 0px solid gold;}

#allgemeineseite #textbereich { width: 700px; margin-left: 75px;}

#subnavi { 
   position: absolute;
   text-align: center;
   top: 20px;
   left: 950px;
   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);
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
}

.tooltip .tooltiptext {
    visibility: visible;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 2s;
    
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    transition-timing-function: linear;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    
}


/* ===============================================

   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: 3px;
   width: 320px;
   height:270px;
   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: 7px;
   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);
}

.rezeptschritte { 
   position: relative;
   float: left;
   font-size: 120%;
   width: 830px;
   text-align: left;
   margin: 20px 0px 20px 0px;
   padding: 0px 10px 10px 10px;
   color: #000000;
   background: light-grey ;
   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;
}   

textarea {
   border: 1px solid #666;
   padding: 3px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   margin: 0px;
   width: 586px;
   height: 200px;
   background: url(farbverlauf4.jpg) gold;
   font-family: Verdana;
   font-size:12px;
   color: #ff0000

  /* box-shadow:0px 0px 15px #666;
    -webkit-box-shadow: 0px 0px 15px #666;
    -moz-box-shadow:0px 0px 15px #666; */
}

.select2 {
   border: 1px solid #666;
   padding: 3px;
   position: relative;
   top: 0px;
   left: 0px;
   width: 296px;
   float: left;
   font-family: Verdana;
   font-size:12px;
   color: #ff0000
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   margin: 10px;
   background: url(farbverlauf4.jpg) gold;
/*   box-shadow:0px 0px 15px #666;
    -webkit-box-shadow: 0px 0px 15px #666;
    -moz-box-shadow:0px 0px 15px #666; */
}

select {
   border: 1px solid #666;
   padding: 0px;
   font-weight: bolder;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   margin: 1px;
   background: url(farbverlauf4.jpg) gold;
/*   box-shadow:0px 0px 15px #666;
    -webkit-box-shadow: 0px 0px 15px #666;
    -moz-box-shadow:0px 0px 15px #666; */
}


option {
   color: red;
   font-weight: bolder;
   border: 1px solid #666;
   padding: 2px;
  /* border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px; */
   margin: 4px;
 /*   background: url(farbverlauf4.jpg) gold; 
   box-shadow:0px 0px 15px #666;
    -webkit-box-shadow: 0px 0px 15px #666;
    -moz-box-shadow:0px 0px 15px #666; */
}

input {
     border-top-width:1px;
     border-bottom-width:1px;
     border-right-width:1px;
     border-left-width:1px;
     border-color:#000000;
     font-family: Verdana;
     font-size:12px;
     color: #ff0000
}

.input0 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     width: 280px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     border-style: solid;
     border-width: 1px 0px 1px 1px;
     border-color:  green;
     background-color: gold;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
}

.inputR0 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     width: 840px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     border-style: solid;
     border-width: 1px 1px 1px 1px;
     border-color:  green;
     background-color: gold;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
}

.inputM00 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     width: 894px;
     height: 25px;
     font-family: Verdana;
     font-size:14px;
     font-weight: bold;
     color: #ff0000;
     border-style: solid;
     border-width: 1px 1px 1px 1px;
     border-color:  green;
     background-color: gold;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
     text-align: left;
}

.inputM0 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     width: 60px;
     height: 25px;
     font-family: Verdana;
     font-size:14px;
     font-weight: bold;
     color: #ff0000;
     border-style: solid;
     border-width: 1px 0px 1px 1px;
     border-color:  green;
     background-color: gold;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
     text-align: left;
}

.input1 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width:50px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     margin: 10px 0px 10px 0px;
     padding-right: 4px;
     padding-left: 4px;
     text-align: right
}

.inputR1 {
     position: relative;
     float: left;
     top: 40px;
     left: 0px;
     height: 25px;
     width:50px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     margin: 10px 0px 10px 0px;
     padding-right: 4px;
     padding-left: 4px;
     text-align: right
}

.inputM1 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width: 225px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:14px;
     font-weight: bold;
     color: #ff0000;
     margin: 10px 0px 10px 0px;
     padding-right: 4px;
     padding-left: 4px;
     text-align: left;
}

.input2 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width:50px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     margin: 10px 0px 10px 0px;
     padding-left: 4px;
     padding-right: 4px;
     text-align: right
}

.input2b {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 27px;
     width:50px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     margin: 10px 0px 10px 0px;
     padding-left: 4px;
     padding-right: 4px;
     text-align: right
}


.inputR2 {
     position: relative;
     float: left;
     top: 40px;
     left: 0px;
     height: 25px;
     width:50px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     margin: 10px 0px 10px 0px;
     padding-left: 4px;
     padding-right: 4px;
     text-align: right
}

.inputM2 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width: 360px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:14px;
     font-weight: bold;
     color: #ff0000;
     margin: 10px 0px 10px 0px;
     padding-left: 4px;
     padding-right: 4px;
     text-align: center;
}

.input3 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width: 100px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     padding-left: 4px;
     padding-right: 4px;
     margin: 10px 0px 10px 0px;
}

.inputR3 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width: 100px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     padding-left: 4px;
     padding-right: 4px;
     margin: 10px 0px 10px 0px;
}

.inputM3 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width: 225px;
     border-style: solid;
     border-width: 1px 1px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:14px;
     font-weight: bold;
     color: #ff0000;
     padding-left: 4px;
     padding-right: 4px;
     margin: 10px 0px 10px 0px;
     text-align: right;
}

.input4 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width: 200px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     padding-left: 4px;
     padding-right: 4px;
     margin: 10px 0px 10px 0px;
}

.inputR4 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width: 200px;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     padding-left: 4px;
     padding-right: 4px;
     margin: 10px 0px 10px 0px;
}

.input5 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width: 250px;
     border-style: solid;
     border-width: 1px 1px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     padding-left: 4px;
     padding-right: 4px;
     margin: 10px 0px 10px 0px;
}

.inputR5 {
     position: relative;
     float: left;
     top: 0px;
     left: 0px;
     height: 25px;
     width: 250px;
     border-style: solid;
     border-width: 1px 1px 1px 0px;
     border-color:  green;
     background-color: gold;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #ff0000;
     padding-left: 4px;
     padding-right: 4px;
     margin: 10px 0px 10px 0px;
}

div.ingredient1 {
     float: left;
     position: relative;
     top: 0px;
     left: 0px;
     width: 280px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: light;
     color: #000000;
     border-style: solid;
     border-width: 1px 0px 1px 1px;
     border-color:  green;
     background-color: silver;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
}

div.ingredient2 {
     float: left;
     position: relative;
     top: 0px;
     left: 0px;
     width: 15px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: light;
     color: #000000;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: silver;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
}

div.ingredient3 {
     float: left;
     position: relative;
     top: 0px;
     left: 0px;
     width: 30px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: light;
     color: #000000;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: silver;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
}

div.ingredient4 {
     float: left;
     position: relative;
     top: 0px;
     left: 0px;
     width: 50px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: light;
     color: #000000;
     border-style: solid;
     border-width: 1px 1px 1px 0px;
     border-color:  green;
     background-color: silver;
     padding: 0px 4px 0px 4px;
     margin: 10px 0px 10px 0px;
     text-align: right;
}

div.recipe1 {
     float: left;
     position: relative;
     top: 0px;
     left: 0px;
     width: 780px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #000000;
     border-style: solid;
     border-width: 1px 0px 1px 1px;
     border-color:  green;
     background-color: gold;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
}

div.recipe1a {
     float: left;
     position: relative;
     top: 0px;
     left: 0px;
     width: 500px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #000000;
     border-style: solid;
     border-width: 1px 0px 1px 1px;
     border-color:  green;
     background-color: gold;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
}

div.recipe2a {
     float: left;
     position: relative;
     top: 0px;
     left: 0px;
     width: 50px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #000000;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
     text-align: right;
}

div.recipe3a {
     float: left;
     position: relative;
     top: 0px;
     left: 0px;
     width: 80px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #000000;
     border-style: solid;
     border-width: 1px 0px 1px 0px;
     border-color:  green;
     background-color: gold;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
     text-align: left;
}

div.recipe4a {
     float: left;
     position: relative;
     top: 0px;
     left: 0px;
     width: 200px;
     height: 25px;
     font-family: Verdana;
     font-size:16px;
     font-weight: bold;
     color: #000000;
     border-style: solid;
     border-width: 1px 1px 1px 0px;
     border-color:  green;
     background-color: gold;
     padding-left: 4px;
     margin: 10px 0px 10px 0px;
     text-align: center;
}

/* ===========================================
   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; 
}

/* ===============================================
20:25 01.02.2016   E N D E   D E S  S T Y L E S H E E T S
   =============================================== */ 