html, body {
	height: 100%;	
}

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	
}

a {
	color: #0F91DA;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #51aee0;
}

.clearfix {
	clear: both;
}


/* Layout */

div#container {
	min-height: 100%;
	background-image: url('/inc/img/bg_shade.jpg');
	background-repeat: repeat-x;
	background-position: 0 116px;
}

div#innnerContainer {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

div#header {
	position: relative;
	height: 461px;
}

div#header a.button {
	display: block;
	width: 212px;
	height: 39px;
	background-image: url('/inc/img/button.png');
	background-position: top;
	position: absolute;
	right: 20px;
	top: 40px;
}

div#header a.button:hover {
	background-position: bottom;
}

div#header div.key {
	position: absolute;
	left: 300px;
	top: 40px;
	width: 350px;
	height: 41px;
}

div#header div.key div {
	position: absolute;
	right: 55px;
	top: 10px;
	font-size: 13px;
	font-weight: normal;
}

div#header div.key div a {
	font-weight: normal;
	margin: 0 5px;
}

div#header .banner .placeholder {
	display: none;
}

div#header .banner .rotator img {
	width: 100%;
	height: 311px;
}

div#header div.banner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
}

div#header div.banner ul li {
	width: 37px;
	height: 311px;
	float: left;
	margin: 0;
	padding: 0;
}

div#header .menu_back {
	position: absolute;
	width: 200px;
	height: 461px;
	left: 65px;
	background-image: url(/inc/img/menu_back.png);
	background-repeat: no-repeat;
}

div#header .menu {
	position: absolute;
	width: 200px;
	height: 281px;
	left: 65px;
	padding-top: 180px;
}

div#header .menu ul {
	list-style-type: none;
	margin: 20px 30px 0 30px;
	padding: 0;
}

div#header .menu li {
	height: 21px;
	/**height: 18px;*/
	color: #FFF;
	padding-left: 23px;
	padding-top: 0;
}

div#header .menu li.selected {
	background-image: url(/inc/img/bullit.png);
	background-repeat: no-repeat;
}

div#header .menu li a {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

div#header .banner {
	position: absolute;
	width: 100%;
	height: 311px;
	top: 116px;
}

div#header .banner_note {
	position: absolute;
	width: 187px;
	height: 218px;
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 50px;
	right: 62px;
	top: 36px;
	background-image: url(/inc/img/extra.png);
}


div#content .left {
	float: left;
	width: 240px;
	text-align: right;
}

div#content .left ul {
	list-style-type: none;
	margin: 12px 0 0 0;
	padding: 0;
}

div#content .left li {
	margin-bottom: 10px;	
}

div#content .left li a {
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.4em;
}

div#content .left li.selected a {
	font-size: 1.9em;	
}

div#content .left li ul {
	display: none;	
}

div#content .left li.selected ul {
	display: block;
	margin: 0;
	padding: 0;
}

div#content .left li.selected ul li {
	margin: 3px 0 0 0;
}

div#content .left li.selected ul li a {
	color: #59ACDC;
	font-size: 1.4em;
}




div#content div.right {
	width: 660px;
	float: right;
	padding: 0 30px 20px 30px;
	padding-bottom: 20px;
	color: #666;
}

div#content div.right h1 {
	font-size: 1.6em;
	color: #00467a;
	margin: 0 0 5px 0;
	padding: 0;
}

div#content div.right h2 {
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 5px 0;
}

div#content div.right p {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.7em;
}

#content div.right div.column {
	float: left;
	width: 210px;
	padding: 0 10px;
}

#content div.right div#shortcuts {
	float: left;
	width: 460px;
}

#content div.right div#shortcuts a {
	color: #00467A;
}

#content div.right div#shortcuts div.item {
	float: left;
	width: 196px;
	margin: 0 10px;
	padding: 10px 0 0 14px;
	border-bottom: 1px solid #cfe9f8;
	background-image: url(/inc/img/bulletpoint.jpg);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	_margin: 0 10px 0 5px;
}

#content div.right p.datetime {
	color: #00467a;
	margin: 0 0 5px 0;
	font-size: 1em;
	font-weight: bold;
}

#content div.right p.readmore {
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 30px;
}

div#content div.right div.column td {
	font-size: 1.2em;
	padding-bottom: 5px;
}

#nieuws_con {
	height: 140px;
	padding: 12px 25px 0 46px;
	background-image: url(/inc/img/nieuws_shade.jpg);
}

#nieuws_con a:hover h2 {
	text-decoration: underline;
}

#nieuws_con p {
	font-size: 13px;
	font-weight: bold;
	color: #5E59A5;
}

#cal {
	float: left;
	width: 49px;
	height: 50px;
	margin: 0 13px 97px 0;
	color: #FFF;
	background-image: url(/inc/img/cal_item.jpg);
	text-align: center;
}

#day {
	height: 24px;
	padding-top: 4px;
	line-height: 22px;
	font-size: 28px;
}

#month_year {
	height: 21px;
	line-height: 22px;
	font-size: 13px;
}

#nieuws_con span {
	font-size: 13px;
	font-weight: bold;
}

#content .right p.licht {
	font-weight: bold;
}

#content .right ul.liggend {
	display: none;
}

#content .right .sitemap ul li a {
	height: 25px;
	color: #666;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-decoration: none;
	word-spacing: -2px;
}

#content .right .sitemap ul li ul li a {
	font-size: 14px;
}

#content .right .sitemap ul li ul li ul {
	list-style-type: circle;
}

#content .right .sitemap ul li ul li ul li {
	color: #59ACDC;
}

#content .right .sitemap ul li ul li ul li a {
	color: #59ACDC;
}

#content .right form {
	position: relative;
	width: 650px;
	padding-bottom: 20px;
	background-image: url(/inc/img/contact_back.jpg);
	background-repeat: no-repeat;	
	background-position: bottom;
	line-height: normal;
}

#content .right form table {
	color: #0079BE;
	margin-left: 70px;
	padding: 0;
	border-collapse: collapse;
}

#content .right form table tr td {
	padding: 0 0 5px 0;
}

#content .right form h2 {
	margin: 25px 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
}

#content .right form img {
	margin-bottom: 10px;
}

#content .right form input, #content .right form select, #content .right form img, #content .right form textarea, #content .right form span.catchpa_error {
	margin-left: 50px;
}

#content .right form input.textbox, #content .right form textarea.textarea {
	width: 250px;
	border: 1px solid #ADD6ED;
	background-color: #FFF;
}

.right form span.catchpa_error {
	color: #900;
}

#content .right form input#form_code {
	width: 110px;
}

#content .right form input.btn {
	position: relative;
	top: -5px;
	width: 250px;
	padding: 0 0 3px 0;
	font-size: 14px;
	text-transform: lowercase;
	color: #FFF;
	border: 0;
	background-image: url(/inc/img/verzenden.jpg);
	background-color: #005c99;
}

#content .right form table span.required_explanation {
	position: absolute;
	top: 210px;
}

#content .right form .mailinglists {
	margin-top: 10px;
}

#content .right .photoAlbum {
	margin-top: 20px;
	text-align: center;
}

#content .right .photoAlbum .photoHolder {
	display: inline-block;
	padding: 5px;
	width: 511px;
}

#content .right .photoAlbum .photoHolder img {
	border: 1px solid #007ABE;
}

#content .right .photoAlbum .photoInfo {
	display: none;
}

#content .right .photoAlbum .photoThumbHolder {
	margin-top: 5px;
}

#content .right .photoAlbum .photoThumbHolder img {
	margin: 7px;
	border: 1px solid #007ABE;
}

#content .right .photoAlbum span.selected {
	color: #59ACDC;
	font-size: 16px;
	font-weight: bold;
}

#ecards img {
	border: 2px solid #0079be;
	margin: 10px;
}

#display_card {
	position: relative;
	top: -200px;
	display: none;
	width: 547px;
	height: 465px;
	padding: 0 10px 0 10px;
	margin-bottom: -200px;
	text-align: center;
	background-color: #FFF;
	border: 2px solid #0079BE;
}

#display_card img {
	border: 0;
}

#card_controls {
	float: right;
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 10px 0 10px 0;
	background-image: url(/inc/img/button_close_window.png);
}

#content .right #display_card form {
	background-image: none;
	padding: 40px 0 0 0;
	margin: 0;
	width: auto;
}

#display_card form .left {
	float: left;
	width: 253px;
	padding-left: 10px;
	text-align: left;
}

#display_card form .left .boodschap {
	line-height: 34pt;
	font-weight: bold;
	font-size: 11px;
	color: #0086CA;
	margin-bottom: 5px;
}

#display_card form .left .boodschap textarea {
	width: 208px;
	height: 100px;
	padding: 0;
	border: 1px solid #ABADB3;
	margin: 0px;
}

#display_card form .left .text {
	float: left;
	line-height: 10pt;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	width: 206px;
	height: 157px;
	padding:  5px 0 0 2px;
	border: 1px solid #ABADB3;
}

#display_card form .left .text h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #0086CA;
	margin: 0;
	padding: 0;
}

#display_card form .left .text p {
	margin: 0;
	padding: 0;
}

#content .right #display_card form .right {
	float: right;
	width: 238px;
	height: 350px;
	padding: 0 0 0 25px;
	font-size: 11px;
	border-left: 1px solid #666;
}

#stamp {
	height: 63px;
	background-image: url(/inc/img/stamp.png);
	background-position: right;
	background-repeat: no-repeat;
}

#display_card form .right {
	text-align: left;
}

#display_card form .right input.textbox {
	display: block;
	border: none;
	border-bottom: 1px solid #666;
	margin: 5px 10px 0 0;
	width: auto;
}

#display_card form .right input.button {
	margin-top: 10px;
	background: #FFF;
	border: 3px double #999;
}

/* Footer */

#clearfooter {
	height: 60px;	
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 38px;
	margin-top: -38px;
	text-align: right;
	background-image: url(/inc/img/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer ul {
	list-style-type: none;
	margin: 0 355px 0 0;
	padding: 0;
}

#footer li {
	display: inline;
	color: #007ABE;
	font-size: 10px;
	margin: 0 5px;
}

#footer li a {
	color: #007ABE;
	font-size: 10px;
	text-decoration: none;
}