	html, body {
		margin:0;
		padding:0;
		height:100%;
		min-height:100%;
		font:12px Verdana, Arial;
		color:#444;
		}
	textarea {
		font:12px Verdana, Arial;
		}
	body {
		background:#ededed;
		}
	a, strong, b {
		color:#D0A525;
		}
	a:hover {
		color:#333;
		}
	h1 {
		color:#333;
		font-size:18px;
		margin:0 0 20px 0;
		}
	h1.de2e {
		margin-top:30px;
		}
	img {
		border:0;
		}
	div {
		float:left;
		}
	.midden {
		position:absolute;
		left: 50%;
		width:950px;
		margin:0 auto 0 -475px;
		background:#fff;
		}
	.header {
		background:url('../img/hd.jpg') no-repeat 14px top;
		}
		.header a.beheer {
			float:right;
			background:url('../img/admin.gif') no-repeat left top;
			width:17px;
			height:16px;
			margin:5px 0 0;
			}
		.header a.mail {
			float:right;
			background:url('../img/mail.gif') no-repeat left top;
			width:21px;
			height:16px;
			margin:5px 22px 0 7px;
			}
		ul.nav {
			float:left;
			display:block;
			height:42px;
			width:891px;
			margin:0 10px 20px 14px;
			padding:151px 0 0 30px;
			list-style-type:none;
			}
		ul.nav li {
			float:left;
			display:block;
			text-align:center;
			}
		ul.nav li a {
			display:block;
			height:29px;
			padding:12px 20px 0;
			margin:0 2px;
			color:#fff;
			font-weight:bold;
			text-decoration:none;
			}
		ul.nav li a:hover {
			background:#1d1d1d;
			text-decoration:underline;
			}
		ul.nav li a.selected {
			color:#222;
			background:#D0A525;
			}
		ul.nav li a.selected:hover {
			text-decoration:none;
			cursor:default;
			}
			ul.sideblok {
				clear:both;
				float:left;
				display:block;
				width:313px;
				margin:0 7px 10px 14px;
				padding:0 0 10px 0;
				list-style-type:none;
				background:url('../img/blokback.jpg') repeat-x left -60px;
				}
			ul.sideblok li {
				padding:10px 25px 5px 20px;
				width:268px;
				color:#222;
				}
			ul.sideblok li img {
				border:1px solid #D0A525;
				margin:0 4px;
				padding:1px;
				}
			ul.sideblok li img:hover {
				border:1px solid #333;
				}
			ul.sideblok li a:hover {
				text-decoration:none;
				}
			ul.sideblok li.head {
				color:#fff;
				height:22px;
				font-weight:bold;
				padding:4px 0 0 42px;
				width:271px;
				background:url('../img/balk.jpg') no-repeat left top;
				}

				ul.subnav {
					position:absolute;
					margin:0;
					padding:0;
					width:300px;
					}
				ul.subnav li {
					width:300px;
					}
				ul.subnav li a  {
					text-align:left;
					background:#333;
					}				
				ul li ul {
					left: -2000px;
					}
				ul li:hover ul {
					left: auto;
					}

	.content {
		margin:0 0 20px 17px;
		min-height:200px;
		width:580px;
		}
	.footer {
		margin:10px 10px 20px 14px;
		height:20px;
		width:921px;
		text-align:center;
		}
	.forminfo {
		display:none;
		}
	.txtInputLarge {
		width:300px;
		border:1px solid #D0A525;
		}
	.txtInputLargeWrong {
		width:300px;
		border:1px solid #222;
		}
	.frmSubmit {
		margin-top:10px;
		border:1px solid #F00;
		background:#fff;
		}

	

.half {
	width:270px;
	margin-right:10px;
	}
.halfRight {
	width:270px;
	padding-left:10px;
	border-left:1px solid #D0A525;
	}
.half strong, .halfRight strong {
	clear:both;
	display:block;
	margin-top:15px;
	}
.half b, .halfRight b {
	font-weight:200;
	clear:both;
	display:block;
	}
.half a, .halfRight a {
	color:#222;
	text-decoration:underline;
	}
.half a:hover, .halfRight a:hover {
	text-decoration:none;
	}

.ie6melding {
	position:absolute;
	top:20px;
	width:100%;
	padding:140px 10px;
	border:1px solid #000;
	background:#fff;
	text-align:center;
	color:#000;
	font-size:14px;
}
.ie6melding b {
	color:#000;
	}