/**
*
* Design and coding by Wendy Borst
* Copyright &copy; 2010 Raadhuis
*
*/

/**
* Main elements
*/

body {
	text-align: center;
	font: 62.5% "Trebuchet MS", Trebuchet, Arial, Tahoma, Verdana, sans-serif;
	background: #94c5da url(images/bg.gif) center top repeat-x;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 1.5em;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

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

a {
	color: #55780f;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #55780f;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #55780f;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #bed9e4;
	height: 1px;
	background: #bed9e4;
	border: none;
	margin-bottom: 15px;
	margin-top: 5px;
}

#container {
	width: 960px;
	margin: 0 auto;
}


/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
}

.textfield {
	background: #FFF;
	border: 1px solid #59a4d3;
	color: #000000;
	font-size: 1.0em;
	padding: 3px;
	margin-bottom: 2px;
	height: 16px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.textarea {
	background: #FFF;
	border: 1px solid #59a4d3;
	color: #000000;
	font-size: 1.0em;
	padding: 3px;
	height: 100px;
	margin-bottom: 2px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.checkbox {
	margin: 0px 10px 0px 0px;
}

select {
	margin: 5px 0px 0px 0px;
	width: 175px;
}

.submitbutton {
	background: #7ba81b;
	color: #000;
	border: 1px solid #7ba81b;
	margin: 10px 0px 0px 0px;
	font-size: 1.0em;
	height: 20px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
}

.errors {
	color: #FF0000;
	margin-bottom: 10px;
}


/**
* Header
*/

#header {
	height: 235px;
	width: 960px;
	position: relative;
	margin: 0 auto;
	margin-left: 0px;
}

#logo {
	position: absolute;
	top: 19px;
	left: 18px;
	width: 205px;
	height: 51px;
	background: url(images/logo.gif) no-repeat left top;
	z-index: 200;
}

#logo h2 {
	display: none;
}

#logo a {
	top: 0px;
	left: 0px;
	width: 205px;
	height: 51px;
	position: absolute;
}

#headerfoto {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 740px;
	height: 161px;
	margin: 0;
	padding: 0;
	background: url(images/header.gif) right top no-repeat;
}

#headerfoto img {
	border: 0;
	margin: 0;
	padding: 0;
}

#visser {
	position: absolute;
	top: 78px;
	left: 20px;
	width: 130px;
	height: 159px;
	margin: 0;
	padding: 0;
	background: url(images/visser.png) left top no-repeat;
}


/**
* Menu
*/

#nav {
	height: 40px;
	width: 720px;
	text-align: right;
	font-size: 1.3em;
	position: absolute;
	top: 161px;
	left: 240px;
}

#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
}

#nav li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	color: #26140a;
	text-decoration: none;
	font-weight: bold;
}

#nav .active {
	color: #26140a;
	text-decoration: none;
	font-weight: bold;
}

#nav .active a {
	color: #26140a;
	text-decoration: none;
	font-weight: bold;
}

#nav .active a:hover {
	color: #26140a;
	text-decoration: none;
	font-weight: bold;
}

.between {
	padding: 0px 7px 0px 7px;
	background: url(images/menubullet.gif) center 5px no-repeat;
}


/**
* Content general
*/

#content {
	width: 960px;
	position: relative;
	font-size: 1.1em;
	text-align: left;
}

h1 {
	color: #005688;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2 {
	color: #005688;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

h3 {
	color: #005688;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

h4 {
	color: #005688;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

#contentbox {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 960px;
	position: relative;
	text-align: left;
}

#contentleft {
	padding: 0px 00px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 220px;
	float: left;
	text-align: left;
	line-height: 1.6em;
}

#contentmiddle {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 480px;
	text-align: left;
	float: left;
	line-height: 1.6em;
}

#contentright {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 220px;
	float: right;
	text-align: left;
	line-height: 1.6em;
}

#contentright b {
	font-weight: bold;
	color: #005688;
}

#detailsleft {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 270px;
	float: left;
	text-align: left;
	line-height: 1.6em;
}

#detailsright {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 150px;
	float: left;
	text-align: center;
	line-height: 1.6em;
}

.projectontwikkelaar {
	font-weight: bold;
	color: #005688;
	margin: 0;
}

#contentbox ul {
	margin: 0;
	padding: 0;
}

#contentbox ol {
	margin: 0;
	padding: 0;
}

#contentbox ul li {
	list-style-type: none;
	background: url(images/bullet.gif) left 1px no-repeat;
	padding: 0px 0px 0px 20px;
}

#contentbox ol li {
	list-style-type: none;
	background: url(images/bullet.gif) left 1px no-repeat;
	padding: 0px 0px 0px 20px;
}

#submenu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#submenu a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#submenu a:hover {
	color: #005688;
	font-weight: bold;
	text-decoration: none;
}

#zoekresultaat {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 720px;
	text-align: left;
	float: left;
	line-height: 1.6em;
}

.readmore {
	float: right;
	height: 15px;
}

.ditto_page, .ditto_currentpage {
	margin: 0px 5px 0px 5px;
}


/**
* Home Easyslider
*/

#container #content #contentbox #contentright #bluebox #slider {

}

#container #content #contentbox #contentright #bluebox #slider ul, #container #content #contentbox #contentright #bluebox #slider li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#container #content #contentbox #contentright #bluebox #slider ul li {
	width: 180px;
	height: 135px;
	overflow: hidden;
	list-style-type: none;
}

#prevBtn, #nextBtn {
	display: none;
	/*
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	*/
}

#nextBtn {
	display: none;
}

#prevBtn a, #nextBtn a {
	display: none;
	/*
	width: 0px;
	height: 0px;
	background: url(images/btn_prev.gif) no-repeat 0 0;
	*/
}

#nextBtn a {
	display: none;
	/*
	background: url(images/btn_next.gif) no-repeat 0 0;
	*/
}


/**
* Woningen
*/

#woning {
	padding: 15px 0px 15px 0px;
	border-bottom: #bed9e4 1px solid;
}

#woning .foto {
	padding: 0;
	margin-right: 15px;
	width: 120px;
	float: left;
}

#woning .foto img {
	border: 0;
}

#woning .foto .verkocht {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 120px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#woning .content {
	padding: 0;
	width: 350px;
	float: left;
}

#woning .content h1 {
	font-size: 1.2em;
	margin-bottom: 0px;
}

#woning .content h1 a {
	color: #005688;
	font-weight: bold;
	text-decoration: underline;
}

#woning .content h1 a:link {
	color: #005688;
	font-weight: bold;
	text-decoration: underline;
}

#woning .content h1 a:hover {
	color: #005688;
	font-weight: bold;
	text-decoration: none;
}

#woning .content h4 {
	font-size: 1.0em;
	margin-bottom: 0px;
	margin-top: 1.6em;
	color: #005688;
	font-weight: bold;
}

#woning .prijs {
	padding: 0;
	margin-left: 15px;
	width: 180px;
	float: right;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}


/**
* Box left
*/

#bluebox {
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	background: url(images/blue_bg.gif) center top no-repeat;
	line-height: 1.6em;
	width: 180px;
}

#bluebox .verkocht {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#blueboxbottom {
	margin: 0px -20px;
	background: url(images/blue_bg.gif) center bottom no-repeat;
	height: 20px;
	clear: both;
	width: 220px;
}

#greenbox {
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	background: url(images/green_bg.gif) center top no-repeat;
	line-height: 1.6em;
	width: 230px;
}

#greenboxbottom {
	margin: 0px -20px;
	background: url(images/green_bg.gif) center bottom no-repeat;
	height: 20px;
	clear: both;
	width: 270px;
}

#aanbiedingbox {
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	background: url(images/aanbieding_bg.gif) center top no-repeat;
	line-height: 1.6em;
	width: 230px;
}

#aanbiedingboxbottom {
	margin: 0px -20px;
	background: url(images/aanbieding_bg.gif) center bottom no-repeat;
	height: 20px;
	clear: both;
	width: 270px;
}

#whitebox {
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	background: url(images/white_bg.gif) center top no-repeat;
	line-height: 1.6em;
	width: 440px;
}

#whiteboxbottom {
	margin: 0px -20px;
	background: url(images/white_bg.gif) center bottom no-repeat;
	height: 20px;
	clear: both;
	width: 480px;
}

#whiteboxwide {
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	background: url(images/white_wide_bg.gif) center top no-repeat;
	line-height: 1.6em;
	width: 680px;
}

#whiteboxwidebottom {
	margin: 0px -20px;
	background: url(images/white_wide_bg.gif) center bottom no-repeat;
	height: 20px;
	clear: both;
	width: 720px;
}

#bluebox h2, #aanbiedingbox h2, #whitebox h2, #whiteboxwide h2 {
	color: #005688;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

#greenbox h2 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

#greenbox a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#greenbox a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#greenbox a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


/**
* Footer
*/

#footer {
	width: 100%;
	height: 190px;
	background: url(images/footer_bg.gif) center bottom repeat-x;
	font-size: 1.1em;
	color: #FFFFFF;
	text-align: center;
}

#footerbg {
	width: 100%;
	height: 190px;
	background: url(images/footer_bg_image.gif) center bottom no-repeat;
	font-size: 1.1em;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
}

#footercontent {
	width: 960px;
	height: 190px;
	margin: 0 auto;
	position: relative;
}

#logos {
	position: absolute;
	left: 230px;
	top: 113px;
	width: 500px;
	height: 60px;
}

#logos img {
	border: 0;
}

#logos ul {
	margin: 0px 0px 0px 0px;
}

#logos li {
	display: inline;
}

#logos .between {
	padding: 0px 7px 0px 7px;
}

#logos a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#logos a:hover {
	text-decoration: none;
	font-weight: normal;
}

#eend {
	position: absolute;
	left: 740px;
	top: 0px;
	width: 220px;
	height: 190px;
	background: url(images/eend.png) left bottom no-repeat;
}

#reiger {
	position: absolute;
	left: 740px;
	top: 0px;
	width: 220px;
	height: 190px;
	background: url(images/reiger.png) left bottom no-repeat;
}

#zwaan {
	position: absolute;
	left: 740px;
	top: 0px;
	width: 220px;
	height: 190px;
	background: url(images/zwaan.png) left bottom no-repeat;
}
