/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image: url(images/bg.png);
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}
div#container {
	width:714px;
	height:696px;
	background: url(images/bg_site.png);
	margin: 0 auto;
}
div#wrapper {
	width:100%;
	height:743px;
	padding-top:17px;
	background: url(images/bg_top.png) repeat-x;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
/* /Standard waardes */
/* Header */
div#header {
	width:209px;
	height:20px;
	padding:40px 0 0 505px;
}
div#header a {
	color:#49545a;
	font-size:10px;
	text-decoration:none;
}
div#header a.home {
	display:block;
	float:left;
	padding:0 0 0 15px;
	background: url(images/home.png) left no-repeat;
}
div#header a.sitemap {
	display:block;
	float:left;
	padding:0 0 0 15px;
	background: url(images/sitemap.png) left no-repeat;
	margin: 0 0 0 20px;
}
/* /Header */
/* Content */
div#content {
	width:714px;
	height:636px;
}
div#left {
	width:200px;
	float:left;
	padding:10px 0 0 15px;
	text-align:right;
	height:626px;
}
div#menu {
	width:200px;
	height:160px;
	margin:39px 0 305px 0;
}
div#menu a img {
	border:0;
	margin:0;
	width:200px;
	height:31px;
}
div#menu a {
	margin:1px 0 0 0;
	padding:0;
	display:block;
	width:200px;
	height:31px;
}
div#right {
	width:455px;
	float:left;
	padding:245px 15px 0 13px;
	height:391px;
	color:#666666;
	font-size:12px;
}
div#scroll {
	position:relative;
	overflow:auto;
	height:335px;
	padding:0 0 20px 0;
	width:471px;
}
div#right p {
	line-height:14px;
}
div#right a {
	color:#2e579c;
	text-decoration:none;
}
div.stip {
	width:100%;
	height:2px;
	background: url(images/stip.png) repeat-x;
	margin:4px 0;
}
div#fotos {
	width:471px;
	padding:8px 0 0 0;
}
div#fotos img {
	border:0;
	float:left;
	margin:0 0 0 33px;
}
/* /Content */
/* Footer */
div#footer {
	width:680px;
	margin:0 auto;
	color:#767676;
	font-size:10px;
	padding:0 34px 0 0;
	text-align:right;
	line-height:14px;
}
div#footer a {
	color:#767676;
	text-decoration:none;
}
div#footer a:hover {text-decoration:underline;}
/* /Footer */
/* Text opmaak */
h1 {
	margin:0;
	padding:0 0 0 40px;
	color:#5e5e5e;
	font-size:18px;
	font-weight:normal;
}
.blauw {color:#3e54c4;}
.title {
	font-weight:bold;
	color:#3e54c4;
}
/* /Text opmaak */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	visibility: visible !important;
}
.vscrollerbase {
	width: 8px;
	height: 387px;
	background: #D4D4D4;
}
.vscrollerbar {
	width: 8px;
	background: #4556c3;
}
