/* ------------------------------------------------------------- */
/* Copyright 2000 - 2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* ------------------------------------------------------------- */
@import url("reset.css");
@import url("form.css");
@import url("sifr.css");
@import url("color.css");
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0;
}
a { font-weight: bold; }
strong { font-weight: bold; }
a:link,
a:visited { text-decoration: none; outline:none; }
a:hover,
a:active { text-decoration: underline; }
/*** - STYLES - ***/
p {
	line-height:1.5em;
	margin-bottom:1em;
	font-size:1.0em;
}
h1,
h2 {
	font-size:1.5em;
	margin-bottom:0.5em;
	text-transform: uppercase;
}
h3 {
	font-size: 0.9em;
	font-weight:bold;
	padding: 2px 10px 2px 0;
}
.sIFR-active h1,
.sIFR-active h2 {
	font-size:15px;
	margin-bottom:0em;
	line-height:1em;
	font-family: Verdana;
	visibility: hidden;
}
/*.sIFR-active h2 { font-size:16px; }*/
ul {
	list-style: disc;
	margin: 1.1em 2.2em;
	line-height: 1.6em;
}
ol {
	list-style: decimal;
	margin: 1.1em 2.2em;
	line-height: 1.6em;
}
/*** - BASIC LAYOUT - ***/
div#container {
	position:relative;
	width:960px;
	margin: 0 auto;
}
div#main {
	float: left;
	width: 100%;
	margin-top: 174px;
	background-repeat: repeat-y;
}
div#inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
div#wrap {
	float: left;
	position: relative;
	width: 718px;
}
/*** - HEADER - ***/
div#header {
	position: absolute;
	height: 175px;
	top: 0;
	left: 0;
	width: 100%;
}
div#logo a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 237px;
	height: 169px;
	display: block;
	/* -- background: url(../images/logo.png) no-repeat; -- */
	text-indent: -9999px;
	outline: none;
}
div#nav {
	position: absolute;
	left:241px;
	top:147px;
}
div#nav ul {
	list-style: none;
	margin:0;
	line-height: 1.0em;
}
div#nav li {
	float: left;
	position: relative;
}
/*** - NAVIGATIE - ***/
div#nav a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	height: 21px;
}
#nav_home a {
	background-position: 0px 0px;
	width: 88px;
}
body#home #nav_home a,
#nav_home a:hover { background-position: 0px -21px; }
#nav_bedrijfshuisvesting a {
	background-position:-88px 0px;
	width: 158px;
}
body#bedrijfshuisvesting #nav_bedrijfshuisvesting a,
#nav_bedrijfshuisvesting a:hover { background-position: -88px -21px; }
#nav_garageboxen a {
	background-position:-246px 0px;
	width: 117px;
}
body#garageboxen #nav_garageboxen a,
#nav_garageboxen a:hover { background-position: -246px -21px; }
#nav_camperstalling a {
	background-position:-363px 0px;
	width: 130px;
}
body#camperstalling #nav_camperstalling a,
#nav_camperstalling a:hover { background-position: -363px -21px; }
#nav_woningen a {
	background-position:-493px 0px;
	width: 92px;
}
body#woningen #nav_woningen a,
#nav_woningen a:hover { background-position: -493px -21px; }
#nav_advies a {
	background-position:-585px 0px;
	width: 56px;
}
body#advies #nav_advies a,
#nav_advies a:hover { background-position: -585px -21px; }
#nav_contact a {
	background-position:-641px 0px;
	width: 75px;
}
body#nav_contact #contact a,
#nav_contact a:hover { background-position: -641px -21px; }
/*** - CONTENT - ***/
div#content {
	float: left;
	position: relative;
	overflow: hidden;
	width: 216px;
	height:400px;
	padding: 10px;
}
/*** - SEARCH - ***/
div#search {
	margin-bottom: 20px;
}
.object-detail div#search {
	margin-bottom:0px;
}
div#search ul {
	list-style: none;
	margin:0;
	position:absolute;
	top: 10px;
	right:5px;
	line-height:1.5em
}
div#search li {
	float: left;
	margin: 0 4px;
	position: relative;
}
div#search li a {
	outline: none;
	font-weight:bold;
}
/*** - EXTRACONTENT - ***/
div#extracontent {
	float: right;
	position: relative;
	width: 456px;
	padding: 10px;
	padding-bottom: 5px;
}
div#extracontent .object {
	position:relative;
	overflow:hidden;
	margin: 0 5px 5px 0;
	padding-bottom: 5px;
	line-height: 1.5em;
	clear:left;
	width:100%;
}
div#extracontent .object.last { margin-bottom: 0; }
div#extracontent div.object-detail {
	position:relative;
	margin: 5px;
	text-align:center;
	float:left;
	width:135px;
	margin-bottom:0;
}
div#extracontent div.object-detail a:active,
div#extracontent div.object-detail a:hover{
	text-decoration: none;
}
div#extracontent div.object-detail img {
	position:relative;
	margin:1px auto;
}
div#extracontent .object dl {
	margin: 5px;
	float:left;
	width:50%;
	font-size: 1.0em;
	margin-bottom:0;
}
div#extracontent .object dt {
	float:left;
	display:block;
	clear:both;
	width:50%;
}
div#extracontent .object dd {
	float:left;
	display:block;
	width:45%;
	white-space:nowrap;
}

/*** - OBJECT DETAIL - ***/
body.object-detail div#extracontent .object { width:350px; }
body.object-detail div#extracontent div.object-detail {
	position:relative;
	margin: 5px;
	text-align:left;
	float:left;
	width: 340px;
	margin-bottom:0;
}
body.object-detail div#extracontent div.object-detail img {
	position:relative;
	margin:1px;
}
body.object-detail div#extracontent h3 { margin: 0px 0px 2px 5px; }
body.object-detail div#extracontent dl {
	margin: 5px;
	/*float:left;*/
	font-size: 1.0em;
	margin-bottom:0;
	width:350px;
}
body.object-detail div#extracontent dt,
body.object-detail h4 { font-size:1.0em; font-weight:bold;}
body.object-detail a:hover { text-decoration:none;}
body.object-detail div#extracontent dd,
body.object-detail div#extracontent dt {
	float:left;
	width: 85px;
	line-height: 1.5em;
	
}
body.object-detail div#extracontent dd{margin-right: 5px;}
body.object-detail div#extracontent sup { font-size: 0.7em;}
body.object-detail div.summary {
	margin: 5px;
	float:left;
	width:345px;
	/*height:75px;*/
	margin-bottom:20px;
	overflow:hidden;
}
ul#image_list{
	float: right;
	list-style: none;
	margin:0;
	clear:both;
}
ul#image_list li.first{
	margin-top:0;
}
ul#image_list li{
	margin-top: 4px;
}
ul#image_list a{
	padding:4px;
	outline: none;
	display:block;
}
/*** - OBJECT DETAIL - LINKS - ***/
body.object-detail div.links {
	position:absolute;
	bottom: 10px;
	left:10px;
}
body.object-detail div.links a{
	position:relative;
	padding: 3px;	
	font-weight: bold;
	margin-right: 7px;
}
body.object-detail div.links a:hover{
	padding: 3px;
	font-weight: bold;
	text-decoration:none;
}


/*** - SIDEBAR - ***/
div#sidebar {
	float: right;
	position: relative;
	width: 237px;
	font-size: 1.1em;
}
div#sidebar div { margin-bottom:4px; }
div#sidebar div a {
	display:block;
	margin:4px;
	width: 229px;
	height: 135px;
}
div#sidebar .nieuwbouwproject{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/www/images/sidebar/nieuwbouw.jpg);	
}
div#sidebar .nieuwbouwproject img{
	margin-top:26px;	
	margin-left:1px;	
}
/*** - FOOTER - ***/
div#footer {
	clear: both;
	padding-top: 4px;
	width: 100%;
	overflow: hidden;
}
div#footer div {
	float: left;
	margin-right: 4px;
}
div#footer div,
div#footer div a {
	display: block;
	width: 237px;
	height: 100px;
	text-indent: -9999px;
	outline: none;
}
div#footer div.last { margin-right:0; }
div#footer div#ft-sitemap {
	float: right;
	text-indent: 0px;
	width: auto;
	height: auto;
}
div#footer div#ft-sitemap span,
div#footer div#ft-sitemap a {
	text-indent: 0px;
	float: right;
	width: auto;
	height: auto;
	margin:4px 4px 0 0;
}

