@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

img {
	border: none;
}

.voor, .na {
	border: 2px #6385a2 solid;
}

.voor {
	position: relative;
	float: left;
	margin: 0px 15px 15px 0px;
}

.na {
	position: relative;
	float: right;
	margin: 0px 0px 15px 15px;
}

* {
	outline: none;
}

a {
	color: #2976bd;	
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0px;
}

body {
	margin: 0px;
	background: url(../images/back.jpg) repeat-x 0px 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #6385a2;
}

#container {
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	position: relative;
	padding: 0px;
	width: 100%;
	z-index: 15;
}

#site {
	position: relative;
	width: 805px;
	height: auto;
	min-height: 700px;
	padding: 0px 0px 80px 0px;
	text-align: left;
	margin: 0px auto 0px auto;
	z-index: 15;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#topbar2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 805px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	z-index: 20;
}

#topbar2 a {
	color: #969696;
}

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

#header {
	position: relative;
	float: left;
	width: 805px;
	z-index: 10;
	padding: 10px 0px;
}

#header #kop {
	position: relative;
	float: left;
	width: 805px;
	height: 190px;
	z-index: 10;
}

#header #kop img {
	position: relative;
	float: left;
}

#menu {
	position: relative;
	float: right;
	padding: 116px 0px 0px 0px;
	height: 31px;
	z-index: 10;
}

#menu .button {
	position: relative;
	float: left;
	line-height: 31px;
	padding: 0px 20px;
	margin: 0px 0px 0px 5px;
}

#menu .button span {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15px;
	height: 31px;
}

#menu .button.active {
	background: url(../images/tab_active.jpg) left top;
}

#menu .button.active span {
	background: url(../images/tab_active.jpg) right top;
}

#menu .button a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

#links {
	position: relative;
	float: left;
	width: 202px;
	padding: 0px 0px 0px 44px;
}

#links h2 {
	position: relative;
	float: left;
	margin: 0px 10px;
	width: 182px;
	text-align: center;
	border-bottom: 1px #993333 solid;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 5px 0px;
	font-size: 14px;
}

#links img {
	position: relative;
	float: left;
	padding: 20px 0px 0px 40px;
}

#links .list {
	position: relative;
	float: left;
	margin: 0px 20px;
	width: 162px;
}

#links .list a {
	display: block;
	padding: 10px 0px;
	color: #aa685d;
	text-decoration: none;
}

#left {
	position: relative;
	float: left;
	padding: 0px 0px 0px 10px;
	width: 265px;
}

#left img {
	padding: 0px 0px 10px 0px;
}

#left #interesse {
	position: relative;
	float: left;
	width: 254px;
	height: 197px;
	background: url(../images/interesse.png) left top no-repeat;
	padding: 0px 0px 10px 0px;
}

#left #interesse  td {
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
}
#left #interesse  td input{
	margin: 3px 0px;
}

#content {
	position: relative;
	float: left;
	width: 805px;
	color: #808080;
	padding: 10px 0px 0px 0px;
}

#content h1 {
	position: relative;
	float: left;
	margin: 0px 10px 5px 0px;
	width: 100%;
	color: #2874c0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 5px 0px;
	font-size: 14px;
}

#content #tekst {
	position: relative;
	float: right;
	width: 765px;
	padding: 0px 10px;
	margin: 0px 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6385a2;
}

#content #tekst a {
	color: #6385a2;	
}

#content #accordion {
	position: relative;
	float: left;
	width: 765px;
	padding: 0px 20px;
}

#content #accordion .titel {
	position: relative;
	float: left;
	width: 748px;
	height: 32px;
	line-height: 32px;
	margin: 2px 0px 0px 0px;
	cursor: pointer;
	text-indent: 25px;
	color: #6385a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/faq.jpg);
}

#content #accordion .titel span, #content #accordion .sub-titel span{
	position: absolute;
	left: 10px;
	top: 0px;
	padding: 0px 10px 0px 0px;
	font-size: 18px;
	text-indent: 0px;
}

#content #accordion .titel.closed {
}

#content #accordion .item {
	position: relative;
	float: left;
	width: 718px;
	margin: 0px 5px;
	padding: 10px;
	background: #f2f7f9;
	display: none;
	color: #6385a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sub-titel {
	position: relative;
	float: right;
	width: 688px;
	height: 32px;
	line-height: 32px;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
	text-indent: 25px;
	color: #6385a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/faq_sub.jpg);
}

.sub-titel .stel_vraag {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 135px;
	font-size: 11px;
	text-align: left;
	line-height: 32px;
	display: none;
}
.sub-titel .stel_vraag img {
	position: absolute;
	right: 10px;
	top: 10px;
}

.sub-item {
	position: relative;
	float: right;
	text-align: justify;
	width: 660px;
	margin: 0px 5px;
	padding: 10px;
	background: #f2f7f9;
	display: none;
	color: #6385a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sub-item img {
	position: relative;
	float: left;
	margin: 0px 15px 15px 0px;
	border: 1px #73bbd8 solid;
}

#content .formulier {
	position: relative;
	float: left;
	width: 100%;
}

#content .formulier .caption {
	width: 200px;
	line-height: 28px;
}

#content .formulier .field .text {
	border: 1px #2976bd solid;
	color: #2976bd;
	padding: 4px;
	margin: 3px 0px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	width: 250px;
}

#content .formulier .field textarea {
	border: 1px #2976bd solid;
	color: #2976bd;
	padding: 4px;
	margin: 3px 0px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	width: 250px;
	height: 100px;
	overflow: auto;
}

#content .formulier .field .submit {
	border: 1px #2976bd solid;
	color: #fff;
	background: #2976bd;
	padding: 4px;
	margin: 3px 0px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	width: 260px;
	cursor: pointer;
}

#content .formulier .field .submit:hover {
	color: #993333;
	background: #fff;	
}

#content .formulier .required {
	width: 20px;
	text-align: right;
	line-height: 28px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 68px;
	line-height: 38px;
	z-index: 20;
}

#footer .footer {
	position: relative;
	width: 847px;
	height: 28px;
	margin: 0px auto;
	text-align: center;
	padding: 30px 0px 0px 0px;
	color: #dfb2ab;
}

#footer .footer a {
	color: #dfb2ab;
	text-decoration: none;
}

#footer .footer .infiweb {
	position: absolute;
	right: 50px;
	top: 22px;
}

input.inputError, textarea.inputError {
    background: none repeat scroll 0 0 #FBE3E4 !important;
    border: 1px solid #FBC2C4  !important;
    color: #8A1F11  !important;
}

/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */

.error,
.alert, 
.notice,
.success, 
.info 			{ padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice     { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success    { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a			{ color: #205791; }

