/* CSS Document */
body {
	text-align:center;
	background-color: #BBDBFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	margin: 0px;
}
.container {
	width: 905px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border-left: solid #5EAAFF 3px;
	border-right: solid #5EAAFF 3px;
	display: table;
}
.header {
	float: left;
	width: 905px;
	text-align: center;
}
h3 {
	margin: 0px;
	padding: 0px;
	background-color:#5EAAFF;
	color: #FFFFFF;
	font-style: italic;
	font-size: 16px
}
.content {
	float: left;
	width: 905px;
	margin-bottom: 5px;
}
.content .inhoud a{
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.content .inhoud a img{
	border: 1px solid #000000;
	
	}
.content .inhoud a:hover{
	border: 1px solid #000000;
	background-color: #5EAAFF;
}
.tussen {
	float: left;
	width: 905px;
}
.tussen a{
	font-size: 12px;
	color:#000000;
	float:left;
	width: 167px;
	height: 15px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px;
	border: solid 1px #000000;
	text-decoration: none;
	font-weight: bold;
	}
.tussen a:hover{
	color:#000000;
	border: solid 1px #000000;
}
.preload {
	display: none;
}
.footer {
	float: left;
	width: 905px;
}

/* CSS Document */ 
.topnavigatie {
	float: left;
	width: 905px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}

.content .topnavigatie .navleft {
	float: left;
	width: 400px;
	height: 16px;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 1px;
	text-align: left;
}
.topnavigatie .navright {
	float: right;
	width: 400px;
	height: 16px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 1px;
	text-align: right;
}
.topnavigatie .navright a {
	background-color:#ffffff;
	padding-left: 43px;
	padding-right: 42px;
	border: 1px solid #000;
	color: #000000;
	text-decoration: none;
}
.topnavigatie .navleft a {
	background-color:#ffffff;
	padding-left: 53px;
	padding-right: 54px;
	border: 1px solid #000;
	color: #000000;
	text-decoration: none;
}
.topnavigatie .navright a:hover, .topnavigatie .navleft a:hover {
	background-color:#CCCCCC;
	color: #000000;
	border: 1px solid #000000; 
}

.navigatie {
	float: left;
	width: 905px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.navigatie .nummeractief {
	color: #000000;
	background-color:#CCCCCC;
	float: left;
	width: 26px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #000000;
}
.navigatie a {
	background-color:#FFFFFF;
	float: left;
	width: 26px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #CCCCCC;
	color: #000000;
}
.navigatie a:link,
.navigatie a:active,
.navigatie a:visited {
	text-decoration: none;
}
.navigatie a:hover{
	background-color:#CCCCCC;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}
/* einde navigatie */