/* CSS Document */
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#container {
	margin: auto;
	width: 800px;
	background-image: url(/img/content_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	position: relative;
	width: 800px;
	height: 133px;
	overflow: hidden;
}
#update {
	position: absolute;
	top: 10px;
	left: 58px;
	color: #b1ce8c; 
	height: 20px;
}
#menu {
	position: relative;
	background-image: url(/img/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 27px;
	overflow: hidden;
}
#menuitem {
	position: absolute;
	left: 60px;
	width: 540px;
	top: 9px;
}
#language {
	position: absolute;
	left: 638px;
	top: 9px;
	width: 150px;
	color: #33497a;
	text-transform: uppercase;
}
#overgang {	
	position: relative;
	width: 800px;
	height: 20px;
}
#content {
	position: relative;
	width: 800px;
	background-image: url(/img/content_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
}
#linkercontent {
	position: relative;
	float: left;
	width: 540px;
	padding-left: 70px;
}
#rechtercontent {
	position: relative;
	float: right;
	width: 148px;
	padding-right: 15px;
	color: #6da027;
}
#footer {
	position: relative;
	clear: both;
	widows: 800px;
	height: 37px;
	background-image: url(/img/footer_bg.jpg);
	background-repeat: no-repeat;
}
#print {
	position: absolute;
	width: 85px;
	left: 530px;
	top: 2px;
}
#disclaimer {
	position: absolute;
	width: 150px;
	left: 638px;
	top: 2px;
}


h1 {
	color: #292b78;
	font-size: 10px;
	margin-bottom: 10px;
}
h2 {
	color: #292b78;
	font-size: 10px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
a:link, a:visited, a:active {
	color: #33497a;
	text-decoration: none;
}
a:hover {
	color: #68a325;
	text-decoration: none;
}
a.print:link, a.print:visited, a.print:active {
	color: #b6bab8;
	text-decoration: none;
}
a.print:hover {
	color: #68a325;
	text-decoration: none;
}

.scheiding {
	color: #d0d0d0;
	width: 1px;
}
.menulink {
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
}
.menulink a:link, .menulink a:visited, .menulink a:active {
	font-weight: bold;
	color: #33497a;
	text-decoration: none;
	text-transform: uppercase;
}
.menulink a:hover {
	color: #68a325;
	text-decoration: none;
	text-transform: uppercase;
}
.submenu {
	background-image: url(/img/submenu_overgang.jpg);
	background-repeat: repeat-x;
	background-color: #e8e6eb;
	visibility: hidden;
	overflow: hidden;
	width: auto;
	position: absolute;
}	
.border {
	width: 100%;
	height: 1px;
	background-color: #4b6188;
}
.caps {
	text-transform: uppercase;
}
.columnmnu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7D9F7;
	border-right-color: #0C417C;
	border-bottom-color: #0C417C;
	border-left-color: #C7D9F7;
	background-color: #444455;
	filter:alpha(opacity=10);
	-moz-opacity: .1;
}