
/**
 * GENERAL & FIXES
 * _____________________________________________
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


body {
	background: #aa122b url(../images/layout/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

html, body {
	height: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p {
	font-size: 12px;
	padding: 0 0 12px;
}

a:link, a:visited {
	color: #fff;
}

a:hover, a:active {
	color: #fff;
}

.clear{clear:both;}



h2{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
}

/**
 * WRAPPERS
 * _____________________________________________
 */

#container{
	width:750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

#headerWrapper{height:200px;}

#leftWrapper{
	width:290px;
	float:left;
	padding-left:0px;
}
#contentWrapper{
	margin-left:294px;
	padding-left:50px;
}


#footerWrapper {
	color: #f6f8f4;
	text-align:right;
}

#footerWrapper a{
	color: #f6f8f4;
}
#footerWrapper p{
	padding-top:15px;
	margin:0 auto;
	width:750px;
	font-size:10px;
}

#footerWrapper, div.push {
	height: 40px;
}




/**
 * HEADER
 * _____________________________________________
 */


#headerWrapper h1 a{
 	width: 217px;
	height: 106px;
	background-color:#fff;
	position: absolute;
	
	margin-top: 17px;
	margin-left:0px;
	
 	background: transparent url(../images/layout/logo.jpg) no-repeat top left;
	text-indent: -9999px;
 }



/**
 * NAVIGATIE
 * _____________________________________________
 */
 
ul.navigation{
margin-top:2px;
margin-left:320px;

}

ul.navigation li{float:left;}
ul.navigation li a{
 	display:block;
	width:100px;
	height:80px;
	margin:0 0px;
}

ul.navigation li a strong{
	display: none;
}

ul.navigation li a.home{background:url(../images/layout/nav-home-nonactive.gif) no-repeat;}
ul.navigation li a.home:hover, #pg_home ul.navigation li a.home{background:url(../images/layout/nav-home-active.gif) no-repeat;}

ul.navigation li a.renovatie{background:url(../images/layout/nav-renovatie-nonactive.gif) no-repeat; margin-right:15px;}
ul.navigation li a.renovatie:hover, #pg_renovatie ul.navigation li a.renovatie{background:url(../images/layout/nav-renovatie-active.gif) no-repeat;}


ul.navigation li a.nieuwbouw{background:url(../images/layout/nav-nieuwbouw-nonactive.gif) no-repeat; margin-right:12px;}
ul.navigation li a.nieuwbouw:hover, #pg_nieuwbouw ul.navigation li a.nieuwbouw{background:url(../images/layout/nav-nieuwbouw-active.gif) no-repeat;}


ul.navigation li a.contact{background:url(../images/layout/nav-contact-nonactive.gif) no-repeat;}
ul.navigation li a.contact:hover, #pg_contact ul.navigation li a.contact{background:url(../images/layout/nav-contact-active.gif) no-repeat;}



.subnav-renovatie{
	position:absolute;
	margin-left:432px;
	margin-top:70px;
}

.subnav-nieuwbouw{
	position:absolute;
	margin-left:545px;
	margin-top:70px;
}

.subnav-renovatie ul li,
.subnav-nieuwbouw ul li{background-color:#aa122b; padding:2px 6px; text-align:center;}

.subnav-renovatie ul li a,
.subnav-nieuwbouw ul li a{text-decoration:none;}

.subnav-renovatie ul li a:hover,
.subnav-renovatie ul li a.active,
.subnav-nieuwbouw ul li a:hover,
.subnav-nieuwbouw ul li a.active{font-weight:bold;}





/**
 * CONTENT
 * _____________________________________________
 */

#leftWrapper p{
	line-height:20px; 
	margin-bottom:15px;
}



.renovatie-voor2 p{
	width:290px;
	background-color:#484d47;
	padding:0px;
	text-align:left;
	padding:4px 10px;
}
.renovatie-voor2 img{
	background-color:#484d47;
	padding:0 5px 3px 5px;
}


.renovatie-na2,
.renovatie-voor2{
margin-left:50px;

}


.renovatie-na2 p{
	width:290px;
	background-color:#bf6440;
	padding:0px;
	text-align:left;
	padding:4px 10px;
	margin-top:5px;
}
.renovatie-na2 img{
	background-color:#bf6440;
	padding:0 5px 3px 5px;
}


.renovatie-voor{
	margin-bottom:2px;
	margin-left:130px;
}

.renovatie-voor p{
	width:85px;
	height:50px;
	background-color:#484d47;
	padding:0px;
	text-align:center;
	padding-top:35px;
	float:left;
	margin-right:2px;
}

.renovatie-na img{
	float:left;
	margin-right:2px;
}
.renovatie-na p{
	width:85px;
	height:50px;
	background-color:#bf6440;
	padding:0px;
	text-align:center;
	padding-top:35px;
	float:left;
	margin-right:5px;
}



.nieuwbouw-detailfoto{
	float:left;
	width:275px;
	height:250px;
	
}

.nieuwbouw-kleinefoto img{margin-bottom:3px;}



/**
 * FORMULIER
 * _____________________________________________
 */
 
 .frm label{width:80px; display:block; float:left; margin-bottom:5px; padding:3px;}
 .frm br{height:40px; clear:left;}
 
 .frm input{
 	border:none;
	padding:1px;
	width:180px;
}
.frm textarea{
	border:none; 
	padding:1px;
	width:180px;
	margin-bottom:5px;
	height:80px;
}

.frm a{text-decoration:none;}

	

