/* CSS Document */
#mainmenu {
	float:left;
	width:100%;
	background:#CCCCCC;
	font-size:11px;
	line-height:normal;
	/*height:25px;*/
}
#mainmenu ul {
	margin:0;
	padding:0 0 0;
	list-style:none;
}
#mainmenu li {
	float:left;
	background:url("../images/menu/menu_right.gif") no-repeat right top;
	margin:0;
	padding:0 1px 0 0;
}
#mainmenu a {
	float:left;
	display:block;
	background:url("../images/menu/menu_left.gif") no-repeat left top;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#mainmenu a {
	float:none;
}
/* End IE5-Mac hack */
#mainmenu a:hover {
	color:#333333;
}
#mainmenu #current {
	background-image:url("../images/menu/menu_right_on.gif");
}
#mainmenu #current a {
	background-image:url("../images/menu/menu_left_on.gif");
	color:#FFFFFF;
	padding-bottom:5px;
}

.kader {
	border: 1px solid #999999;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	background-color: #EEEEEE;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
.kop {
	font-size: 16px;
	font-weight: bold;
}
.subkop {
	font-size: 12px;
	font-weight: bold;
}
#grijs {
	color: #666666;
}
#grijs a:link {
	color: #666666;
	text-decoration: none;
}
#grijs a:visited {
	color: #666666;
	text-decoration: none;
}
#grijs a:hover {
	color: #990000;
	text-decoration: none;
}
table #inlinekader {
	border: 1px solid #999999;
	background-color: #EEEEEE;
}
#inlinekader tr td {
	border-bottom: 1px dotted #cccccc;
}
.footer {
	position: relative;
}
.vca_logo {
	position: absolute;
	right: 20px;
	top: -80px;
}

