/* CSS Document */
body {
	text-align:center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.container {
	margin: 0 auto;
	width: 990px;
}
.header {
	float: left;
	width: 990px;
	text-align: left;
}
.content {
	float: left;
	width: 990px;
	text-align: center;
}
.content a img{
	margin-right: 2px;
	margin-top: 2px;
	border: 1px solid #000000;
	float: left;
}
.content a:hover img {
	border: 1px solid #CC0000;
}
.footer {
	float: left;
	width: 990px;
	text-align: center;
}
.toplist {
	float: left;
	width: 980px;
	margin-bottom: 3px;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #000;
	padding-bottom: 2px;
}
.toplist ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.toplist ul li{
	float: left;
	padding-top: 2px;
	width: 163px;
}
.toplist a{
	margin-left: 5px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.toplist a:hover{
	text-decoration: underline;
	color: #CC0000;
}


/* navigatie */ 
.topnavigatie {
	float: left;
	width: 990px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.topnavigatie .navleft a {
	float: left;
	text-align: left;
	background-color:#FFFFFF;
	padding-left: 11px;
	padding-right: 12px;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}
.topnavigatie .navright a {
	float: right;
	margin-right: 8px;
	text-align: right;
	background-color:#FFFFFF;
	padding-left: 32px;
	padding-right: 26px;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}
.topnavigatie .navright a:hover, .topnavigatie .navleft a:hover {
	color: #CC0000;
	border: 1px solid #000000; 
}
.navigation {
	float: left;
	width: 980px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.navigation .nummeractief {
	float: left;
	background-color: #FFFFFF;
	color: #CC0000;
	width: 25px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #000000;
}
.navigation a {
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	width: 25px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #000000;
}
.navigation a:link,
.navigation a:active,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:hover{
	color: #CC0000;
}

/* einde navigatie */
