/* CSS Document */

body{
  margin: 0;
  padding: 0;
  background-color: #d7d7d7;
}

#sitecontainer{
  position: absolute;
  left: 50%;
  width: 993px;
  margin-left: -497px;
  min-height: 100%;
  height: auto;
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

#top{
  float: left;
  height: 186px;
  width: 993px;
  background-image: url(../img/bg-top.png);
}

#menu{
  float: left;
  width: 993px;
  height: 28px;  
}

#left{
  float: left;
  width: 265px;
  min-height: 447px;
  height: auto;
}

#main{
  float: left;
  min-height: 468px;
  height: auto;
  padding-top: 19px;
  width: 708px;
  padding-left: 20px;
  background-color: #E7ECF2;
}

h1{
  margin-bottom: 10px;
  padding: 0;
  font-size: 17px;
  color: #243874;
  width: 500px;
}

h2{
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #243874;
}

#main-text{
  width: 500px;
}

/* top */

#logo{
  float: left;
  height: 163px;
  width:  313px;
  margin-top: 12px;
  margin-left: 21px;
}

#top-foto{
  position: absolute;
  top: 0;
  right: 0;
  height: 186px;
  width: 630px;
  margin-left: 29px;
  z-index: 1;
}

#top-foto-corner{
  position: absolute;
  top: 0;
  left: 363px;
  background-image: url(../img/header-hoekje.png);
  background-repeat: no-repeat;
  width: 114px;
  height: 100px;
  z-index: 2;
}

#vlaggen{
  position: absolute;
  width: 75px;
  height: 24px;
  right: 36px;
  top: 155px;
  z-index: 2;
}

/* menu */

#menu ul{
  margin: 0;
  padding: 0;
}

#menu ul li{
  list-style: none;
  float: left;
  width: 141px;
  height: 28px;
  line-height: 28px;
  background-image: url(../img/bg-menu.png);
  background-repeat: no-repeat;
  border-right: 1px solid #fff;
  text-align: center;
}


#menu ul li:hover{
  background-image: url(../img/bg-menu-hover.png);
  background-repeat: no-repeat;
}

#menu ul li:hover ul{
  display: block;
}


#menu ul ul{
  position: absolute;
  margin: 0;
  padding: 0;
  border: 1px solid #898989;
  display: none;
}

#menu ul ul li{
  width: 210px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #898989;
  background-image: none;
  background-color: #fff;
  clear: left;
}

#menu ul ul li:hover{
  background-image: none;
  background-color: #fff;
}

#menu ul ul li:last-child{
  border-bottom: none;
}

#menu ul li a{
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: #223777;
}

#menu ul li span.pseudolink{
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: #223777;
}

#menu ul ul li a{
  color: #253872;
  display: block;
  font-weight: normal;
  color: #000;
}

#menu ul ul li a:hover{
  color: #7b8cbe;
}

 
/* left */
#left-balk{
  width: 265px;
  height: 19px;
  background-color: #E7ECF2;
}

#left-1{
  float: left;
  width: 180px;
  height: 41px;
  background-image: url(../img/bg-left-1.png);
  background-repeat: repeat-x;
}

#right-corner-menu{
  float: left;
  width: 85px;
  height: 41px;
  background-image: url(../img/right-corner-menu-1.png);
  background-repeat: no-repeat;
}

#left-menu-header{
  float: left;
  width: 164px;
  height: 27px;
  background-color: #253872;
  line-height: 27px;
  color: #fff;
  padding-left: 17px;
}

#right-corner-menu-2{
  float: left;
  width: 84px;
  height: 35px;
  background-image: url(../img/right-corner-menu-2.png);
  background-repeat: no-repeat;
}

#left-menu{
  float: left;
  width: 265px;
  height: 393px;
  background-image: url(../img/watermerk-menu.png);
  background-repeat: no-repeat;
}

#left-menu ul{
  margin: 0;
  padding: 0;
}

#left-menu ul li{
  list-style: none;
  width: 247px;
  line-height: 20px;
  padding-left: 17px;
  margin-top: 10px;
}

#left-menu ul li a{
  text-decoration: underline;
  color: #223777;
}

#left-menu ul li a:hover{
  text-decoration: none;
  color: #7b8cbe;
}

/* main */

#main p{
  color: #243874;
}

#main a{
  text-decoration: none;
  color: #223777;
}


