/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0px;
	padding:0px;
}

h1 {
	color:#233B8B;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	margin:0px;
	padding:0px;
}

a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover, a:active {
	color:#000000;
	text-decoration:none;
}

.wrapper {	
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:800px;
	height:200px;
}

.blocks {
	width:800px;
	height:15px;
	background-image:url(../images/border.png);
	background-position:left top;
	background-repeat:repeat-x;
}

.navigatie {
	width:800px;
	height:30px;
}

.navigatie a:link, .navigatie a:visited {
	float:left;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	display:block;
	height:30px;
	color:#233B8B;
	background-color:#FFD400;
	text-decoration:none;
}

.navigatie a:hover, .navigatie a:active, .p7uberlink {
	float:left;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	display:block;
	height:30px;
	color:#FFD400 !important;
	background-color:#233B8B !important;
	text-decoration:none;
}

.content {
	width:740px;
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:10px;
}

.footer {
	width:800px;
	text-align:center;
	height:30px;
	line-height:30px;
}

.tekstveld {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:300px;
}

.select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:306px;
}

.knop {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:150px;
}

