body {
	margin: 0px;
	background-color: #B2805F;
	background-image: url(/images_/body/background.jpg);
	font-family: "Helvetica Neue", Helvetica, sans-serif, Arial;
	font-size: 12px;
}

table {
	width: 100%;
}

table, table tr, table tr td, table tr th {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 16px;
	font-weight: normal;
}

a {
	color: #005D7F;
}

a img {
	border: none;
}

p {
	margin: 0px 0px 10px 0px;
}

div p:last-child {
	margin-bottom: 0px;
}

div.background {
	width: 100%;
	height: 288px;
	position: absolute;
	top: 160px;
	left: 0px;
	background-image: url(/images_/body/background_wall-trans.png);
}

div.container {
	width: 790px;
	position: relative;
	margin: 0px auto;
}

/*
	---------------------------------------------------------------------------------
		HEAD
	---------------------------------------------------------------------------------
*/

div.head {
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	line-height: 25px;
	background-image: url(/images_/head/background.png);
	color: #FFFFFF;
	text-align: right;
	text-shadow: #004300 0px 1px 0px;
}

div.head span {
	padding: 0px 20px 0px 20px;
}

div.head span a {
	color: #FFFFFF;
}

/*
	---------------------------------------------------------------------------------
		NAVIGATION
	---------------------------------------------------------------------------------
*/

div.navigation {
	width: 100%;
	height: 47px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	border-top: 3px solid #006600;
	background-image: url(/images_/navigation/background-trans.png);
}

div.navigation ul {
	float: right;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}

div.navigation ul li {
	height: 29px;
	margin-left: 20px;
	float: left;
	background-image: url(/images_/navigation/sprite.png);
	text-indent: -2000px;
	list-style: none;
}

div.navigation ul li a {
	height: 29px;
	display: block;
}

div.navigation ul li.welkom {
	width: 72px;
}

div.navigation ul li.kalender {
	width: 81px;
	background-position: -73px 0px;
}

div.navigation ul li.informatie {
	width: 90px;
	background-position: -155px 0px;
}

div.navigation ul li.adressen {
	width: 86px;
	background-position: -246px 0px;
}

div.navigation ul li.contact {
	width: 77px;
	background-position: -333px 0px;
}

div.navigation ul li.welkom.active,
div.navigation ul li.welkom:hover {
	background-position: 0px -29px;
}

div.navigation ul li.kalender.active,
div.navigation ul li.kalender:hover {
	width: 81px;
	background-position: -73px 29px;
}

div.navigation ul li.informatie.active,
div.navigation ul li.informatie:hover {
	width: 90px;
	background-position: -155px 29px;
}

div.navigation ul li.adressen.active,
div.navigation ul li.adressen:hover {
	width: 86px;
	background-position: -246px 29px;
}

div.navigation ul li.contact.active,
div.navigation ul li.contact:hover {
	width: 77px;
	background-position: -333px 29px;
}

/*
	---------------------------------------------------------------------------------
		BASE
	---------------------------------------------------------------------------------
*/

div.base {
	margin-top: 25px;
	background-image: url(/images_/body/background.jpg);
}

div.base div.shade {
	width: 20px;
	height: 733px;
	position: absolute;
	top: -50px;
}

div.base div.shade.left {
	left: -20px;
	background-image: url(/images_/container/background_shade_left-trans.png);
}

div.base div.shade.right {
	right: -20px;
	background-image: url(/images_/container/background_shade_right-trans.png);
}

/*
	---------------------------------------------------------------------------------
		HEADER
	---------------------------------------------------------------------------------
*/

div.header {
	height: 200px;
}

div.header img.logo {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 20px;
}

div.header div.buttons {
	width: 450px;
	height: 120px;
	position: absolute;
	top: 50px;
	right: 20px;
	background-image: url(/images_/header/buttons_background.gif);
	background-repeat: no-repeat;
}

div.header div.buttons a {
	height: 30px;
	margin-top: 53px;
	display: block;
	background-repeat: no-repeat;
}

div.header div.buttons a:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
	_filter: alpha(opacity=75);
}

div.header div.buttons a.email {
	width: 99px;
	margin-right: 65px;
	float: right;
	background-image: url(/images_/header/buttons_email.gif);
}

div.header div.buttons a.support {
	width: 121px;
	margin-left: 120px;
	float: left;
	background-image: url(/images_/header/buttons_support.gif);
}

div.header div.livechat {
	width: 446px;
	height: 102px;
	position: absolute;
	top: 65px;
	right: 20px;
}

div.header div.livechat a {
	width: 100%;
	height: 100%;
	display: block;
}

div.header div.livechat.online {
	background-image: url(/images_/header/livechat_online-trans.png);
}

div.header div.livechat.offline {
	background-image: url(/images_/header/livechat_offline-trans.png);
}

/*
	---------------------------------------------------------------------------------
		FEATURE
	---------------------------------------------------------------------------------
*/

div.feature {
	height: 226px;
	position: relative;
	background-image: url(/images_/feature/background.jpg);
}

div.feature div.paint {
	width: 100%;
	height: 76px;
	position: absolute;
	left: 0px;
	background-image: url(/images_/feature/background_paint-trans.png);
}

div.feature div.paint.top {
	top: -35px;
}

div.feature div.paint.bottom {
	bottom: -30px;
}

div.feature div.left {
	width: 440px;
	float: left;
	position: relative;
	margin: 25px 30px 20px 30px;
	color: #FFFFFF;
	text-shadow: 2px 2px #210E31;
}

div.feature div.left h1 {
	margin-bottom: 15px;
	font-size: 25px;
	line-height: normal;
}

div.feature div.right {
	width: 270px;
	height: 214px;
	float: left;
	margin: 5px 0px 0px 10px;
	background-image: url(/images_/feature/background_picture.gif);
	background-repeat: no-repeat;
}

div.feature div.right div#pictures {
	height: 120px;
	position: relative;
	overflow: hidden;
	margin: 44px 35px 0px 30px;
	background-color: #8F4644;
	padding: 4px;
	background-image: url(/images_/feature/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
}

div.feature div.right div#pictures.loaded {
	background-image: url(/images_/feature/logo.gif);
}

div.feature div.right div#pictures div.picture {
	width: 197px;
	height: 120px;
	position: absolute;
	top: -120px;
	left: 4px;
	overflow: hidden;
	background-position: top;
	background-repeat: no-repeat;
}

/*
	---------------------------------------------------------------------------------
		FORM
	---------------------------------------------------------------------------------
*/

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	outline: none;
}

form input.text,
form textarea {
	width: 200px;
	padding: 3px 5px;
	font-size: 14px;
	font-family: Arial;
	border: 2px solid #00779F;
	background-color: #EEF6FE;
}

form input.text.s {
	width: 50px;
}

form input.text.m {
	width: 100px;
}

form input.text.l,
form textarea.l {
	width: 400px;
}

/*
	---------------------------------------------------------------------------------
		FIELDS
	---------------------------------------------------------------------------------
*/

table.fields {
	width: 100%;
}

table.fields tr th,
table.fields tr td {
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ECECEC;
	vertical-align: middle;
}

table.fields tr th {
	width: 150px;
	text-align: left;
}

table.fields tr th em,
table.fields tr td em {
	font-weight: normal;
	font-style: normal;
	color: #666666;
	font-size: 11px;
}

table.fields tr td div.item {
	width: 200px;
	float: left;
}

table.fields tr td div.fieldWithErrors {
	display: inline;
}

table.fields tr td div.fieldWithErrors input,
table.fields tr td input.validate {
	background-color: #FFC9C9;
	border-color: #FF9E9E;
}

/*
	---------------------------------------------------------------------------------
		PAGE
	---------------------------------------------------------------------------------
*/

table.page {
	background-color: #FFFFFF;
	background-image: url(/images_/page/background.gif);
	line-height: 18px;
}

table.page tr td.column.left {
	width: 480px;
	padding: 50px 10px 40px 10px;
}

table.page tr td.column.left div.crumbs {
	margin: -10px 0px 30px 10px;
	padding: 0px 0px 10px 25px;
	border-bottom: 1px dashed #CCCCCC;
	color: #666666;
}

table.page tr td.column.left div.crumbs a {
	color: #333333;
}

table.page tr td.column.left div.content {
	position: relative;
	padding: 20px 30px 20px 30px;
	background-image: url(/images_/page/left/background_content.gif);
}

table.page tr td.column.left div.content h2 {
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	color: #008CBB;
	font-size: 22px;
	border-bottom: 1px dashed #BFE2EE;
}

table.page tr td.column.left div.content h2 span {
	float: right;
	font-size: 12px;
}

table.page tr td.column.left div.content h2 span a {
	color: green;
}

table.page tr td.column.left div.content div.paint {
	width: 474px;
	height: 49px;
	position: absolute;
	left: 10px;
}

table.page tr td.column.left div.content div.paint.top {
	top: -30px;
	background-image: url(/images_/page/left/background_content_top-trans.png);
}

table.page tr td.column.left div.content div.paint.bottom {
	bottom: -20px;
	background-image: url(/images_/page/left/background_content_bottom-trans.png);
}

table.page tr td.column.left div.content div.relevant {
	border-top: 1px dashed #FFE57F;
	padding-top: 10px;
	margin-top: 20px;
}

table.page tr td.column.left div.content div.relevant h3 {
	color: #AD8C01;
	padding-left: 10px;
}

table.page tr td.column.left div.content div.relevant h3 span {
	float: right;
}

table.page tr td.column.left div.content div.relevant ul {
	width: 100%;
	display: table;
	position: relative;
	margin: 0px;
}

table.page tr td.column.left div.content div.relevant ul li {
	width: 175px;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	list-style: none;
	float: left;
	position: relative;
}

table.page tr td.column.left div.content div.relevant ul li img {
	position: absolute;
	left: -20px;
	margin-top: 2px;
}

table.page tr td.column.right {
	padding: 10px;
	padding-top: 25px;
}

table.page tr td.column.right div.search {
	height: 68px;
	margin-bottom: 20px;
	position: relative;
	background-image: url(/images_/page/right/background_search.gif);
	background-repeat: no-repeat;
	text-align: center;
}

table.page tr td.column.right div.search input.text {
	width: 210px;
	height: 25px;
	margin-top: 17px;
	padding-left: 30px;
	border-color: #00779F;
	background-image: url(/images_/page/right/background_search_input.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}

table.page tr td.column.right div.search input.submit {
	position: absolute;
	right: 15px;
	top: 21px;
	background-color: #013D62;
	border: 0px;
	color: #FFFFFF;
	font-size: 16px;
}

table.page tr td.column.right div.shortcuts {
	position: relative;
	margin-top: 43px;
	padding: 20px 20px 20px 5px;
	background-image: url(/images_/page/right/background_shortcuts.gif);
	background-repeat: repeat-y;
}

table.page tr td.column.right div.shortcuts h4{
	font-size: 18px;
	font-weight: bold;
}

table.page tr td.column.right div.shortcuts ul {
	width: 225px;
	display: table;
	padding: 0px;
	margin-left: 10px;
}

table.page tr td.column.right div.shortcuts ul li {
	width: 80px;
	position: relative;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	padding-left: 15px;
	list-style: none;
	float: left;
	font-size: 13px;
	line-height: 14px;
}

table.page tr td.column.right div.shortcuts ul li img {
	position: absolute;
	left: 0px;
	margin-top: 2px;
}

table.page tr td.column.right div.shortcuts ul li a {
	color: #FfFFFF;
}

table.page tr td.column.right div.shortcuts div.paint {
	width: 270px;
	position: absolute;
	left: 0px;
}

table.page tr td.column.right div.shortcuts div.paint.top {
	height: 43px;
	top: -30px;
	background-image: url(/images_/page/right/background_shortcuts_top.gif);
	text-align: center;
}

table.page tr td.column.right div.shortcuts div.paint.top h4 {
	margin-top: 18px;
	color: #FFFFFF;
}

table.page tr td.column.right div.shortcuts div.paint.bottom {
	height: 28px;
	bottom: -20px;
	background-image: url(/images_/page/right/background_shortcuts_bottom.gif);
}

/*
	---------------------------------------------------------------------------------
		FOOTER
	---------------------------------------------------------------------------------
*/

div.footer {
	padding: 40px 0px 20px 0px;
	text-align: center;
}

div.footer span {
	background-color: #333333;
	padding: 5px 8px 5px 8px;
}

div.footer span,
div.footer span a {
	color: #FFFFFF;
}

div.footer div.paint.top {
	width: 829px;
	height: 89px;
	position: absolute;
	top: -40px;
	left: -10px;
	background-image: url(/images_/footer/background_top-trans.png);
}

/*
	---------------------------------------------------------------------------------
		INTERNET EXPLORER
	---------------------------------------------------------------------------------
*/

body.ie div.navigation {
	_height: 30px;
	_background: none;
	_background-color: #004300;
}

body.ie div.feature div.left {
	_width: 420px !important;
}

body.ie table.page tr td.column.left div.content div.paint,
body.ie table.page tr td.column.right div.shortcuts div.paint {
	_left: 0px;
}

body.ie table.page tr td.column.left div.content div.paint.bottom {
	_display: none;
}

body.ie table.page tr td.column.right div.search input.text {
	padding-top: 5px;
	height: 18px;
}

body.ie table.page tr td.column.right div.search input.submit {
	right: 20px;
	top: 22px;
}

body.ie table.page tr td.column.right div.shortcuts {
	height: 150px;
}

body.ie table.page tr td.column.right div.shortcuts div.paint.top {
	top: -40px;
}