/*  GENERIEKE STYLEN */
BODY {
	color: #333;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
BODY, TD, P, INPUT, BUTTON, SELECT, UL, LI, TEXTAREA {
	font-family: verdana, arial, sans-serif;
}

H2,H3 {
	margin-top: 0;
	padding-top: 0;
}

IMG {
	border: 0;
}

TABLE {
	margin: 0;
	border-spacing: 0;
	padding: 0px;
}
TD {
	padding: 0;
	line-height: 15px;
	vertical-align: top;
}
A {
	color: #C06;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
FORM {
	margin: 0;
	padding: 0;
}

P {
	margin-top: 0;
}
/* 3 KOLOM STYLEN */
div#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	width:795px;
	/* background: url('../images/grid.gif'); */
}

div#head {
	top: 0px;
	position: absolute;
	left:0px;
	width: 795px;
	height:120px;
	color: #333;
	background-color: #fff;
}
div#columns {
	width: 795px;
	position: relative;
	top: 120px;
	background-color: #CCCCCC;
	font-size: 11px;
	line-height: 15px;
}

/* SUBPAGINA KOP */
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 795px;
	height: 55px;
}
#logo img {
	border: 0px;
	margin: 0px;
}
#vestiging { /* naam van de vestiging */
	position: absolute;
	top: 30px;
	left: 0px;
	width: 585px;
	height: 22px;
	text-align: right;
	z-index: 2;
	overflow: hidden;
}

#vestiging h1 { /* deze class wordt gesiffred */
	margin: 0px;
	padding: 0px;
	color: #999;
	font-size: 22px;
	line-height: 22px;
}
#vestiging h1 a {
	text-decoration: none;
	color: #333;
}
#weg {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 795px;
	height: 30px;
	border-top: 5px solid #399;
}
#hoofdnav {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 795px;
	height: 29px;

	border-bottom: 1px solid #999;
	border-top: 1px solid #fff;
	background-color: #999;
	background-image: url('../images/navgrijs.gif');
	background-repeat: repeat-x;

	font-size: 11px;
	line-height: 11px;

	overflow: hidden;
}

#hoofdnav input {
	width: 120px;
	height: 13px;
	border: 1px solid #666;
	color: #333;
	font-size: 9px;
	background-color: #fff;
	background-image: url('../images/input.gif');
	vertical-align: top;
}
#hoofdnav div.links {
	position: absolute;
	top: 7px;
	left: 15px;
	height: 22px;
	overflow: hidden;

}
#hoofdnav div.rechts {
	position: absolute;
	top: 7px;
	right: 15px;
	text-align: right;
	height: 22px;
	overflow: hidden;

}
#hoofdnav ul, #hoofdnav li {
	display: inline;
	margin: 0;
	padding: 0;
}

/* KOLOMMEN */
div#columns {
	width: 795px;
	position: relative;
	top: 135px;
	background-color: #fff;
	color: #333;
	background-image: url('../images/faux_3kolom.gif');
}
div#kolomlinks {
	position:absolute;
	top: 0px;
	left:0px;
	width:270px;
	padding-left: 15px;
	padding-right: 15px;
}
div#kolommidden {
	width: 270px;
	position: static;
	margin-left: 300px;
	padding-left: 15px;
	padding-right: 15px;
}
div#kolomrechts {
	position:absolute;
	width: 165px;
	top: 0;
	left: 600px;
	padding-left: 15px;
	padding-right: 15px;
}

div#kolomrechts ul {
	margin: 0;
	list-style: none;
}
div#kolomrechts ul {
	margin: 0;
	padding: 0;

}
/* CONTENT GEDEELTE */
#columns h2, #columns h3 { /* deze wordt gesiffrd */
	font-family: garamond, "times new roman", serif;
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

div#foot {
	position: relative;
	top: 0;
	left: 0;
	width: 765px;
	height: 30px;
	clear: both;
	margin-top: 150px; /* de 135px van #columns + 15 */
	padding-left: 15px;
	padding-right: 15px;
	color: #399;
	font-size: 9px;
	line-height: 15px;
	border-top: 1px solid #399;
}
.clear {
	clear:both;
}