body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	background: #f5f5f5;
	text-align: center; /* IE */
}

a {
	color: #000000;	
}

h1 {
	color: #96bf0d;
	font-family: Arial;
	font-size: 22px;
	margin: 0 0 5px 0;
}

h2 {
	color: #96bf0d;
	font-family: Arial;
	font-size: 18px;
	margin: 0 0 3px 0;
}

h3, h3 a {
	color: #96bf0d;
	font-family: Arial;
	font-size: 14px;
	margin: 0 0 3px 0;
}

#body-wrapper {
	width: 1001px;
	margin: 0 auto;
	text-align: left;
}

#content-wrapper {
	background: #fff;
}

#content-sidebar {
	font-size: 10px;
	text-align: right;
	color: #afafaf;
	float: left;
	width: 237px; 
	height: 470px;
	padding: 0px 0px 20px 0px;
	background: #fff url('../img/logo.gif') no-repeat top right;
}

#content-sidebar a {
	color: #afafaf;
}

#address {
	height: 350px;
	width: 237px;
	padding: 0px;
	font-size: 10px;
	text-align: right;
	color: #afafaf;
	float: left;
	position: relative;
	top: -360px;
	left: -5px;
	margin-right: -237px;
	margin-bottom: -720px;
	}
#address a {
	color: #afafaf;
}

#content-main {
	float: right;
	width: 764px; /*  764px */
	padding: 0px;
	padding-bottom: 10px;
}

#canvas {
	padding: 28px 0px 0px 26px;
	font-size: 11px;
	color: #323232;
	width: 470px;
	float: left;
}

#content-right {
	float: left;
	padding: 8px 0 0 20px;
	font-size: 11px;
	color: #323232;
	width: 237px;
	overflow-y: auto; 
	overflow-x: no;
/*	position: relative;
	top: -30px; */
}

#colored-line {
	clear: both;
	background: #000 url('../img/colored-line.gif') repeat-y top left;
	height: 4px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#secondary-menu {
	height: 16px;
	margin: 3px;
	float: right;
	list-style: none;
}
#secondary-menu  li {
	height: 16px;
	float: left;
	padding: 0; margin: 0;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #777777;
}

#secondary-menu  li.last {
	border: 0;
}

#secondary-menu  li a {
	height: 16px;
	line-height: 16px;
	color: #777777;
	font-size: 10px;
	text-decoration: none;
}

.clear, br {
	clear: both;
}

#main-menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 35px;
}

#main-menu li {

	float: left;
	padding: 0 0 0 8px;
	margin: 0;
}

#main-menu li.selected {
	background: #e7e7e7 url('../img/menu-selected-left.gif') no-repeat top left;
}

#main-menu a {
	display: inline-block;
	height: 23px;
	padding: 0; 
	margin: 0;
	padding-right: 8px;
	color: #88146a;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#main-menu li.selected a {
	background: #e7e7e7 url('../img/menu-selected-right.gif') no-repeat top right;
}

#main-menu li ul {
	display: none;
}

#container-submenu {
	padding: 10px 0 0;
	width: 490px;
	float: left;
}

#container-submenu ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	width: 500px;
}

#container-submenu ul li {
	float: left;
	width: 230px;
	margin: 2px 10px 0 0;
	padding: 0px 0px 3px 0px;
}

#container-submenu ul li.selected {
	background: #e7e7e7 url('../img/submenu-selected.gif') no-repeat bottom left; 
}

#container-submenu ul li a {
	background: #fff url('../img/arrow_new.gif') no-repeat top left;
	padding: 0px 0 0px 20px;
	display: block;
	width: 230px;
	color: #88146a;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#container-submenu ul li > a {
	width: 210px;
}

#container-submenu ul li.selected a {
	background: #e7e7e7 url('../img/submenu-selected.gif') no-repeat top left;
}

p.bodytext {
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0;
}

#searchbox-container {
	float: right;
	padding: 7px;
}
#searchbox-container form {
	margin: 0;
	padding: 0;
	height: 17px;
	width: 196px;
	background: #fff url('../img/search-form-background.gif') repeat-x center left;
}

#searchbox-container input {
	margin: 0;
	padding: 0;
	border: 0;
	height: 17px;
}
#searchbox-container .searchfield {
	float: left;
	background: transparent url('../img/search-input-left.gif') no-repeat center left;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #8e8e8e;
	width: 180px;
}
#searchbox-container .button {
	float: left;
	height: 17px;
	width: 16px;
	background: transparent url('../img/search-input-right.gif') no-repeat center right;
}

#breadcrumbs {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 8px 0;
}

#breadcrumbs li {
	float: left;
	background: #fff url('../img/arrow-black.png') no-repeat bottom right;
	padding: 0 13px 0 6px;
}

#breadcrumbs li a {
	color: #777777;
	font-size: 11px;
}


#breadcrumbs li.selected {
	background: #fff;
}

#breadcrumbs li.selected  a {
	text-decoration: none;
}

#footer {
	background: #e7e7e7 url('../img/footer-background.png') no-repeat bottom left;
	padding: 8px 10px 20px 10px;
}

#footer ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 18px 0 0;
	width: 125px;
}

#footer ul.double {
	width: 250px;
}

#footer ul li {	
	font-size: 10px;
	float: left;
	margin: 0;
	padding: 0;
	width: 125px;
}

#footer a {
	text-decoration: none;
	color: #8e8e8e;
}

#footer ul li.title {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
}
#footer ul.double li.title {
	width: 235px;
}

.fontsize-button {
	border: 0;
	vertical-align: bottom;
	cursor: pointer;
	margin-bottom: 1px;
}

/* infoblocks home & next */

div.home #breadcrumbs {
	display: none;
	}
div.home div#content-left {
	width: 764px;
	padding: 20px 0px 20px 15px;
}
div.home div#canvas {
	width: 525px;
	float: left;
	padding: 0px 0px 0px 15px;
}
div.home div#content-right {
	width: 200px;
	float: left;
	padding: 0px 0px 0px 15px;
	overflow-y: auto; 
	overflow-x: no;
	top: 0px;
}
div.home div#content-border {
	width: 764px;
	padding: 20px 0px 20px 15px;
}

div.home div#content-border div.csc-textpic {
	width: 237px;
	height: 100px;
	float: left;
	margin-right: 11px;
	overflow: hidden;
}

/*
div.home div#content-border div.csc-textpic * {
	width: 237px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
*/

div.home div#content-border div.csc-textpic-clear {
	display: none;
}

/* NEW BLOCKS start */

div.home div#content-border {
	width: 764px;
	height: 100px ! important;
	padding: 0px 0px 0px 15px ! important;
	margin-bottom: -10px;
}
div.home div#content-border div.csc-frame {
	width: 237px;
	height: 100px;
	margin-right: 11px;
	float: left;
	overflow: hidden;
	}
div.home div#content-border div.csc-frame div.csc-textpic {
	width: 237px;
	height: 100px;
	overflow: hidden;
	position: relative;
	top: -30px;
	margin-right: 0px;	
	margin-bottom: -30px;
	z-index: 10;
	}
div.home div#content-border div.csc-frame div.csc-header {
	width: 212px;
	height: 30px;
	padding: 0px 10px 0px 15px;
	line-height: 30px;
	position: relative;
	top: 0px;
	z-index: 100;
	}
div.home div#content-border div.csc-frame div.csc-header * {
	padding: 0px;
	margin: 0px;
	}
div.home div#content-border div.csc-frame div.csc-header a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	}
/* NEW BLOCKS end */


div.hierregelen {
	width: 237px;
	height: 124px;
	background-image: url('../img/bg_hierregelen.gif');
}

div.home div.hierregelen {
	height: 171px;
	float: left;
	background-image: url('../img/bg_hierregelen_home.gif');
}

div.huren {
	width: 237px;
	height: 124px;
	background-image: url('../img/bg_huren.gif');
}

div.home div.huren {
	height: 171px;
	float: left;
	margin-right: 11px;
	background-image: url('../img/bg_huren_home.gif');
}

div.kopen {
	width: 237px;
	height: 124px;
	background-image: url('../img/bg_kopen.gif');
}

div.home div.kopen {
	height: 171px;
	float: left;
	margin-right: 11px;
	background-image: url('../img/bg_kopen_home.gif');
}

div.hierregelen h1,
div.hierregelen h3,
div.huren h1,
div.huren h3,
div.kopen h1,
div.kopen h3 {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	padding: 10px 0px 0px 25px;
}
div.hierregelen ul,
div.huren ul,
div.kopen ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style-type: none;
}
div.hierregelen li,
div.huren li,
div.kopen li{
	margin: 0px;
	padding: 3px 0px 3px 25px;
	background-image: url('../img/bullet_hierregelen.gif');
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
div.home div.hierregelen li,
div.home div.huren li,
div.home div.kopen li{
	background-image: url('../img/bullet_homepage.gif');
}
div.hierregelen a,
div.huren a,
div.kopen a{
	text-decoration: none;
	color: #000000;
}
div.home div.hierregelen *,
div.home div.kopen *,
div.home div.huren * {	
	color: #ffffff ! important;
}

/* woningthumbs content-right */

div#content-right div.csc-textpic h3 {
	color: #1faae4;
	font-size: 13px;
	margin-bottom: 0px;
}
div#content-right div.csc-textpic p {
	margin-top: 0px;
}

/* subsubmenu */

div.subsubmenu {
	width: 237px;
	background-color: #f5f5f5;
}
div.subsubmenu_start {
	width: 237px;
	height: 14px;
	margin-top: 20px;
	background-image: url('../img/bg_subsubmenu_start.gif');
}
div.subsubmenu_end {
	width: 237px;
	height: 14px;
	background-image: url('../img/bg_subsubmenu_end.gif');
}
div.subsubmenu ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style-type: none;
}
div.subsubmenu li {
	margin: 0px;
	padding: 3px 0px 3px 25px;
	background-image: url('../img/bullet_subsubmenu.gif');
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
div.subsubmenu * {
	color: #710158;
}
div.subsubmenu a {
	text-decoration: none;
}
div.subsubmenu li.selected {
	font-weight: bold;
}

div.subsubmenu ul.nested {
	margin-left: 12px;
}



/* news */

table.home * {
	font-size: 11px;
	color: #000000;
}

#zoekframe {
	border: 0;
	width: 452px;
	height: 800px;
}

.zoekframe {
	border: 0;
	width: 452px;
	height: 800px;
}

div.news-list-container {
	font-family: Verdana, Arial;
/*	height: 240px;
	overflow: auto; */
}

.news-list-item {
	margin: 10px 0;
}

.news-list-item h3,
.news-list-item p {
	margin: 0;
}

.news-list-item a {
	background: transparent url(../img/bullet_hierregelen.gif) no-repeat center right;
	padding-right: 10px;
	color: #000;
}

.news-list-item img {
	display: none;
}
.news-list-item h3 a {
	padding: 0;
	background: none;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-family: Verdana, Arial;
}
.news-single-img {
	width: 100%;
	height: auto;
}

#news-photo-container,
#news-photo-frame {
	width: 525px;
	height: 246px;
	overflow: hidden;
	margin-bottom: 7px;
}
#news-photo-frame {
	padding: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#news-photo-frame a {
	text-decoration: none;
	color: #fff;
}


/* zoekfilter en promo */

div.zoekfilter-container h1, 
div.zoekfilter-container h2,
div.zoekfilter-container h3 {
	font-size: 12px;
	font-weight: bold;
	color: #88146A;
	margin: 0;
}

div.zoekfilter-container p {
	margin: 0 0 10px 0;
	padding: 0;
}

div.zoekfilter-container a {
	color: #000;
	text-decoration: none;
}