/* CSS Document */
body {
	margin: 0px;
}
ul {
	list-style-type: disc;
}
div {
	margin: 0px;
	padding: 0px;
}
strong {
	color: #a10000;
}
b {
	color: #a10000;
	font-weight:bolder;
}
a {
	color: #a10000;
}
p {
	margin: 6px;
	padding: 0px;
}
div.preloader {
	color: #a10000;
}
div.site {
	width: 912px;
	margin-left:auto;
	margin-right:auto;

	background-image:url("../img/repeat.jpg");
	background-position:center;
	background-repeat:repeat-y;
}
div.midden {
	height: 490px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 14px;
}
div.menu {
	width: 195px;
	height: 490px;
	float: left;
	margin-bottom: 0px;
	
	background-color: #a10000;
}
div.content {
	width: 482px;
	height: 488px;
	float: left;
	
	margin-bottom: 0px;
	padding-right: 6px;
	padding-left: 6px;
}
div.top {
	width: 480px;
	height: 274px;
}
div.tekstblok {
	width: 480px;
	height: 204px;
	
	margin-top: 5px;
	padding-bottom: 5px;
}
div.flashtitel {
	width:480px;
	height:26px;
	
	padding: 0px;
	margin: 0px;
	
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
div.titel {
	font-family:Verdana, Arial, Helvetica, Verdana,  sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding-top: 4px;
	color:#a10000;
}
div.underline {
	width:480px;
	height:1px;
	
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
div.titellijn {
	width:440px;
	height: 1px;
	font-size:0px;

	margin-left:auto;
	margin-right:auto;

	border-bottom: 1px solid #cccccc;
}
div.htmltekst {
	width: 450px;
	height: 175px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	font-size:10px;
	color:#333333;
	
	overflow-x:hide;
	overflow-y:auto;
	
	text-align:justify;
}
div.fotomenu {
	width: 195px;
	height: 490px;
	float: left;
	margin-bottom: 0px;
}
div.topspace {
	width: 862px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

div.overlay {
	width:884px;
	margin-left:auto;
	margin-right:auto;
}
div.topheader {
	position:absolute;
	top:0px;
	width:884px;
}

