#heb {
  margin: 0;
  padding: 0;
  background-color: #7a7d7d;

}

#container {
  position: relative;
  margin-top: 20px;
  width: 960px;
  height: 841px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;

}


#header {
  position: relative;
  width: 960px;
  height: 266px;
  margin: 0;
  padding: 0;
}

#header h1, h2{
  display: none;
}

#heb_logo{
  z-index: 9999;
  position: absolute;
  left: 40px;
  top: 0px;
  border: none;
}

#slogan{
  display: none;
  z-index: 10;
  position: absolute;
  left: 370px;
  top: 40px;
}

#extragraphic {
  position: absolute;
  left: 40px;
  top: 340px;
  width: 235px;
  height: 40px;
  background-color: #c5e7f8;
  z-index: 10;
}


#navicontainer {
  position: absolute;
  margin-left: 40px;
  margin-top: 90px;
  padding: 0px;
  float: left;
  z-index: 20;
  background-color: #e3f1f9;

}

#navi {
  margin: 0;
  padding: 0;
}


#navilist {
  padding: 0;
  margin: 0;

}


.hoofdlink {
  font-family: Verdana;
  font-size: 14px;

  background-image: url("images/list_link.png");
  background-repeat: no-repeat;
  margin-top: 2px;
  width: 235px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 3px;


}
.hoofdlink a {
  display: block;
  margin-left: 40px;
  font-family: Arial;
  text-decoration: none;
  height: 25px;
  line-height: 25px;
  color: #0080b1;
}

.hoofdlink a:hover {
  color: #004990;
}


#subnavi1, #subnavi2, #subnavi3 {
  display: none;
  margin: 0;
  padding: 0;

}




.sublink {
  background-color: #e3f1f9;
  list-style-type: none;
  height: 25px;
  width: 235px;
  font-family: Arial;
  font-size: 10px;


}

.sublink a{
  display: block;
  margin-left: 20px;
  font-family: Arial;
  font-size: 11px;

  text-decoration: none;
  margin-left: 40px;
  line-height: 20px;
  color: #004990;

}
.sublink a:hover{
  text-decoration: underline;

}


#aktie1{
  position: absolute;
  
  left: 40px;
  top: 550px;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: red;
}

.aktielink{
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: #FFFFFF;
  z-index: 2;
  top: 170px;
  left: 40px;
}

#aktie1 img {
  border: 0px;
}

#aktie2{
  display: none;
  position: absolute;
  left: 40px;
  top: 670px;
  z-index: 0;

}

#aktie2 img {
  margin: 0;
  padding: 0;
  border: 0px;
}

#telefoon{
  position: absolute;
  left: 40px;
  top: 225px;
  z-index: 50;
}

#telefoon img {
  border: 0px;
}


#content {
  position: absolute;

  font-family: Helvetica;
  color: #10628d;
  margin-top: 20px;
  margin-left: 370px;
  width: 590px;
  height: 535px;
  background-image: url("images/content_background.png");
  background-repeat: no-repeat;

}

#content h3 {
  margin-left: 20px;
  color: #ed1c24;

}


#content p {
  line-height: 18px;
  margin-left: 20px;
  font-size: 12px;
   color: #10628d;
  width: 394px;
  text-align: justify;
}

#content a {
  padding-bottom: 5px;
  font-size: 12px;
  color: red;

}


#extrafoto {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 489px;
  height: 265px;
  padding: 0;
  margin: 0;
}
#footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 21px;
  background-image: url("images/shadow_bottom.png");
}

#icontable{
  text-align: center;
  width: 300px;
  margin-top: 50px;
  margin-left: 70px;
  font-size: 14px;
  color: #10628d;
  line-height: 30px;
}

#icontable a {
  font-size: 14px;
  color: #10628d;
  text-decoration: none;
}
#icontable a:hover {
  text-decoration: underline;
}




#icontable img{
  border: none;
}

#copyright{
  font-size: 11px;
  position: absolute;
  font-weight: bold;
  color: #003366;
  bottom: 2px;
  z-index: 10;
  left: 70px;
}

#reserveren_form label, #belmeop_form label, #email_form label{
  display: block;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 12px;
  width: 120px;
  text-align: right;
  padding-right: 5px;
  margin-top: 5px;
}

#reserveren_form input, #belmeop_form input, #email_form input{
  padding: 3px;
  font-family: Georgia, serif;
  margin-bottom: 3px;
}

#belmeop_form select, #reserveren_form select, #email_form select{
  padding: 3px;
  font-family: Georgia, serif;
    margin-bottom: 3px;
}

.belmeop_submit, .email_submit {
  margin-top: 3px;
  margin-left: 123px;
}
#email_form select{
  padding: 3px;
  font-family: Georgia, serif;
}


.email_input {
  width: 200px;
  margin-left: 2px;
}
.ruimte_input {
  width: 50px;
  margin-left: 2px; 
}

.uur_input {
  width: 20px;
}
.minuut_input {
  width: 20px;
}

.reserveren_submit {

  margin-left: 250px;
  margin-top: 10px;

}
#vestigingen h4 {
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 5px;
}
#vestigingen p {
  margin-top: 0px;
  font-size: 12px;
}
#vestigingen a {
 margin-left: 0px;
}
#vestigingen table {
  width: 300px;
  margin-left: 20px;
  font-family: Arial;
  font-size: 12px;
  text-align: left;
}



#vestigingen iframe {
  margin-left: 10px;
}

#contactmenu {
  text-align: center;
}

.aantal_input {
  width: 20px;
  height: 10px;
  font-size: 9px;
}
#calc_menu {
  margin-left: 80px;
}


#woonkamer_tabel, #keuken_tabel, #slaapkamer_tabel, #badkamer_tabel, #zolder_tabel {

  position: absolute;
  top: 200px;
  left: 20px;
}
#woonkamer_tabel table, #keuken_tabel table, #slaapkamer_tabel table, #badkamer_tabel table, #zolder_tabel table {
  width: 400px;
}

#woonkamer_tabel td, #keuken_tabel td, #slaapkamer_tabel td, #badkamer_tabel td, #zolder_tabel td {
  font-size: 12px;
  height: 12px;
}
#woonkamer_tabel th, #keuken_tabel th, #slaapkamer_tabel th, #badkamer_tabel th, #zolder_tabel th {
  text-align: left;
}
#keuken_tabel, #slaapkamer_tabel, #badkamer_tabel, #zolder_tabel {
  display: none;
}




#totaal {
  position: absolute;
  top: 150px;;
  left: 60px;
}
#totaalruimte {

  margin-left: 3px;
  width: 30px;
}


#wistudat a{
  text-decoration: none;
}

#vestigingen_images {
  position: absolute;
  top: 30px;
  left: 350px;
  z-index: 40;
}
#vestigingen_images img {
  z-index: 10;
}
#vestigingen p {
  margin-bottom: 3px;
}
#vestigingen table {
  font-size: 12px;
  width: 400px;
}


#opslag_tabel {
  font-size: 12px;
  width: 400px;
  margin-left: 20px;
}
#opslag_tabel td {
 /* border: 1px solid black;    */
  background-color:  rgb(227, 241, 249);

  padding: 3px;
}


.opslag_prijs {
  text-align: center;
}

#akties {
  overflow: auto;
  height: 500px;
  width: 470px;
}


#akties h3{
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 3px;
}
#akties p{
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 16px;
}

.bold {
  font-weight: bold;
}

.odd {
  background-color: rgb(197, 231, 248);
}
.even {
  background-color: rgb(94, 176, 229);
}

