html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	line-height: 21px;
}

a img { border:0; }
a { text-decoration:underline; }
a:hover { text-decoration:none; }

h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 20px;
	color:#1c2b3d;
}
h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	margin: 22px 0px 12px 0px;
}
p {
	margin: 16px 0px;
}

#background {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

div#container {
	position: relative;
	width:960px;
	margin: 0px auto;
	z-index: 1;
	padding-bottom: 28px;
}
.clear {
	clear:both;
}

div#header {
	position: relative;
	width: 960px;
	height: 100px;
	z-index: 9000;
}

#logo {
	float: left;
	height: 100px;
	line-height: 100px;
}
#logo img {
	vertical-align: middle;
}


div#menu {
	float: right;
	padding: 30px 10px 0px 0px;
}
div#menu > ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#menu > ul > li {
	position: relative;
	float: left;
	margin-left: 10px;
}
div#menu > ul > li > a {
	display: block;
	height: 34px;
	padding: 0px 10px;
	line-height: 34px;
	text-decoration: none;
	font-weight: bold;
}
div#menu > ul ul {
	position: absolute;
	display: none;
	min-width: 226px;
	padding:0px;
	margin: 0px;
	list-style: none;
	left: 0px;
	top: 34px;
}
div#menu > ul li:hover ul {
	display: block;
}
div#menu > ul ul li {
	display: block;
}
div#menu > ul ul li a {
	display: block;
	height: 28px;
	line-height:28px;
	padding: 0px 20px;
	text-decoration: none;
}
div#menu > ul ul li a:hover {
	text-decoration: underline;
}

/* Slider */
div#slider {
	position:relative;
	width:960px;
	height:285px;
	z-index:5000;
	overflow: hidden;
}
div#slider ul {
	position:relative;
	width:960px;
	height:285px;
	overflow:hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index:1;
}
div#slider ul li {
	float: left;
	width: 960px;
	height: 285px;
	overflow: hidden;
}
div#slider ul li img {
	float:left;
}
div#slider ol {
	position:absolute;
	bottom:0;
	right:0;
	padding:0 12px 12px 0;
	list-style: none;
	margin: 0px;
	z-index:2;
}
div#slider ol li {
	width:13px;
	height:13px;
	display:block;
	background: url('/images/dot.png') center no-repeat;
	float:left;
	margin: 0 0 0 10px;
	padding: 0px;
	cursor: pointer;
}
div#slider ol li.active {
	background: url('/images/dot2.png') center no-repeat;
}
/* End Slider */

/* Content */
div#content {
	width:960px;
	position: relative;
}
div#contents {
	min-height: 500px;
	padding: 20px;
	width: 621px;
	float:left;
	position:relative;
}
div#info-block-back {
	position: absolute;
	width: 278px;
	height: 100%;
	right: 0px;
	top: 0px;
}
div#info-block {
	position:relative;
	float: right;
	width: 278px;
}
div#info-image {
	width:279px;
}
div#info-image img {
	display: block;
}
div#info-block div.info-block-inner {
	padding:22px;
	width:235px;
}
/* End Content */

/* Footer */
div#footer {
	min-height: 20px;
	margin: 0px auto;
	width: 940px;
	padding: 5px 10px;
}
/* End Footer */

/***********
* Custom forms
*/

.form{
	border: 0px;
}

.input_wrapper {
	width: 600px;
	float: left;
}

.input_wrapper .text {
	margin: 0px;
	height: 20px;
	width: 250px;
	padding: 4px;
	border: 1px solid #ABADB3;
}
.input_wrapper textarea{
	margin: 0px;
	height: 100px;
	padding: 4px;
	width: 250px;
	border: 1px solid #ABADB3;
}
.input_wrapper div.label {
	font-weight: normal;
	width: 200px;
	line-height: 30px;
	float: left;
}

.input_wrapper div {
	float: left;
	padding-top: 4px;
	width: 390px;
}

.error, .formuliererror{
	color: #ff0000;
	font-weight: normal;
}

.input_wrapper .submit{
	color: #1C2B3D;
	border: 1px;
	border-style: solid;
	width: 100px;
	height: 30px;
	float: right;
	margin-right: 131px;
	border: 1px solid #ABADB3;
	font: 12px Arial;
}

.input_wrapper .optioneel { color: #AAA; }
.input_wrapper select { margin: 0px; height: 28px; width: 260px; padding: 4px; border: 1px solid #ABADB3; }
/*
* Formulieren wizard
*/
.wizard_text, .wizard_block { padding-left: 10px; position: absolute; }
.wizard_text { top: 0px; font-size: 13px; }
.wizard_text .active { color: #0094DC; font-weight: bold; }
.wizard_text .inactive { color: #777; }
.wizard_block { top: 23px; height: 14px; }
.wizard_block_inactive { background-color: #777; }
.wizard_block_active { background-color: #0094DC; }


/* Nieuws Items */
div#nieuws{
	margin-top: 20px;
}

div#nieuws ul{
	list-style:none;
}

div#nieuws ul li{
	margin: 0;
}
/* End Nieuws Items */

/* Fotoalbum */
ul.fotoalbum {
	list-style: none;
	margin: 20px -20px 20px 0px;
	padding: 0px;
	float: left;
}
ul.fotoalbum li {
	margin: 0px 20px 20px 0px;
	float: left;
	width: 140px;
	height: 200px;
}
ul.fotoalbum li a {
	text-decoration: none;
}
ul.fotoalbum li em {
	display: block;
	height: 50px;
	padding: 10px 0px 0px 16px;
	font-style: normal;
}
ul.fotoalbum li span {
	display: block;
	width: 140px;
	height: 140px;
	line-height: 140px;
}
ul.fotoalbum li span img {
	width: 140px;
	height: 140px;
	line-height: 140px;
}
div.fotoalbum-bar {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	text-align: right;
	line-height: 26px;
	color: #888;
}
div.fotoalbum-bar select {
	float: right;
	width:160px;
	border: 1px solid #DDDDDD;
	padding: 3px;
	background-color: #EEE;
	color: #444;
	margin-left: 10px;
	outline: none;
}
ul.fotoalbum li em {
	background: #eee;
}
ul.fotoalbum li a:hover em {
	background: #f94d1d;
	color: #fff;
}

.fotoalbum-foto {
	float: left; padding:3px; width: 120px; margin-right: 10px; margin-bottom: 10px; height: 120px; border: 1px solid #ccc;
}
.fotoalbum-foto:hover {
	border: 1px solid #000;
}
.fotoalbum-foto img {
	margin-right: 10px;
	height: 140px;
	width: 140px;
}
/* End Fotoalbum */

/* Begin News */
.news_overview {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	.news_overview > li {
		border-bottom: 1px dashed gray;
		min-height: 130px;
	}
		.news_overview > li > div {
			float: right;
			width: 400px;
		}

			.news_overview > li > div > h3 {
				margin-top: 0;
			}

		.news_overview > li > div:first-child {
			float: left;
			margin-right: 15px;
			width: 201px;
			height: 114px;
		}

		.nieuws-published {
			display: block;
		}

		.nieuws-thumb {
			float: left;
			margin: 7px 10px 0 0;
		}

.content-nav {
	margin-top: 20px;
}

.content-nav > ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.content-nav > ol > li {
		float: left;
		border: 1px solid #555;
		margin-right: 5px;
	}

		.content-nav > ol > li > a {
			display: block;
			line-height: 30px;
			padding: 0 10px;
			color: #555;
			text-decoration: none;
		}

		.content-nav > ol > li > a:hover, .content-nav > ol > li.active > a{
			background-color: #555;
			color: white;
		}
/* End News */

body div.clear {
	clear: both;
	float: none;
	display: block;
	height: 1px;
}