/* gedeelte om de website te centreren */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:#fff;
	vertical-align: top;
}
#mainsite {
	position:absolute;
	width:1004px;
	left: 50%;
	height:100%;
	margin-left: -502px;
	padding: 0 5px 0;
	text-align: left;
	background: #fff;
}

/* Algemene site elementen */
#maintable {
	width: 100%;
	position: relative;
	top: 0px;
}
/* dirty hack for Webkit browsers (Safari en Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0){
    #maintable {
		border:0px solid transparent;
		top: 55px;
	}
}
.footer {
	display: block;
	margin-top: 30px;
	width: 100%;
	text-align: right;
	color: #999;
}
.vp .footer a {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

/* Voorpagina */
.left {
	width: 801px;
	padding: 336px 10px 0 0;
}
#header {
	position: absolute;
	left: 5px;
	top: 55px;
	width: 759px;
	height: 267px;
	padding: 57px 0 0 42px;
	background: url(/images/vp/header_bg.jpg) no-repeat;
}

/* Navigatie */
#nav, #nav UL {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 11px;
	z-index: 99;
}
#nav {
	height: 14px;
	float: right;
	margin: 26px 0 15px;
	z-index: 99;
}
#nav LI {
    float: left;
	padding: 0 8px 0;
	background: url(/images/navigatie/vp/divider.gif) no-repeat 100% 0;
}
#nav LI img {
	border: 0;
	cursor: pointer;
}
#nav A {
	text-decoration: none;
	color:#000;
}
#nav A.parentactive, 
#nav A.active,
#nav A:hover {
	
}
#nav UL LI {
	margin: 0;
	padding: 0;
	z-index: 99;
	background: none;
}
#nav UL LI A {
	text-transform: none;
	font-weight: normal;
	display: block;
	width: 148px;
	text-align: left;
	padding: 2px 6px;
	margin: 0;
	border-bottom: 1px dashed #000;
	z-index: 99;
}
#nav UL LI A:hover {
	color: #fff;
	background: #82B64A;
}
#nav LI UL {
    position: absolute;
    left: -999em;
	width: 160px;
	border: 1px solid #000;
	background: #fff;
	z-index: 99;
}
#nav LI UL UL A {
    WIDTH: 15em;
}
#nav LI:hover UL, #nav LI.sfhover UL {
    LEFT: auto;
}
#nav li:hover, #nav li.hover, #nav li.sfhover { 
	position: static; 
}
