html, body {
	width: 100%;
	height: 100%;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #ffffff;
	color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
	text-align: center;
	
	background-image: url(../../images/structure/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body, p, span, h1, h2, h3 {
	color: #404041;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	color: #808184;
	text-decoration: none;
}

a:hover {
	color: #404041;
	text-decoration: underline;
}

a:hover {
	color: #404041;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #404041;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #404041;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #404041;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 959px;
	height: 100%;
	
	margin: 0px auto;
	
	text-align: left;
	

}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header {
	position: absolute;
	top: 214px;
	left: 0px;
}

#nav {
	position: absolute;
	top: 171px;
	left: 400px;
	width: 559px;
	height: 26px;
	z-index: 1;
}

#nav a {
	float: left;
}

#nav img.on {
	display: none;
}

#nav a:hover img.out, #nav a.active img.out {
	display: none;
}

#nav a:hover img.on, #nav a.active img.on {
	display: inline;
}

#content {
	position: absolute;
	top: 236px;
	left: 0px;
	
	width: 472px;
	padding: 25px 93px 24px 24px;
	border-top: 13px solid #ffffff;
	
	line-height: 140%;
	
	z-index: 1;
}

#content_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 589px;
	padding: 0px;
	height: 100%;
	z-index: 0;
}

#content, #content_bg {
	background-color: #f2f2f2;
	color: #808184;
}

#nieuws {
	position: absolute;
	top: 214px;
	right: 0px;
	
	border-top: 2px solid white;
	
	z-index: 1;
}

#nieuws, #nieuws_bg {
	width: 222px;
	background-color: #e6e6e6;
	color: #404041;
}

#nieuws_bg {
	position: absolute;
	top: 0px;
	right: 0px;
	
	height: 100%;
	z-index: 0;
}

#nieuws div {
	width: 176px;
}
.heading_nieuws {
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	height: 25px;
	padding-left: 22px;
	padding-top: 7px;
}

#nieuws a {
	font-weight: normal;
	color: #404041;
	text-decoration: none;
}

#nieuws a:hover {
	text-decoration: underline;
}

#nieuws div.nieuws {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 15px 23px;
	background-color: #f8f8f8;
}

#nieuws div.nieuws span {
	display: none;
}

#brochure {
	position: absolute;
	top: 350px;
	left: 600px;
	z-index:100;
}

#content .nieuws {
	padding-bottom: 1em;
}

#content .nieuws.current {
	display: none;
}

#nieuws #bottom {
	padding-top: 5px;
	font-size: 95%;
	text-align: center;
	width: 100%;
}

#top_gallery {
	position: absolute;
	top: 118px;
	left: 25px;
	width: 562px;
	height: 54px;
}

#top_gallery a.more {
	position: absolute;
	top: 30px;
	left: 385px;
	font-weight: normal;
	color: #fff100;
}

#top_gallery .img_gallery {
	width: 79px;
	height: 52px;
	border: 1px solid #fff100;
	margin-right: 9px;
}

#legenda {
	position: absolute;
	top: 0px;
	right: -120px;
	width: 100px;
}

div.contact {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	
	width: 189px;
	height: 185px;
	padding: 13px;
	margin-right: 13px;
	margin-bottom: 13px;
	
	background-color: #ffffff;
}

div.contact .top {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.contact .adres_website {
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	width: 189px;
	padding: 5px 13px;
	
	background-color: #d9dadb;
}

div.contact a {
	font-weight: normal;
	color: #404041;
	text-decoration: none;
}

div.contact a:hover {
	text-decoration: underline;
}

div.padding {
	height: 195px;
}
