/* CSS Document */
body {
	text-align:center;
	background-color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	margin: 0px;
}
.container {
	width: 909px;
	margin: 0px auto;
}
.header {
	float: left;
	width: 909px;
	text-align: center;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.header h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 30px
}
.header h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-style: italic;
	font-size: 16px
}
.content {
	float: left;
	width: 909px;
	background-color: #000;
	margin-bottom: 5px;
	border: 2px solid #999999;

}
.content .categories {
	float: left;
	width: 909px;
}
.content .categories a{
	float:left;
	width: 83px;
	height: 15px;
	text-align: center;
	border: 1px solid #999999;
	margin-left: 5px;
	margin-top: 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
.content .categories a:hover {
	border: 1px solid #CC0000;
}
.tussen a{
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.content .thumb{
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	width: 175px;
	height: 135px;
	position:relative;
	text-align: left;
	}
.content .thumb img{
	width: 167px; /*-6*/
	height: 127px; /*-10*/
	margin-top: 3px;
	padding: 3px;
	border: 1px solid #999999;
}
.content .thumb h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
}
.content .thumb a img{
	z-index:1;
	border: 1px solid #999999;
}

.content .thumb a:hover img{
	border: 1px dashed #CC0000;
	background-color: #2E2E2E;
}
.content .thumb span{
	bottom: 1px;
	display:block;
	filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;
	margin-bottom: 0px;
	margin-left: 4px;
	left:0;
	width: 50px; /*-8*/
	height: 14px;
	overflow: hidden;
	z-index:2;
	position:absolute;
}

.tussen {
	float: left;
	width: 905px;
}
.tussen a{
	font-size: 12px;
	color:#FFFFFF;
	background-color: #000000;
	float:left;
	width: 167px;
	height: 15px;
	border: solid 1px #999999;
	text-decoration: none;
	font-weight: bold;
	}
.tussen a:hover{
	border: solid 1px #CC0000;
}
.preload {
	display: none;
}
.footer {
	margin-top: 10px;
	float: left;
	width: 905px;
	text-align: center;
}
.footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 10px;
}
/* CSS Document */ 
.content .topnavigatie {
	float: left;
	width: 901px;
	padding-left: 2px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 2px;
}

.content .topnavigatie .navleft {
	float: left;
	width: 290px;
	height: 14px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	text-align: left;
}
.content .topnavigatie .navright {
	float: right;
	width: 290px;
	height: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	text-align: right;
}
.content .topnavigatie .navright a {
	background-color:#ffffff;
	padding-left: 36px;
	padding-right: 29px;
	border: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
}
.content .topnavigatie .navleft a {
	background-color:#ffffff;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
}
.content .topnavigatie .navright a:hover, .content .topnavigatie .navleft a:hover {
	background-color:#2E2E2E;
	color: #FFF;
	border: 1px solid #CC0000; 
}
.content .navigatie {
	float: left;
	width: 895px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 3px;
}
.content .navigatie .nummeractief {
	color: #000000;
	background-color:#FFFFFF;
	float: left;
	width: 30px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #CC0000;
}
.content .navigatie a {
	background-color:#FFFFFF;
	float: left;
	width: 30px;
	height: 15px;
	margin-right:1px;
	margin-bottom: 1px;
	border: 1px solid #CCCCCC;
	color: #000000;
}
.content .navigatie a:link,
.content .navigatie a:active,
.content .navigatie a:visited {
	text-decoration: none;
}
.content .navigatie a:hover{
	background-color:#FFFFFF;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CC0000;
}
/* einde navigatie */