@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #eee;
	background-image: url(../img/bg-body.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: 0px 107px;
}
#wrapper {
	width: 978px;
	margin: 30px auto 40px auto;
	background-image: url(../img/bg-wrapper.gif);
	background-repeat: no-repeat;
}
#header {
	background-color: #ccc;
	height: 190px;
	width: 950px;
	margin-left: 14px;
}
#menu {
	background-color: #0093d8;
	height: 28px;
}
#menu ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	height: 23px;
	padding: 5px 22px 0 22px;
	border-right: 1px solid #fff;
}
#menu ul li a {
	display: inline-block;
}
#menu ul li.first a {
	border-left: 1px solid #0093d8;
}
#menu ul li.first a:hover, #menu ul li.first a.active {
	border-left: 1px solid #fff;
}
#menu ul li.last a {
	border-right: 1px solid #0093d8;
}
#menu ul li.last a:hover, #menu ul li.last a.active {
	border-right: 1px solid #fff;
}
#menu ul li a.active, #menu ul li a:hover {
	background: #235ea2;
}
#contentwrapper {
	background-image: url(../img/bg-contentwrapper.gif);
	background-repeat: repeat-y;
	width: 950px;
	margin-left: 13px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#breadcrumbs {
	height: 33px;
	padding-left: 210px;
	padding-top: 15px;
}
#breadcrumbs, #breadcrumbs a {
	color: #888;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #000;
}
#contentleft {
	float: left;
	width: 190px;
}
#contentleft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ccc;
}
#contentleft ul li a {
	font-size: 12px;
	color: #000;
	display: block;
	height: 20px;
	padding: 3px 0 0 20px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	background-image: url(../img/bg-contentleft-menu.gif);
}
#contentleft ul li a:hover {
	text-decoration: underline;
}
#contentleft ul li a.active {
	background-image: none;
	background-color: #fff;
}
#contentleft p  {
	margin: 20px 0 20px 20px;
}
#contentright {
	float: right;
	width: 150px;
	padding: 0 20px;
}
#contentright, #contentright a {
	color: #0093d8;
	text-decoration: none;
}
#contentright a:hover {
	color: #235ea2;
}
#contentright h3 {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#contentright p {
	margin: 0 0 20px 0;
	padding: 0;
}
#content {
	width: 530px;
	margin: 0 0 50px 210px;
}
#content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
}
#content h2 {
	font-size: 16px;
	margin: 0;
	padding: 10px 0 0 0;
}
#content h3 {
	font-size: 14px;
	color: #0093d8;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}
#content h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
}
#content p {
	margin: 0 0 20px 0;
	padding: 0;
}
#content a {
	color: #235ea2;
	text-decoration: underline;
}
#content a:hover {
	color: #0093d8;
}
#footer {
	clear: both;
	height: 35px;
	background-image: url(../img/bg-footer.gif);
	background-repeat: no-repeat;
	padding-left: 210px;
	padding-top: 17px;
}
#footer, #footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#content img[align="left"] {
	margin-right: 20px;
}
#content img[align="right"] {
	margin-left: 20px;
}
.three-blocks {
	overflow: hidden;
}
.three-blocks .block {
	float: left;
	width: 176px;
}
#content .buttonlink {
	background-color: #0093d8;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	height: 23px;
	width: auto;
	padding: 5px 22px 0 22px;
	border-right: 1px solid #fff;
}
#content .buttonlink:hover {
	background: #235ea2;
	color: #fff;
}
.right {
	float: right;
}

table {
	border-collapse: collapse;
}
table tr {
	margin: 0;
	padding: 0;
}
table tr td {
	margin: 0;
	padding: 3px 10px;
}

.kop, .kop td {
	font-weight: bold;
	color: #fff;
	background-color: #0093d8;
}
.rij0 {
	background-color: #f7fcfe;
}
.rij1 {
	background-color: #e1f3fd;
}
.fout {
	font-weight: bold;
	color: #c00;
}