/* @group • Essentials */


/* Brand Repubic CSS Framework
/* Template:CSS_FRAMEWORK_BASE*/

/* Author:Jurre-Jan Smit*/

/* Version:0.8.5*/

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

/* Preferable editor:CSSEdit */

/* @group Library */

@import "lib/reset.css";
@import "lib/typography.css";

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

/* @end */
/* @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;
	
	/* overflow-y:scroll; */
}

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


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

#footer {
	width: 1055px;
	min-height: 70px;
	height: auto;
	margin: 0 auto;
	padding: 15px 10px 15px 35px;
	background: url(../img/BG_footer.png) repeat-y;
}

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

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

#header_content{
position: absolute;
right: 0px;
top: 15px;
width: 750px;
height: 100px;
overflow: hidden;
}

#crums{
	margin: -5px 0 15px 0;
	font-size: 9px;
	color: #4e2719;
}

#crums span{
	color: #999999;
}

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

#col_left {
	width: 320px;
	float: left;
	margin: 0 20px 0 20px;
	overflow: hidden;
}

#col_single {
	float: left;
	width: 200px;
	margin: 0 20px 0 20px;
}

#col_single.bannerplace{
	margin: 18px 20px 0 20px;
}

#col_double {
	float: left;
	width: 440px;
	margin: 0 20px 0 20px;
}

#col_triple {
	float: left;
	width: 680px;
	margin: 0 20px 0 20px;
}

#footer_menu{
	position: relative;
	width: 1000px;
	margin: 0 auto 30px auto;
}

/* @end */

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

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

/* @group headings */

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

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


h1{
	margin: 0 0 20px;
	padding: 0 0 5px 0;
	color: #69321f;
	font-size: 18px;
	font-weight: bold;
	border: none;
	line-height: 28px;
}

h1.border{
	border-bottom: 1px solid #e1e1e1;
}

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

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

/* @end */

/* @group typografie */

a{
	color: #faa21b;
	text-decoration: none;
}

a:visited{
	color: #faa21b;
	text-decoration: none;
}

a:hover{
	color: #1ab7ea;
}

p{
	margin: 0 0 15px 0;
	padding: 0;
}

#col_double td{
	vertical-align: top;
}

#col_double td img{
	padding: 0 0 0 15px;
}

p.tip {
	
	line-height: 18px;
	font-size: 14px;
	font-weight : normal ;
	font-style: italic;
	font-family : Georgia ;
	
	padding : 20px 100px 20px 20px ;
	background : #f9f9f9 ;
	border : 1px solid #eeeeee ;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	/*
		-moz-box-shadow:2px 2px 2px #ccc;
		-moz-webkit-shadow:1px 1px 1px #ccc;
	*/
	
}

p.tip span{
	
	line-height: 16px;
	font-size: 36px;
	color : #ccc ;
	display : block ;
	margin : 0px 0px 20px 0 ;
	font-weight : bold ;
	text-transform : lowercase ;
	text-shadow : 0px 1px 0px #666 ;
	
	/*
		-moz-box-shadow:2px 2px 2px #ccc;
		-moz-webkit-shadow:1px 1px 1px #ccc;
	*/
	
}

p.tip span:first-letter{
	
	text-transform : uppercase ;
	
	/*
		-moz-box-shadow:2px 2px 2px #ccc;
		-moz-webkit-shadow:1px 1px 1px #ccc;
	*/
	
}	

/* @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 menus */

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

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

ul#top_menu 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;
}

ul#top_menu li a:hover{
	color: #faa21b;
}

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

ul.side_menu li{
	margin: 0 0 4px 0;
	padding: 0;
}

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

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

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

ul.side_menu 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 0 4px 0;
	padding: 4px 0 2px 0;
}

ul.side_menu li ul li{
	margin: 0 4px 0 4px;
	padding: 0;
}

ul.side_menu 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;
}

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

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


ul.side_menu 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;
}

ul.side_menu li ul li ul li a{
	padding: 0 0 0 5px;
}

ul.side_menu li ul li ul li a.menu-current{
	background-color: #784635;
	color: #ffffff;
	width: 296px;
}


ul#bottom_menu{
	position: absolute;
	right: -25px;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

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


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

ul#bottom_menu li a:hover{
	color: #faa21b;
}

/* @end */

/* @group kavel-search-widget */

#kavel-search-widget h2{
	color : #69321f ;
	font-size : 18px ;
	height : 20px ;
	line-height : 20px ;
}

#kavel-search-widget h2 .amount{
	color : #faa21b ;
}

#kavel-search-widget #searchbox{
	background: #69321f url('../img/kavel-search-widget-bottom.gif') bottom left no-repeat;
	margin: 0 0 20px 0;
}

#kavel-search-widget #searchbox form{
	background: url('../img/kavel-search-widget-top.gif') top left no-repeat;
	margin : 0 ;
	padding : 20px ;
}

#kavel-search-widget #searchbox select{
	display : block  ;
	width:280px;
	background : #fff;
	border : 3px solid #fff ;
	height : 30px ;
	font-size : 14px ;
	line-height : 32px ;
	color : #000 ;
	margin : 0 0 10px ;
}

#kavel-search-widget #searchbox .disabled{
	opacity : 0.1 ;
}

#kavel-search-widget #searchbox #kavel-search-submit{
	background : #FAA21B ;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	height : 30px ;
	font-size : 14px ;
	line-height : 32px ;
	border : 0px solid #FAA21B ;
	color : #fff ;
	width : auto ;
	float : right ;
	clear : both ;
}


/* @end */

/* @group widgets */

.widget{
			margin : 0 0 20px 0  ;
			padding : 0 0 20px;
			border-bottom : 1px solid #ccc;
			}


/* @end */

/* @group kavel module */

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

#kavel-wrapper{
			background : #ffffff ;
			}

.overview .item{
			width : 340px ;
			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: 210px;
			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: 200px;
			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 : #FAA21B ;
			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 : relative ;
			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 huis in beeld */

#huis-in-beeld {
			margin-bottom : 20px ;
			}

#huis-in-beeld h3{
			font-size : 14px ;
			height : 14px ;
			margin : 6px 0 20px ;
			color : #1ab7ea ;
			}

#search-huis{
			width : 440px ;
			float : left ; ;
			}

#search-huis fieldset{
			float : left ;
			width : 145px ;
			overflow : hidden ;
			font-size : 10px ;
			line-height : 10px ;
			}

#search-huis fieldset ul{
			margin : 0 ;
			padding : 0 ;
			list-style : none ;
			}

#search-huis fieldset li{
			width : 140px ;
			overflow : hidden ;
			margin : 0 0 2px 0 ;
			padding : 0 ;
			list-style : none ;
			white-space : nowrap ;
			height : 22px ;
			line-height: 22px;
			margin:1px 0 ;
			background : #fafafa ;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			}

#search-huis fieldset li:hover{
			
			background : #eee ;
			}

#search-huis fieldset li.active{
			background : #d1f1fb ;
			}

#search-huis fieldset input{
			margin : 0 5px 0 0 ;
			height : 16px ;
			}

#search-huis fieldset label{
			cursor : pointer ;
			height : 24px ;
			line-height : 24px;
			padding:0 2px;
			margin : 0 ;
			border-width: 0px !important;
			outline : 0 ;
			position : relative ;
			float: left;
			}
#submitbar{
			background : #e7e7e7 ;
			height : 30px ;
			float : left  ;
			clear : both ;
			width : 420px ;
			padding : 5px 5px ;
			position : relative ;
			top : 20px ;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			
			}

#submitbar #submit{
			position : absolute ;
			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;
			}

#submitbar input{
				cursor : pointer ;
				}

#submitbar #reset{
			position : absolute ;
			display : block ;
			left : 10px ;
			text-align : left ;
			font-size : 10px ;
			height : 30px ;
			border : 0px solid #e7e7e7 ;
			color : #999 ;
			text-decoration : underline  ;
			background : #e7e7e7 ;
			}			
#select-bedrijf{
			width : 199px ;
			margin-left : 460px ;
			padding-left : 20px ;
			border-left : 1px solid #ccc ;
			}
			
#select-bedrijf h3{
			font-size : 12px ;
			}

#select-bedrijf ul{
			margin : 0 ;
			padding : 0 ;
			}
#select-bedrijf li{
			height : 120px ;
			width : 99px ;
			float:left;
			list-style : none ;
			margin:0;
			}

#select-bedrijf li .image{
			display : block ;
			width : 80px ;
			height : 80px ;
			overflow : hidden ;
			background-color : #eee ;
			background-position : center center;
			-moz-border-radius:3px;
			float : left ;
			margin : 0 19px 10px 0 ;

			}

#select-bedrijf li .name{
			display : block ;
			width : 80px ;
			font-size : 10px ;
			overflow : hidden ;
			float : left ;
			font-size:10px ;
			line-height:12px
			}

#select-bedrijf li a{
			font-size : 12px ;
			color : #333 ;
			}

#select-bedrijf li a:hover{
			font-size : 12px ;
			color : #666 ;
			}
/* @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 #faa21b ;
			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 */
.banner {
	float: left;
}	

#footer .banner.footer{
	width: 180px;
	height: 50px;
	overflow: hidden;
	margin: 10px 39px 0 39px;
}

#header_content .banner{
	float: right;
	width: 420px;
	height: 100px;
	overflow: hidden;
}

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

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

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

#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 29px 0 0;
}

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

.banner-container .banner.last-child.first-child{
	margin: 0 29px 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 : #faa21b ;
			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 : #faa21b ;
			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 .wrapper.invalid{
			border: 1px solid red;
			}
/* @end */

/* @group Aanmeld formulier kavels */
.adKavel{
	padding: 0 20px 0 20px;
}


/* @end */

			