html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}

.navigatie A:link {
	width:100px;
	height:16px;
	display:block;
	float:left;
	color:#FFFFFF;
	background-color:#006600;
	text-decoration: none;
	text-align:center;
}
.navigatie A:visited {
	width:100px;
	height:16px;
	display:block;
	float:left;
	color:#FFFFFF;
	background-color:#006600;
	text-decoration: none;
	text-align:center;
}
.navigatie A:hover {
	width:100px;
	height:16px;
	display:block;
	float:left;
	color:#006600;
	background-color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}

.navbar {
	background-color:#006600;
	width:1024px;
	height:20px;
}
.activepage {
	width:100px;
	height:16px;
	display:block;
	float:left;
	color:#006600;
	background-color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.inhoud a:link {
	color:#333333;
	text-decoration:none;
}
.inhoud a:visited {
	color:#333333;
	text-decoration: none;
}
.inhoud a:active {
	color:#333333;
	text-decoration: none;
}
.inhoud a:hover {
	text-decoration: none; 
	color: #FF0000;
}

.navigatie {
	color: #FFFFFF;
	background-color:#006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.inhoud {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
.titel {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.voorwaardeninhoud {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
}
.voorwaardentitel {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.waarschuwing {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.artgroep A:link {
	width:150px;
	height:20px;
	display:block;
	float:left;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	margin:2px;
	padding-top:4px;
	padding-left:5px;
}
.artgroep A:visited {
	width:150px;
	height:20px;
	display:block;
	float:left;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	margin:2px;	
	padding-top:4px;
	padding-left:5px;	
}
.artgroep A:hover {
	width:130px;
	height:16px;
	display:block;
	float:left;
	color: #FFFFFF;
	background-color: #006600;
	text-decoration: none;
	text-align:left;
	margin:3px;
	padding-top:2px;
	padding-left:5px;
	border-right:20px solid #009900;
	border-bottom:2px solid #009900;
	border-top:2px solid #009900;	
}
.artgroep {
	color: #FFFFFF;
	background-color:#006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.activegroep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:130px;
	height:16px;
	display:block;
	float:left;
	color: #FFFFFF;
	background-color: #006600;
	text-decoration: none;
	text-align:left;
	margin:3px;
	padding-top:2px;
	padding-left:5px;
	border-right:20px solid #009900;
	border-bottom:2px solid #009900;
	border-top:2px solid #009900;	
}


