body {
	width:100%;
	font-family:arial, verdana, sans-serif;
	padding:0;
	margin:0;
	background-color: #ffffff;
	/*background-color: #AFCCEC;*/
}

#totaal {
	position:absolute;
	top:65px;
	background-color: #AFCCEC;
	width:100%;

}
#top {
	width:100%;
	background-color: #ffffff;
	/* background-color:#AFCCEC;*/
	}

#topleft {
	/* background-color: #ffffff; */ 
	background-color:#AFCCEC;
	float:left;
	margin-top:0px;
	
}

#topright {
	  position:absolute;
	  top:18px;
	  right:50px;
      margin: 1em 0;
      padding: 0px 1em;
	  font-size: 12px;
	  font-weight: bold;
	  width: 400px; 
	   background-color:#FFFFFF;
	  /* background-color:#AFCCEC;*/
	   padding: 0;
    }
    #topright ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    #topright li {
      margin: 0;
      padding: 0;
      float: right;
    }
 
    #topright li {
      width: 14em;
	  height:35px;
	  margin-right: 1em;
      background: #0033FF none;
      text-align: center;
	  display: inline; 
	  
    }
    #topright a {
	  padding-top:10px;
      display: block;
      width: 100%;
      text-decoration: none;
	  color:#FFFFFF;
	  height:35px;
	  
	 }
	 
	 
	 
    #topright a:hover {
      background: #FFF none;
	  color:#0033FF;
    }

#top img {
	position:relative;
	border: none; 
	
	
}

#vlag {
	position:relative;
	top:5px;
	 background-color:#FFFFFF;
	  /* background-color:#AFCCEC;*/
	float:right;
	right:62px;
}

#vlag img {
	margin-left:9px;
	
}


#menu p {
	padding:5px;
	font-size:10px;
}

#menu {
	width: 200px;
	background-color: #AFCCEC;
	/*background-color: #FFFFFF;*/
	font-size: 12px;
	float:left;
}

#menu a {
	color:000000;
}


#adres {
	padding:5px;
	font-size:10px;
}



#contents {
    /*width:675px;*/
	width:550px;
	height:496px;
	/*height:454px;*/
	padding: 10px;
	font-size:12px;
	overflow:auto;
	/*background-color: #FF0000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}
 
#contents a{
	font-size: 12px;
	color: #000000;
	}
 
#bottom {
  position:absolute;
  height:35px;
  width:100%;
  top:575px;
  /*top:700px;*/
  margin:0;
  border:0;
    /*overflow:auto;*/
  background-color:#AFCCEC;
  /*background-color:#000000;*/
  text-align:center;
}

#bottom img {
	position:relative;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	
  }
  

	
/*.blur{
	background-color: #ccc; /*shadow color*/
	/*color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

/*.shadow,
/*.image{
	position: relative;
	bottom: 2px;
	right: 2px;
}

/*.shadow{
	background-color: #666; /*shadow color*/
/*	color: inherit;
}

/*.image{
	background-color: #fff; /*background color of content*/
	/*color: #000; /*text color of content*/
	/*border: 1px solid #000; /*border color*/
	/*padding: .5em 2ex;
}

