/* @group Library */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/jquery.fancybox-1.3.0.css";

/* @end */


/* @group frame */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #1389af url(../img/BG_body.gif) repeat-x;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

#mainContainer {
	position: relative;
	width: 1080px;
	margin: 0 auto 0 auto;
	padding: 0px 10px 30px 10px;
	background: url(../img/BG_container.png) repeat-y;
}

#footer {
	width: 1060px;
	height: 70px;
	margin: 0 0 0 10px;
	padding: 0;
	border-top: 1px solid #E1E1E1;
}

#header {
	width: 1040px;
	height: 100px;
	margin: 0 20px 0 20px;
	padding: 15px 0 15px 0;
	position: relative;
}

#headerContent{
	position: absolute;
	width: 420px;
	height: 100px;
	overflow: hidden;
	right:5px;
	top:15px;
}

#topMenu{
	width: 1040px;
	height: 40px;
	background: url("../img/BG_menu.gif") no-repeat;
	padding: 0;
	margin: 0 20px 0 20px;
}

#footerMenu{
	width: 1080px;
	margin: 0 auto;
}

.colSingle{
	float: left;
	width: 240px;
	margin: 30px 20px 30px 20px;
	padding: 25px 0 0 0;
}

.colDouble{
	float: left;
	width: 520px;
	margin: 30px 0 30px 0;
	padding: 25px 0 0 0;
}

.colTriple{
	float: left;
	width: 780px;
	margin: 30px 0 30px 0;
	padding: 25px 0 0 0;
}

#container{
	width: 1080px;
	overflow: hidden;
}

/* @end */

/* @group elements */

.sprite {
	background-image: url('../img/sprite.gif');
	background-repeat: no-repeat;
}

.z_shadow {
	width: 1100px;
	height: 9px;
	margin: 0 auto;
	background: url(../img/Z_shadow.png) repeat-y;
}

.indent {
	display: block;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
}

h1.logo{
	background-position: 0 -200px;
	height: 110px;
	width: 300px;
}

h1.logo a{
	display: block;
	height: 110px;
	width: 300px;
}

h2.colHead{
	position: absolute;
	top: 200px;
	color: #69321F;
	padding: 0;
}

.brdTop{
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
}

.brdBottom{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}

#page-navigation{
			float: left;
			display : block ;
			width : 730px;
			height : 40px ;
			padding : 10px 0 0 0 ;
			margin : 20px 0 0 0 ;
			}

#page-navigation a{
			font-size : 12px; ;
			text-align : center ;
			padding:5px 10px ;
			margin :0 5px 0 0px ;
			background:#eee;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			color: #ef9a1d;
			}

#page-navigation a.current, .overview #page-navigation a.current:hover{
			padding:10px 15px ;
			background:#1AB7EA;
			color : #fff ;
			cursor : pointer ;
			}

#page-navigation a:hover{
			background : #ef9a1d ;
			color : #000 ;
			}

#page-navigation .fwd{
			float : right  ;
			width : auto ;
			margin : 5px 0 ;
			}

#page-navigation .nrd{
			text-align : center ;			
			}

#page-navigation .nrd a{
			display : inline-block ;
			}

#page-navigation .rwnd{
			float : left ;
			width : auto ;
			margin : 5px 0 ;
			}

/* @end */

/* @group generic typo */

h1{
	color: #1AB7EA;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

h2{
	color: #1AB7EA;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

h3{
	color: #1AB7EA;
	margin: 8px 0 2px;
	padding: 0;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
}

p{
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}

a{
	color: #ef9a1d;
}

/* @end */

/* @group generic forms */

form fieldset{
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
}

form fieldset ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

form fieldset ul li{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

form fieldset ul li input {
	border: 2px solid #fff;
	height: 24px;
	line-height: 24px;
	width: 210px;
	color: #003b4b;
	font-size: 12px;
	padding: 0 0 0 5px;
}

form fieldset ul li input.tiny{
	width: 70px;
	margin: 0 10px 0 0;
}

form fieldset ul li input.med{
	width: 117px;
}

form fieldset ul li input.tinySmal{
	width: 40px;
}

form fieldset ul li input.medLarge{
	width: 147px;
	margin: 0 10px 0 0;
}

form fieldset ul li input.invalid{
	border: 1px solid red;
}

form fieldset ul li select {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	border: 2px solid #fff;
	height: 24px;
	width: 220px;
	color: #003b4b;
	font-size: 12px;
	padding: 3px 0 0 0;
}

form fieldset ul li select.disabled {
	border: 2px solid #fff;
	background-color: #fff;
}

form fieldset ul li .submitBtn{
	width: auto;
	padding: 2px 5px 2px 5px;
	background-color: #ef9a1d;
	border: none;
	float: right;
	color: #fff;
	cursor: pointer;
}

form fieldset .checkbox input{
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
}

form fieldset .checkbox label{
	font-size: 11px;
}

form fieldset ul li.radio{
	
}

form fieldset ul li.radio input{
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
}

form fieldset ul li.radio span{
	margin: 0 20px 0 0;
}

/* @end */

/* @group formulieren algemeen */

.large-form input
			{
			width : 208px ;
			border : 1px solid #999 ;
			padding : 0 5px ;
			outline : 0 ;
			height: 18px;
			}

.large-form label, .large-form .fakelabel{
			display : block ;
			clear : both ;
			margin : 0 0 4px ;
			line-height: 24px;		
			}

.large-form .fakelabel.radio-check input{
	border: none;
}

.large-form label span,
.large-form .fakelabel label,
.large-form .fakelabel.radio-check span{
			float : left  ;
			width : 200px ;
			clear : none ;
			}
			
.large-form .fakelabel.radio-check div label {
			width : auto ;
			margin-right : 10px ;
			float: left;
			}

.large-form .fakelabel.radio-check div label span {
			width : auto ;
			float: left;
			}

.large-form .fakelabel.radio-check div label input{
			width : auto ;
			margin : 0 2px ;
			float: left;
			}
			
.large-form .checkbox {
	margin: 0 0 0 200px;
}

.large-form p {
	margin: 10px 0 0 0;
}

.large-form .checkbox label span{
	float : left  ;
	width : auto ;
	clear : none ;
	margin: 0 0 0 5px;
}


.large-form .checkbox label input{
	width: auto;
	float: left;
	border: none;
}

.large-form .fakelabel div{
			float : left ;
			}
/*
.large-form .zipnum{
			width : 60px ;
			}

.large-form .ziplet{
			width : 30px ;
			}
*/
.large-form #submit{
			margin-top : 30px ;
			display : block ;
			width : 100px ;
			right : 5px ;
			background : #1ab7ea ;
			border : 0px solid #1ab7ea ;
			height : 30px ;
			padding : 0 20px ;
			color : #fff;
			font-weight:bold ;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			}

#info-aanvraag a.formnav{
			margin-top : 30px ;
			display : block ;
			width : 100px ;
			right : 5px ;
			background : #ef9a1d ;
			border : 0px solid #1ab7ea ;
			height : 30px ;
			padding : 0 20px ;
			color : #fff;
			font-weight:bold ;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			color:#ffffff;
			text-align : center ;
			line-height : 30px ;
			
			}

#info_knop a{
			margin-top : 30px ;
			float: left;	
			width: auto;
			right : 5px ;
			background : #ef9a1d ;
			border : 0px solid #1ab7ea ;
			padding : 5px 20px 5px 20px ;
			color : #fff;
			font-weight:bold ;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			text-align : center ;
			line-height : 30px ;
			}
#info_knop a:hover{
			
			background : #1ab7ea ;
			
			}
			
#error-output{
			display: none;
			position: fixed;
			left : 50% ;
			margin-left : -480px ;
			padding : 10px ;
			top: 10px;
			height: auto;
			width: 936px;
			background-color: #ffffff;
			border : 2px solid #4A92C6 ;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
			z-index: 20000;		
}
.ie #error-output{
			background-color: #ffffff;			
}
.form input.invalid{
			border-color : red  ;
			}

.form textarea.invalid{
			border: 1px solid red;
			}

.form .invalid{
			border: 1px solid red;
			}
/* @end */

/* @group cms styles */

img.space_left
			{
			margin : 0 0 0 10px ;
			}

img.space_right
			{
			margin : 0 10px 0 0 ;
			}

img.align-right
			{
			float : right ;
			clear : right ;
			margin : 0 0 10px 10px ;
			}

img.align-left
			{
			float : left ;
			clear : left ;
			margin : 0 10px 10px 0 ;
			}

.inner-image.right{
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	min-height: 150px;
}

.inner-image.right img{
	
	margin : 0 0 20px 10px;
	padding: 0;
}

.inner-image.right span{
	position: absolute;
	bottom: 3px;
	right: 0px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}			

.inner-image.left{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	min-height: 150px;
}

.inner-image.left img{
	margin : 0 10px 20px 0;
	padding: 0;
}

.inner-image.left span{
	position: absolute;
	bottom: 3px;
	left: 0px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}	

/* @end */

/* @group main menu */
#topMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#topMenu ul li{
	float: left;
	margin: 6px 0 0 0;
	padding: 0;
}

#topMenu ul li a{
	height: 26px;
	line-height: 26px;
	background-position: 0 0;
	padding: 0 12px 0 12px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	
#topMenu ul li a:hover{
	color: #ef9a1d;
	text-decoration: none;
}
	
/* @end */

/* @group side menu */

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

#sideMenu ul li{
	margin: 0 0 4px 0;
	padding: 0;
}

#sideMenu ul li a{
	cursor: pointer;
	display: block;
	padding: 0 0 0 10px;
	background-position: 0 -40px;
	width: 230px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}

#sideMenu ul li a:hover{
	color: #69321f;
}

#sideMenu ul li a.menu-parent{
	background-position: 0 -120px;
}

#sideMenu ul li ul{
	border-left: 1px solid #fbab32;
	border-right: 1px solid #fbab32;
	border-bottom: 1px solid #fbab32;
	-moz-border-radius-bottomright: 4px; 
	-moz-border-radius-bottomleft: 4px;
	margin: 0 1px 4px 0px;
	padding: 4px 0 2px 0;
}

#sideMenu ul li ul li{
	margin: 0 4px 0 4px;
	padding: 0;
}

#sideMenu ul li ul li a{
	color: #333333;
	font-weight: normal;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 6px;
}

#sideMenu ul li ul li a.menu-current{
	width: 224px;
	color: #FFFFFF;
	background-color: #784635;
}

#sideMenu ul li ul li a.menu-parent{
	width: 224px;
	color: #FFFFFF;
	background-color: #784635;
}


#sideMenu ul li ul li ul{
	border: none;
	background-color: #f0eae8;
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-bottomleft: 0px;
	margin: 0 0 2px 0;
	padding: 2px 0 2px 0;
}

#sideMenu ul li ul li ul li a.menu-current{
	width: 218px;
}

/* @end */

/* @group footer menu */

#footerMenu ul{
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
}

#footerMenu ul li{
	float: left;
	margin: 0;
	padding: 0;
	height: 11px;
	line-height: 11px;
}

#footerMenu ul li a{
	background-image: none;
	border-left: 1px solid #fff;
	padding: 0 5px 0 5px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#footerMenu ul li a.menu-first{
	border: none;
}

#footerMenu ul li a:hover{
	color: #ef9a1d;
}

/* @end */

/* @group Sidbar formulieren */

.sideBarForm{
	background-color: #d9e7ea;
	padding: 10px;
	margin: 0 0 10px 0;
}

.sideBarForm h2{
	margin: 0 0 0 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
}

.sideBarForm h2 span{
	color: #EF9A1D;
}

.sideBarForm h3{
	margin: 0 0 0 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.sideBarForm h3 span{
	color: #EF9A1D;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.sideBarForm p{
	margin: 0;
	padding: 0;
}

.sideBarForm input.zipcode{
	width: 60px;
}

.sideBarForm input.place{
	width: 127px;
	margin: 0 0 0 10px;
}

/* @end */

/* @group Nieuwsmodule */

#news{
	float: left;
	width: 520px;
}

.newsSearchForm{
	float: right;
	width: 240px;
	margin: 0 0 0 20px;
	padding: 0;
}

#news .shortItem{
	position: relative;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

#news .shortItem h2{
	background: #003b4b url('../img/newsHeader.jpg') no-repeat right top;
	height: 22px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 8px 0 0 10px;
	margin: 0 0 10px 0;
}

#news .shortItem h2 span{
	position: absolute;
	right: 15px;
	top: 8px;
	height: 20px;
	width: 89px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

#news .shortItem .thumb{
	float: right;
	margin: 0 0 10px 10px;
}

#news .buttons{
	width: 100%;
	height: 20px;
	clear: both;
	float: left;
	position: relative;
}

#news a.readMore{
	display: block;
	float: left;
	width: 67px;
	height: 20px;
	background-position: 0 -353px;
	color: #fff;
	font-size: 11px;
	padding: 0 0 0 8px;
}

#news .shareBtns{
	position: absolute;
	right: 0px;
}

#news .moreNews{
	display: block;
	position: absolute;
	right: 290px;
	bottom: 10px;
	width: auto;
	padding: 2px 5px 2px 5px;
	background-color: #ef9a1d;
	border: none;
	color: #fff;
	cursor: pointer;
}

#news .fullitem h2{
	background: #003b4b url('../img/newsHeader.jpg') no-repeat right top;
	height: 22px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 8px 0 0 10px;
	margin: 0 0 10px 0;
}

#news .fullitem h2 span{
	position: absolute;
	right: 15px;
	top: 8px;
	height: 20px;
	width: 89px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

/* @end */

/* @group Highlight Nieuws */

#highlightNews{
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 520px;
}

.highlightItem{
	position: relative;
	float: left;
	width: 260px;
	height: 150px;
	margin: 0 0 0 0;
}

.highlightItem a.highlightBar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 240px;
	padding: 10px;
	display: block;
	background-image: url('../img/highlight.png');
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.1em #333;
}

.highlightItem a.highlightBar:hover{
	color: #ef9a1d;
	text-decoration: none;
}

.highlightItem a.highlighDate{
	position: absolute;
	top: 15px;
	left: 0px;
	width: 53px;
	height: 19px;
	overflow: hidden;
	background-image: url('../img/highlightDate.png');
	color: #fff;
	padding: 1px 0 0 8px;
	font-size: 10px;
}

/* @end */

/* @group Het huis in beeld */

.hibChoice{
	position: relative;
	float: left;
	width: 370px;
	height: 210px;
	margin: 0 0 20px 0;
}

.hibChoice.bouw{
	margin: 0 20px 20px 0;
}

.hibChoice span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 350px;
	padding: 20px 10px 20px 10px;
	display: block;
	background-image: url('../img/highlight.png');
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.1em #333;
}

#hibHolder{
	float: left;
	width: 780px;
}

.hibListItem{
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	height: 110px;
	width: 130px;
	overflow: hidden;
}

.hibListItem span{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 118px;
	padding: 5px 10px 5px 10px;
	display: block;
	background-image: url('../img/highlight.png');
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-shadow: 0.1em 0.1em 0.1em #333;
}

.hibListItem img{
	width: 128px;
	border: 1px solid #e1e1e1;
	margin: 0;
	padding: 0;
}

.hibDetailPage{
	float: left;
	width: 520px;
	overflow: hidden;
}

.hibInfoForm{
	float: left;
	width: 240px;
	margin: 0 0 0 20px;
	padding: 0;
}

.hibDetailHead{
	position: relative;
	padding: 10px;
	min-height: 110px;
	background-color: #f6f6f6;
}

.hibDetailHead ul{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.hibDetailHead ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.hibDetailLogo{
	position: absolute;
	width: 100px;
	right: 10px;
	top: 10px;
}

.hibDetailsImages{
	margin: 20px 0 0 0;
	padding: 10px;
	height: 100px;
	background-color: #f6f6f6;
}

.hibDetailsImage{
	float: left;
	background-color: #fff;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 15px 0 0;
}

.hibDetailsText{
	margin: 20px 0 0 0;
	padding: 10px;
	background-color: #f6f6f6;
}

.hibDetailsSpecs{
	margin: 20px 0 0 0;
	padding: 10px;
	background-color: #f6f6f6;
}

.hibDetailsSpecs h2{
	margin: 0 0  10px 0;
}

.hibDetailsSpecs ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.hibDetailsSpecs ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}


.hibDetailsSpecs ul li span{
	float: left;
	width: 200px;
}


/* @end */

/* @group kavel module */

#kavel-overzicht{
			background : url(../img/ajaxloader.gif) center center no-repeat;
			}

#kavel-wrapper{
			background : #ffffff ;
			}

.overview .item{
			width : 380px ;
			float : left  ;
			position : relative ;
			height : 100px ;
			margin : 0 0 30px 0;
			}

.overview .item .content-container{
			float : left  ;
			margin: 0 0 0 10px;
			}

.overview .item .thumbnail-container{
			float : left  ;
			margin: 0;
			}

.overview .item .thumbnail-mask{	
			float : left  ;
			height : 100px ;
			width : 100px ;	
			background : url('../img/kavel-thumbmask.gif') ;
			}

.overview .item .empty .thumbnail-mask{
			opacity : 0.35 ;
			filter: alpha(opacity = 35)

			}

.overview .item .thumbnail{
			display : block ;
			height : 100px ;
			width : 100px ;			
			}

.overview .item h2, .overview .item h2 a{
			margin:0px;
			padding : 0 ;
			color:#69321f;
			font-size : 12px ;
			height: 20px;
			width: 250px;
			overflow: hidden;
			}

.overview .item h2{
			height : 25px ;
			margin : 0 20px 10px 0 ;
			border-bottom : 1px dotted #ccc ;
			}


.overview .item  ul{
			list-style : none ;
			font-size : 11px ;
			line-height : 14px ;
			color : #000 ;	
			margin:0;
			width: 240px;
			overflow: hidden;
			}

.overview .item  ul li{
			height: 16px;
			}


.overview .item  ul span{
			color : #999999 ;
			float :left ;
			width : 70px ;
			}

.overview .item .cta-button{
			font-size : 12px ;
			line-height : 12px ;
			font-weight : bold ;
			text-decoration : underline ;
			display : block ;
			height : 12px ;
			position : absolute ;
			bottom : 0px ;
			left : 110px ;
			}

.overview #list-navigation{
			float: left;
			display : block ;
			width : 660px ;
			height : 40px ;
			padding : 10px 0 0 0 ;
			margin : 20px 0 0 0 ;
			border-top : 1px solid #eee ;
			}

.overview #list-navigation a{
			font-size : 12px; ;
			text-align : center ;
			padding:5px 10px ;
			margin :0 5px 0 0px ;
			background:#eee;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			}

.overview #list-navigation a.current, .overview #list-navigation a.current:hover{
			padding:10px 15px ;
			background:#1AB7EA;
			color : #fff ;
			cursor : pointer ;
			}

.overview #list-navigation a:hover{
			background : #ef9a1d ;
			color : #000 ;
			}

.overview #list-navigation .fwd{
			float : right  ;
			width : auto ;
			margin : 5px 0 ;
			}

.overview #list-navigation .nrd{
			text-align : center ;			
			}

.overview #list-navigation .nrd a{
			display : inline-block ;
			}

.overview #list-navigation .rwnd{
			float : left ;
			width : auto ;
			margin : 5px 0 ;
			}	
#filters{
			display : block ;
			clear : both ;
			width : 100% ;
			text-align : right ;
			position : absolute ;
			top : -40px ;	
			font-size : 10px ;
			color : #666; 
			padding-bottom : 10px ;
			border-bottom : 1px solid #ccc; ;	
			}

#filters select{
			width : 60px ;	
			margin-left : 5px ;		
			}

#filters input{
			margin-left : 5px ;
			margin-right : 20px ;		
			}

.detail{
			position : relative ;
			}

.detail .image-section{
			position : absolute ;
			right : 0px ;
			background : #ffffff ;		
			width : 100px ;
			padding : 10px;
			border: 1px solid #ccc ;
			z-index : 100 ;
			}

.detail .image-section a{
			display : block ;		
			width : 100px ;
			height : 100px ;
			margin : 0 0 10px 0 ;
			overflow : hidden ;
			}

.detail h2{
			font-size : 24px ;
			margin : 0 0 20px ;
			}

.detail .image-section h4{
			font-size : 14px;
			color : #ccc; ;
			}

.detail .data-section{
			margin :0 0 20px ;
			padding : 10px ;
			border : 1px solid #cccccc ;
			margin-right : 140px ;
			}
			
.detail .data-section .detailtable{
			width : 100% ;
			}

.detail .data-section .detailtable td{
			line-height : 20px ;
			font-size : 12px;
			border-bottom : 1px solid #eee ;
			margin : 0 ;
			padding : 0 ;
			}

.detail .data-section ul{
			list-style : none ;
			margin : 0;
			
			}

.detail .data-section li{
			border-bottom : 1px solid #eee ;
			height : auto;
			line-height : 20px ;
			font-size : 12px ;
			float: left;
			}

.detail .data-section li:hover{
			background : #fcfcfc ;
			border-bottom : 1px solid #ddd ;
			}
			
.detail .data-section ul.adres{
			list-style : none ;
			margin : 0;
			
			}

.detail .data-section ul.adres li{
			border-bottom : 1px solid #eee ;
			height : auto;
			line-height : 20px ;
			font-size : 12px ;
			float: none;
			}

.detail .data-section ul.adres li:hover{
			background : #fcfcfc ;
			border-bottom : 1px solid #ddd ;
			}			

.detail .data-section ul span.kavinfo_title{
			float: left;
			width : 170px ;
			}

.detail .data-section ul span.kavinfo{
			float: left;
			width : 330px ;
			margin: 0 0 0 10px;
			}
			
			

.detail .data-section .largefield span{
			display : block ;
			float : none  ;
			width : auto ;
			margin-bottom : 5px ;
			}

.detail h3{
			font-size : 18px ;
			margin : 0 0 10px ;
			color : #1AB7EA ;
			font-weight : bold ;			
			}

.detail h3{
			font-size : 18px ;
			margin : 0 0 10px ;
			color : #1AB7EA ;
			font-weight : bold ;
			}
#large-image-section.js{
			position : absolute ;
			top : 60px ;
			right : 140px ;
			width : 520px ;
			overflow : hidden ;
			z-index : 100 ;
			
			}
#dimpage{
			background : #000 ;
			z-index : 50 ;
			position : absolute ;
			top : 0px ;
			left : 0px ;
			bottom : 0px ;
			right : 0px ;
			display : none ;
			}

/* @end */


/* @group info aanvraag */

.more-info-popup{
			position : absolute ;
			padding:10px;
			width : 286px;
			border : 2px solid #333; ;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background : #fff ;
			left : 0px ;
			top : 0px ;
			}

.more-info-popup img{
	float:left ;
	width : 100px ;
	margin-right : 20px ;
	padding-right : 10px ;
	border-right : 1px solid #ccc ;
				}

.more-info-popup p{
				margin : 0 ;
				padding : 0 ;
				font-size : 11px;
				line-height : 12px ;
	
				}
			
label span.popup{
			display : block ;
			position : absolute ;
			right : 10px ;
			top : 6px ;
			border : 1px solid #999 ;
			border-top-width : 2px ;
			height : 4px ;
			width : 6px ;
			}

label.pop span.popup{
			display : block ;
			position : absolute ;
			right : 10px ;
			top : 5px ;
			border : 1px solid #ef9a1d ;
			border-top-width : 2px ;
			height : 6px ;
			width : 8px ;
			}

#info-aanvraag fieldset{
			width : 640px ;
			padding : 10px;
			margin : 10px 0 ;
			border : 1px solid #ccc;	
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			display: block;
			}

#info-aanvraag #ctrlchk fieldset label{
			
			width : 305px;
			float : left ;
			position : relative ;
			overflow : hidden ;
			padding : 0 0 0 5px ;
			list-style : none ;
			white-space : nowrap ;
			height : 20px ;
			margin:2px 10px 2px 0 ;
			background : #f3f3f3 ;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			}

#info-aanvraag #ctrlchk fieldset label.pop:hover{
			
			width : 305px;
			float : left ;
			position : relative ;
			overflow : hidden ;
			padding : 0 0 0 5px ;
			list-style : none ;
			white-space : nowrap ;
			height : 20px ;
			margin:2px 10px 2px 0 ;
			background : #333 ;
			color : #fff ;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			}



#info-aanvraag #ctrlchk fieldset label:hover{			
			background : #ccc ;
			}

#info-aanvraag #ctrlchk fieldset label.active{
			background : #d1f1fb ;
			}
#info-aanvraag #ctrlchk fieldset label input{
			margin-right : 5px ;
			}

/* @end */

/* @group newsmodule */

img.align-right{
			float : right  ;
			clear : right ;
			margin-bottom : 10px ;
			margin-left : 10px ;
			}

.news_item h3, .widget h2{
			color : #1eb5e4 ;
			font-size : 16px ;
			line-height : 20px ;
			margin : 0 0 10px 0 ;
			}

.news_item h3 a{
			color : #1eb5e4 ;
			}


/* @end */

/* @group banners */

#footer .banner{
	float: left;
	margin: 10px 40px 0 40px;
}

.colSingle .banner{
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E1E1E1;
}

.colSingle .banner.footer{
	
}

.banner-container{
display: block;
border: 1px solid #ccc;
margin: 0 0 10px 0;
padding: 10px;
height: 50px;
}

.banner-container .banner{
	float: left;
}


.banner-container .banner{
	margin: 0 45px;
}

#col_single .banner-container .banner{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #E1E1E1;
}

#col_single .banner-container .banner.first-child{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #E1E1E1;
}

#col_single .banner-container .banner.last-child{
	margin: 0 0 0 0;
	border: none;
}

.banner-container .banner.first-child{
	margin: 0 45px 0 0;
}

.banner-container .banner.last-child{
	margin: 0 0 0 45px;
}

.banner-container .banner.last-child.first-child{
	margin: 0 45px 0 0;
}

.banner.footer {
	width: 180px;
	height: 50px;
	overflow: hidden;
} 

/* @end */


/* @group browser warning */

#browser-warning{
			position: fixed;
			left:0px;
			top: 0px;
			z-index:2000;
			text-align : left ;
			font-size : 10px ;
			margin : 0 0 0 50px;
			width : 960px;
			height : 50px ;
			overflow : hidden ;
			display:none;
			}

#browser-warning table td{
			vertical-align : top ;
			margin:0;
			padding:0;
			}

#browser-warning table td p{
			padding : 10px ;
			font-size : 10px ;
			line-height : 14px ;	
			}

/* @end */

/* @group inner styles */
p.tip {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    padding: 20px 100px 20px 20px;
}
p.tip span {
    color: #CCCCCC;
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 0 #666666;
    text-transform: lowercase;
}
p.tip span:first-letter {
    text-transform: uppercase;
}
img.space_left {
    margin: 0 0 0 10px;
}
img.space_right {
    margin: 0 10px 0 0;
}
img.align-right {
    clear: right;
    float: right;
    margin: 0 0 10px 10px;
}
img.align-left {
    clear: left;
    float: left;
    margin: 0 10px 10px 0;
}
.inner-image.right {
    float: right;
    margin: 0;
    min-height: 150px;
    padding: 0;
    position: relative;
}
.inner-image.right img {
    margin: 0 0 20px 10px;
    padding: 0;
}
.inner-image.right span {
    bottom: 3px;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}
.inner-image.left {
    float: left;
    margin: 0;
    min-height: 150px;
    padding: 0;
    position: relative;
}
.inner-image.left img {
    margin: 0 10px 20px 0;
    padding: 0;
}
.inner-image.left span {
    bottom: 3px;
    font-size: 0.8em;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
/* @end */
