/* CSS BoxMania */

html {height: 100.5%; font-size: 62.5%;}
body {text-align: left;
      background-color: #99d859;
      font-family: Verdana, sans-serif;
      padding: 0px;
      font-size: 14px;
      line-height: 1.5em;
      color: #254b06
      text-decoration: none; 
      text-underline: none; 
      position: relative;
      }

* {margin: 0px; padding: 0px; border: 0px;}



h1 {color: #575757; font-family: Calibri, Verdana, Helvetica, sans-serif;}
h2 {color: #575757; font-family: Calibri, Verdana, Helvetica, sans-serif;}
h3 {color: #575757; font-family: Calibri, Verdana, Helvetica, sans-serif;}
h4 {color: #575757; font-family: Calibri, Verdana, Helvetica, sans-serif;}
h5{color: #575757; font-family: Calibri, Verdana, Helvetica, sans-serif;} 
h6 {}



/* Linkeigenschaften*/
a {}
a:link {color: #c42b00; text-decoration: none; 
text-underline: 1px; }
a:visited {color: #c42b00; text-decoration: none; 
text-underline: 1px; }
a:hover {color: #658e0d; text-decoration: none; 
text-underline: none; }
a:active {
	color: #658e0d;
	text-decoration: none;
	text-underline: none;
}
/* Linkeigenschaften Ende*/

div#wrapper {
	width: 1010px;
	margin: 0px auto;
	box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.6);
	margin-top: 0px;
}
div#header {background: #F8F8F8; background: url(http://www.vitasa.de/bilder/header_1.jpg); height: 332px; width: 100%; }
div#header2 {background: #F8F8F8; background: url(http://www.vitasa.de/bilder/rezepte2.png); height: 424px; width: 100%; }
div#header3 {background: #F8F8F8; background: url(http://www.vitasa.de/bilder/smoothie2.jpg); height: 424px; width: 100%; }
div#header4 {background: #F8F8F8; background: url(http://www.vitasa.de/bilder/suppen3.jpg); height: 424px; width: 100%; }
div#header5 {background: #F8F8F8; background: url(http://www.vitasa.de/bilder/hauptgerichte.jpg); height: 424px; width: 100%; }
div#header6 {background: #F8F8F8; background: url(http://www.vitasa.de/bilder/salate2.jpg); height: 424px; width: 100%; }
div#header7 {background: #F8F8F8; background: url(http://www.vitasa.de/bilder/rezepte2.png); height: 424px; width: 100%; }
div#header8 {background: #F8F8F8; background: url(http://www.vitasa.de/bilder/cracker2.jpg); height: 424px; width: 100%; }
div#header9 {background: #F8F8F8; background: url(http://www.vitasa.de/bilder/workshop5.jpg); height: 424px; width: 100%; }
div#nav {background: #86b91b; margin: 0px auto; width: 100%; height: 44px; }


/* navigation Ende*/



div#wrapcontent {
        background: #dff0a8;
        overflow: auto;
        width: 100%;
       
}
div#maintext {
        background: #ffffff;
        color: #575757;
        font-family:  calibri, Verdana, sans-serif;
        font-size: 20px;
        width: 989px;
        line-height: 23px;
        text-align: left;
        padding: 10px;
        padding-top: 10px;
     
}

div#maintext2 {
        background: #ffffff;
        color: #575757;
        font-family:  calibri, Verdana, sans-serif;
        font-size: 20px;
        width: 900px;
        line-height: 27px;
        text-align: left;
        padding: 55px;
       
}




/* menü */

nav {
  box-sizing: border-box;
  position: absolute;
  margin: 0 auto;
  width: 1010px;
  background: #86b91b;
  font-size: 17px;
  color: #254b06;
  text-decoration: none;
  
}

nav ul {
 margin: 0px;
 padding: 0px;
}
 
nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
  
}
 
nav ul li:hover {
  background: #dff0a8
  
  
}
 
nav ul li a {
    padding: 14px;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #dff0a8;
  padding: 0px;
  text-decoration: none;
}
 
nav ul ul li {
  float: none;
  width: 200px;
  padding: 5px;
  border-bottom: 0px solid #99d859;
  
  
}
 
nav ul ul li a {
  padding: 10px 10px;
  text-align: left;
  
}

nav ul li:hover > ul {

  top: 100%;
  left: 0;

}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
  
}

nav ul li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  opacity:0.4;
}

nav ul ul li.submenu a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul ul li:last-child {
  border-bottom: none;
}
/* menü Ende*/

div#footer2 {
        background: #99d859;
        color: #254b06;
        margin-bottom: 10px;
        padding: 8px 0px 8px 0px;
        text-align: right;
        font-size: 12px;
       	width: 1010px;
       	margin: 30 auto;
       	border-style: dashed;
       	border-width: 1px; 
       	box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.6);
}

#footer {   /* Footerbereich */
    background-color: #86b91b;
    color: #254b06;
    height: 400px;
    width: 1010px;
    min-width: 500px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    margin: 15 auto;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.6);
}
#left {     /* Linke Spalte mit 33% Breite und float:left */
    width: 20%;
    float: left;
    padding: 35px 0px 0px 55px;
    margin: 0px auto 0px auto;
    text-align: right;
}
#center {   /* Mittlere Spalte mit 33% Breite und float:left */
    width: 33%;
    float: left;
    padding: 35px 0px 0px 0px;
    margin: 0px auto 0px auto;
    text-align: right;
}
#right {    /* Rechte Spalte ohne feste Breite und float:right */
    width: auto;
    float: right;
    padding: 35px 65px 0px 0px;
    margin: 0px auto 0px auto;
    text-align: right;
}
#clear {    /* Beendet den Float-Bereich */
    clear: both;
}


/* Bildeigenschaften*/
div#maintext img {
margin: 0px 0px 0px 0px;
border: 0px solid #CBCBCB;
padding: 0px;
background: #;
}

div#menu  img {
margin: 0px 0px 0px 0px;
border: 1px solid #CBCBCB;
padding: 2px;
background: #505050;
        }


div#box1 {
margin: 0px 0px 40px 0px;
padding: 0px;
position: #;
background: transparent;
height: 40px;
}

div#box2 {
width: 94%;
height: 10px;
padding: 25;
font-size: 20px;
position: relativ;
background: #red;
border: 1px solid #c42b00;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
div#box3 {
width: 94%;
padding: 25px;
font-size: 20px;
font-family: calibri, Verdana, sans-serif;
line-height: 27px;

background: #red;
border: 1px solid #c42b00;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

/*Massagen*/

div#boxkopf {
width: 94%;
padding: 35px;
position: relativ;
line-height: 31px;
color: #575757;
font-family:  calibri, Verdana, sans-serif;
font-size: 20px;
}
/*Massagen beendet*/

#div#box4 {
width: 435px;
height: 215px;
float: right;
background: #ffffff;
text-decoration: none;
opacity:0.4;
padding: 0px;
position: relativ;
border: 1px solid #c42b00;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
div#box5 {
padding: 0px;
height: 56px;
background: #254b06;
text-align: left;
position: absolute;
width: 100%;
line-height: 50px;
}

div#box6 {
margin: 0px 0px 15px 0px;
padding-top: 6px;
height: 651px;
background: #eff0ee;
position: #;
width: 989px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);

}

div#box7 {
margin: 544px 0px 0px 735px;
padding: 0px;
height: 277px;
background: #a52852;
position: absolute; z-index:3;
width: 190px;
opacity: 0.8;

}

div#box8 {
margin: 874px 0px 0px 735px;
padding: 0px;
height: 102px;
background: #a52852;
position: absolute; z-index:3;
width: 190px;
opacity: 0.8;

}

div#box9 {
margin: 15px 0px 15px 0px;
width: 94,5%;
padding: 0px;
position: relativ;
}
div#box10 {
margin: 0px 0px 15px 0px;
padding-top: 6px;
height: 350px;
background: #eff0ee;
position: #;
width: 989px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);

}

/* Startseite */

div#boxindex {
margin: 385px 0px 15px 0px;
padding: 15px;
text-align: center;
font-size: 20px;
font-family:  calibri, Verdana, sans-serif;
position: relative;
background: #eff0ee;
height: 270px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
div#boxindexrez {
margin: 1018px 0px 15px 0px;
padding: 25px;
text-align: center;
font-size: 20px;
font-family:  calibri, Verdana, sans-serif;
background: #eff0ee;
height: 250px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
div#boxindexrez2 {
margin: 8px 0px 15px 0px;
padding: 0px;
text-align: center;
font-size: 20px;
font-family:  calibri, Verdana, sans-serif;

background: #eff0ee;
height: 65px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

div#boxindexstart {
margin: 355px 0px 15px 0px;
padding: 15px;
text-align: center;
font-size: 20px;
font-family:  calibri, Verdana, sans-serif;
position: relative;
background: #eff0ee;
height: 250px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}


div#boxindex2 {
margin: 0px 0px 15px 0px;
padding: 0px;
position: relative;
background: #eff0ee;
height: 100px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

div#boxindex3 {
margin: 1024px 0px 15px 0px;
padding: 15px;
text-align: center;
position: relative;
background: #eff0ee;
height: 250px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}


div#boxstart1 {
margin: 0px 0px 10px 0px;
padding: 0px;
height: 325px;
width: 490px;
float: left;
background: #ffffff;
text-align: left;
position: #;
color: #254b06;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}


div#boxstart2 {
margin: 0px 0px 10px 0px;
height: 325px;
width: 490px;
background: #ffffff;
text-align: left;
position: relative;
color: #254b06;
float: right;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

div#boxstart3 {
margin: 0px 0px 10px 0px;
padding: 0px;
height: 325px;
width: 490px;
float: left;
background: #ffffff;
text-align: left;
position: relative;
color: #254b06;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}


div#boxstart4 {
margin: 0px 0px 10px 0px;
padding: 0px;
height: 325px;
width: 490px;
background: #ffffff;
text-align: left;
position: relative;
color: #254b06;
float: right;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

div#boxstart5 {
margin: 0px 0px 10px 0px;
padding: 0px;
height: 325px;
width: 1010px;
float: left;
background: #ffffff;
text-align: left;
position: relative;
color: #254b06;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}


div#boxstart6 {
margin: 10px 0px 0px 0px;
padding: 0px;
height: 325px;
width: 490px;
background: #ffffff;
text-align: left;
position: relative;
color: #254b06;
float: right;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}


div#boxmassage {
margin: 20px 5px 25px 0px;
padding: 0px;
height: 327px;
width: 490px;
float: left;
background: #ffffff;
text-align: left;
border-width: 1px;
border-color: #000000;
position: relative;
color: #254b06;
box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.3);
}

div#boxtext {
margin: 20px 0px 25px 0px;
height: 325px;
width: 460px;
float: right;
border-width: 1px;
border-style: solid;
border-color: #000000;
background: #ffffff;
text-align: left;
line-height: 25px;
color: #575757;
font-family:  calibri, Verdana, sans-serif;
font-size: 20px;
}
/* Ende Startseite */

/* Formulareigenschaften */

.back-to-top {
 background:;
 position: fixed;
 bottom:35px;
 right:10px;
 padding:1em;
 
}


form {
          width: 883px;
            padding: 10px 15px 20px 15px;
}

fieldset {
        width: 650px;
        overflow: auto;
        padding: 30px 50px 20px 50px;
        border: 1px solid #254b06;
        }

legend {
        margin-left: 30px;
        color: #254b06;
        font-size: 3.75em;
        height: 30px;
        
}

label {
        display: block;
        width: 600px;
        margin: 14px 0 0 0;
}

textarea, #vorname, #nachname, #email, #anschrift, #ort {
        width: 550px;
        height: 30px;
        font-size: 15px;
        border: 1px solid #254b06;
}
textarea, #nachricht {
        width: 550px;
        height: 130px;
        font-size: 15px;
        border: 1px solid #254b06;


}
#submit {
        width: 273px;
        height: 40px;
        margin-top: 10px;
        cursor: pointer;
        border: 1px solid #ddd;
        background: #254b06;
        color: #ffffff;
        font-size: 18px;
}

input:focus, textarea:focus {
           background-color: #ffecce;
}
/* Formulareigenschaften Ende*/


