#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: 265px;

  z-index: 1;

}

#header h1, h2{
  display: none;
}

#heb_logo{
  z-index: 10;
  position: absolute;
  left: 0px;
  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: 30px;
  line-height: 25px;
  color: #0080b1;
  height: 25px;
}

.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;



}

.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;
}

#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;
  margin-top: 20px;
  margin-left: 370px;
  width: 590px;
  height: 535px;
  background-image: url("images/content_background.png");
  background-repeat: no-repeat;


}
#content a {
  color: #10628d;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}


#content h3 {
  margin-left: 20px;
  color: #ed1c24;
  margin-bottom: 0;

}


#content_left {
  float: left;
  font-stretch: narrower;
  line-height: 18px;
  margin-left: 20px;
  font-size: 11px;
  color: #10628d;
  width: 195px;
  text-align: justify;
}

#content_left p {
  margin-bottom: 5px;
  margin-top: 5px;
  height: 150px;
}

#content_right {
  float: left;
  font-stretch: narrower;
  line-height: 18px;
  margin-left: 20px;
  font-size: 11px;
  color: #10628d;
  width: 195px;
  text-align: justify;
}

#content_right p {
  margin-bottom: 5px;
  margin-top: 5px;
}


#extrafoto {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url("images/foto_homepage.png");

  width: 489px;
  height: 265px;

}
#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 img{
  border: none;
}

#copyright{
  font-size: 11px;
  position: absolute;
  font-weight: bold;
  color: #003366;
  bottom: 2px;
  z-index: 10;
  left: 70px;
}

