/* gedeelte om de website te centreren */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff;
	vertical-align: top;
	background: url(/images/background_2kol.gif) repeat-y 50% 0;
}
body.eenkol {
	background: url(/images/background_1kol.gif) repeat-y 50% 0;
}
#mainsite {
	position:absolute;
	width:780px;
	left: 50%;
	height:100%;
	margin-left: -390px;
	text-align: left;
}
/* Einde gedeelte om de website te centreren */


/* Main elements */
#header {
	position: absolute;
	width: 100%;
	height: 138px;
	background: url(/images/kwasten.gif) no-repeat 100% 0;
}
#header #foto {
	position: absolute;
	width: 198px;
	height: 138px;
	background: url(/images/foto.jpg) no-repeat;
}
#header #woordmerk {
	position: absolute;
	left: 198px;
	width: 282px;
	height: 80px;
	background: url(/images/wissink.gif) no-repeat;
}
#header #woordmerk span {
	display: none;
}
#header #lijntje {
	position: absolute;
	top: 52px;
	left: 592px;
	width: 10px;
	height: 20px;
	border-top: 1px solid #518FE9;
}
#maintable {
	position: absolute;
	top: 61px;
	left: 212px;
	width: 560px;
}
#maintable td {
	padding-top: 79px;
}
#maintable .left {
	padding-right: 35px;
	width: 365px;
}
#maintable .right {
	background: url(/images/logo_wissink.gif) no-repeat 90px 0;
}

/* Navigation */
#navigation {
	position: absolute;
	top: 140px;
	left: 15px;
	width: 170px;
}
#nav, #nav ul {
	margin: 0 0 0 17px;
	padding: 0;
}
#nav li {
	padding: 2px 0;
	font-weight: bold;
	list-style-image: url(/images/icons/folder.gif);
}
#nav li .active {
	list-style-image: url(/images/icons/folder_active.gif);
}
#nav a {
	color: #0f6096;
	text-decoration: underline;
}
