@charset "utf-8";
/* CSS Document */
html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
.browse_cats {
	text-align:center;
	}
#logo {
	float:left;
	margin: 0 25px 0 25px;
	}
#statstable {
	background-image:url(../images/site/statistics.png);
	float:left;
	}
#favsection {
	padding:0px;
	float:right;
	}
	
#tabbladen {
	clear:left;
	padding: 0px 0 0 180px;
	}
	
* #tabbladen {
	clear:left;
	padding: 20px 0 0 180px;
	margin:1px;
	}
.knop a:link {
	font-size:12px;
	font-weight:500;
	border:1px solid #000;
	padding: 3px;
	margin-right:5px;
	background-color: #CCCCCC;
	color:#000;
	text-decoration:none;
	}
.knop a:visited {
	font-size:12px;
	font-weight:500;
	border:1px solid #000;
	padding: 3px;
	margin-right:5px;
	background-color: #CCCCCC;
	color:#000;
	text-decoration:none;
	}
.knop a:hover {
	font-size:12px;
	font-weight:500;
	border:1px solid #ccc;
	padding: 3px;
	margin-right:5px;
	background-color:#632222;
	color:white;
	text-decoration:none;
	}
.knop a:active {
	font-size:12px;
	font-weight:500;
	border:1px solid #ccc;
	padding: 3px;
	margin-right:5px;
	background-color:#EEE;
	color:#000;
	text-decoration:none;
	}
table.stats {
	background-image:url(../images/site/statistics.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFFFF;
	width:371px;
	height:147px;
	margin:0 0 0 0;
	padding:5px;
	font-size:12px;
	line-height:18px;
	}

