<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { behavior:url("/css/csshover.htc"); } 
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color: #797979;	
}

body, html{
	width:100%;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background:#313131;
}


a:link {
	color: #004995;

	text-decoration: none;

}
a:visited {
	color: #004995;

	text-decoration: none;

}

a:hover {
	color: #004995;
	text-decoration: underline;
}
a:active{
	color: #004995;
	text-decoration: none;

}

h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding:0px 0px 15px 0px;
}

h1{font-size:22px; color:#000;}
h2{font-size:13px; color:#797979; padding-right:65px;}

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;
}

.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				*/
/*--------------------- */

#site-wrapper{
	width:100%;
	height:100%;
}

#wrapper{
	position:relative;
	width:978px; /* 824px */
	height:589px;
	background:#FFF;
	margin:0px auto;
}

#left_column{
	position:absolute;
	z-index:40;
	left:0;
	top:0;
	background:url(../img/nav-balk.gif) no-repeat;
	width:143px;
	height:589px;
}

#main{
	position:absolute;
	height:589px;
	width:537px;
	top:0;
	left:200px;
	
}

#title{
	position:absolute;
	top:52px;
	left:0px;
	width:537px;
	height:80px;
}

#content{
	position:absolute;
	width:505px;
	height:440px;
	top:133px;
	left:0;
}

#flash{
	position:absolute;
	top:0;
	left:730px;
	background:url(../img/bg-flash.gif) no-repeat;
	width:250px;
	height:589px;
}

#logo{
	position:absolute;
	top:13px;
	left:21px;
	width:105px;
	height:93px;
}
#facebook{
	position:absolute;
	top:445px;
	left:41px;
	width:105px;
	height:93px;
}



#nav{
	position:absolute;
	z-index:40;
	top:133px;
	left:0px;
	width:143px;
	height:165px;
}

/*--------------------- */
/* NAV					*/
/*--------------------- */

#nav ul{
	list-style:none;
	padding:0;
	margin:0;
}
#nav li{
	height:24px;
	margin:3px 0px 2px 0px;
	padding:0;
	position:relative;
}
.last a{background:url(../img/last-devider.gif) no-repeat 0px 4px!important;}
.last a:hover{background:url(../img/last-devider.gif) no-repeat bottom left!important;}
.last a.active{background:url(../img/last-devider.gif) no-repeat bottom left!important;}


#nav a{
	display:block;
	height:24px;
	width:118px;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	color:#004995;
	padding:5px 0px 0px 20px;
	background:url(../img/devider.gif) no-repeat 0px 4px;
}

#nav a:hover{color:#004995; background:url(../img/devider.gif) no-repeat bottom left;}
#nav a.active{color:#313131; background:url(../img/devider.gif) no-repeat bottom left;}


/* subnav */

#nav li ul{
	display:none;
	position:absolute;
	width:194px; /* 210px */
	height:46px;  /* 54px */
	padding:4px 8px;
	top:0;
	left:143px;
	line-height:14px;
	background:url(../img/subnav_bg.png) no-repeat right top;
}
#nav li:hover ul{	
	display:block;
}

#nav li ul li{
	padding:4px 0 6px 0;
	margin:0;
	height:auto;
	background:url(../img/sn-devider.gif) repeat-x bottom left;;
}
#nav li ul li.last{ background:none; }

#nav li ul a, #nav li ul a:hover{
	padding:0;
	background:none !important;
	white-space:nowrap;
	height:auto;
	width:auto;	
}
#nav li ul a:hover{
	color:#313131;
}



/* TABS PROJECTEN */

#tabs{
}

#tabs ul{
	list-style:none;
	margin:0;
	padding:0;
	height:26px;
	background:url(../img/tabs_bg.gif) no-repeat left bottom;
}
#tabs li{
	display:block;
	float:left;
	margin:0 2px 0 0;
	padding:0 0 0 10px;
	height:26px;
	background:url(../img/tabs.gif) no-repeat 0px -30px;
}
#tabs li.active{
	background:url(../img/tabs.gif) no-repeat 0px 0px;
}

#tabs li a{
	display:block;
	float:left;
	height:23px;
	padding:3px 10px 0 0;
	background:url(../img/tabs.gif) no-repeat right -30px;
	color:#333333;
}
#tabs li.active a{
	background:url(../img/tabs.gif) no-repeat right 0px;
	color:#004995;
	font-weight:bold;
}


.projecten{
	top:163px !important;
	height:410px !important;
}




/*--------------------- */
/* CONTENT				*/
/*--------------------- */

.ondertitel{
	width:470px;
	height:25px;
	text-align:right;
}

.images{margin:10px 0px 0px 0px; padding:0;}
.images li{float:left; list-style:none; margin:0px 20px 10px 0px;}
.img-last{margin:0!important;}

#copyright{
	position:absolute;
	top:590px;
	left:710px;
	height:15px;
	width:300px;
}

#copyright a{
	color: #797979;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

#rohlink{
	position:absolute;f
	z-index:41;
	top:535px;
	left:25px;
	width:90px;
	height:30px;
}

#rohlink a{
	display:block;
	width:90px;
	height:30px;
}

#rohlink span{
	display:none;
	
}

#meerkleur{
	position:absolute;
	z-index:41;
	top:485px;
	left:28px;
}
	

.gallery img{
	margin:4px;
}

#content .col{
	width:220px;
	padding-right:30px;
	float:left;
}

#contactform{
	position:absolute;
	z-index:10;	
	width:500px;
	top:284px;
	left:0;
}

.scroll{
	height:440px;
	width:505px;
}
.projecten .scroll{
	height:410px;
}

.slide{
	height:343px;
	overflow:hidden;
}

/*--------------------- */
/* REFERENTIES			*/
/*--------------------- */

#referenties{
	list-style:none;
	padding:0;
	margin:0;
}

#referenties li{
	position:relative;
	float:left;
	height:60px;
	width:122px;
	overflow:hidden;
	padding:0 6px 6px 0;
	margin:0px 8px 8px 0px;
	background:url(../img/ref-bg.gif) no-repeat top left;
	text-align:center;
}

.table_referenties{
	width:122px;
	height:60px;
}

/*--------------------- */
/* PROJECTEN			*/
/*--------------------- */

.project{
	width:470px;
	height:112px;
	margin:0px 0px 15px 0px;
}

.project img{float:left; margin:6px 15px 0px 0px;}

.project span{
}
	
.project p{padding:0px 0px 0px 0px;
}

.blue{
	color:#004995;
}

/*--------------------- */
/* CONTACTFORM			*/
/*--------------------- */

.contact_table td{width:180px;}
.field{border:1px solid #0C77BE; background:#e5e5e5; width:220px;}
.button{border:1px solid #0C77BE; background:#0C77BE;}




</pre></body></html>