@import url('reset.css?v1.0');
@import url('base.css?v1.0');

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    #display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* END CLEARFIX */

body{
	color: #1f1e1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;	
	background-color: #c43022;
}

h1{
	font-weight: bold;
	color: #8d0c00;
	font-size: 1.3em;
	margin: 0px 0px 20px 0px;
}

h2{
	font-weight: bold;
	color: #c43022;
	font-size: 1.15em;
	margin: 15px 0px 15px 0px;
}

h3{
	font-weight: bold;
	color: #8d0c00;
	background: url(../media/images/bullet_star.gif) no-repeat 0px 6px;
	padding-left: 20px;
}

h4{
	font-weight: bold;
	color: #c43022;
}

h5{
	font-weight: bold;
	color: #717171;
}

h6{
	display: inline;
	font-weight: bold;
	color: #c43022;
}

#wrapper{
	background: url(../media/images/bg_wrapper.gif) center top no-repeat #fff;
	border-bottom: 6px solid #af0f00;
}

#container{
	width: 973px;
	margin: 0px auto;
}

#print_logo{
	display: none;
}

#header{
	height: 287px;
	background: url(../media/images/bg_header.jpg) left top no-repeat;
}

	#navigation{
		width: 240px;
		margin: 53px 0px 0px 4px;
		display: inline;
		float: left;
	}
	#navigation img{
		display: block;
	}
	
	a.homeLink{
		display: block;
		text-decoration: none;
		width: 320px;
		height: 182px;
		float:right;
	}
	
#title{
	height: 81px;
	margin-left: 240px;
}

#content{
	padding: 0px 0px 18px 13px;
	line-height: 200%;
	text-align: justify;
}

	#content a{
		color: #1f1e1a;
		text-decoration: underline;
	}
	
		#content a:hover{
			color: #c43022;
			text-decoration: none;
		}
	
	#content p{
		margin: 0px 0px 16px 0px;
		padding: 0px;
	}
	
	#content ul{
	margin: 15px 30px;
	}

		#content ul li{
			list-style: disc;
			list-style-position: outside;
		}
	
	#content_footer{
	padding-top: 30px;
		text-align: center;
		clear: both;
	}
	
#footer{
	color: #fff;
	font-size: 0.85em;
	padding: 18px 0px 30px 13px;
	width: 960px;
	margin: 0px auto;
}

	#footer .left{
		float: left;
	}
	
	#footer .right{
		float: right;
	}
	
	#footer .center{
		text-align: center;
		margin-top: 30px;
		color: #8d0c00;
		clear: both;
	}
	
		#footer .center a{
			color: #8d0c00;
		}

	#footer .highlight{
		color: #8d0c00;
	}

	#footer a{
		color: #fff;
	}
	
/* styles for offerte */

.offerteForm{
	background-color: #eeeeee;
	float: left;
	margin-left: 11px;
	width: 598px;
	overflow: hidden;
	#width: 590px;
	padding: 10px 20px;
	margin-bottom: 15px;
}	


.warning{
	color: red;
}

input.submit{
	border: 0px solid #fff;
	background-color: #C43022;
	padding: 3px;
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
	font-size: 0.95em;
}
	
/* styles for faq */

.faqImg{
	float: left;
	width: 311px;
	margin-bottom: 10px;
}

.faqQuestions{
	background-color: #eeeeee;
	float: left;
	margin-left: 11px;
	width: 598px;
	overflow: hidden;
	#width: 590px;
	padding: 10px 20px;
	margin-bottom: 15px;
	min-height: 180px;
	height: auto;
	_height: 180px;
}	

#content .faqQuestions h5 a{
	font-weight: bold;
	color: #717171;
	text-decoration: none;
}


.faqItem{
	clear: both;
	margin-bottom: 15px;
}

	.faqItem .imgContainer{
		float: left;
		width: 311px;
	}
	
	.faqItem .imgContainer{
		float: left;
		width: 311px;
	}
	
	.faqItem .imgContainer img{
		margin-bottom: 10px;
	}
	
	.faqItem .textContainer{
		float: left;
		margin-left: 26px;
		width: 613px;
		overflow: hidden;
	}
	
/* styles for realisaties */

.realisatie{
	float: left;
	width: 225px;
	margin-right: 15px;
	background: url(../media/images/dotted.gif) repeat-x left top;
	overflow: hidden;
}
.realisatie.top{
	background: none;
}

.realisatie.last{
	margin-right: 0px;
}

	.realisatie .header{
		background: url(../media/images/dotted.gif) repeat-x left bottom;
		padding: 8px 0px;
	}
	
	.realisatie .imgContainer {
		overflow: hidden;
		height: 275px;
		width: 225px;
		text-align: center;
		text-align: center;
		text-align: center;
		padding: 28px 0px 0px 0px;
     }
		
	.realisatie .imgContainer a{
		margin-top: 28px;
		text-align: center;
		width: 225px;
        }
		
	.divider{
		clear: both; 
		height: 1px;
		overflow: hidden;
	}


.pager{
	margin-top: 30px;
	background: url(../media/images/dotted_light.gif) repeat-x left top;
	clear: both;
}

	.pager .wrapper{
		background: url(../media/images/dotted_light.gif) repeat-x left bottom;
		padding: 10px 0px;
		text-align: center;
	}



	
/* styles for content general pages */

.table_bedrijf{
	width: 960px;
}

	.table_bedrijf table{
		width: 480px;
		margin-right: 10px;
	}
	
	.table_bedrijf td{
		text-align: left;
		vertical-align: top;
	}
	
	.table_bedrijf table td{
		width: 240px;
		height: 187px;
		align: left;
		vertical-align: top;
	}
	
	.table_bedrijf table td img{
		display: block;
		margin: 0px 9px 9px 0px;
	}
	
.table_gamma td{
	vertical-align: top;
	text-align: left;
}
	
.table_gamma .left{
	padding-right: 20x;
	width: 470px;
}

/* styles for benor specs */

h2.red, h2.blue, h2.green, h2.lightblue, h2.orange, h2.purple{
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 30px;
}

h2.red{
	background: url(../media/images/h2_red.gif) 0px 5px no-repeat;
	color: #d4513d;
}
h2.blue{
	background: url(../media/images/h2_blue.gif) 0px 5px no-repeat;
	color: #01538d;
}
h2.green{
	background: url(../media/images/h2_green.gif) 0px 5px no-repeat;
	color: #7d7f2b;
}
h2.lightblue{
	background: url(../media/images/h2_lightblue.gif) 0px 5px no-repeat;
	color: #72b0d9;
}
h2.orange{
	background: url(../media/images/h2_orange.gif) 0px 5px no-repeat;
	color: #f7831e;
}
h2.purple{
	background: url(../media/images/h2_purple.gif) 0px 5px no-repeat;
	color: #6e60ab;
}


h2.red .strong{
	font-weight: normal;
	font-size: 0.9em;
	color: #1f1e1a;
	padding-left: 10px;
}

.halfFloatLeft{
	width: 470px;
	float: left;
	margin-right: 20px;
	_margin-right: 15px;
	_overflow: hidden;
}

.halfFloatRight{
	width: 470px;
	float: left;
}

.table_specs{
	border-collapse: collapse;
	width: 100%;
}
.table_specs td{
	border: 2px solid #dedede;
	padding: 5px;
	line-height: 100%;
	vertical-align: top;
}

.link_specs{
	width: 960px;
}

.link_specs td a{
	text-decoration: none;
}

.link_specs td{
	padding: 5px;
	line-height: 100%;
	vertical-align: top;
}

#content .link_specs td a{
	text-decoration: none;
}

.table_specs td.subtext{
	color: #666;
	font-size: 0.9em;
	line-height: 130%;
}

.blue{
	color: #01538d;
}

.bg_blue{
	background-color: #01538d;
	color: #fff;
	font-weight: bold;
}

#content .bg_blue a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.border_blue{
	border: 2px solid #01538d;
}

.green{
	color: #7d7f2b;
}

.bg_green{
	background-color: #7d7f2b;
	color: #fff;
	font-weight: bold;
}

#content .bg_green a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.border_green{
	border: 2px solid #7d7f2b;
}

.lightblue{
	color: #72b0d9;
}

.bg_lightblue{
	background-color: #72b0d9;
	color: #fff;
	font-weight: bold;
}

#content .bg_lightblue a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.border_lightblue{
	border: 2px solid #72b0d9;
}

.red{
	color: #d4513d;
}

.bg_red{
	background-color: #d4513d;
	color: #fff;
	font-weight: bold;
}

#content .bg_red a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.border_red{
	border: 2px solid #d4513d;
}

.orange{
	color: #f58322;
}

.bg_orange{
	background-color: #f58322;
	color: #fff;
	font-weight: bold;
}

#content .bg_orange a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.border_orange{
	border: 2px solid #f58322;
}

.purple{
	color: #6e61a9;
}

.bg_purple{
	background-color: #6e61a9;
	color: #fff;
	font-weight: bold;
}

#content .bg_purple a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.border_purple{
	border: 2px solid #6e61a9;
}