html {
	___background-image: url(/images/background_bottom.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #ffffff;
		
	color: #231f20;
}

body {
	__background-image: url(/images/background_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

a {
	color: #3cc1f3;
}

td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
}

#content {
}

#footer {
	aabackground-image: url(/images/background_footer.gif);
	aabackground-repeat: no-repeat;
	aabackground-position: bottom left;
	background-color: #1d1b30;
}

#header {
	aabackground-image: url(/images/background_header.gif);
	aabackground-repeat: no-repeat;
	background-color: #ffffff;
}

#sidebar {
}

#sidebar img {
	font-size: 0px;
	margin: 0 0 11px 0;
}

#site {
}


/* HEADER */

#breadcrumb {
	position: absolute;
	top: 82px;
	left: 226px;
	
	width: 704px;
	
	border-top: 1px solid #cccccc;
}

#crumb {
	position: absolute;
	top: -9px;
	left: 20px;
	
	color: #01aef0;
	font-weight: bold;
	
	background-color: #ffffff;
	padding: 0 10px;
}

#headerfoto {
	position: absolute;
	top: 25px;
	left: 0px;
	
	z-index: 7;
}

.headerfoto {
	position: absolute;
	top: 12px;
	left: 15px;
}

#taalkeuze {
	position: absolute;
	top: 105px;
	right: 48px;
	
	width: 108px;

	z-index: 11;
}

#taalkeuze img {
	margin-left: 2px;
}

#taalkeuze a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#taalkeuze .on {
	color: #fffcfc;
}

#taalkeuze .off {
	color: #b4b3b3;
}

#logo {
	position: absolute;
	bottom: 0px;
	left: 0px;

	z-index: 10;
}

#hmodh {
	position: relative;
	
	width: 380px;
	height: 40px;

	z-index: 10;
}

#hmodh a {
	color: #7e7e7e;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
	padding: 16px 0 10px 0;
	display: block;
}

#hmodh img {
	display: inline;
	font-size: 0;
	margin: 0 4px 0 0;
}

#headerbalk {
	padding: 0 0 0 0;
}

#headerbalk_tekst {
	position: relative;
	margin: 0 0 0 0;
}

#login {
	position: absolute;
	top: 148px;
	right: 48px;
	
	text-align: right;

	font-weight: bold;

	z-index: 99;
}

#login, #login a {
	color: #eae9e9;
}


/* SIDEBAR */

#kantoorgegevens {
	position: relative;
	
	margin: 0 0 41px 0;
	
	color: #ffffff;
	font-size: 12px;
}	

#kantoorgegevens a {
	color: #ffffff;
	font-size: 12px;
}

#kantoorgegevens_top {
	padding: 18px 52px 15px 17px;
	
	width: 160px;
	overflow: hidden;
	
	background-image: url(/images/background_kantoorgegevens_top.gif);
	background-repeat: no-repeat;
	
	text-align: left;
}

#kantoorgegevens_bottom {
	position: relative;
	
	width: 219px;

	background-image: url(/images/background_kantoorgegevens_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	padding-bottom: 5px;
}


/* MENU */


#menu {
	z-index: 8;	
	font-size: 0;
}

#menu * {
	z-index: 99;
	font-size: 14px;
	color: #ffffff;
}

#menu a {
	text-decoration: none;
	padding: 0 0 0 0;
	display: block;
	color: #ffffff;
	font-size: 12px;
}

.menu_horizontal {
	position: absolute;
	top: 0px;
	right: 0px;

	width: 930px;
	height: 50px;
}

#menu > .menuitem_on, #menu > .menuitem_off, #menu > .menuitem_active {
	position: relative;
	display: inline;
	float: right;

	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.menuitem_on {
	z-index: 99;
	background-color: #3dbff1;
	height: 50px;
}

.menuitem_off {
	z-index: 98;
	background-color: #01aef0;
	height: 50px;
}

.menuitem_active {
	z-index: 98;
	background-color: #3dbff1;
	height: 50px;
}

.menuitem_on img, .menuitem_off img, .menuitem_active img, .menu_aanbod img {
	padding: 17px 14px 13px 14px;
}

.menuitem_on div, .menuitem_off div, .menuitem_active div {
}

.menuitem_on a span, .menuitem_off a span {
	display: block;
	color: #ffffff;
	font-weight: bold;

	padding: 17px 14px 16px 14px;
}



.submenu {
	overflow: visible;

	visibility: hidden;
	
	margin: 0 0 0 0;
	padding: 1px 0 6px 0;
	
	background-color: #2d489c;
	background-image: url(/images/background_kantoorgegevens_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
	border-top: 1px solid #81a6b7;

	z-index: 10;
}

.submenu_klap {
	position: absolute;
	top: 25px;
	left: 0px;

	z-index: 4;
}

.submenu_klik {
	position: relative;
}

.submenu .menuitem_on, .submenu .menuitem_off, .submenu .menuitem_active {
	position: relative;

	width: 100%;

	padding: 0 0 0 0;
	margin: 0 0 0 0;

	background-repeat: no-repeat;
	
	z-index: 10;
}

.submenu .menuitem_on {
	background-image: url(/images/submenuitem_on.gif);
	background-repeat: repeat-x;
}

.submenu .menuitem_off {
	background-image: url(/images/submenuitem_off.gif);
	background-repeat: repeat-x;
}

.submenu .menuitem_on img, .submenu .menuitem_off img, .submenu > .menuitem_active img {
	margin: 0 0 0 0;
	padding: 4px 0 4px 20px;
}

.subsubmenu {
	position: relative;
	top: 0px;
	left: 20px;

	width: 120px;

	overflow: visible;
}


/* FOOTER */

#footertekst {
	position: absolute;
	top: 20px;
	left: 27px;

	width: 440px;
	font-size: 10px;
	color: #ffffff;
	
	line-height: 18px;
}

#footertekst img {
	position: relative;
	display: inline;
	float: left;

	margin: 0 15px 40px 0;
}

#footertekst a {
	color: #3cbff0;
	text-decoration: none;
	
	padding-bottom: 2px;
	border-bottom: 1px solid #3cbff0;
}

#footertekst em {
	font-weight: bold;
	font-style: normal;
}

#footerlogo {
	position: absolute;
	bottom: 4px;
	right: 48px;
}

#footerlogo_small {
	position: absolute;
	bottom: 5px;
	right: 99px;
}

#slogan {
	position: absolute;
	top: 6px;
	left: 29px;
}

#copyright {
	position: absolute;
	bottom: 24px;
	right: 20px;
	
	text-align: right;
	color: #b5b5b5;
	font-size: 10px;
}

#copyright em {
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

#copyright a {
	color: #3cbff0;
	text-decoration: none;
	
	padding-bottom: 2px;
	border-bottom: 1px solid #3cbff0;
}


/* CONTENT */

#content * {
	z-index: 0;
}

#content ul {
	margin-left: 18px;
	list-style-image: url(/images/li.gif);
}

#content ol {
	margin-left: 24px;
}

#content p {
	margin-top: 0;
	margin-bottom: 1em;
}

#content li {
	margin-bottom: 10px;
}

.padded {
	margin-left: 15px;
	padding: 14px 22px 10px 18px;
	padding: 0px;
}


/* HOME */

#home {
	position: relative;
	width: 516px;
	overflow: hidden;
		
	text-align: left;

	padding: 0 0 0 0;
	margin: 0 34px 0 0;

}

#home_search {
	position: relative;
	width: 380px;
	overflow: hidden;
}

#home_search * {
	margin: 0px;
	padding: 0px;
}

#home_search form {
	margin-bottom: 0px;
}

#home_search select, #home_search option {
	margin: 0px;
	padding: 0px;
}

#home_googlemap {
	position: relative;
	
	width: 482px;
	height: 285px;
	
	margin: 0 0 16px -17px;
}

#zoekform {
	position: relative;
	margin: 0px;
	padding: 8px 2px 8px 2px;
	background-color: #e6f8ff;
	width: 380px;
}

#zoekform .field {
	border: 1px solid #012035;
}

#zoekform select {
	width: 110px;
}

#zoekknoppen {
	position: relative;
	background-color: #00aeef;
	color: #ffffff;
	padding: 4px 0 7px 12px;	
}

#zoekknoppen a {
	color: #ffffff;
	text-decoration: none;
}

#zoekknop {
}

#zoekknop a {
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	display: block;
	padding: 5px 15px 4px 15px;
	background-color: #3cbff0;
}

#home_googlemap {
	background-image: url(/images/googlemap_kader.gif);
	background-repeat: no-repeat;
	
	width: 482px;
	height: 285px;
}

#googlemap {
	position: absolute;
	top: 6px;
	left: 6px;
	
	width: 470px;
	height: 273px;
}

.home_googlemap_tooltip {
	width: 100px;
	height: 100px;
	background-color: black;
}

.googlemap_tl, .googlemap_tr, .googlemap_bl, .googlemap_br {
	position: absolute;
	z-index: 2;
}

.googlemap_tl, .googlemap_tr {
	top: 6px;
}

.googlemap_bl, .googlemap_br {
	bottom: 6px;
}

.googlemap_tl, .googlemap_bl {
	left: 6px;
}

.googlemap_tr, .googlemap_br {
	right: 6px;
}

#homefotos {
	position: relative;
	
	width: 420px;
	min-height: 630px;
	font-size: 0;
}

.homefoto_div {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 202px;
	height: 215px;
}

.homefoto {
	position: absolute;
	top: 8px;
	left: 13px;
	
	width: 176px;
	height: 189px;
}

.homefoto_overlay {	
	width: 202px;
	height: 215px;
}


/* CIB EN BIV */

#cib {
	position: relative;
	margin: 30px 0 15px 23px;
}

#cib img {
	position: relative;
	display: inline;
	float: left;
	
	margin: -14px 8px 0 0;
}

#biv {
	position: absolute;
	top: 17px;
	left: 450px;

	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#biv, #biv *, #cib, #cib * {
	font-size: 10px;
	color: #ffffff;
}

#biv strong {
	font-weight: bold;
}

#makelaars {
	position: relative;

	width: 400px;
	margin: 10px 0 0 0;
}

#biv img {
	position: relative;
	display: inline;
	float: left;
	
	margin: 0 20px 0 0;
}


/* NIEUWS */

#nieuws {
	background-image: url(/images/background_hometekst.gif);
	background-repeat: no-repeat;
	
	text-align: justify;

	padding: 15px 18px 13px 17px;
	
	margin: 0 0 19px 0;
}


.nieuwsitem {
	position: relative;
	
	margin-top: 10px;
	
	color: #5a5b5d;
}

.nieuws_image {
	position: relative;
	display: inline;
	float: left;
	
	border: 1px solid #bdbdbd;
	
	margin: 0 12px 0 0;
}

.nieuwsitem .datum {
	position: absolute;

	color: #ffffff;
	
	width: 27px;
	height: 27px;
	
	text-align: center;
		
	background-image: url(/images/background_datum.gif);
	
	text-transform: uppercase;
}

.nieuwsitem .tekst {
	position: relative;
	margin-left: 43px;
}

.leesmeer {
	position: absolute;
	bottom: -3px;
	right: 0px;
}

.nieuwsitem .leesmeer {
	margin-left: 43px;
	background-image: url(/images/background_leesmeer.gif);
	background-repeat: no-repeat;
}

.terug {
	width: 935px;

	margin: 0 0 10px 0;
	text-align: right;
}

.terug a {
	text-transform: uppercase;
	font-weight: bold;
}

#leesalles {
	position: absolute;
	top: -42px;
	right: 6px;
		
	text-align: right;
}


/* KIJKER */

#kijker, #nieuwbouw {
	position: relative;

	width: 932px;
	margin: 0 0 0 0;
}

#kijker .kijker_1, #kijker .kijker_2, #kijker .kijker_3, #kijker .kijker_4 {
	position: relative;
	display: inline;
	float: left;
	
	width: 231px;
	height: 374px;
	margin: 0 1px;
	
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	
	color: #000000;
}


.kijker_pand_1, .kijker_pand_2, .kijker_pand_3, .kijker_pand_4 {
    position: absolute;
    top: 0px;
    left: 0px;

	width: 231px;
	height: 374px;
}

.kijker_foto1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

.kijker_sticker {
	position: absolute;
	top: -8px;
	left: -8px;
}

.kijker_titel {
	position: absolute;
	top: 25px;
	left: 331px;
	
	width: 300px;
	overflow: hidden;
	
	font-size: 12px;
	color: #333333;
}

.kijker_titel strong {
	font-weight: bold;
	font-size: 16px;
}

.kijker_ref {
	position: absolute;
	top: 188px;
	right: 6px;
	
	text-align: right;
}

.kijker_beschr {
	position: absolute;
	top: 43px;
	left: 331px;
	
	width: 300px;
	height: 90px;
	overflow: hidden;
	
	color: #333333;
	text-align: justify;
}

.kijker_prijs {
	position: absolute;
	bottom: 2px;
	left: 18px;
	
	font-size: 15px;
	color: #324da0;
}

.kijker_prijs strong {
	font-weight: bold;
	color: #324da0;
}

.kijker_info {
	position: absolute;
	top: 154px;
	left: 311px;
}


/* AANBOD */

#map {
	position: relative;
	width: 456px;
	height: 302px;
	
	border: 1px solid #d5dedf;
}

#subtypes {
	position: relative;
	height: 23px;
	font-weight: bold;

	margin: 38px 0 0 0;
}

#subtypes a {
	font-size: 11px;
	color: #00aeef;
	text-decoration: none;
}

#subtypes div a {	
	padding: 3px 10px 3px 10px;
}

#subtypes div {
	color: #ffffff;
	background-color: #f8f8f8;
	margin: 0 3px 0 0;
}

#subtypes .active {
	color: #ffffff;
	background-color: #00aeef;
}

#subtypes .active a {
	color: #ffffff;
}

#volledigaanbod {
}

#aanbod {
	position: relative;
	
	width: 932px;
	margin: 0 0 0 0;
}

#aanbod ul {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#aanbod li {
	position: relative;
	display: inline;
        float: left;
        
	width: 231px;
	height: 374px;
	
        margin: 0 1px 4px 1px;
        
	list-style: none;
}

#aanbod li:firstchild {
}

.aanbodtype {
	position: relative;
}

.pand {
	position: relative;
	width: 231px;
	height: 374px;
	
	background-repeat: no-repeat;
	
	color: #000000;
}

.pand_even {
	background-color: #f1f1f1;
}

.pand_odd {
	background-color: #f1f1f1;
}

.pandfoto1, .projectfoto {
	position: absolute;
	top: 91px;
	left: 16px;

	padding: 0 0 0 0;
}

.pand_even .pandfoto1 {
}

.pand_odd .pandfoto1 {
}

.pandfoto2 {
	position: absolute;
	top: 17px;
	left: 320px;

	width: 145px;
	height: 112px;

	padding: 2px 2px 5px 2px;

	background-repeat: no-repeat;
}

.pandfoto3 {
	position: absolute;
	top: 125px;
	left: 320px;

	width: 145px;
	height: 112px;

	padding: 2px 2px 5px 2px;

	background-repeat: no-repeat;
}

.pand_even .pandfoto2, .pand_even .pandfoto3 {
	background-image: url(/images/background_pandfoto2_even.gif);
}

.pand_odd .pandfoto2, .pand_odd .pandfoto3 {
	background-image: url(/images/background_pandfoto2_odd.gif);
}

.pandsticker {
	position: absolute;
	top: 91px;
	left: 16px;
}

.pandkantoor {
	position: absolute;
	top: 99px;
	left: 273px;
}

.pandmap {
	position: absolute;
	top: 19px;
	left: 304px;
	
	width: 147px;
	height: 200px;
	overflow: hidden;
	
	border: 1px solid #fffdfd;
}

.pandref {
	position: absolute;
	top: 5px;
	right: 12px;
	text-align: right;

	font-size: 10px;
	color: #4d4d4d;	
}

.pandtekst {
	position: absolute;
	top: 253px;
	left: 16px;
	
	width: 194px;
	height: 110px;
	overflow: hidden;

	padding: 0 0 0 0;
}

.pandtype {
	position: absolute;
	top: 16px;
	left: 16px;

	text-align: left;

	font-weight: bold;
	font-size: 15px;
	color: #324da0;
	
	margin: 0 0 0 0;
}

.pandtitel {
	position: relative;
		
	font-size: 14px;
	
	width: 220px;
	height: 14px;
	overflow: hidden;
	
	margin: 0 0 0 0;
}

.pandtitel span {
}

.pandtitel em {
	font-style: normal;
	text-transform: uppercase;
}

.pandbeschr {
	position: relative;
	width: 194px;
	height: 88px;
	
	overflow: hidden;
		
	margin: 0 0 0 0;

	text-align: left;
	font-size: 11px;
}

.pandbalk {
	position: absolute;
	top: 151px;
	left: 0px;
	
	width: 485px;
	height: 27px;
	overflow: hidden;
	
	background-image: url(/images/background_pandbalk.gif);
	background-repeat: no-repeat;
}

.pandbalk > div {
	position: relative;
	display: inline;
	float: left;
	
	margin: 3px 6px 0 6px;
	
	height: 24px;	
}

.pandbalk > img {
	position: relative;
	display: inline;
	float: left;
}

.pandbalk > div img {
	vertical-align: middle;
}

.pandprijs {
	position: absolute;
	top: 213px;
	left: 16px;
		
	width: 194px;
	height: 25px;
	background-color: #00aeef;
	text-align: center;

	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	
	padding: 6px 0 0 0;
}

.pandprijs a {
	text-decoration: none;
	color: #ffffff;
	display: block;
}

.pandprijs em {
	font-style: normal;
	font-size: 15px;
	color: #324da0;
}

.pandinfo {
	position: absolute;
	bottom: 0px;
	right: 0px;

	text-align: right;
}

.pandinfo a {
	color: #00aeef;
	font-size: 12px;
	text-decoration: none;
}

.pandinfo img {
	vertical-align: bottom;
	margin-bottom: 2px;
}

.pandstatus {
	display: none;
	position: absolute;
	top: 5px;
	left: 16px;

	text-align: left;
	font-size: 10px;
}

.pand_odd .pandstatus {
	color: #f1f1f1;
}

.pand_even .pandstatus {
	color: #f1f1f1;
}

#refaanbod {
	position: relative;
	
	width: 980px;
	margin: 20px 0 0 -14px;
}

#refaanbod ul {
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
}

#refaanbod li {
	position: relative;
	display: inline;
        float: left;
        
	width: 306px;
	height: 274px;

        margin-bottom: 21px;
        margin-right: 17px;

	list-style: none;
}


.ref {
	position: relative;
	width: 306px;
	height: 274px;	
}

.ref_pand {
	position: relative;
	
	width: 260px;
	height: 232px;
}

.reffoto, .projectfoto {
	position: absolute;
	top: 0px;
	left: 0px;
	
	border: 2px solid #FFFFFF;
}

.refsticker {
	position: absolute;
	top: -25px;
	left: -23px;
}

.reftitel, .projecttitel {
	position: absolute;
	top: 213px;
	left: 0px;

	width: 260px;
	height: 19px;
	overflow: hidden;

	font-size: 14px;
	background-color: #7cc242;
	color: #ffffff;
	
	padding-left: 4px;

}

.refinfo {
	position: absolute;
	top: 2px;
	right: 3px;
}

.refprijs {
	position: absolute;
	top: 237px;
	left: 20px;

	width: 260px;
	height: 19px;
	overflow: hidden;
	
	font-size: 14px;
	background-color: #00bbe7;
	color: #FFFFFF;	

	padding-left: 4px;
}

#sorteren {
}

#sorteren select, #sorteren option {
	font-weight: normal;
	color: #231f20;
}

#sorteren div {
}

#sorteren a {
}

#filter {
}


/* DETAIL */

#nav {
	position: absolute;
	top: -3px;
	right: 0px;
	
	width: 600px;
	height: 20px;
}

#nav div {
	position: relative;
	display: inline;
	float: right;
	
	margin-left: 10px;
}

#detail {
 	width: 780px;
	background-color: #f2fbff;	
}

#detail_tekst {
	background-color: #ffffff;
	padding-bottom: 10px;
}

#detail_prijs {
	position: absolute;
	top: 0px;
	left: 0px;
	
	padding: 5px 15px 4px 15px;
	
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;

	background-color: #00adef;
}

#detail_geografisch {
	position: relative;
	
	width: 210px;
	margin: 46px 8px 0 20px;
}

#nbfotos {
	position: relative;
	padding: 10px;
	background-color: #f2fbff;	
}

#fotos {
	position: relative;

	margin: 16px 0 0 0;
	
	width: 531px;
	height: 200px;
	overflow: hidden;			
}

#hoofdfoto {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 320px;
	height: 170px;
}

#meerfotos {
}

#slideshow {
	position: absolute;
	top: 0px;
	left: 340px;
	
	text-align: left;
}

#thumbnails {
	position: absolute;
	top: 0px;
	left: 340px;
	
	width: 184px;
	height: 170px;
}

.thumbdiv {
	position: relative;
	width: 82px;
	height: 82px;

	margin: 0 6px 6px 0;
	
	padding: 0 0 0 0;
}

#previousdiv, #morediv, #nextdiv {
	position: relative;
	display: inline;
	float: left;
}

#overzicht {
	position: relative;
	float: right;
	display: inline;
	
	text-align: left;
	background-color: #4d2798;
	text-transform: uppercase;

	height: 14px;
	margin-bottom: 5px;
}

#fotoknoppen {
	position: absolute;
	bottom: 22px;
	left: 0px;
	
	width: 513px;
}

#fotoknoppen div {
}

#fotoknoppen > div {
	__position: relative;
	__display: inline;
	__float: right;
}

#fotoknoppen div div {
	__margin-right: 0px;
	__margin-left: 0px;
}

#previousdiv {
	position: absolute;
	top: 0px;
	left: 0px;
}

#nextdiv {
	position: absolute;
	top: 0px;
	right: 194px;

	text-align: right;
}

#detailknoppen {
	width: 140px;
	height: 120px;
	
	font-size: 0px;
	margin-left: 8px;
}

#detailknoppen img {
	margin: 0 0 14px 0;
}

#indeling {
	width: 660px;
}

#indeling .verdiep {
	color: #565386;
	font-weight: bold;
}

#indeling div {
	position: relative;
	display: inline;
	float: left;

	width: 200px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}

#indeling .opp {
	color: #565386;
	font-weight: bold;
}

#indeling .beschrijving {
	color: #565386;
	font-weight: bold;
}

#indeling .leftcol strong {
	width: 150px !important;
}

#indeling .rightcol {
	color: #5d5d5d;
}

#indeling_zonnepanelen {
	position: absolute;
	top: 25px;
	left: 0px;
	
	text-transform: uppercase;
	color: #636363;
	white-space: nobreak;
}

#ruimtelijke_ordening {
	width: 230px;
}

#ruimtelijke_ordening .leftcol {
	/*font-weight: bold;*/
}

#ruimtelijke_ordening .rightcol {
	color: #000000;
}

#ruimtelijke_ordening .verdiep {
	color: #565386;
	font-weight: bold;
}

#contactform {
	margin: 0 0 40px 0;
}

#contactform td {
	color: #5d5d5d;
	font-size: 11px;
}

#contactform input, #contactform textarea {
	border: 1px solid #adadad;
}

#contactform span {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	background-color: #3cbff0;
}

#contactform a {
	padding: 5px 15px 4px 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	
	display: block;
}


/* KNOPPEN */

.knoppen {
	position: relative;
	
	width: 100%;
	height: 20px;
	
	margin: 0 0 0 0;
	padding: 0px;
}

.knoppen div {
	position: relative;
	display: inline;
	float: left;

	margin: 0 0 3px 0;
	cursor: pointer;

}

.knoppen div div {
	padding: 0px;
	margin: 0px;
}

.knoppen * {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.knoppen a, .knoppen img {
	display: block;
	cursor: pointer;
}

.knop {
	background-image: url(/images/background_knop.gif);
	color: #e67a7a;
	text-align: center;
	
	border-right: 1px solid #6f1010;
	
	min-width: 77px;
	height: 15px;
}

.knop a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}



/* GOOGLE MAP */

#gtab1 {
	top: -32px;
}

.tooltip {
	border: 1px solid #808080;
	padding: 2px 5px 2px 5px;
	color: #000000;
	background-color: #FFFEEE;
	font-weight: normal;
}

#googleplan {
	position: relative;
	width: 765px;
	margin-bottom: 10px;
}

.googletab {
	position: relative;
	display: inline;
	float: left;

	margin: 0 3px 3px 0;
}

.googletab a {
	padding: 0 4px 0 10px;
}

#mapcont_kader {
	position: relative;
	
	width: 663px;
	height: 273px;
	
	padding: 5px;
	
	background-image: url(/images/background_mapcont.gif);
	background-repeat: no-repeat;
}

#mapcont_kader > div {
	position: relative;
}

#mapcont_kader div {
	padding: 0px;
	margin: 0px;
}

#mapcont a {
	color: #000000;
}

.mapcont_tl, .mapcont_tr, .mapcont_bl, .mapcont_br {
	position: absolute;
	z-index: 2;
}

.mapcont_tl, .mapcont_tr {
	top: 5px;
}

.mapcont_bl, .mapcont_br {
	bottom: 5px;
}

.mapcont_tl, .mapcont_bl {
	left: 5px;
}

.mapcont_tr, .mapcont_br {
	right: 5px;
}



/* MISC */

.png {
	behavior: url(/includes/iepngfix.htc);
}


h1 {
	font-size: 16px;
	font-weight: normal;

	color: #333333;
	
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
	
	text-transform: uppercase;
}

h1 .spacer {
	color: #e31818;
}

#nieuws h1 {
	padding: 0 0 0 62px;
	margin: 0 0 18px 0;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;

	color: #262262;
}

h2 em {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;

	color: #00aeef;
}

div {
	vertical-align: top;
}

.hr {
	position: relative;
	background-image: url(/images/hr.gif);
	background-position: center left;
	background-repeat: repeat-x;

	height: 20px;
	width: 100%;
	overflow: hidden;
}

.vr {
	position: relative;
	background-image: url(/images/vr.gif);
	background-position: top center;
	background-repeat: repeat-y;

	width: 19px;
	overflow: hidden;
}

.stippel {
	position: relative;
	background-image: url(/images/stippel.gif);
	background-position: center left;
	background-repeat: repeat-x;

	height: 20px;
	width: 100%;
}

.vstippel {
	position: relative;
	background-image: url(/images/vstippel.gif);
	background-position: top center;
	background-repeat: repeat-y;

	width: 15px;
}

.onderbreking {
	position: relative;
	
	width: 765px;
	height: 10px;

	margin-top: 10px;	
	margin-left: -15px;
	
	background-color: #000000;
}

.strong, .bold {
	font-weight: bold;
}

.large {
	font-size: 14px;
}

.small, .small a, .small i, .small b, .small p {
	font-size: 11px;
	color: #727272;
}


/* NIEUWBOUW */

#geografisch_downloads {
	position: absolute;
	top: 12px;
	left: 535px;
	
	width: 220px;
}

#geografisch_downloads div 
{
	margin-bottom: 0px;
}

#nieuwbouwlijst {
	position: relative;
}

#nieuwbouwlijst a {
	color: #000000;
}

.nieuwbouwlijsthr {
	border-top: 1px solid white;
	border-bottom: 1px solid #CD8C5D;
}

.nieuwbouwlijsthrbottom {
	border-bottom: 1px solid #CD8C5D;
}

.nieuwbouwlijsthrtop {
	border-top: 1px solid white;
}


.formbutton {

}


/* KADER */

.kadertekst {
	z-index: 10;

	padding: 10px 15px 10px 12px;
	margin: 0 0 10px 0;
	
	text-transform: none;
	color: #333333;

	background-color: #eef4f5;	
	border-bottom: 3px solid #1c93ca;
}

.kadertekst .small {

}

.kadertekst td strong {
	text-transform: none;
	color: #565386;
	font-weight: bold;
}

.kadertekst h2 {
	width: 100%;
	margin: 0 0 0px 0px;
	padding: 4px 0 1px 0;

	color: #024f87;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.kadertekst span {
	text-transform: none;
}

.kadertekst table td, .kadertekst .text {
	padding: 2px 6px 2px 6px;
}

.kadertekst td {
}

.kadertekst .thumbtable td {
	padding: 0 0 0 0;
}

.kadertekst table td {
	border-top: 2px solid #eef4f5;
	border-bottom: 2px solid #eef4f5;
}

.kadertekst table .odd, .kadertekst .text {
	background-color: #e2e9ea;
}

.kadertekst table .even {
	background-color: #eef4f5;
}

.kadertekst .text {
	text-transform: none;
}

.kadertekst td a {
	text-transform: none;
}

.kadertitel {
	position: relative;
	
	padding: 0 0 0 18px;
	padding: 0px;
	
	margin: 0px;
}

.leftcol {
	text-transform: none;
	font-weight: normal;
	
	color: #000000;
}

.rightcol {
	text-transform: none;
	font-weight: normal;
	
	color: #5d5d5d;
}


/* STUFF */

.kader {
	border: 1px solid #d5d5d5;
}

.title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	
	display: block;
	
	z-index: 1;
}

.title_klein {
	padding-bottom: 10px;
	margin-bottom: 12px;
	
	display: block;
	
	z-index: 1;
}


.l {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 5px;
	height: 20px;
}

.r {
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 5px;
	height: 20px;
}

.kader_bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	width: 6px;
	height: 6px;
}

.kader_br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	width: 6px;
	height: 6px;
}

.kader_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
