html, body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
}
body {
	background: url(img/bg.jpg) no-repeat top center;
	text-align: center; /* IE5 */
	font-size: 12px;
}
p {
	line-height: 1.8em;
}
li {
	line-height: 1.8em;
}
a {
	color: black;
}
a img {
	border: none;
}
#counter {
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
	height: 25px;
	padding-top: 5px;
}
#container {
	width: 920px;
	margin: 0 auto;
	position: relative;
	text-align:left;
	min-height:100%;
}
#content {
	padding-bottom: 30px; /* footer */
}
#footer {
	position:absolute;
	bottom:0;
	left: 0;
	height: 30px;
	width: 100%;
	color: gray;
}
#footer img {
	float: left;
	margin-right: 10px;
}
#footer p {
	display: block;
	margin-top: 5px;
}	
#footer a {
	color: gray;
}
#logo {
	position: absolute;
	right: 0;
	top: 30px;
}
div#menu {
	padding-top: 60px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	background: url(img/bg_menu.gif) repeat-x;
	height: 40px;
}
div#menu div {
	float: left;
	margin-right: 40px;
	line-height: 25px;
	letter-spacing: 2px;
}
div#menu a {
	text-decoration: none;
	color: #3A6BAE;
}
div#menu a:hover {
	color: #8dc73f;
}
div#welkom_text {
	float: left;
	width: 440px;
	background: #97bf0d;
}
div#waarom {
	width: 449px;
	background: #97bf0d;
	float: right;
}
div#vragen {
	float: right;
	width: 150px;
	background: #97bf0d;	
	margin-bottom: 20px;
}
div#faq {
	float: right;
	width: 150px;
	background: #97bf0d;
}
div.wrapper {
	font-size: 16px; line-height: 25px; font-weight: bold;
}
div.rounded div.wrapper {
	margin: 2px 7px;
}
div#welkom_text div.wrapper {
	height: 300px;
	padding: 10px;
	background: white;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #004687;
}
div#waarom div.wrapper {
	height: 320px;
}
div#vragen div.wrapper {
	height: 85px;
	background: url(img/phone.jpg) bottom right white no-repeat;
	text-align: center;
	padding: 20px 10px;
}

div#faq div.wrapper {
	height: 80px;
	background: url(img/faq.jpg) bottom center white no-repeat;
	padding: 5px;
}
div#boxwrapper {
	margin-top: 20px;
}
span.title {
	font-size: 18px;
}
div.titlewrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.content {
	float: right;
	width: 740px;
}	
div.shield {
	float: left;
	width: 150px;
	padding-top: 10px;
}
.FormHandler label.field, label.contact {
	display: block;
	float: left;
	padding: 5px;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	background: #ebf7c3;
}
label.contact {
	padding: 0 5px;
}
.FormHandler label.blanco, label.blanco {
	background: none;
}
.FormHandler p.title {
	display: block;
	font-weight: bold;
	padding: 5px;
	background: #c6dcf1;
	margin-top: 10px;
	line-height: 1em;
}
.FormHandler p {
	margin: 5px 0.3em;
	clear: both;
	line-height: 1em;
}
p.normal {
	margin: 2px 0.3em;
}
.FormHandler span.error {
	float: right;
	margin-left: 5px;
}
.FormHandler fieldset {
	margin-bottom: 10px;
	padding: 10px;
}
.FormHandler legend {
	color: #005a99;
	padding: 5px;
}
.FormHandler div.spacer {
	clear: both;
}
.FormHandler div.radio {
	float: left;
	width: 140px;
}
.FormHandler div.extended {
	width: 280px;
}
input.button {
	background: #004687;
	color: white;
	border: none;
	padding: 3px 10px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
}
.FormHandler textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 565px;
	height: 50px;
	margin-bottom: 10px;
}
.checkbox_style  {

}
p.checkbox label {
	float: none !important;
	background: yellow !important;
}

p.subtitle {
	font-weight: bold;
}
p.trigger {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 100%;
}
p.trigger a {
	color: black;
	text-decoration: none;
	display: block;
	outline: none;
}
p.trigger a:hover { color: gray; }
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: rgb(246,246,246);
	overflow: hidden;
	clear: both;
}
#slideshow {
	margin: 0;
	position: relative;
	height:250px;
	width: 435px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	border: 0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
div.adres {
	border: 1px solid silver;
	padding: 10px;
}
div.adres img {
	float: right;
}
.clear {
	clear: both;
}
#alert {
	position: absolute; font-size: 16px; color: red; top: 40px; left: 0; font-weight: bold;
}
