html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:left;
	background-color:#F2F8EF;
	padding:0px;
	margin:0px;
	min-width:970px;
	width:auto;
	line-height:20px;
}

body {
	margin:20px 10px 50px 10px;
}

a {
	color:#E2372F;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

a[rel^="external"] {
	background-image: url("/img/external.gif");
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right:10px;
}

#column3 a[rel^="external"], #column3 a[target^="_blank"] {
	background:0;
	padding:0;
}

ul {
}

img {
	border:0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	width:950px;
	background-image: url("img/body_bottom.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom:10px;
}

#header {
	
}

#title {
	text-align:center;
	font-size:13px;
	font-weight:normal;
	letter-spacing:19px;
}

#banner {
	margin-top:20px;
}

#nav {
	position:relative;
	top:-2px;
	background-image: url("img/nav.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width:950px;
	height:28px;
	line-height:14px;
}

#nav ul {
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	display:block;
	color:#000;
	width:190px;
	height:23px;
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
}

#subnav {
	position:relative;
	line-height:14px;
}

#subnav ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	border:0px solid lime;
	background-image: url("img/subnav_bottom.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#subnav ul li a {
	display:block;
	color:#000;
	width:188px;
	padding:8px 0px 8px 0px;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
	border-left:1px solid #C6C5C6;
	border-right:1px solid #C6C5C6;
}

#subnav_informatie {
	position:absolute;
	top:-2px;
	left:190px;
	background-color:#D2E3AE;
}

#subnav_informatie a:hover, #subnav_informatie a.selected {
	background-color:#A3C652;
}

#subnav_parkgroot {
	position:absolute;
	top:-2px;
	left:380px;
	background-color:#83D0F0;
}

#subnav_parkgroot a:hover, #subnav_parkgroot a.selected {
	background-color:#4BC1EC;
}

#subnav_beeldende {
	position:absolute;
	top:-2px;
	left:570px;
	background-color:#F5B7C5;
}

#subnav_beeldende a:hover, #subnav_beeldende a.selected {
	background-color:#EB728E;
}

#subnav_contact {
	position:absolute;
	top:-2px;
	left:760px;
	background-color:#FACB9A;
}

#subnav_contact a:hover, #subnav_contact a.selected {
	background-color:#F29839;
}

#subnav_uitbreiding {
	position:absolute;
	top:-2px;
	left:760px;
	background-color:#FACB9A;
}

#subnav_uitbreiding a:hover, #subnav_uitbreiding a.selected {
	background-color:#F29839;
}


#content {
	clear:both;
	margin-top:25px;
}

#column1 {
	float:left;
	width:190px;
	font-size:11px;
	font-weight:normal;
	overflow:hidden;
}

#column2 {
	float:left;
	width:370px;
	min-height:400px;
	_height:400px;
	padding:0px 55px 0px 10px;
}

#column2 p {
	margin-bottom:20px;
}

#column3 {
	float:left;
	width:325px;
}

#column1.adres_hide {
	overflow:hidden;
	height:1px;
}

#breadcrumbs {
	margin-top:0px;
	font-size:11px;
	text-transform:capitalize;
}

.photo {
	width:285px;
}

.photo_descr {
	font-size:9px;
	text-align:right;
	margin:2px 0px 10px 0px;
}


.kop {
	display:block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:23px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.separator {
	height:1px;
	line-height:1px;
	font-size:1px;
	border-top:1px solid #868B87;
	margin:8px 0px 8px 0px;
}

.show {
	display:static;
}

.hide {
	display:none;
}

.clear {
	clear:both;
}

.float_left {
	float:left;
}

.print_layer {
	display:none;
}

