*{
	padding:0;
	margin:0;
	spacing:0;
}
body{
	background-color:#E0EBC7;
	/*background-color:#FFFFFF;*/
	margin:0px 3% 2% 2%;
	padding:0px;
	font-family:'comic sans ms', Verdana, cursive;
	color:#999999;
}

.logo{
	float:left;
	text-align:center;
	padding: 2px 15px 2px 15px;
	float:left;
	line-height:270%
}

.border{
	border-style:solid;
	border-width:1px;
	border-color:#999900;
	/*margin-right:40px;*/
	background-color:#ffffff;
	overflow:hidden;
}

/* Link element */
.roze {color:#CC0099;}
.groen {color:#999900;}

hr {
	border: 0px;
	height: 0.2px;
	color:#ffffff;/* IE fix */
}

.small{
	height:98px;
	width:220px;
}

.big{
	height:155px;
	padding:5px;
	margin-bottom:5px;
}

.big .linkElementMainImage{
	margin:5px;
}

.linkElementMainImage{
	float:left;
	margin-right:5px;
	align:left;
	border:0;
}
.linkElementImage{
	border:0;
	padding:0;
	float:left;
	margin-right:4px;
	width:20px;
	height:20px;
}

.link{
	margin-bottom:4px;
	padding:0;
}

.link a{
	color:#999999;
  	text-decoration:none;
  	font-weight:bold;
}

.link a:hover{
	color:#999900;
}

img{
	border:0;
}

.image a:hover{
	border-bottom:0;
}

.text{
	padding:2px;
	font-size:13px;
}

/* mac hide and combat ie's 3 pixel jog \*/
* html #column2{
	overflow:hidden;
	float:left;
}

#column2{
	text-align:left;
	margin-right:40px;
}

* html #top {
	height:1%;
}

#top {
	margin-left:200px;
	margin-right:200px;
}

#column1 {
	margin-left:-202px;/* must be 1 pixel less than width*/
	float:left;
	width:200px;/* must be same as left margin on #top*/
	position:relative;
	left:2px;/* line up exactly */
	display:inline;/* ie fix*/
}
#column3 {
	margin-right:-202px;/* must be 1 pixel less than width*/
	float:right;
	padding:0px 5px 0px 5px;
	width:223px;/* must be same as right margin on #top*/
	position:relative;
	right:2px;/* line up */
	display:inline;/* ie fix*/
}
* html #column1{
	margin-right:-3px;}/* 3 pixel jog*/

* html #column3{
	margin-left:-3px;}/* 3 pixel jog*/

/* h tags */
h1{	
	font-size:14px;
	padding:0;
	margin:0;
	color:#CC0099;
	font-size:20px;
}
h2{	
	font-size:14px;
	padding:0;
	margin:0;
	line-height:130%
}
h3{
	font-size:13px;
	padding:0;
	margin:0;
	line-height:170%;
}

h4{
	font-size:12px;
	padding:0;
	margin:0;
	line-height:170%;
}

/* Left navigation */
.menu_list {
	border-top: solid 1px;
	border-color: #999900;
	margin-right:10px;
	font-size:14px;
	margin-bottom:20px;
}
.menu_head {
	cursor: pointer;
	border-bottom: solid 1px;
	border-color: #999900;
	font-size:11px;
}
.menu_head a {
  	display:block;
  	color:#999999;
  	text-decoration:none;
	padding:3px 1px 3px 20px;
}
.menu_head a:hover{
	border-bottom: solid 1px;
	border-color: #999900;
	color:#999900;
}

.menu_body {
	display:none;
	font-size:10px;
	border-bottom: solid 2px;
	border-color: #999900;
}


.menu_body a {
  	display:block;
  	color:#999999;
  	text-decoration:none;
	padding:3px 1px 3px 40px;
}

.menu_body a:hover {
	color:white;
  	background-color: #999900;
}

/*End left navigation*/

/* sitemap lijst in de footer */
#footer {
	margin-right:40px;
	padding: 10px;
	font-size:10px;
}

.maattabel {
	margin-right:10px;
	padding: 10px;
	font-size:12px;
	overflow:hidden;
}

.textheader{
	font-size:13px;
}

ul{
    margin:0;
  	padding: 0;
  	margin:0;
  }

ul li{
    	margin: 0;
 	padding: 0;
  	line-height: 15px;
  	list-style-type:none;
  	position:relative;
}

ul li a{
	color:#999999;
  	text-decoration:none;
}

ul li a:hover{
	color:#999900;
}

.extra{
	line-height:30px;
}

.column {float:left;padding-right:5px;}

/* image box */

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../images/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../images/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
};

/* einde image box */
