/* CSS Document */
body {
	text-align:center;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #e8d2fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.container {
	width: 860px;
	margin: 0px auto;
	background-color:#FFF;
	border-left: solid #a33efb 3px;
	border-right: solid #a33efb 3px;
	display: table;
}
.header {
	float: left;
	width: 860px;
	text-align: left;
}
.balk {
	float: left;
	width: 860px;
	height: 25px;
}
.content {
	float: left;
	width: 860px;
}
.inhoud {
	float: left;
	width: 860px;
	padding-bottom: 3px;
	clear: both;
}
.inhoud a{
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #CF42ED;
	background-color: #EBD6FE;
}
.inhoud a img{
	width: 200px;
	height: 150px;
	border: 0;
	}
.inhoud a:hover{
	border: 1px solid #000;
	background-color: #A343FA;
}
.tussen {
	float: left;
	width: 860px;
}
.tussen a{
	font-size: 12px;
	color:#000000;
	float:left;
	width: 167px;
	height: 15px;
	border: solid 1px #000000;
	text-decoration: none;
	font-weight: bold;
	}
.tussen a:hover{
	color:#000000;
	border: solid 1px #000000;
}



.toplist {
	float: left;
	width: 100%;
	padding-bottom: 3px;
}
.toplist ul{ /*linkpartner*/
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 3px;
	width: 206px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #EBD6FE;
}
.toplist ul li{
	list-style-type: none;
}
.toplist li a{
	color:#000000;
	margin-left: 3px;
	text-decoration: none;
}
.toplist li a:hover{
	text-decoration: underline;
}
.footer {
	float: left;
	width: 860px;
	margin: 5px;
	clear: both;
}
h3 {
	font-size: 12px;
	background-color: #D9B0FD;
	margin: 0px;
	padding: 3px;
}
b{
	display: none;
	color: #D9B0FD;
	text-decoration: none;
}
