body{
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #e9e6e6;
	height: 100%;
	width: 100%;
}

body, textarea{
	font-family: Arial, Verdana, Helvetica, SunSans-Regular, sans-serif;
}

a:link, a:visited, a:hover{
	color: #0384ba;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0;
}


form{
	margin: 0;
	padding: 0;
}

input, textarea, select{
	color: #0384ba;
	font-size: 12px;
	padding: 1px;

}



.voetnoot{
	font-size: 11px;
}

#container{
	float: none;
	width: 974px;
	margin: 0 auto;
	padding: 0 3px;
	background-color: #fff;
	overflow: hidden;
}

#menu{
	float: left;
	width: 974px;
	height: 48px;
}

.tab{
	float: left;
	width: 115px;
	height: 24px;
	margin: 15px 1px 0 1px;
	padding: 9px 0 0 3px;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	text-align: center;
	behavior: url(/css/iepngfix.htc);
}

.tab a{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;

}

.tab a:hover{
	text-decoration: none;
}

.contact{
	float: right;
	margin-right: 5px;
}

.active{
	background-image: url(../images/tab_active.png);
}

#head{
	position: relative;
	float: left;
	width: 974px;
	height: 178px;
	background-image: url(../images/logo_bg.png);
	background-repeat: repeat-x;
	background-position: 0 116px;
	background-color: #f5f2f2;
	margin-bottom: 20px;
	z-index: 0;
}

#logo{
	float: left;
	margin: 58px 0 0 65px;
}

#login{
	float: right;
	width: 205px;
	margin-top: 3px;
	padding-right: 5px;
	text-align: right;
	font-size: 12px;
}

#language{
	position: absolute;
	top: 130px;
	left: 898px;
}

#eyebox{
	float: left;
	position: relative;
	z-index: 1;
}

#eye{
	position: absolute;
	width: 275px;
	height: 240px;
	margin: -20px 0 0 -20px;
	background: url(../images/eye.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	z-index: 1;
}

#main{
	float: left;
	width: 700px;
	padding: 0 10px 0 7px;
}

#right{
	float: left;
	width: 250px;
	overflow: hidden;

}

#footer{
	float: left;
	width: 974px;
	height: 45px;
	margin-top: 20px;
}

.balk_groot{
	background-repeat: repeat-x;
}

.balk_medium{
	background-repeat: repeat-x;
	height: 28px;
}

.balk_small{
	background-repeat: repeat-x;
	height: 24px;
}

table{
	width: 100%;
	border-collapse: collapse;
}

table .content{
	background-color: #f5f2f2;
	padding: 10px;
}


th{
	text-align: left;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 5px;
	padding: 0 0 0 10px;
}

.ivdm{
	height: 200px;
	width: 200px;
	float: none;
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: center top;
}

.ivdm a{
	display: block;
	height: 200px;
	width: 200px;
	float: none;

}

.ivdm2{
	width: 200px;
	float: none;
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: center top;
}

#load, #load_image{
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#load{
	flaot: left;
	height: 100%;
	z-index: 2;
	background-color: #fff;
	opacity: 0.5;
	filter: alpha(opacity = 50);

}

#load_image{
	float: left;
	text-align: center;
	z-index: 3;
	margin-top: 200px;
}

.white{
	margin: 0 auto;
	display: block;
	width: 400px;
	background-color: #f5f2f2;
	padding: 5px;
	border: 1px solid #000;
}

.error, .verplicht{
	color: #f00;
	font-size: 12x;
}

.small{
	font-size: 11px;
	margin: 10px 0 0 0;
}
.prikbord{
	width: 180px;
	font-size: 12px;
	line-height: normal;
	float: left;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 10px;
	background: #fff;
}
.prikbord .text{
	margin: 0;
	padding: 0;
}

/* .prikbord .error van gemaakt ivm botsing aanmeldformulier*/
.prikbord .error{
	border: 1px solid red;
	padding: 10px;
	background: #E3B6B6;
	color: red;
}

.succes{
	border: 1px solid green;
	padding: 10px;
	background: #B6E3BF;
	color: green;
}

@media print {

}
