/*
	B & S Vastgoed Nederland NV

----------------------------------------------- */


/*
	Resets margin and padding for all elements */
* {
	margin: 0;
	padding: 0;
}

/*
	Elements
----------------------------------------------- */
 
body {
	font-family: Arial, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #333;
	background: #fff url("../images/backgrounds/body.gif") top left repeat-x;
}

img {
	border: 0;
}

sup {
	font-size: .7em;
}

/*
	Classes
----------------------------------------------- */

.hide {
	display: none;
}

/*
	Container
----------------------------------------------- */

#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: url("../images/backgrounds/header.jpg") top left no-repeat;
}

#header {
	height: 86px;
	margin: 0 10px;
}
	
	#header p {
		text-indent: -1000em;
		position: absolute;
	}
	
	#header p.bens {
		top: 22px; 
	}
	#header p.bens a {
		display: block;
		width: 191px;
		height: 54px;
		background: url("../images/logos/bens.gif") top left no-repeat;
	}
	
	#header p.slogan {
		top: 45px;
		margin-left: 295px;
		width: 154px;
		height: 14px;
		background: url("../images/headers/kwaliteit-rendeert.gif") top left no-repeat;
	}
	
	#header p.vanbs {
		top: 39px;
		margin-left: 539px;
	}
	#header p.vanbs a {
		display: block;
		width: 147px;
		height: 30px;
		background: url("../images/logos/vanbs.gif") top left no-repeat; 
	}

h2 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
	h1.home {
		display: none;
	}

#menu-bar {
	margin: 0 10px;
	height: 26px;
	background: url(../images/bg-menu-bar.gif) repeat-x top left;
}

	#menu-bar ul {
		float: left;
		list-style: none;
	}
	
	#menu-bar li {
		float: left;
		color: #333;
		border-top: 1px solid #f0f1f1;
		border-right: 1px solid #bfc7cd;
		border-bottom: 1px solid #c3c3c3;
		border-left: 1px solid #f0f1f1;
		background: url(../images/backgrounds/menu.gif) top left repeat-x;
	}
	
	#menu-bar li.current {
		border-top: 1px solid #bfc7cd;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #bfc7cd;
		background: url(../images/backgrounds/menu-current.gif) top left repeat-x;
	}
	
		#menu-bar li.current a {
			color: #f7941d;	
		}
		
		#menu-bar li.current ul li a {
			color: #333;	
		}
	
	#menu-bar li a {
		float: left;
		height: 21px;
		padding: 4px 10px 0 10px;
		color: #333;
		text-decoration: none;
	}
	
		#menu-bar li a:hover {	
			background: #d8d9da;
		}
		
		#menu-bar li.current a:hover {	
			background: none;
		}

	#menu-bar li ul {
		border-bottom: 1px solid #c3c3c3;
		position: absolute;
		width: 720px;
		left: 50%;
		margin-left: -370px;
		top: 114px;
		height: 22px;
		background: url("../images/backgrounds/menu-sub.gif") top left repeat-x;
		padding-left: 10px;
	}
	
		#menu-bar li ul li {
			border: 0;
			background: url("../images/backgrounds/menu-sub-li.gif") center right no-repeat;
			font-size: 11px;
			padding-right: 5px;
			margin-right: 5px;
			margin-top: 3px;
		}
		
		#menu-bar li ul li a {
			float: none;
			height: auto;
			padding: 0;
			color: #333;
			text-decoration: none;
		}
		
			#menu-bar li ul li a:hover {
				text-decoration: underline;
			}
		
		#menu-bar li ul li.current {
			background: url("../images/backgrounds/menu-sub-li.gif") center right no-repeat;
			border: none;
		}
		
			#menu-bar li ul li.current a {
				color: #ff9933;
			}
		
			#menu-bar li ul li.current a:hover {
				text-decoration: none;
			}
		
		#menu-bar li ul li.last {
			background: none;
		}

#content {
	width: 720px;
	margin: 31px 20px 0 20px;
}

	#content.subnav {
		margin-top: 53px;
	}

.column {
	float: left;
	width: 230px;
}

#content .column ol {
	background-image: none;
	padding-left: 30px;
}
#content .column ol li {
	padding: 0;
	background: none;
}

.first {
	padding-right: 30px;
	width: 460px;
	background: url("../images/backgrounds/column.gif") top right repeat-y;
}

.portefeuille {
	width: 720px;
}

.portefeuille .object {
	float: none;
	display: block;
	clear: both;
}
.portefeuille .object p {
	float: left;
	margin-right: 15px;
}
.portefeuille .object ul {
	float: left;
	width: 470px;
}

#content h3 {
	margin: 5px 0;
	margin-top: 20px;
	font-size: 1.25em;
	color: #333;
}

#content h4 {
	margin: 1em 0 .25em 0;
}

#content p, form .row {
	margin-bottom: 1em;
	line-height: 18px;
}

#content p.smalltext {
	font-size: .8em;
	color: #999;
}

#content a {
	color: #333;
}
	
	#content a:hover {
		text-decoration: none;
	}

#content ul {
	list-style: none;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#content li {
	padding-left: 12px;
	background: url(../images/bullets/big-list-item.gif) no-repeat 0 6px;
}

	#content .downloads li {
		padding-left: 20px;
		background: url(../images/icons/pdf.gif) no-repeat center left;
	}

#content ul.index {
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid #c3c3c3;
}

	#content ul.index li {
		background: url(../images/bullets/index.gif) no-repeat center left;
	}
	
	#content ul.index a {
		color: #000;
		text-decoration: none;
	}
	
	#content ul.index a:hover {
		text-decoration: underline;
	}

#content p.action a {
	padding: 0px 18px 3px 3px;
	font-weight: bold;
	color: #000;
	background: url(../images/icons/arrow.gif) #ebecec no-repeat center right;
}
	#content p.action a:hover {
		text-decoration: none;
	}
	

#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	height: 30px;
	padding-top: 20px;
	line-height: 20px;
}

#footer ul {
	width: 300px;
	margin: 0 auto;
	list-style-type: none;
}

#footer li {
	float: left;
	color: #333;
	padding: 0 5px;
	background: url("../images/backgrounds/footer-li.gif") center right no-repeat;
}

#footer li.last {
	background: none;
}

#footer li a {
	color: #333;
	text-decoration: none;
}

#footer li a:hover {
	color: #333;
	text-decoration: underline;
}

#footer li.current {
	font-weight: bold;
}

#copy {
	height: 3em;
	margin-top: 1em;
	font-size: .9em;
	color: #ccc;
}

form {
	background-color: #f5f5f5;
	border: 1px solid #c3c3c3;
	padding: 10px;
	font-size: 11px;
	color: #000;
}

	form label {
		float: left;
		width: 140px;
	}
	
	form .nolabel {
		margin-left: 140px;
	}
	
	form input, form textarea, form select {
		font-size: 11px;
		color: #000;
		font-family: arial, verdana, sans-serif;
		border: 1px solid #c3c3c3;
		padding: 2px;
		background: #fff url("../images/backgrounds/form-input.jpg") top left no-repeat;
	}
	
	form input, form textarea {
		width: 250px;
	}
	
	form input.smallinput {
		width: 60px;
	}
	
	form input.medinput {
		width: 180px;
	}
	
	form input.checkbox {
		width: auto;
		background: none;
		border: 0;
	}
	
	form input.submit {
		background: url("../images/backgrounds/form-submit.jpg") top left no-repeat;
		width: 144px;
		height: 40px;
		border: 0;
		font-size: 13px;
		font-weight: bold;
		cursor: pointer;
	}
	
	form .validation-advice {
		background-color: #fde6cb;
		color: #000;
		padding-left: 5px;
	}

#objects {
	margin-left: 30px;
}

#objects ul li {
	float: left;
	width: 205px;
	background: none;
}
	
#objects ul li p {
	width: 161px;
	margin-left: 17px;
	padding: 5px;
	background: #ffe9cd url("../images/backgrounds/object-text.gif") top left repeat-x;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	height: 75px;
}

#objects ul li a {
	font-weight: bold;
}

#objects div.image {
	background: url("../images/backgrounds/object-small.gif") top left no-repeat;
	text-align: center;
}

#photos {
	padding-left: 40px;
	width: 419px;
	height: 201px;
	background: url("../images/backgrounds/photos.gif") top center no-repeat;
}

#photos img {
	float: left;
}

#photos #thumbs img {
	padding: 0 0 6px 3px;
}

#thumbs li {
	background: none;
	padding: 0;
	float: left;
}

#object-carousel {
	width: 211px;
	height: 240px;
	margin-left: 10px;
	background: url("../images/backgrounds/object-small.gif") top center no-repeat;
}
