/*hax*/
* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
body {
	text-align: center;
	width: 100%;
	color: #787878;
	font: 11px Tahoma;
	background: #fff url(../images/front/body_background.png) repeat-x;
}
/******main******/
a:link, a:visited {
	text-decoration: none;
	color: #969696;
}
a:hover, a:active {
	text-decoration: none;
	color: #c5007b;
}

.roze{
	color: #c5007b;
	}

.block li {
  	margin: 0 0 2px 15px;
	list-style-image: url(../images/front/listItem_marker.png);
}

#container {
	width: 960px;
	margin: auto;
	text-align: left;
}
#header {
	width: 960px;
	height: 150px;
	background: url(../images/topbanner/header.png) #fff;
}

#header .headerMenu{
	float: right;
	margin-top: 67px;
}
#header a {
	float: left;
	display: block;
	padding: 0 15px;
	text-align: center;
	font: 11px arial;
	border-right: solid #c8c8c8 1px;
}
#header a.none {
	border: none;
}
#content_container {
	min-height: 326px;
	float: left;
	padding-bottom: 20px;
	background: #fff url(../images/front/content_container_background.png) no-repeat  bottom;
}

#content_container .block a:link, #content_container a:visited{
	text-decoration: underline;
	font-weight: normal;
	color: #969696;
}


#content_container .block a:hover, #content_container a:active{
	text-decoration: none;
	font-weight: normal;
	color: #cd0067;
}
/******colLeft * AKA * menu*****/
#colLeft #menu {
	float: left;
	width: 612px;
	padding-top: 7px;
	margin-left: -400px;
	padding-bottom: 50px;
	list-style: none;
	text-transform: uppercase;
	background: #CCCCD6 url(../images/front/menu_background.png) repeat-y right top;
}
#container #colLeft #menu li { list-style: none; }
#colLeft #menu a:link, #colLeft #menu a:visited {
	display: block;
	padding: 5px 18px 10px 0px;
	text-align: right;
	font: bold 13px arial;
	color: #fff;
	background: #CCCCD6 url(../images/front/menu_button_background.png) repeat-y right top;
}
#colLeft #menu a:hover, #colLeft #menu a:active {
	color: #c5007b;
	background: #CCCCD6 url(../images/front/menu_button_background_over.png) repeat-y  right top;
}
/******colMain******/
#colMain {
	float: left;
	width: 497px;
	background: #fff;
	display: block;
	min-height: 326px;
	border-right: 1px solid #e3e3e3;
}
/******colMainLeft******/
#colMainLeft {
	float: left;
	width: 250px;
	border-right: solid #e3e3e3 1px;
}
/******colMainRight******/
#colMainRight {
	float: left;
	width: 246px;
	border-left: 1px solid #e3e3e3;
	margin-left: -1px;
}
/******colRight******/
#colRight{
	float: left;
	width: 250px;
	margin-left: -1px;
	border-left: 1px solid #e3e3e3;
	}

/******footer******/
#line {
	float: right;
	width: 737px;
	padding: 25px 5px 5px 5px;
	margin-right: 1px;
	background: #fff;
	text-align: center;
	line-height: 2em;
}
#line span {
	color: #b4b4b4;
	font-weight: bold;
	padding: 0 10px;
}

#line span.samenwerking{
	color: #c5007b;
	font-weight: normal;
}

#line a {
	margin-right: 10px;
	padding: 0 10px;
	border-left: solid #c8c8c8 1px;
	border-right: solid #c8c8c8 1px;
}
#line a.mail {
	padding: 0 10px 0 0;
	border: none;
	border-right: solid #c8c8c8 1px;
}
#line a.maw {
	padding: 0;
	margin: 0;
	border: none;
}
#buttons {
	clear: both;
	float: right;
	width: 747px;
	padding: 10px 0 15px 0;
	margin-right: 1px;
	background: #fff;
}
#buttons a.woongoed:link, #buttons a.woongoed:visited {
	display: block;
	float: left;
	width: 117px;
	height: 41px;
	margin: 0 0 0 8px;
	background: url(../images/front/footer_button_woongoed.png);
}
#buttons a.mb:link, #buttons a.mb:visited {
	display: block;
	float: left;
	width: 51px;
	height: 42px;
	margin: 0 0 0 61px;
	background: url(../images/front/footer_button_middelburg.png);
}
#buttons a.politie:link, #buttons a.politie:visited {
	display: block;
	float: left;
	width: 85px;
	height: 40px;
	margin: 1px 0 0 87px;
	background: url(../images/front/footer_button_politie.png);
}
#buttons a.wbv:link, #buttons a.wbv:visited {
	display: block;
	float: left;
	width: 122px;
	height: 32px;
	margin: 5px 0 0 61px;
	background: url(../images/front/footer_button_wbv.png);
}
#buttons a.swm:link, #buttons a.swm:visited {
	display: block;
	float: left;
	width: 98px;
	height: 40px;
	margin: 1px 0 0 47px;
	background: url(../images/front/footer_button_swm.png);
}

#buttons a.woongoed:hover {
	background: url(../images/front/footer_button_woongoed_over.png);
}
#buttons a.mb:hover {
	background: url(../images/front/footer_button_middelburg_over.png);
}
#buttons a.politie:hover {
	background: url(../images/front/footer_button_politie_over.png);
}
#buttons a.wbv:hover {
	background: url(../images/front/footer_button_wbv_over.png);
}
#buttons a.swm:hover {
	background: url(../images/front/footer_button_swm_over.png);
}


/******belTerug block******/
#belTerug_block {
	clear: both;
	width: 207px;
	height: 227px;
	margin: 4px 0 0 6px;
	padding: 13px 14px 10px 14px;
	color: #fff;
	font: 11px tahoma;
	line-height: 14pt;
	background: url(../images/front/belTerug_background.png) no-repeat;
	border-bottom: solid #e3e3e3 1px;
}
#belTerug_block h1 {
	float: left;
	padding-bottom: 5px;
	padding-right: 25px;
	font: bold 16px arial;
	text-transform: uppercase;
}
#belTerug_block img {
	float: right;
	width: 61px;
	height: 64px;
	margin: -24px -8px 0 0;
	background: url(../images/front/phone.png) no-repeat;
}
#belTerug_block input {
	width: 203px;
	height: 16px;
	margin-top: 10px;
	padding: 2px 0 0 2px;
	color: #787878;
	font: 11px tahoma;
	border: solid #4f4f53 1px;
}
#belTerug_block input.submit, .submit {
	float: right;
	width: 98px;
	height: 18px;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	position: relative;
	bottom: -15px;
	*bottom: -5px;
	color: #fff;
	font: 11px tahoma;
	cursor: pointer;
	border: solid #5d5d62 1px;
	background: url(../images/front/submit_background.png) repeat-x;
}
#belTerug_block p.succes{
	float: left;
	font-weight: bold;
}
/******bemiddelen block******/
#bemiddelen {
	clear: both;
	width: 215px;
	height: 180px;
	margin: 7px 0 0 7px;
	padding: 10px;
	padding-bottom: 20px;
	
	color: #fff;
	font: 11px tahoma;
	line-height: 14pt;
	background: url(../images/front/bemiddelen_background.png) no-repeat;
	border-bottom: solid #e3e3e3 1px;
}
#bemiddelen h1 {
	padding-right: 107px;
	float: left;
	font: bold 16px arial;
	text-transform: uppercase;
}
#bemiddelen input {
	border: solid #5a5a5a 1px;
}
#avw {
	padding-top: 20px;
	font: bold 11px tahoma;
}
#avw a:link, #avw a:hover, #avw a:visited {
	color: #fff;
	font: 11px tahoma;
	text-decoration: underline;
}
#avw .submit {
	position: relative;
	margin-left: 1px;
	bottom: 4px;
}
/******introBlock******/
#introBlock {
	width: 215px;
	margin: 7px 0 0 7px;
	text-align: left;
	line-height: 14pt;
	padding: 10px;
	border-bottom: solid #e3e3e3 1px;
}
#introBlock h1 {
	padding: 0 112px 15px  0;
	float: left;
	color: #c5007b;
	font: bold 16px arial;
	text-transform: uppercase;
}
#introBlock .image {
	position: relative;
	float: left;
	width: 108px;
	height: 84px;
	margin: 0px 0 0 -26px;
	padding-right: 10px;
	background: url(../images/front/introBlock.png) no-repeat;
}
#introBlock p {
	margin: 10px 0 1px 0;
}
#content_container #introBlock .leesmeer{
  margin:0 0 0 113px;
}
/******verhalenBlock******/
#verhalen {
	width: 215px;
	margin: 7px 0 0px 7px;
	text-align: left;
	line-height: 14pt;
	padding: 10px;
	
}
#verhalen h1 {
	padding: 0 50px 15px  0;
	float: left;
	color: #c5007b;
	font: bold 16px arial;
	text-transform: uppercase;
}
#verhalen img {
	float: left;
	width: 108px;
	height: 84px;
	margin: 0px 0 0 -26px;
	padding-right: 10px;
	background: url(../images/front/verhalen.png) no-repeat;
}
#verhalen p {
	margin: 10px 0 0 0;
}
#verhalen .leesmeer img{
	
 	height: 24px;
 	margin-left: 111px;
}
/*******block blockNews********/
.blockNews{
	margin:7px 0 0 7px;
	padding: 10px;
	line-height: 14pt;
	position: relative;
}

.blockNews .item{
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid #e3e3e3 1px;
  position: relative;
}

.blockNews h1{
  font: bold 16px arial;
  color: #c5007b;
  text-transform: uppercase;
}

.blockNews h5{
  font: bold 11px Tahoma;
  color: #c5007b;
}
.blockNews h5 span{
  font: 11px Tahoma;
  color: #b4b4b4;
}

.blockNews img{
  float:left;
  margin:5px 8px 0 0;
  border:solid #c5007b 1px;
}

.blockNews p{
	padding: 0 0 20px 0;
}

.blockNews .buttonLos{
	background: url(../images/front/leesMeer_button.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 106px;
	height: 24px;
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 3px;
}
.blockNews .left{
	float: left;
}
.blockNews a.meerNieuws{
	position: absolute;
	right: 10px;	
}

#colMain .blockNews a.title:link, #colMain .blockNews a.title:visited{
	color: #c5007b;
	text-decoration: none;
}
#colMain .blockNews a.title:hover{
	text-decoration: underline;
	font: 11px Tahoma;
	font-weight: bold;
}

#content_container #colRight a.title:link, #content_container #colRight a:visited{
  color: #c5007b;
  font: 11px Tahoma;
  text-decoration: none;
}
#content_container #colRight a.title:hover{
  color: #c5007b;
  font: 11px Tahoma;
  text-decoration: underline;
}
#content_container #colRight a.buttonLos:hover, #content_container #colRight a.buttonLos:link, #content_container #colRight a.buttonLos:visited{
  color: #969696;
  font: 11px Tahoma;
  text-decoration: underline;	
}
/*****blockContent*****/
.blockContent{
  margin:10px 10px 0 7px;
  padding: 10px 10px 30px 10px;
  line-height: 14pt;
  border-bottom: solid #e3e3e3 1px;
  position: relative;
}
.blockContent h1{
  font: bold 16px arial;
  color: #c5007b;
  text-transform: uppercase; 
}
.blockContent .left{
	float: left;
	margin: 6px 20px 6px 0;
}
.blockContent img.left{
	float: left;
	margin: 6px 20px 6px 0;
	border: 1px solid #c5007b;
}
.blockContent .right{
	float: right;
}
.blockContent img.right{
	float: right;
	margin: 6px 0 6px 20px;
	border: 1px solid #c5007b;
}

/*****blockFaq*****/
.blockFaq{
  margin:10px 10px 0 7px;
  padding: 10px 10px 30px 10px;
  line-height: 14pt;
  border-bottom: solid #e3e3e3 1px;
  position: relative;
}
.blockFaq h1{
  font: bold 16px arial;
  color: #c5007b;
  text-transform: uppercase; 
}
.blockFaq .left{
	float: left;
	margin: 6px 20px 6px 0;
}
.blockFaq img.left{
	float: left;
	margin: 6px 20px 6px 0;
	border: 1px solid #c5007b;
}
.blockFaq .right{
	float: right;
}
.blockFaq img.right{
	float: right;
	margin: 6px 0 6px 20px;
	border: 1px solid #c5007b;
}

div.form{
	padding-bottom: 20px;
}

#content_container #colMain .form form{
	padding: 10px 0 0 2px;
	width: 453px;
}
#content_container #colMain .form form textarea.textArea{
	display: block;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #c5007b;
	padding: 2px;
	font: 11px Tahoma;
	color: #787878;
}
div.form dt{
	height: 25px;
	width: 125px;
	display: block;
	float: left;
}
div.form dd{
	float: left;
	display: block;
	height: 25px;
	width: 300px;
}
div.form input{
	border: 1px solid #c5007b;
	width: 298px;
	*width: 282px;
	padding: 2px;
	font: 11px Tahoma;
	color: #787878;
}
div.form select{
	width: 303px;
	*width: 288px;
	border: 1px solid #c5007b;
	padding: 2px;
	font: 11px Tahoma;
	color: #787878;
	}

div.form input.formRradioBtn{
	border: none;
	width: 20px;
	margin: 4px 0 -4px 0;
	*margin: 4px 0 -2px 0;
	font: 11px Tahoma;
	color: #787878;
}
.block{
	position:relative;
}

/***** News Content block*****/
.NewsContentblock p{
	padding: 0 0 20px 0;
}
.NewsContentblock img{
	float: left;
	margin-right: 13px;
}
.TestimonialContentblock img{
	float: left;
	margin-right: 13px;
}
.NewsContentblock .buttonLoss{
	position: absolute;
	right: 10px;
	bottom: 7px;
	}

#faq p{
	color: #000;
}
#faq div{
	height: 0px;
}
.clear{
	clear: both;
}
#content_container .blockContent a.buttonLoss:link, 
#content_container .blockContent a.buttonLoss:visited, 
#content_container .blockContent a.buttonLoss:hover, 
#content_container .blockContent a.buttonLoss:active{
	width: 106px;
	height: 24px;
	position: absolute;
	right: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 0 0 0;
	background: url(../images/front/button_bg.png) top left no-repeat;
}

/* fixedTable*/
/*borders*/
.fixedTable, .fixedTable td {
	border-collapse: collapse;
	border: solid #E3E3E3 1px;
	font: 11px Tahoma;
	padding: 3px;
}
.fixedTable .header{
	color: #fff;
	font-weight: bold;
	background: #C6007B;
}
.fixedTable .strong{
	font-weight: bold;
}
.fixedTable .blue{
  background: #F8F8F8;
}

div.blockContent .error, .blockContact .error{
	background: #ff0000;
	color: #fff !important;
	font: verdana 13px;
}
#belTerug_block .error{
	background: #ff0000;
	color: #fff;
	padding-left: 3px;
	font: verdana 13px;	
}
.blockContact {
	display: block;
	margin: 10px;
	padding: 10px;
}

.blockContact .contactForm dt{
	float: left;
	display: block;
	height: 25px;
	width: 150px;
}
.blockContact .contactForm dd{
	display: block;
	height: 25px;
	width: 355px;
	*width: 200px;
}
.blockContact .contactForm p.error{
	background: #ff0000;
	color: #fff;
	margin: 5px 0 0 5px;	
}
.blockContact .contactForm input, .blockContact .contactForm textarea{
	border: 1px solid #cd0067;
	width: 198px;
	font: 11px Tahoma;
	color: #787878;
	float: left;
	*float: right;
	padding: 2px;
}
.blockContact .contactForm textarea{
	display: block;
	margin-bottom: 20px;
}
.blockContact .contactForm a, .form a{
	width: 104px;
	height: 16px;
	text-align: center;
	color: #fff;
	border: solid #5d5d62 1px;
	text-decoration: none;
	background: url(../images/front/submit_background.png) repeat-x;
	padding: 1px 18px 2px 18px;
	*margin: 60px 0 0 0;
	*padding: 0px;
	*display: block;
}

.stippellijnverstopper{
	position: relative;
	background: #FFFFFF;
	margin: -1px 0 0 0;
	height: 2px;
}
blockFaq
blockContent