@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	line-height:18px;
}

.inp {
	width:100%;
	padding:5px;
}
.formHeader {
	color:#0066CC;
	font-size:16px;
	font-weight:bold;
}

strong, b {
	color: #0066CC !important;
}

#header {
	color:white;
	position:relative;
	background:url(../images/header_bg.jpg) no-repeat left 82px;
	height:269px;
}

#header2 {
	color:white;
	position:relative;

	height:80px;
}

.midleft {
	float:left;
	width:260px;
	padding-right:10px;
}
.midmid {
	float:left;
	width:562px;
	padding: 0 10px;
	border-left:1px #CC0909 solid;
	border-right:1px #CC0909 solid;
	position:relative;
}

.up {
	background:url(/images/bullet-up.png);
	position:absolute;
	width:9px;
	height:5px;
	cursor:pointer;
}

.kantoortitel {
	color:#cc0909;
	margin-bottom:15px;
}
.fotodiv img {
	margin-bottom:20px;
}
.kop {
	color: #cc0909;
	font-weight:bold;
}

#topnav {
	text-align:right;	
	background:#afd3f1;
	padding:5px;
}

#topnav a{
	color:#9B0119;
	padding-left:10px;
	text-decoration:none;
}

#topnav li {
	float:right;
}

#page {
	padding-top:20px;
	width: 989px;
	margin:0% auto;
	position:relative;
}

#logo {
	position:absolute;
	top:-17px;
	left:0px;
}

#breadcrum {
	font-size:11px;
	color:#aeafb0;
	padding: 5px 0;
	margin-bottom:15px;
}
#headerinfo {
	position:absolute;
	top:93px;
	width:989px;
	text-align:right;
}
#stappen {
	position:absolute;
	top:242px;
	width:180px;
	text-align:left;
}
#footer {
	margin:15px 0;
	background:#ebebeb;
	padding:5px;
	text-align:center;
	color:#454141;
}
#footer a{
	color:#454141;
	padding-left:10px;
	text-decoration:none;
}

#footer ul li {
	display:inline;
}


.checkrow {
	float:left;
	width:180px;
}

a, a:active, a:visited {
	color:black;
}
a:hover {
	color:#9B0119;
}

ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

h1, h2 {
	margin:0px 0 5px 0;
	padding:0px;
	color:#0066cc;
	font-size:16px;
}

h3 {
	margin:0px 0 5px 0;
	padding:0px;
	color:#0066cc;
	font-size:13px;
}

label {
	cursor:pointer;
}


#loadicon {
	display:none;
}

thead td {
	font-weight:bold;
	color:#0066CC;
}
td {
	padding:3px 5px;
}

.even {
	background:#afd3f1;
}
.km {
	background:white;
	border:1px gray solid;
	text-align:center;
}

td img {
	vertical-align:text-bottom;
}

.infoblok {
	padding:0px;
}
.infoblok td {
	padding:0px;
}

.tip {
	color:#c03809;
	font-size:11px;
}

.info {
	border:1px #cecece solid;
	padding:10px;
	margin-bottom:10px;
	background:#f1f1f1;
}

.showinfo {
	cursor:pointer;
}

/* autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid #cecece;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li strong {
	font-weight:normal;
	color:#0066CC;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
}

.ac_over {
	background-color: #AFD3F1;
	color: white;
	cursor:pointer;
}

.toggleinfo {
	cursor:pointer;
}


.nobullet, .bullet {
	padding:3px 10px 5px 13px;
	background:#f1f1f1;
	
}

.bullet {
	padding-left:13px;
	background:#f1f1f1 url(/images/bullet.gif) no-repeat left 5px;
}

.bullet2 {
	padding-left:13px;
	background:url(/images/bullet.gif) no-repeat left 2px;
}

.buttonround {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #9B0119;
	color:white;
	cursor:pointer;
	float:left;
	font-weight:bold;
	padding:5px;
}

.bulletanchor {
	padding-left:13px;
	background:url(/images/bullet.gif) no-repeat left 2px;
	cursor:pointer;
}


.bluebutton {
	margin-right:10px;
	float:right;
	padding:5px;
	background:#AFD3F1;
	-moz-border-radius:5px;
	color:black;
	font-size:11px;
}

.blauw {
	color:#0066CC;
	font-weight:bold;
}

.anchor {
	font-weight:bold;
	
}

#inhoudsopgave {
	display:none;
	margin-top:-18px;
}

input:radio {
	cursor:pointer;
}

#quote {
	position:absolute;
	font-size:20px;
	top:145px;
	width:600px;
	left:20px;
	font-family:Myriad pro, times new roman;
	color:black;
	font-style:italic; 
	line-height:30px;
}

#tijd {
	position:absolute;
	font-size:11px;
	top:242px;
	right:20px;
}
