@charset 'utf-8';
address {
	font-style:normal;
	font-size:1.2em;
	padding-bottom:1em;
}
#home-text {
	float:right;
	width:300px;
	padding-right:15px;
	padding-top:1em;
	overflow:hidden;
}
#home-text p {
	margin-bottom:1em;
	font-weight:normal;
}
#home-text h2 {
	font-size:1.4em;
}
#home-carousel {
	/* 
	 * 469 x 278 fullsize
	 * img position 12px from top,
	 * 25px from bottom,
	 * 142px from right, 18px from left
	 */
	width:469px;
	height:278px;
	overflow:hidden;
	background:url(../img/carousel.png) no-repeat center;
	position:relative;
	float:left;
}
#home-carousel #carousel {
	width:309px;
	height:242px;
	overflow:hidden;
	position:absolute;
	top:13px;
	left:19px;
	line-height:243px;
	text-align:center;
}
#home-carousel #carousel img {
	width:350px;
}

#home-carousel .menu {
	/*
	 * 12 px from the right,
	 * 35 px from the top
	 * 110px wide
	 * 190px high
	 */
	position:absolute;
	top:28px;
	right:18px;
	width:100px;
	height:230px;
}
#home-carousel .menu ul {
	list-style:none;
}
#home-carousel .menu ul li {
	clear:both;
	height:12px;
	text-align:left;
	border-bottom:1px solid white;
	padding:13px 0 13px 5px;
}
#home-carousel .menu ul li a {
	display:block;
	height:12px;
	width:90px;
	overflow:hidden;
	background-position:top left;
	background-repeat:no-repeat;
}
#home-carousel .menu ul li.noborder {
	border:0;
}
#home-carousel .menu ul li a:hover, #home-carousel .menu ul li a.active {
	background-position:bottom left;
}
#home-carousel .menu ul li a span {
	display:none;
}
/* Menu items */
#home-carousel a#home {
	background-image:url(../img/menu/home.gif);
}
#home-carousel a#aanbod {
	background-image:url(../img/menu/aanbod.gif);
}
#home-carousel a#overdrachten {
	background-image:url(../img/menu/overdrachten.gif);
}
#home-carousel a#taxaties {
	background-image:url(../img/menu/taxaties.gif);
}
#home-carousel a#contact {
	background-image:url(../img/menu/contact.gif);
}

a#homeButton {
	display:block;
	position:absolute;
	bottom:20px;
	right:12px;
}
/*
 * Footer
 */
div#footer-small {
	margin-top:3em;
	height:24px;
	padding-top:9px;
	padding-bottom:12px;
	width:100%;
	overflow:hidden;
	background:#3b7fd3 url(../img/footer-small.png) repeat-x;
	text-align:center;
}
div#footer-small p {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0.3em;
	color:#ffffff;
	white-space:nowrap;
	text-align:center;
}

/*
 * Aanbodpagina
 */
div.aanbodlist {
	width:765px;
	overflow:hidden;
	margin-left:6px;
	background:url(../img/aanbodbg.gif) repeat-y center;
	position:relative;
}
div.aanbodlist p {
	margin-left:10px;
}
div.aanbodlist ul {
	list-style:none;
}
div.aanbodlist ul li {
	width:759px;
	height:232px;
	padding:0 3px;
	overflow:hidden;
	clear:both;
	background:url(../img/listheader.gif) no-repeat center;
	position:relative;
}
div.aanbodlist ul li .image {
	width:240px;
	height:186px;
	overflow:hidden;
	position:absolute;
	bottom:3px;
	left:5px;
}
div.aanbodlist ul li .image img {
	width:260px;
}
div.aanbodlist ul li h2 {
	clear:both;
	color:#ffffff;
	font-size:2.1em;
	height:39px;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:0.6em;
}
div.aanbodlist ul li h2 a {
	color:#ffffff;
	text-decoration:none;
}
div.aanbodlist ul li h2 a:hover {
	color:#ffffff;
	text-decoration:none;
}
div.aanbodlist ul li .desc {
	width:480px;
	height:166px;
	padding:20px 5px 10px 5px;
	position:absolute;
	bottom:3px;
	right:3px;
}
.desc dl {
	font-size:1.3em;
}
.desc dt {
	float:left;
	clear:left;
	width:120px;
	height:25px;
	line-height:25px;
}
.desc dt span {
	display:none;
}
.desc dt.plaats {
	background:url(../img/aanbod_layout/plaats.gif) no-repeat left;
}
.desc dt.adres {
	background:url(../img/aanbod_layout/adres.gif) no-repeat left;
}
.desc dt.afmetingen {
	background:url(../img/aanbod_layout/afmetingen.gif) no-repeat left;
}
.desc dt.casco {
	background:url(../img/aanbod_layout/casco.gif) no-repeat left;
}
.desc dt.prijs {
	background:url(../img/aanbod_layout/prijs.gif) no-repeat left;
}
.desc dt.info {
	background:url(../img/aanbod_layout/info.gif) no-repeat left;
}
/* Same, but with light blue */
.desc dl.lb dt.plaats {
	background:url(../img/aanbod_layout/plaatsB.gif) no-repeat left;
}
.desc dl.lb dt.adres {
	background:url(../img/aanbod_layout/adresB.gif) no-repeat left;
}
.desc dl.lb dt.afmetingen {
	background:url(../img/aanbod_layout/afmetingenB.gif) no-repeat left;
}
.desc dl.lb dt.casco {
	background:url(../img/aanbod_layout/cascoB.gif) no-repeat left;
}
.desc dl.lb dt.prijs {
	background:url(../img/aanbod_layout/prijsB.gif) no-repeat left;
}
.desc dl.lb dt.info {
	background:url(../img/aanbod_layout/infoB.gif) no-repeat left;
}

.desc dd {
	clear:right;
	height:25px;
	line-height:25px;
	width:300px;
	overflow:hidden;
}
.lb dd {
	width:200px;
}
.desc dd p {
	font-size:1em;
	font-weight:normal;
	margin:0;
	white-space:nowrap;
}
.desc dd.kortinfo {
	height:50px;
}
.desc dd.kortinfo p {
	white-space:normal;
}
/*
 * Objectpagina
 */
div.item {
	width:800px;
	background:url(../img/aanbod_layout/item_lines.gif) repeat-y 442px 45px;
	position:relative;
	top:-45px;
	color:#000000;
	height:250px;
	overflow:hidden;
}
div.item img.header-fixer {
	display:block;
	position:absolute;
	top:0;
	right:0;
}
div.item .desc {
	position:absolute;
	top:60px;
	left:30px;
	width:410px;
	height:200px;
}
div.item h2.bootnaam {
	font-size:2.1em;
	color:#ffffff;
	position:absolute;
	top:4px;
	left:50px;
}
div.item .previews {
	position:absolute;
	top:0;
	right:12px;
	width:340px;
	height:250px;
	padding:0;
	overflow:hidden;
}
div.item .previews .container {
	position:absolute;
	top:0;
	left:0;
	width:340px;
	height:247px;
	overflow:hidden;
}
div.item .previews .container #map_canvas {
	width:340px;
	height:247px;
}
div.item .previews img#preview {
	/* Slightly bigger than container,
	   so it will almost always fill */
	width:360px;
}
div.item .icons {
	position:absolute;
	right:370px;
	top:60px;
	width:75px;
	height:65px;
	overflow:hidden;
}
div.item .icons a {
	margin-bottom:15px;
	height:25px;
	display:block;
}
div.photo-bar {
	margin-top:-45px;
	width:800px;
	height:86px;
	background:url(../img/aanbod_layout/photobar.gif) repeat-x;
	overflow:hidden;
}
div.photo-bar ul {
	height:86px;
	/* Display full row */
	width:1000px;
	list-style:none;
	margin:0;
	padding:0;
}
div.photo-bar ul li {
	background:url(../img/aanbod_layout/photobar-photo.gif) no-repeat;
	width:97px;
	height:74px;
	padding-top:3px;
	padding-left:1px;
	padding-right:3px;
	padding-bottom:19px;
	overflow:hidden;
	float:left;
}
div.photo-bar ul li .thumb-container {
	width:97px;
	height:74px;
	overflow:hidden;
}
div.photo-bar ul li img {
	/* Slightly bigger than it's container,
	   so it will always fill (slightly cropped) */
	width:102px;
}
div.fulldesc {
	font-size:1.2em;
	padding:1.5em;
	color:#000000;
}
div.fulldesc p {
	margin-bottom:1em;
	font-weight:normal;
}

/*
 * Google Maps control
 */
div.maps-outer {
	border:1px solid black;
	background-color:#ffffff;
	font-family:Arial, Helvetica;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	width:6.5em;
	cursor:pointer;
	height:17px;
}
div.maps-outer div {
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	height:14px;
	padding:1px;
	line-height:13px;
}

