/******************************
* standaard styles
******************************/
a{
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
body {
	background:#FFFFFF;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	overflow: auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align: left;
	line-height:150%;
}
input, textarea, select{
	border: solid 1px #000000;
	color: #000;
	font: normal 11px verdana, sans-serif;
	width:100%;
	height:20px;	
}
hr{
	color:  #555655;
	height:1px;
	border: 0;
	width: 100%;
	background-color:#555655; 
	margin:12px 0px 12px 0px;
}
table{
	border: solid 0px #000000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height:160%;
}
td{
	border: solid 0px #000000;
}
h1{
	font-size:12px;
	color:#555655;
	height:30px;
	border:0px solid blue;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
h2{
	font-size:12px;
	color:#000000;
	border:0px solid blue;
	padding:5px 0px 0px 10px;
	margin:0px 0px 0px 0px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
	text-align:center;
}
/******************************
* div containers aan
******************************/
#inhoud {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	border:0px solid red;
	padding:0px 0px 0px 0px;
}
/******************************
* div containers uit
******************************/
#top,
.recentblock,
.randomblock,
#block1,
#block3,
#block6,
.button,
#footer,
#searchbox,
#submenu,
#smo {
	display:none;
}
