body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #a8c473;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	}
	
td {
font-size: 12px;
    text-align: left;
    line-height: 1.5em;
}
	
#frame{
	width:820px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	background:url(images/bgcontent2.gif);
	font-family:verdana;
	}
		
#contentmenu{
	margin: 10px 0 0 0;
    padding: 0;
	float: left;
	width: 180px;
    color:#fff;
	}

#contentcenter{
	width: 605px;
    margin: 16px 0 0 190px;
    padding: 0;
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
	}
	
#contentheader{
	width:820px;
	height:160px;
	}
	
#imgright{
	float:right;
	margin-left:20px;
	}

#imgleft{
	float:left;
	margin-right:20px;
	}	
	
/*---------teksten-----------------*/
h1{
	font-size: 14px;
	padding-top: 0px;
	letter-spacing: 0.1em;
	color:#0087b4;
	margin-bottom:2px;
	margin-top:3px;
	}	
			
h2{
	font-size: 13px;
	padding-top: 0px;
	letter-spacing: 0.1em;
	color:#c8cc00;
	margin-bottom:1px;
	margin-top:3px;
	}
#tablekolom{
 text-align:center;
}


ol{
margin-top:1px;
}

ul
{
	margin-top: 1px;
	list-style-type: none;
}

li{
	padding-bottom: 6px;
	}

/*--------link---------------*/

#contentcenter a:link{
	color:#0087b4;
	}
	
#contentcenter a:visited{
	color:#0087b4;
	}

#contentcenter a:hover{
	color:#c8cc00;
	}
	
/*--------menu---------------*/
	
#contentmenu a{
	display: block;
	background: #c8cc00;
	width: 160px;
	font-size: 11px;
	text-decoration: none;
	margin-top: 10px;
	height: 16px;
	text-align: left;
	text-indent: 5px;
	color: #000;
	border-color: #fff;
	border-width: 0 0 0 10px;
	border-style: none none none solid;
	}
	
#contentmenu a.actief{
	background: #f5f5d9;
	color: #000;
	border-color: #c8cc00;
	}

/*#contentmenu a:link{
	text-decoration:none;
	color:#000;
	}*/
	
#contentmenu a:hover{
	color:#0087b4;
	background:#fff;
	border-color: #000;
	}
	
/*---------sub menu---------------*/
	
#contentmenu a.sub{
	display: block;
	background: #f5f5d9;
	font-size: 11px;
	text-decoration: none;
	margin-top: 10px;
	height: 16px;
	text-align: left;
	text-indent: 5px;
	color:#0087b4;
	border-color: #0087b4;
	border-width: 0 0 0 10px;
	border-style: none none none solid;
	}

#contentmenu a.subactief{
	background: #fff;
	color: #000;
	border-color: #c8cc00;
	}

/*#contentmenu a.sub:link{
	text-decoration:none;
	color:#0087b4;
	}*/
	
#contentmenu a.sub:hover{
	background: #0087b4;
	color: #fff;
	border-color: #000;
	}
	
.klapItem
{
	position: relative;
	height: 1px;
	display: none;
	overflow: hidden;
}