body {

  background-color: #f6f6f6;

}

.wrapper {

  width: 800px;
  margin: 0 auto;
  min-height: 100%;
  position:relative;
  background-color: #ffffff;
  
  }
  
.header {

  width: 730px;
  margin: 0 auto;
  padding: 1px;
  text-align: center;

}

.headerTekst{

  text-align: left;
  margin-top: 20px;
}


.content {

  margin: 0 20px;
  padding-bottom:40px;

}

.contact {

margin: 20px;

}

  
h1 {

  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 20px;  
  color: #0088cc;
}

.footer p, h4 {

  text-align: center;
  margin: 0 0 3px;
  
  }
  
.footer {

  padding: 10px;
  position:absolute;
  bottom:0;
  width:800px;
  height:40px;   /* Height of the footer */

  
  }

legend+.control-group {
  
  -webkit-margin-top-collapse: discard;
  
  }
  
.storing {

  color: red;
  
}

.return {

  width: 600px;
  text-align: left;
  margin: 75px auto 40px auto;
  
}
  
#contact .control-label {

  width: 240px;

}  

#contact .controls {

  margin-left: 260px;

} 

#contact input[type="text"], #contact input[type="email"] {

  height: 30px;

} 

#contact textarea {

  height: 200px;
  width: 440px;

}

legend {

  color: #0088cc;
  font-weight: bold;
  border-bottom: 1px solid #0088cc;

}

#menu a {

color: #FF5C0A;

}

.ideal {

  float: right;
  margin: 0 20px;

}