body { behavior:url("/css/csshover.htc"); }
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;	
}
body {
	margin:0px;
	padding:0px;
}


a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding:0px 0px 1em 0px;
}
h1{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}


img {
	border:none;
	vertical-align:top;
}

.left{ float:left; }
.right{ float:right; }
.hidden{ display:none; }

img.left{ margin:5px 10px 10px 0px; }
img.right{ margin:5px 0px 10px 10px; }

form{
	margin:0px;
	padding:0px;
}

.alert{
	border:1px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
	float:right;
}

.clearfix:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */


/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#wrapper{
	width:100%;
	height:100%;
}

#site{
	position:relative;
	width:980px;
	height:550px;
	margin:0px auto;
	background:url(../img/site_bg.gif) no-repeat;
}

#content{
	position:absolute;
	left:35px;
	z-index:6;
	width:665px;
	line-height:16px;
}

#content-nav{
	position:absolute;
	top:500px;
	left:35px;
	z-index:6;
	width:660px;
}

#image{
	position:absolute;
	top:90px;
	left:0;
	width:711px;
	height:148px;
	overflow:hidden;
}

#sidebar{
	position:absolute;
	z-index:4;
	top:90px;
	right:0px;
	padding-left:3px;
	width:266px;
	height:435px;
	background-color:#FFF;
	overflow:hidden;
}

#nav{
	position:absolute;
	top:66px;
	left:35px;
	z-index:10;
	width:820px;
}

#lan-nav{
	position:absolute;
	top:66px;
	left:714px;
	z-index:10;
	background:url(../img/nav_bg.gif) no-repeat 0 0;
	height:15px;
	padding:6px 5px 0 12px;
}
#lan-nav a{
	display:block;
	float:left;
	height:0;
	width:16px;
	margin-right:7px;
	padding-top:10px;
	overflow:hidden;
}
#lan-nav a.nl{ background:url(../img/lan_nl.gif) no-repeat 0 0; }
#lan-nav a.en{ background:url(../img/lan_en.gif) no-repeat 0 0; }


#contact-nav{
	position:absolute;
	top:70px;
	right:0px;
	z-index:11;
}

#bottom-nav{
	position:absolute;
	top:528px;
	left:35px;
	z-index:8;
	width:675px;

}

#disclaimer-nav{
	position:absolute;
	top:529px;
	left:714px;
	z-index:7;
}

#logo{
	position:absolute;
	z-index:5;
	width:321px;
	height:58px;
	top:467px;
	right:-55px;
}

#project{
	position:absolute;
	top:90px;
	left:0;
	padding:8px;
	height:361px; /* 377px */
	width:964px; /* 980px*/
	background:#FFF url(../img/project_bg.gif) repeat-x;
	color:#FFFFFF;
}


/*--------------------- */
/* CONTENT				*/
/*--------------------- */

#content img{
	/*border:1px solid #999;*/
}

div.small{
	top:310px;
	height:190px;
}

div.medium{
	top:250px;
	height:250px;
}

div.large{
	top:105px;
	height:395px;
}

.scroll{
	overflow:hidden;
}
div.small .scroll{ height:190px; }
div.medium .scroll{ height:250px; }
div.large .scroll{ height:395px; }


/* recente ontwikkelingen */

div.recent-item{
	padding-bottom:8px;
}
div.recent-item p{
	height:20px; /* 30px */
	overflow:hidden;
}
div.recent-item a{
	text-decoration:none;
}
div.recent-item a.readmore{
	display:block;
	text-align:right;
	font-weight:bold;	
}


/* referenties */

div.referentie-item{
	/*float:left;
	width:300px;
	overflow:hidden;*/
	min-height:60px;
	margin:0 20px 10px 0;
}

div.referentie-item img{
	margin:0 10px 0 0;
}

div.referentie-item a{
	text-decoration:none;
}


div.referentie-item a div{
	float:right;
	width:495px;
}



/* contact form */

.fld{
	width:250px;
}


/* sitemap */

.sitemap{
	margin:0px;
	padding:0px;
	list-style:none;
}

.sitemap ul{
	margin:0px 0px 0px 15px;
	padding:0px;
}

.groep{
	display:block;
	float:left;
	width:160px;
}

.groep li{
	padding:0;
	margin:0;
}


/* history */

#flashhistorie{
	position:absolute;
	top:90px;
	left:0;
}


/* parking: collapible content */

ul.collapse li{
	padding-bottom:5px;
}
ul.collapse h4{
	padding:0;
	color:#004C92;
	cursor:pointer;
}
ul.collapse h4:hover{
	text-decoration:underline;
}
ul.collapse div{
	padding:3px;
}



/*--------------------- */
/* NAV MAIN				*/
/*--------------------- */

#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	
}

#nav li{
	display:block;
	position:relative;
	float:left;
	margin:0px 3px 0px 0px;
	padding:0px;
	background:url(../img/nav_bg.gif) no-repeat 0px 0px;
}

#nav li.active{
	background-position:0px -120px;}

#nav li:hover{
	background-position:0px -30px;
}

#nav li:hover ul{
	display:block;
}

#nav li:hover a{
	color:#FFF;
}

#nav a{
	display:block;
	padding:3px 12px 0px 12px;
	height:18px; /* 21px */
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:3px solid #FFF;
	white-space:nowrap;
	float:left;
}

/* subnav */ 

#nav li ul{
	display:none;
	position:absolute;
	background-color:#E2E2E2;
	top:24px;
	left:0px;
}

#nav li li{
	float:none;
	margin:0px;
	background-position:0px -60px;
	margin-bottom:2px;
}

#nav li li:hover{
	background-color:#000;
	background-position:0px -90px;
}

#nav li li a{
	color:#FFF;
	border:none;
	float:none;
}



#contact-nav a{
	text-transform:uppercase;
	text-decoration:none;
}


#ibw{
	display:none;
	position:absolute;
	top:-35px;
	left:-260px;
	width:105px;
	height:75px;
	background:url(../img/ibw.png) no-repeat;
}
#ibw strong{
	display:none;
}


#disclaimer-nav a{
	text-decoration:none;
}


/*--------------------- */
/* BOTTOM NAV			*/
/*--------------------- */

#bottom-nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#bottom-nav li{
	display:block;
	float:left;
	margin:0px 3px 0px 0px;
	padding:0px;
}

#bottom-nav a{
	display:block;
	padding:3px 12px 0px 12px;
	height:18px; /* 21px */
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background:url(../img/bottom_nav_bg.gif) no-repeat right top;
	float:left;
}

#bottom-nav a:hover, #bottom-nav a.active{
	background-position:right bottom;
}


/*--------------------- */
/* LOGO					*/
/*--------------------- */

div.bouwgroep{ background:#FFF url(../img/logo-bouwgroep.gif) no-repeat; }
div.bouwbedrijf{ background:#FFF url(../img/logo-bouwbedrijf.gif) no-repeat; }
div.kozijnen{ background:#FFF url(../img/logo-kozijn.gif) no-repeat; }
div.planontwikkeling{ background:#FFF url(../img/logo-planontwikkeling.gif) no-repeat; }
div.advies{ background:#FFF url(../img/logo-advies.gif) no-repeat; }


/*--------------------- */
/* PROJECTEN			*/
/*--------------------- */

#project .image{
	position:absolute;
	margin-left:27px;
}

#project .content{
	float:right;
	width:565px;
	height:200px;
}

#project .content .scroll{
	width:565px;
	height:200px;
}

#project .content ul{
	margin-top:0;
	padding-top:0;
}

#project .thumbs{
	position:absolute;
	margin:206px 0px 0px 400px;
	width:555px;
	height:55px;
	overflow:hidden;
}

#project .thumbs img{
	padding-right:5px;
}

#project a{
	color:#FFFFFF;
}


#project-list{
	position:absolute;
	top:367px;
	width:980px;
	height:100px;
	color:#000000;
}








