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

/**
* Main elements
*/

body {
	text-align: center;
	font: 62.5% Arial, Tahoma, Helvetica, sans-serif;
	background: #c7e4eb;
	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: 0.8em 0 0.8em 0;
	padding: 0;
}

a {
	color: #366e7c;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #366e7c;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #366e7c;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #9fccd6;
	height: 1px;
	background: #9fccd6;
	border: none;
	margin: 10px 0px 10px 0px;
}

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


/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
}

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

.textarea {
	background: #FFF;
	border: 1px solid #356d7b;
	color: #000000;
	font-size: 1.0em;
	padding: 3px;
	height: 70px;
	margin-bottom: 4px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.submitbutton {
	background: #FFFFFF;
	color: #356d7b;
	border: 1px solid #356d7b;
	margin: 0 0 0 0px;
	font-size: 1.0em;
	font-weight: bold;
	height: 22px;
	float: right;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.error, .errors {
	color: #FF0000;
}


/**
* Header
*/

#header {
	height: 215px;
	width: 960px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}

#headertop {
	height: 139px;
	width: 958px;
	position: absolute;
	left: 0;
	top: 0;
	background: #df0000 url(images/headertop_bg.gif) center top repeat-x;
	border: #FFFFFF 1px solid;
}

#logo {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 296px;
	height: 139px;
	background: url(images/logo.gif) no-repeat left top;
	z-index: 200;
}

#logo h2 {
	display: none;
}

#logo a {
	top: 0px;
	left: 0px;
	width: 270px;
	height: 139px;
	position: absolute;
}

#tekstballon {
	width: 271px;
	height: 196px;
	background: url(images/tekstballon.png) left top no-repeat;
	left: 660px;
	top: 15px;
	z-index: 200;
	position: absolute;
}

#tekstballon h2 {
	top: 17px;
	left: 5px;
	width: 220px;
	height: 80px;
	position: absolute;
	padding: 0px 20px 0px 20px;
	font-size: 2.0em;
	line-height: 1.3em;
	margin: 0;
	background: #FFFFFF;
}

#headerbottom {
	height: 30px;
	width: 960px;
	position: absolute;
	left: 0;
	top: 185px;
	background: #FFFFFF;
}

#headerslogan {
	position: absolute;
	top: 62px;
	left: 270px;
	width: 325px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(images/slogan.gif) left top no-repeat;
}

#headerslogan h2 {
	display: none;
}


/**
* Menu
*/

#menu {
	width: 960px;
	text-align: left;
	color: #000000;
	font-size: 1.4em;
	position: absolute;
	top: 159px;
	left: 0px;
	z-index: 250;
	padding: 0;
	margin: 0;
}

#menu ul {
	margin: 0px 0px 0px 65px;
	padding: 5px 0px 0px 0px;
	height: 45px;
}

#menu li {
	list-style-type: none;
	margin: 0px 2px 0px 2px;
	display: inline;
	background: #9fccd6 url(images/menu_bg.gif) right top no-repeat;
	padding: 5px 0px 5px 12px;
	font-weight: bold;
}

#menu li.selected {
	list-style-type: none;
	margin: 0px 2px 0px 2px;
	display: inline;
	background: #FFFFFF url(images/menu_bg_sel.gif) right top no-repeat;
	padding: 5px 0px 5px 12px;
	font-weight: bold;
}

#menu li a {
	color: #000000;
	text-decoration: none;
	padding-right: 12px;
}

#menu li a:hover {
	color: #000000;
	text-decoration: none;
	padding-right: 12px;
}

#vergroting {
	height: 14px;
	width: 70px;
	text-align: right;
	color: #000000;
	position: absolute;
	top: 164px;
	left: 860px;
	z-index: 250;
	padding-right: 30px;
}

#vergroting a.kleiner {
	font-size: 1.3em;
}

#vergroting a.groter {
	font-size: 2.0em;
}

#vergroting a {
	color: #000000;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#vergroting a:hover {
	color: #000000;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}


/**
* Content general
*/

#content {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 40px 70px;
	width: 860px;
	clear: both;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
}

h1 {
	color: #4d8694;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: 1.3em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

h2.nieuws {
	color: #366e7c;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	line-height: 1.5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
	font-style: normal;
	margin: 0;
	margin-left: -5px;
	letter-spacing: -0.05px;
	line-height: 1.5em;
}

#contenthome {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 860px;
	float: left;
	display: inline;
	text-align: left;
}

#contentleft {
	padding: 0px 0px 0px 0px;
	margin: 50px 20px 0px 0px;
	width: 200px;
	float: left;
	text-align: left;
}

#contentmiddle {
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 0px 0px;
	width: 420px;
	float: left;
	text-align: left;
}

#contentright {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
	width: 200px;
	float: left;
	text-align: left;
}

#content ul {
	margin-bottom: 10px;
	list-style: url(images/bullet.gif);
	margin-top: 0;
}

#content ul li {
	margin: 0px 0px 0px -20px;
	padding-left: 0px;
	font-weight: bold;
}

#content ol {
	margin-bottom: 10px;
	margin-top: 0;
}

#content  ol li {
	margin: 0px 0px 0px -20px;
	padding-left: 0px;
	font-weight: bold;
}

.groter {
	font-size: 1.3em;
	font-weight: bold;
}

.border {
	border: #c7e4eb 2px solid;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	max-width: 800px;
}

.border img {
	margin: 0px 20px 0px 20px;
}

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

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


/**
* Home blocks
*/

.homeblock {
	padding: 0;
	margin-bottom: 50px;
	width: 270px;
	float: left;
	margin-right: 20px;
}

.selfsearchblock {
	padding: 0;
	margin-bottom: 20px;
	/* width: 562px; */
	width: 854px;
	float: left;
}

.blockheader {
	background: #4c8492 url(images/homeblock_header_bg.gif) left top repeat-x;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 18px 0px 0px 20px;
	height: 37px;
}

.blockheader .spreekuur {
	background: url(images/spreekuur.gif) left top no-repeat;
	width: 55px;
	height: 55px;
	float: right;
	margin-top: -18px;
}

.blockheader .telefoon {
	background: url(images/telefoon.gif) left top no-repeat;
	width: 55px;
	height: 55px;
	float: right;
	margin-top: -18px;
}

.blockheader .email {
	background: url(images/email.gif) left top no-repeat;
	width: 55px;
	height: 55px;
	float: right;
	margin-top: -18px;
}

.blockheader .internet {
	background: url(images/internet.gif) left top no-repeat;
	width: 55px;
	height: 55px;
	float: right;
	margin-top: -18px;
}

.block {
	background: #ddf0f4;
	padding: 10px 20px 15px 20px;
	text-align: left;
	margin-right: 5px;
	height: 275px;
}

.blockselfsearch {
	background: #ddf0f4;
	padding: 10px 20px 15px 20px;
	text-align: left;
	margin-right: 5px;
}


/**
* Right blocks
*/

.rightblock {
	padding: 15px 20px 10px 20px;
	margin-bottom: 20px;
	width: 160px;
	float: left;
	background: #ddf0f4 url(images/rightblock_bg.gif) right bottom no-repeat;
}


/**
* Footer
*/

#footer {
	width: 958px;
	height: 60px;
	background: #f51201 url(images/footer_bg.jpg) center top repeat-x;
	text-align: center;
	font-size: 1.3em;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #FFFFFF;
	border: #FFFFFF 1px solid;
}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 0px 0px;
}

#footer li {
	margin: 0px 0px 0px 0px;
	display: inline;
}

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

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

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