/* General positioning */
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow: hidden;
  font-family: helvetica, arial, verdana, sans;
}
body {
  background: #eac18d;
}
#background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1000;
}
#inner_site {
  position: absolute;
  height: 390px;
  width: 810px;
  top: 90px;
  left: 20px;
  padding: 0px 20px 20px;
}
#mask, #loading_mask {
  background: url(../graphics/mask2.png);
}
#loading {
  display: none;
}
#close_popup {
  background: url(../graphics/close_popup.png) no-repeat;
  width: 48px;
  height: 48px;
  cursor: pointer;
  cursor: hand;
  margin-top: 20px;
  margin-right: 610px;
}

#inner_popup {
  width: 540px;
  height: 360px;
  margin: 80px 60px;
}

#title {
  position: absolute;
  height: 49px;
  width: 472px;
  top: -30px;
  left: -85px;
  background: url(../graphics/title.png);   
}
#woman {
  position: absolute;
  height: 167px;
  width: 72px;
  bottom: 30px;
  right: -30px;
  background: url(../graphics/woman.png);
  z-index: -110;   
}
#woman_click {
  position: absolute;
  height: 167px;
  width: 72px;
  bottom: 30px;
  right: -30px;
  z-index: 300;
}
#woman_click img {
  width: 72px;
  height: 167px;
}
#menu {
  position: absolute; 
  top: 40px;
  left: -110px;
}
#menu ul {
  margin: 0px;
  padding: 0px;
}
#menu ul li {
  background: url(../graphics/button2.png);
  width: 207px;
  height: 52px;
  list-style: none;
  margin: 0px;
}
#menu ul li a {
  float: left;
  width: 173px;
  height: 18px;
  padding: 17px;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}
#menu ul li a:hover {
  font-style: italic;
}
#logo {
  width: 150px;
  height: 182px;
  background: url(../graphics/logo.png);
  position: absolute;
  bottom: 80px;
  left: -80px;  
}
#logos {
  position: absolute;
  bottom: 30px;
  left: -60px;  
}
#logos img {
  margin-right: 10px;
}
#topmenu {
  position: absolute;
  top: -20px;
  right: -20px; 
  color: #e45620;
  font-size: 12px;  
}
#topmenu a {
  color: #e45620;
  margin: 0px 5px;
}
#content {
  position: absolute;
  top: 70px;
  left: 120px; 
  width: 540px;
  height: 430px;  
}
div.paper {
  margin-top: -10px;
  width: 565px;
  height: 97px;
  background: url(../graphics/paper.png) no-repeat;
  padding: 25px 35px 20px 50px;
}
#forms {

  float: left;
  width: 540px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.form {
  width: 540px;
  position: absolute;
  height: 300px;
}
#prev {
  float: left;
  margin-left: -20px;
  cursor: pointer;
}
#next {
  float: right;
  margin-right: -30px; 
  cursor: pointer;   
}
#photo_prev {
  float: left;
  cursor: pointer;
}
#photo_next {
  float: right;
  cursor: pointer;   
}
#ready {
  float: left;
  margin-left: 160px;
  cursor: pointer;    
}
table.test td {
   border-bottom: solid 1px #666;
   vertical-align: top;
}
table.senden td {
   vertical-align: top;
}
div.hint {
  font-size: 11px;
}
input.decorated {
  background: url(../graphics/input.png) no-repeat;
  border: none;
  order-bottom: dashed 2px #000;
  font-size: 14px;
  width: 178px;
  padding: 2px 4px;
  height: 18px;
}
input.small {
  background: url(../graphics/input.png) no-repeat;
  border: none;
  order-bottom: dashed 2px #000;
  font-size: 14px;
  width: 178px;
  padding: 2px 4px;
  height: 18px;
  width: 52px;
  background: url(../graphics/input_small.png) no-repeat;
  
}
textarea {
  border: solid 1px #e45620;
}
input.button {
  background: url(../graphics/button2.png);
  width: 207px;
  height: 52px;
  text-align: center;
  list-style: none;
  margin: 0px;
  float: right;
  clear: both;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  margin-right: 45px; 
  border: 0px; 
}
div.oven_input {
  width: 121px;
  height: 80px;
  background: url(../graphics/big_oven.png) no-repeat;
  padding-top: 70px;
}
div.bar {
  width: 50px;
  background: url(../graphics/bar_bottom.png) no-repeat bottom;
  float: left;
  margin-left: 20px;  
}
div.inner_bar {
  float: left;
  background: url(../graphics/bar.png) no-repeat top;
  margin-bottom: 5px;
  width: 50px;
  min-height: 40px;
  
}
table.graph {
  background: url(../graphics/graph_bg.png) no-repeat top;
  margin: -30px 0px 0px 30px;
}
table.graph td {
  vertical-align: bottom;
}
span.perc{
  float: left;
  margin-left: 5px;
  font-weight: bold;
  width: 40px;
  text-align: center;
  font-size: 14px;
}


#photos {
  margin-top: 20px;
  float: left;
  width: 400px;
  height: 300px;
  overflow: hidden;
  position: relative;
  clear: both;
}

.photo {
  width: 400px;
  position: absolute;
  height: 300px;
}



/* Basic styling */
p, li, td {
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
}
li {
  margin-bottom: 5px;
}
h1 {
  margin: 0px;
  padding: 0px;
  text-indent: -1000px;
  height: 32px;
  margin-bottom: 10px;
}
h2 {
  color: #fff;
  font-size: 18px;
  width: 250px;
  height: 34px;
  background: url(../graphics/h2.png) no-repeat;
  margin: 0px;
  padding-top: 16px;
  padding-left: 4px;
}
a {
  color: #e45620;
}
a img {
  border: none;
}
.home {
  background: url(../graphics/titles.png) no-repeat 0px 0px;
}
.about {
  background: url(../graphics/titles.png) no-repeat 0px -160px;
}
.tests {
  background: url(../graphics/titles.png) no-repeat 0px -40px;
}
.photos {
  background: url(../graphics/titles.png) no-repeat 0px -120px;
}
.results {
  background: url(../graphics/titles.png) no-repeat 0px -80px;
}
.contact {
  background: url(../graphics/titles.png) no-repeat 0px -200px;
}
.prices {
  background: url(../graphics/titles.png) no-repeat 0px -240px;
}
.terms {
  background: url(../graphics/titles.png) no-repeat 0px -280px;
}
.danke {
 background: url(../graphics/titles.png) no-repeat 0px -320px;
}


