@charset "utf-8";
/* Decoriginals */

body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #181a2b;
	line-height: 16px;
}
html {
	height: 100%;
}
h1 {
	line-height: 25px;
	font-size: 25px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin:0;
}
h2 {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin:0;
}
h3 {
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin:0;
}
#container {
	margin: 0px auto;
	position: relative;
	padding: 0;
	width: 978px;
	overflow: hidden;/* background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom; */
}
#opvul {
	height: 30px;
	width: 100%;
}
#contentvlak {
	background-color: #464968;
	border: 1px solid #fff;
	width: 970px;
	overflow: hidden;
}
#content {
	padding: 75px 38px 40px 40px;
	margin-top: 2px;
	width: 892px;
	border-top: 1px solid #fff;
	background-image: url(../images/bgcontent.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#content a, #content a:visited {
	color: red;
	text-decoration: none;
}
#content a:hover {
	color: red;
	text-decoration: underline;
}
#content-container {
	width: 100%;
	overflow: hidden;
}
#content-left {
	width: 568px;
	float: left;
	padding-right: 48px;
}
#content-right {
	width: 276px;
	float: left;
	padding-top: 15px;
}
#aanmeldbox {
	border: 1px solid #fff;
	width: 80px;
	text-align: center;
	background-color: #54577d;
	padding: 20px;
}
#aanmeldbox a, #aanmeldbox a:hover, #aanmeldbox a:visited {
	color: #fff;
	text-decoration: none;
}
#header-container {
	width: 970px;
	height: 177px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}
#menu-container {
	position: absolute;
	top: 162px;
	left: 426px;
	overflow: hidden;
	width: 508px;
	height: 98px;
}
#menu-home a, #menu-home a:visited {
	float: left;
	width: 98px;
	height: 98px;
	background: url("../images/menubuttons.png") 0 -98px no-repeat;
	text-decoration: none;
	display: block;
	position: relative;
	margin-right: 39px;
}
#menu-home a:hover, #menu-container #menu-home a.actief {
	text-decoration: none;
	background-position: 0 0;
}
#menu-diensten a, .menu-diensten-active a {
	float: left;
	width: 98px;
	height: 98px;
	background: url("../images/menubuttons.png") -137px -98px no-repeat;
	text-decoration: none;
	display: block;
	position: relative;
	margin-right: 41px;
}
#menu-diensten a:hover, #menu-container #menu-diensten a.actief {
	text-decoration: none;
	background-position:  -137px 0px;
}
#menu-overons a, .menu-overons-active a {
	float: left;
	width: 98px;
	height: 98px;
	background: url("../images/menubuttons.png") -276px -98px no-repeat;
	text-decoration: none;
	display: block;
	position: relative;
	margin-right: 36px;
}
#menu-overons a:hover, #menu-container #menu-overons a.actief {
	text-decoration: none;
	background-position: -276px 0px;
}
#menu-contact a, .menu-contact-active a {
	float: left;
	width: 98px;
	height: 98px;
	background: url("../images/menubuttons.png") -410px -98px no-repeat;
	text-decoration: none;
	display: block;
	position: relative;
}
#menu-contact a:hover, #menu-container #menu-contact a.actief {
	text-decoration: none;
	background-position: -410px 0px;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 965px;
	height: 20px;
	color: #4b4f70;
	text-align: right;
	font-size: 10px;
	padding-top: 4px;
}
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
div.row {
	clear: both;
	width: 295px;
	height: 24px;
}
div.row span.label {
	float: left;
	width: 40px;
	text-align: left;
	padding-top: 2px;
}
div.row span.formw {
	float: right;
	width: 205px;
	text-align: left;
}
div.row span.labellarge {
	float: left;
	width: 70px;
	text-align: left;
	padding: 4px 4px 0 4px;
}
div.row span.formwsmall {
	float: left;
	width: 170px;
	text-align: left;
	padding-top: 2px;
}
.test {
	width: 177px;
	height: 16px;
	border: 1px solid #abaea4;
	margin: 0;
	font-size: 10px;
	padding: 1px 0 0 5px;
}
.submit {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #72a004;
	border: 0px;
	width: 100px;
	height: 24px;
	border: 1px solid #72a004;
}
/* form */

fieldset {
	border:0;
	margin:0;
	padding:0;
}
label {
	display:block;
}
input.text, textarea {
	width:300px;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit {
	padding:2px 5px;
}
#errors {
	font-size: 11px;
}
#slideshow_home {
	margin: 0px;
	position: relative;
	width:274px;
	height:184px;
	z-index: 1;
	background-color: #FFFFFF;
}
#slideshow_home img {
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
}
