/* CSS Document */

body{
  margin: 0;
  padding: 0;
  font-family: verdana;
  font-size: 11px;
  background-image: url(../img/bg-sitecontainer.png);
  background-repeat: repeat-y;
  background-position: center top;
}

#sitecontainer{
  height: auto; 
  position: absolute;
  left: 50%;
  width: 959px;
  margin-left: -480px;
  height: auto;
  min-height: 100%;
}

#top{
  float: left;
  width: 959px;
  height: 169px;
  background-image: url(../img/bg-header.png);
  background-repeat: no-repeat;
}

#left{
  float: left;
  min-height: 100px;
  width: 163px;
}

#main{
  float: left;
  width: 732px;
  height: auto;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-left: 12px;
  z-index: 1;
}

#bottom{
  position: absolute;
  left: 50%;
  width: 959px;
  margin-left: -480px;
  height: 20px;
  line-height: 20px;
  background-color: #00194c;
  text-align: center;
  bottom: 0;
}

/* top */

#logo{
  float: left;
  width: 542px;
  height: 137px;
  margin-top: 15px;
  margin-left: 3px;
}

#openingstijden{
  float: left;
  width: 150px;
  height: 94px;
  background-image: url(../img/bg-openingstijden.png);
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: 210px;
  padding-left: 15px;
  padding-top: 10px;
}

#openingstijden h2{
  margin: 0;
  padding: 0;
  color: #00194C;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 3px;
}

#openingstijden p{
  float: left;
  color: #222222;
  margin: 0;
  padding: 0;
  line-height: 17px; 
}

/* left */

#left-menu1-top{
  float: left;
  width: 163px;
  height: 32px;
  background-color: #dedede;
  background-image: url(../img/border-menu-left.png);
  background-repeat: no-repeat;
  background-position: bottom;
  line-height: 32px;
}

#left-menu1-top p{
  margin: 0;
  padding: 0;
  margin-left: 18px;
  color: #222222;
  font-size: 12px;
}

#left-menu1{
  float: left;
  width: 163px;
  min-height: 100px;
  z-index: 3;
}

#left ul{
  margin: 0;
  padding: 0;
  min-width: 30px;
}

#left ul li{
  list-style: none;
  height: 25px;
  line-height: 25px; 
}

#left ul li a:link{
  text-decoration: none;
  color: #00194c;
  display:block; 
  padding-left: 18px;
}

#left ul li a:visited{
  text-decoration: none;
  color: #00194c; 
  padding-left: 18px;
  display: block;
}

#left ul li a:hover{
  text-decoration: none;
  color: #f0f0f0;
  background-color: #00194c; 
  padding-left: 18px;
  display: block;
}

#left-menu1 ul ul{
  position: absolute;
  margin: 0;
  padding: 0;
  margin-left: 163px;
  background-color: #0076b4;
  margin-top: -25px; 
  z-index: 255;  
  min-width:  40px;
  width: auto;
  display:none;
}


#left-menu1 ul ul li{
  min-height: 25px;
  height: auto;
  min-width: 40px;
  width: auto;
}


#left-menu1 ul ul li a:link{
  display: block;
  min-width: 40px;
  color: #fff;
  min-height: 25px;
  height: 25px;
  width: auto;
  white-space:nowrap;
  padding-right: 10px;
}

#left-menu1 ul ul li a:visited{
  background-color: #0076b4;
  display: block;
  min-width: 40px;
  color: #fff;
  height: 25px;
  width: auto;
  white-space:nowrap;
  padding-right: 10px;
}

#left-menu1 ul ul li a:hover{
  background-color: #00194c;
  display: block;
  min-width: 40px;
  color: #fff;
  height: 25px;
  width: auto;
  white-space:nowrap;
  padding-right: 10px;
}

#left-menu1 ul li.active{
  background-color: #00194c;
  display: block;
  height: 25px;
  min-width: 60px;
}

#left-menu1 ul li:hover ul{
  display: block;
  z-index: 255;
}

#left-menu1 ul li.active a{
  color: #fff;
}

#left-menu1 ul ul li.active{
  background-color: #00194c;
  display: block;
  height: 25px;
  min-width: 60px;
}

#left-menu1 ul ul li.active a{
  color: #fff;
  background-color: #00194c;
}


#left-menu2-top{
  float: left;
  width: 163px;
  height: 32px;
  background-color: #dedede;
  background-image: url(../img/border-menu-left.png);
  background-repeat: no-repeat;
  background-position: bottom;
  line-height: 32px;
}

#left-menu2-top p{
  margin: 0;
  padding: 0;
  margin-left: 18px;
  color: #222222;
  font-size: 12px;
}

#left-menu2{
  float: left;
  width: 163px;
  height: auto;
}

#left-menu2 ul ul{
  position: absolute;
  margin: 0;
  padding: 0;
  margin-left: 163px;
  background-color: #0076b4;
  margin-top: -25px; 
  z-index: 255;  
  min-width:  40px;
  width: auto;
  display:none;
}


#left-menu2 ul ul li{
  min-height: 25px;
  height: auto;
  width: auto;
}


#left-menu2 ul ul li a:link{
  display: block;
  min-width: 40px;
  color: #fff;
  min-height: 25px;
  height: 25px;
  width: auto;
  white-space:nowrap;
  padding-right: 10px;
}

#left-menu2 ul ul li a:visited{
  background-color: #0076b4;
  display: block;
  min-width: 40px;
  color: #fff;
  height: 25px;
  width: auto;
  white-space:nowrap;
  padding-right: 10px;
}

#left-menu2 ul ul li a:hover{
  background-color: #00194c;
  display: block;
  min-width: 40px;
  color: #fff;
  height: 25px;
  width: auto;
  white-space:nowrap;
  padding-right: 10px;
}

#left-menu2 ul li.active{
  background-color: #00194c;
  display: block;
  height: 25px;
  min-width: 60px;
}

#left-menu2 ul li:hover ul{
  display: block;
  z-index: 255;
}

#left-menu2 ul li.active a{
  color: #fff;
}

#left-menu2 ul ul li.active{
  background-color: #00194c;
  display: block;
  height: 25px;
  min-width: 60px;
  width: 100%;
}

#left-menu2 ul ul li:hover{
  background-color: #00194c;
  width: 100%;
}

#left-menu2 ul ul li.active a{
  color: #fff;
  background-color: #00194c;
  display: block;
}

#hkz{
  float: left;
  width: 145px;
  height: 86px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
}

/* main */

h1{
  margin: 0;
  padding: 0;
  color: #00194c;
  margin-top: 18px;
  font-size: 14px;
}

#main p{
  margin: 0;
  padding: 0;
  color: #222222;
  margin-top: 20px;
}

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

#main a:visited{
  text-decoration: none;
  color: #1080ba;
}

#main a:hover{
  text-decoration: none;
  color: #1080ba;
}

#eilandstraat{
  float: left;
  background-image: url(../img/bg-eilandstraat.png);
  background-repeat: no-repeat;
  width: 235px;
  height: 161px;
  margin-top: 57px;
  padding-left: 5px;
}

#eilandstraat P{
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  line-height: 15px;
}

#westpolder{
  float: left;
  background-image: url(../img/bg-westpolder.png);
  background-repeat: no-repeat;
  width: 235px;
  height: 161px;
  margin-top: 57px;
  margin-left: 6px;
  padding-left: 5px;
}

#westpolder P{
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  line-height: 15px;
}

#wilgendonk{
  float: left;
  background-image: url(../img/bg-wilgendonk.png);
  background-repeat: no-repeat;
  width: 235px;
  height: 161px;
  margin-top: 57px;
  margin-left: 6px;
  padding-left: 5px;
}

#wilgendonk P{
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  line-height: 15px;
}

#main h3{
  margin: 0;
  padding: 0;
  margin-top: 102px;
  font-weight: bold;
  color: #00194C; 
  font-size: 11px;
}

/* bottom */

#bottom{
  color: #ffffff;
  font-size: 9px;
}
