/* GENERAL */

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Arial, Verdana, "Lucida Grande", sans-serif !important;
    font-size: 12px;
    }

body,
#footerlinks a,
h1 a,
h2 a, 
h3 a, 
h4 a,
input, 
textarea {
    color: #808080;   
    }

.gray {
    background-color: #dff2fd;
    }

.orange {
    color: #ff6a2b;    
    }

img {
    border: none;
    }

a {
    color:#006dd2;
    outline:none;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

a:active,
a:visited {
    outline:none;
    border:none;
    }

ul,
ol {
    padding-left: 22px;
    }

span.color {
    color:#009740;
    }

.error {
    color:red;
}

/** DEFAULT TABLES **/
th {
    text-align: left;
    font-weight: normal;
    }


hr {
    clear: both;
    margin: 15px 0px;
    left: -22px;
    padding: 0;
    width: 500px;
    border: 0;
    height: 1px;
    background-color: #e5e5e5;
    position: relative;
    }

/***** GENERAL DIVS *****/

.hidden {
    display: none;
    }

/** center **/
#center {
    position: relative;
    width: 881px;
    margin: auto;
    top: 20px;
    }

/** header **/
#header {
    background-image: url(../images/bgtop.png);
    position: relative;
    margin: auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0px 30px;
    }

#header #title {
    height: 156px;
    }

#header #logo {
    position: relative;
    display: block;
    width: 364px;
    height: 60px;
    top: 18px;
    margin-bottom: 25px;
    }

#header #headtext, 
#header #subtext {
    color: #777777;
    width: 575px;
    display: block;
    position: relative;
    margin-bottom: 6px;
    margin-left: 10px;
    }

#header #headtext {
    font-size: 18px
    }

#header #subtext{
    font-family: arial;
    font-size: 12px;
    }

/* LISTS */

ul.clear {    
    margin-left: 0px;    
    list-style-type: none;
    }
ul.vink {
    margin:0;
    padding-left: 20px;
    }
ul.vink li {
    margin:0;
    padding-left: 20px; 
    line-height: 25px;
    list-style-type: none;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    }

/***** MAIN MENU *****/

#nav {
    font-size: 13px;
    width: 881px;
    height: 52px;
    height: 45px;
    padding: 0px 20px;
    }

#nav ul {
    line-height: 17px;
    padding: 0;
    margin: 0;
    top: 7px;
    position: relative;
    font-weight: bold;
    list-style-type: none;
    list-style-image: none;
    }

#nav ul li {
    padding: 5px 10px;
    margin: 0px 0px;
    float: left;
    border-width: 1px;
    border-left-style: solid;
    border-left-color: #3d3d3d;
    border-right-style: solid;
    border-right-color: #5e5e5e;
    }

#nav ul li.first {
    border-left-style: none;
    }

#nav ul li.last {
    border-right-style: none;
    }


#nav ul li a {
    color: white;
    }

#nav ul li a:hover {
    text-decoration: underline;
    }

/** MAIN MENU submenu **/
#nav {
    padding: 0px 17px;
    }
#nav ul {
    top: 0px;
    padding-top: 0px;
    }
#nav ul li {
	padding:0;
}
#nav ul li a{
	padding: 12px 10px 10px 10px;
}

#nav ul li.parent.active:hover a {
	color: #37c90f;
	background-color: #fff;
}

#nav ul li.parent:hover a {
	color: #000;
	background-color: #fff;
}


#nav .column {
	float: left;
	width: 175px;
	margin-right: 10px;
}
#nav ul li a {
	display: block;
}
#nav ul li {
	position: relative;
}

#nav ul li ul {
	position: absolute;
	left: -5000px;
	top: 39px;
	min-width: 375px;
	height: inherent;
	display: block; /*none*/
	color: #000;
	background-color: #fff;
	z-index: 2000;
	font-weight: normal;
	
	-moz-box-shadow: 1px 3px 5px #999; /* Firefox */
	-webkit-box-shadow: 1px 3px 5px #999; /* Safari, Chrome */
	box-shadow: 1px 3px 5px #999; /* CSS3 */
	
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181',direction='120',strength='3');/* IE */
	
}

#nav ul li:hover ul {
	left: 0px;
}
#nav ul li ul li {
	float: none;
	border: none;
	width: 175px;
}
#nav ul li.active ul li a,
#nav ul li ul li a {
	color:#006dd2;
    outline:none;
    text-decoration: none;
	padding: 5px 10px 5px 10px;
}
#nav ul li.parent ul li a:hover,
#nav ul li.parent ul li.parent ul li a:hover
 {
	text-decoration: underline;
}
#nav ul li ul li.parent a:hover {
	text-decoration: none;
}
#nav ul li ul li ul {
	position: relative;
	left: 0px;
	top: 0px;
	width: 175px;
	min-width: 175px;
	-moz-box-shadow: none; /* Firefox */
	-webkit-box-shadow: none; /* Safari, Chrome */
	box-shadow: none; /* CSS3 */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff',direction='0',strength='0');/* IE */

}
#nav ul li ul li ul li{
	padding: 0;
	margin: 0;
}
#nav ul li ul li ul li a {
	text-decoration: none;
}
#nav ul li ul li ul li a:hover {
	text-decoration: underline;
}
/** submenu link */
#nav ul li.parent:hover ul li a,
#nav ul li.parent.active:hover ul li a {
	color:#006dd2;
	font-weight: normal;
	font-size: 12px;
}
/** submenu category */
#nav ul li.parent:hover ul li.parent a,
#nav ul li.parent.active:hover ul li.parent.active a {
	color: #000;
	font-weight: bolder;

}
/** submenu categorized link */
#nav ul li.parent:hover ul li.parent ul li a,
#nav ul li.parent.active:hover ul li.parent.active ul li a {
	color: #006dd2;
	font-weight: normal;
	font-size: 12px;
}

/*****************************************************************************/



textarea {
    font-family: Arial, Verdana, "Lucida Grande", sans-serif !important;
    font-size: 12px;
}


.date {
    display: inline;
    position: relative;
    padding-top: 5px;
    float: right;
    font-size: 11px;
}

.diminish,
.date {
    color: #aaaaaa;
}

.diminish {
	font-weight: normal;
}



/* GREEN */

#nav ul li.active a {
    color: #37c90f;
}

/* CONTENT */

#wrapper {
    padding-bottom:10px;
}

#main {
    background-image: url(../images/nav.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#background {
    background-image: url(../images/bgcenter.png);
    background-position: top center;
    background-repeat: repeat-y;    
}
/** breadcrumbs **/
#breadcrumbs {
	padding: 5px 40px 0px 60px;
}
#breadcrumbs a {
color: #006DD2;
}
#breadcrumbs .B_currentCrumb {
	color: #808080;
}
#breadcrumbs a:hover {
    color: #808080;
}
#holder {
    padding: 0px 40px 15px 40px;
z-index: 0;
position: relative;
}
#nav * {
z-index: 1;
}

#mainbottom {
    background-image: url(../images/bgbottom.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 881px;
    height: 14px;
    position: relative;
    display: block;
}

#holder > #content,
#holder > #content-home {    
    /*border-right: 1px solid #e5e5e5;*/    
    float:left;
    position:relative;
    width: 500px;

}
#holder > #content {
	/*total width: 500px*/
	padding-left:22px;	
	width: 465px;
	padding-right: 13px;
}
/** TEMPLATE MARKUP **/
h1,
h2 {
	color: #777777;
	font-weight: bolder;
	font-family: arial;
	font-style: normal;
	margin: 15px 0;
	
}
h1 span,
h2 span {
	border-bottom: 4px solid #45A413;
    padding: 0 22px;
	display: inline;
	/*white-space:nowrap;*/
	}
h1 {
	font-size: 22px;
	margin: 15px 0;
}
h2 {
	font-size: 16px;
	/*margin-bottom: 0;*/
}
h1 span a:hover, h2 span a:hover {
	color:#666666;
	text-decoration: none;
	}
.newstitle {
	font-size: 18px;
	margin-bottom: 0px;
	padding-left: 22px;
	}
h3
 {
	font-size: 16px;
	margin: 15px 0;
	
}
#sidebar dt {
	margin: 8px 0;
	
	}
h4 {
	position: relative;
    font-weight: bolder;
    color: #777777;
    font-size: 12px;
    margin: 15px 0;
    clear: both;
}
p, 
#content ul, #content ol, 
#content-home ul, #content-home ol,
.mceContentBody ul, .mceContentBody ol, 
.left ul, .left ol, 
table tr td {
    line-height: 18px;
    margin: 7px 0px;
}
#content h2 {
	
	margin-left: -22px;
	}
/* Schrijf */
#content-wrapper div.kader {
	padding: 15px;
	border: 1px #ccc solid;
	}
#content-wrapper div.kader h2,
#content-wrapper div.kader h2 span {
	border: none;
	margin-top: 0;
	}

#content-wrapper div.kader ul li {
	list-style-type: square;
	}
	
#sidebar dd {
	line-height: 17px;
	margin-bottom: 5px;
	}

	
/** CONTENT MARKUP **/
#content-wrapper h1, 
#content-wrapper h2 {
	color: #777777;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #777777;
	padding: 0 0 2px 0;
	width: 100%;
	margin: 15px 0;
	display: block;
}

#content-wrapper h3 {
	color: #777777;
	font-size: 12px;
	font-weight: bolder;
	border: none;
}

#content-wrapper p {
	color: #777777;
	width: 100%;
}

#content-wrapper {
	width: 100%;
}
#content-home h3 {
    font-style: normal;
    font-weight: bolder;
    font-size: 14px;
    color: #006dd2;
}




table {
	padding-bottom: 15px;
	}
/** EXCEPTIONS **/
.pagetitle {
	margin-left: -22px;
    margin-top: 0;
    width: 500px;
    /*float: left;*/
}

.pagetitle.author {
	position: relative;
	padding-bottom: 5px;
	
	}
.pagetitle.author h1#pagetitle {
	position: relative;
	margin-bottom: 3px;
	/*z-index: 1;*/
	}
.pagetitle.author #pagetitle span {
	position: relative;
	padding-bottom: 22px;
	/*z-index: 1;*/
	}
.pagetitle.author .author {
	position: relative;
	padding-left: 22px;
	/*z-index: 10;*/
	}
	
/* home headings */
#content-home h3 {
	margin-top: 4px;
	}
#content-home h4 {
	
	color: #006dd2;
}
#content-home div.col100 div {
	margin-top: -11px; /* margin 15 - border 4 */
	}
#content-home div.col100 div div {
	margin-top: 0px;
}
/* link naar alle artikelen/nieuws enz. */
.all-link {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 13px;
	}

.left h2, .right h2 {
	
    font-size: 16px;
    font-weight: normal;
	
}
.left h3, .right h3 {
	color: #777777;	
	font-size: 12px;
	font-weight: bolder;
}

.newstitle h2 {
    margin-top: 0;
    display: inline;
    background-image: none;
    border-top-style: none;
}
.small {
	font-size: 10px;
}

h2 a:hover {
    color:#555555;
	text-decoration: none;
}

#content img,
#content-home img,
.left img,
.right img {
	padding-right: 13px;
}

img.vergelijkbutton {
    padding: 10px 0px 0px 0px;
}

img.questionbtn {
    padding-bottom: 10px;
}

.col100,
.col60,
.col40 {
position: relative;
}

.col100 {
width: 100%;	
}
.col60 {
	width: 52%;
	padding-right: 8%;
	}
.col40 {
	width: 40%;
	}
.col50 {
width: 50%;	
}
.col33 {
	width: 33%;
}
.col34 {
	width: 34%;
	}
.column1 {
	float: left;
}
	
.column2 {
	float: left;
	/*clear: right;*/
}
.clear {
	height: 20px;
	clear: both;
}
dl {
	line-height: 22px;
	}
dl dt {
	font-weight: bolder;
    color: #777777;
    font-size: 12px;
    clear: both;
	}

/* CONTENT 2: zonder sidebar, 2 kolommen
 * Vergelijken
 *
 */
#pagetitle-placer2 {
	margin-left: 0px;
	}
#content2 {}

#content2 div.left,
#content2 div.right {
	margin-top: 15px;
	}
#content2 div.left {
	margin-left: 0px;
    width: 320px;
    float: left;
}

#content2 div.right {
    width: 400px;
    float: right;
    border-left: 1px solid #777777;
    padding-left: 23px;
}
#content2 ul {
	padding-left: 0px;
}


/* SIDEBAR */

#sidebar {
    /*border-top:1px solid #E5E5E5;*/
    margin-top:15px;
    float:left;
    position: relative;
    width: 250px;
    left: 35px;
}
#sidebar.offerteformulier {
	width: 326px;
}

#sidebar ul {
    list-style-type: none;
    list-style-image: none;
    padding-left: 4px;
}

#sidebar ul li {
	margin-bottom: 15px;
	clear: both;
}

#sidebar dt {
    padding: 0px 0px 0px 0px;
    margin-bottom: 9px;
    font-weight: bolder;
    font-size: 16px;
    color: #777777;
}
#sidebar dt a {
	color: #777777;
	}
#sidebar h2.sidebar-title {
	width: 250px;
	line-height: 24px;
	color: #fff;
	background-color: #45A413; 
	border: none;
	display:block;
	font-family:arial;
	font-size:13px;
	font-weight:bolder;
	padding-top: 2px;
	padding: 0 0 0 13px;

}
#sidebar p,
#sidebar h2 {
	margin: 6px 0 0 0;
}
#sidebar p {
	margin-left: 13px;
}

.form.postcode {
    padding: 5px 15px 15px 15px;
    }

.form.postcode label {
    float: left;
    line-height: 18px;
    }

.form.postcode input {
    float: left;
    }

.form.postcode input[type="text"] {
    clear: both;
    }

.form.postcode input[type="submit"] {
    margin-left: 5px;
    }
	
/* SIDE BAR BOX */
#sidebar p {
    line-height: 18px;
    margin-bottom: 15px;
    /*margin-top: 0;*/
}


#sidebar dl h2 {
    margin-bottom: 0.0em;
}

#sidebar dl p {
    margin-bottom: 0.0em;
}

#sidebar dl div.read-more {
    margin-bottom: 1.2em;
}

#sidebar dl h2 {
    margin-top: 0em;
}

#sidebar dd strong {
    margin-top: 0.5em;
    display: block;
}

/*** BUTTONS ***/
.goonbutton table {
	margin: 0;
	padding: 0;
}




/*** SIDEBAR FORM - layout ***/

/** FORM STYLES **/
.form label {
    white-space:nowrap;
    }





#holder #content.offerteformulier  {
	width: 420px;
	}

.ui-dialog .ui-dialog-content p,
#sidebar .offerteformulier p {
	padding: 0;
	margin: 0;
	}

.ui-dialog .ui-dialog-content h3,
.ui-dialog .ui-dialog-content h3 label,
#sidebar .offerteformulier h3,
#sidebar .offerteformulier h3 label {
	font-size: 12px;
	padding: 0;
	margin: 5px 0 5px 0;
	font-weight: bolder;
	}
.ui-dialog .ui-dialog-content form table ul {
	margin-left: 0;
	padding-left: 0;
}
.ui-dialog .ui-dialog-content li {
	font-size: 10px;
	padding: 0;
	margin: 0;
	}
#sidebar .offerteformulier li {
	font-size: 12px;
	padding: 0;
	margin: 0;
	}

table.form {
    padding-bottom: 0;
    }

.form label {
    margin-left: 0px;
    }



.form input[type="text"] {
    width: 140px;
    }

.form textarea {
    height: 5em;
    }

.form input#postcode,
.form input#address_number {
    width: 50px;
    }

.ui-dialog .ui-dialog-content form input#submit,
#sidebar.offerteformulier form input#submit {
    float: none;
    margin-left: 5px;
	position:relative;
	top:2px;
}





.ui-widget {
    font-size: 12px;
    }

/* Sidebar Form */
#sidebar .sidebar_form_t {
	background-repeat: no-repeat;
	width: 301px;
	height: 81px;
	padding-left: 25px;
	position: relative;
}
#sidebar .sidebar_form_l {
	background-repeat: no-repeat;
	width: 13px;
	float: left;
	position: relative;
}
#sidebar .sidebar_form_r {
	background-repeat: no-repeat;
	width: 15px;
	float: left;
	position: relative;
}
#sidebar .sidebar_form_m {
	background-image: url(../images/sidebar_form_m.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	width: 276px;
	float: left;
	position: relative;
}
#sidebar .sidebar_form_b {
	background-image: url(../images/sidebar_form_b.png);
	background-repeat: no-repeat;
	width: 326px;
	height: 8px;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
/*** SIDEBAR FORM - style ***/
#sidebar p.heading {
font-size: 14px;	
}

/** Sidebar zegel **/
#sidebar .sidebar_zegel {
	margin-top: 25px;
	width: 280px;
	margin-left: 23px;
	margin-right: 23px;
}
#sidebar .sidebar_zegel hr {
	background-color: #777777;
	left: 0;
	right: 0;
	width: 100%;
	}
#sidebar .sidebar_zegel .kp {
	font-weight: bolder;
	font-size:13px;
	margin-bottom: 20px;
	}
#sidebar .sidebar_zegel p {
	margin: 10px 0px 10px 0px;
	}
#sidebar .sidebar_zegel img {
	margin-top: 10px;
	}
#sidebar .sidebar_zegel ul.vink li {
	padding-left: 20px;	
	padding-right: 10px;
	margin-bottom: 0px;
	}


#content ul.news h2.blue {
	color: #006dd2;
	border: none;
	font-weight: bolder;
	margin: 0px 0px;
	}
#content ul.news span.author {
	display: block;
	}

#content ul.news,
#content ul.articles {
	list-style-type: none;
	margin-left: -22px;
	padding: 0;
}
ul.articles li,
ul.articles li.res_category ul li,
ul.news li  {
	width: 465px;
	min-height: 80px;
	background-image: url(../images/bullet.png);
	background-position: 8px 10px;
	background-repeat: no-repeat; 
	padding-left: 22px;
	padding-top: 5px;
	padding-right: 22px;
}

ul.articles li.res_category {
min-height: 18px;
background-image: none;
padding-left: 0px;
}

ul.articles li.res_category ul {
list-style-type: none;
padding-left: 0px;
margin-left: 0px;
}
ul.articles li.res_category ul li.res_category_title {
background-image: none;
color: #000;
font-weight: bolder;
min-height: 22px;
padding-left: 11px;
}
ul.articles li.res_category:hover,
ul.articles li.res_category ul li.res_category_title:hover {
background-color: #fff;
}
ul.news li {
	background-image: none;
	}
ul.articles li li,
ul.news li li {
	background-image: none;
	padding-left: 0px;
	padding-top: 0px;
	min-height: 22px;
	}
ul.articles li:hover,
ul.news li:hover {
	background-color: #F1F1F1;
}
ul.articles li:hover li,
ul.news li:hover li {
	background-color: inherent;
	}
ul.articles a, 
ul.news a
 {
	text-decoration: none;	
}
ul.articles h3 {
	font-size: 14px;
    font-weight: bolder;
    font-family: arial;
    border: none;
    margin-top: 15px;
    padding-left: 0px;
    margin-bottom: 15px;
    display: inline;
}
ul.articles a,
ul.news a {
	color:#006dd2;
}

ul.news div.text,
ul.news div.text p,
ul.news div.text h1,
ul.news div.text h2,
ul.news div.text h3,
ul.news div.text h4,
ul.news div.text br
 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: inline;
	}

ul.articles p {
	line-height: 18px;
	}
ul.articles p.description {
	/*margin-left: 19px;*/
	margin-bottom: 0;
    margin-top: 0px;
    width: 90%;
}
ul.articles p.description a {
	color: #777777;    
}
ul.articles p.link a,
ul.articles p.link {
	/*margin-left: 19px;*/
	margin: 0;
	padding: 0;
	color: #006dd2;
}

ul.articles h3.blue a:hover,
ul.news h2.blue a:hover,
ul.articles p.link a:hover,
ul.news .text a:hover {
	text-decoration: underline;
	}


	
	
	
	
	
	
	
	
ul.questions {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0 !important;
}

ul.questions a.expand {
    background:transparent url(../images/minder.png) no-repeat scroll 0px 3px;
    padding-left: 15px;
    font-weight: normal;

}

ul.questions a.expanded {
    background-image: url(../images/meer.png);
	color: #45A413;
}

ul.questions .content {
    padding-left: 1em;
    padding-bottom: 5px;    
}

a.add_comment {
background-image: url(../images/plaats_reactie.png);
background-repeat: no-repeat;
width: 102px;
height: 26px;
display: block;
}
a.add_comment span {
display: none;
}

/* Modal box */
.ui-widget-content {
	border: none;
}

/* The green Button */

.ui-dialog .ui-dialog-buttonpane button {
	padding: 0;
}

.ui-button,
.button.green,
.ui-button.ui-state-default.ui-corner-all {
	/* fallback (Opera) */
	background: #3FAB20;
	/* Mozilla */
	background: -moz-linear-gradient(top, #4FBC2F, #2F9B11);
	/* Chrome, Safari: */
	background: -webkit-gradient(linear, left top, left bottom, from(#4FBC2F), to(#2F9B11));
	/* MSIE */
	/*filter: progid:DXImageTransform.Microsoft.Gradient(
					StartColorStr='#4FBC2F', EndColorStr='#2F9B11', GradientType=0);*/
		
	border: 1px solid #D3D3D3;	
	border-color: #266D00;				
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	
	text-shadow: 0px 1px 0px #2F8A08;
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	line-height: 1.8em;
	zoom: 1;
}
.ui-button,
.button.green span,
.ui-button-text-only .ui-button-text {
	color: #DBFCCB;
	font-weight: bolder;
	padding: 0.1em 0.4em;
}

.button:hover {
text-decoration: none;
}
/** IE HACK BUTTON **/
.button_m {
    height: 22px;
    background: url(../images/button_m.png) repeat-x center center;
	float: left;
	
	color: #DBFCCB;
	text-shadow: 0px 1px 0px #2F8A08;
	font-weight: bolder;
	font-size: 12px;
	line-height: 1.8em;
	
	padding: 0px 3px;
	cursor: pointer;
	
	border: none;
	}
.button_l {
	margin-left: 5px;
    height: 22px;
	width: 4px;
	background: url(../images/button_l.png) no-repeat center center;
	float: left;
    }
.button_r {
	margin-right: 5px;
    height: 22px;
	width: 4px;
	background: url(../images/button_r.png) no-repeat center center;
	float: left;
    }
	
	
.ui-button.small {
    padding: 0.1em 0.2em;
    }

a.prev {
    display: block;
    margin-top: 10px;
	margin-bottom: 5px;
    line-height: 25px;
    float: left;
    }

a.button.next,
a.button.submit {
    margin-top: 10px;
	margin-bottom: 5px;
    float: right;
    }


	
/* FOOTER */

#footer {
    background-image: url(../images/footer_bgcenter.png);
    background-position: top left;
    background-repeat: repeat-y;
    width: 881px;
}

#footertop {
    background-image: url(../images/footer_bgtop.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#footer ul#footerlinks {
    width: 881px;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding-top: 1.5em;
}

#footer #footerlinks li {
    display: block;
    float: left;
    width: 20%;
    margin-left: 2em;
    margin-right: 0.5em;
    
}

#footer #footerlinks dt {
    /*border-bottom:1px solid #CCCCCC;*/
    font-weight: bold;
    margin-left:15px;
    padding-right: 1em;
}

#footer #footerlinks dl {
	line-height: 12px;
	}

#footer #footerlinks dt, #footer #footerlinks dd {
    margin-left:17px;
    padding-bottom: 3px;
    margin-bottom: 2px;
    margin-top: 5px;
}

#footer #copyright {
    text-align: center;
    padding: 10px 0px;
    display: block;
}

#footerbottom {
    background-image: url(../images/footer_bgbottom.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}



fieldset {
    border-style: none;
}

fieldset table tr {
    height: 30px;
}

input[type=text], textarea {
	background:#ffffff none repeat scroll 0 0;
	border:1px solid #d1d1d1;
	/*border:1px solid #e5e5e5;*/
	padding:3px;
}


/* rating */
table.rating {
	margin: 0px;
	padding: 0px;
	}
table.rating tr {
	margin: 0px;
	padding: 0px;
	}

.without-margin {
	padding: 0;
	margin: 0;
	}

/* DAKKAPEL ARTIKELEN
   3 colummen          */
.home_articles {
	height: 207px;
	margin-top: 4px;
	background: url(../images/home_articles_background.png) no-repeat;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 0px;
	position: relative;
	}

#content .home_articles img,
#content .home_articles p
{ padding: 0; margin:0; }

.home_articles div.col_1,
.home_articles div.col_2,
.home_articles div.col_3
{ 	width: 145px;
height: 207px;
position: relative;
	}
	
.home_articles div.col_1 {
	margin-left: 8px;
	margin-right: 12px;
	/*background-color: #333;*/
	}
.home_articles div.col_2 {
	margin-left: 12px;
	margin-right: 12px;
	/*background-color: #666;*/
	}
.home_articles div.col_3 {
	margin-left: 12px;
	/*background-color: #999;*/
	}
	
.home_articles h4 {
	margin-top: 5px;
	margin-bottom: 0px;
	}
.home_articles p {
    margin-top: 3px;
}
.home_articles h4 a {
	color: #006dd2;
display: block;
min-height: 30px;

	}
.home_articles .rating {
	margin: 5px 0;
	}
/*
#holder .star-rating-default, 
#holder .star-rating-default a:hover, 
#holder .star-rating-default a:active, 
#holder .star-rating-default a:focus, 
#holder .star-rating-default .current-rating  {
	background:url(../images/rating/sterren.png) repeat-x scroll left -1000px transparent !important;
}
*/
/* DAKKAPPEL SPECIALISTEN 
   5 kolommen */
   

#content img {
	padding-right: 13px;
	float: left;
}
#content-home img.left {
	float: left;
	padding-right: 0px;
	margin-left: 10px;
	}
#content-home .specialisten {
margin-top: 15px;
	}
#content-home .specialisten dl {
	position: relative;
	left: 15px;
width: 400px; float: left;
	}
#content-home .specialisten dd {
	vertical-align: text-top;
	padding:0;
	margin:0;
	line-height: 22px;
}

.specialisten .column {
float: left;
width: 80px;
}

	
/* NIEUWS */

.nieuws a.expand {
    float: right;
    padding-right: 16px;
    margin-top: 8px;
    margin-bottom: 15px;
}

.nieuws a.expand.more {
    background: url(../images/expand-more.png) no-repeat scroll right center
}

.nieuws a.expand.less {
    background: url(../images/expand-less.png) no-repeat scroll right center
}

/*
.date {
    color: #7f7f7f;
    display: block;
    float: right;
    margin-top: 2px;
}
*/

.nieuws .date {
    float: none;
}



table.ajaxbutton span.img {
    display: none;
}

/** pagination **/

.pageList {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.pageList li {
    display: inline;
    padding: 0 5px 0 5px; 
}


/* DITTO PAGES */

#ditto_pages {
    /*border-top: 1px solid #E5E5E5;*/
    /*margin-top: 1em;*/
    width:100%;
    padding-top: 12px;
}


.ditto_page,
.ditto_currentpage {
    margin: 0 3px;
}

.ditto_off {
    color: #bbbbbb;
}

.ditto_currentpage {
    font-weight: bold;
}

.emphasize {
    color: #987322;
    font-weight: bold;
}

blockquote {
    font-style: italic;
    margin: 0 1em;
}

/*** SPECIAL VERGELIJKEN ***/

#special_vergelijken {
	position: relative;
	left: -10px;
	height: 100%;
	}
#special_vergelijken div.form {
	position: relative;
	width: 500px;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}
#special_vergelijken div.right {
	position: relative;
	width: 270px;
	top: 100px;
	border: none;
	float: right;
	}
#special_vergelijken table.form {
	position: relative;
	width: 420px;
	}
#special_vergelijken .form_t {
	position: relative;
	background: url(../images/form_t.png) no-repeat;
	width: 510px;
	height: 10px;
	clear: both;
	z-index:6;
	}
#special_vergelijken .form_l {
	position: relative;
	background: url(../images/form_l.png) no-repeat;
	width: 19px;
	height: 1062px;
	z-index:0;
	float: left;
}
#special_vergelijken .form_r {
	position: relative;
	background: url(../images/form_r.png) no-repeat;
	width: 19px;
	height: 1062px;
	z-index:0;
	float: left;
}
#special_vergelijken .form_m {
	position: relative;
	background: url(../images/form_m.png) repeat-y;
	width: 420px;
	z-index: 7;
	float: left;
	top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	}
#special_vergelijken .form_b {
	position: relative;
	background: url(../images/form_b.png) no-repeat top;
	clear: both;
	width: 460px;
	height: 10px;
	left: -20px;
	}
#special_vergelijken .header_groot {
	background: url(../images/form_header.png) no-repeat 0px 0px;
	width: 832px;
	height: 119px;
	z-index: 6;
	}
#special_vergelijken {
	}
#special_vergelijken {
	}
#special_vergelijken {
	}
#special_vergelijken {
	}







ol.stappen {
	float: left;
    width: 100%;
    /*margin-left: 20px;*/
    list-style-type: none;
    height: 40px;
    top: 5px;
    padding-top: 35px;
    position: relative;
    background-image: url(../images/stap_arrows.png);
    background-position: top left;
    background-repeat: no-repeat;
}

ol.stappen li {
    float: left;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 38px;
    padding-right: 26px;
    background-position: 0 center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: black;
    
}


.vertrouwenszegel-right {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

ul.contact {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0 !important;
}

table tr td {
    vertical-align: middle; 
}

table tr td img {
    padding-right: 10px;
}

.articleheader .rating {
    float: right;
	top: -8px;
	position: relative;
}

#modal-container {
	display: none;
}

/*** FORM ***/
table.form tr th {
	min-width: 120px;
	
}
table.form {
	padding: 0;
	margin: 0;
}
table.form th h3 {
	padding: 10px 0px 5px 0px;
}
table.form th {
	padding: 0px 0px 0px 0px;
}

table.form tr td,
table.form tr th {
	
	/*vertical-align: baseline;*/
}

table.form textarea, table.form input[type=text], table.form input[type=radio] {
	padding-bottom: 5px;
}

table.form input[type=image]  {
	margin-top: 5px;
}

table.form tr {
	height: auto;
}

table.form tr td{
	max-width: 320px;
	width: auto;
	padding-right: 5px;
}



table.form textarea {
	height:10em;
	
}

table.form input[type=text], 
table.form input[type=radio],
table.form input[type=checkbox] {
	margin-right: 5px;
}

/* Specifieke breedtes voor formulieren */

table.form#company-form input[type=text] {
	width: 55%;
}

table.form#lead-form ul {
	list-style-image: none;
	list-style-type: none;
}
#sidebar table.form textarea {
width: 267px;
}
/* Footer - Volg ons-links */

a.icon {
	position: relative;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 4px;
}

a.rss {
	background-image: url(../images/rss.png);
}

a.twitter {
	background-image: url(../images/twitter.png);
}

a.facebook {
	background-image: url(../images/facebook.png);	
}
