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

/**
* Main elements
*/

body {
	text-align: center;
	font: 62.5% Arial, Tahoma, Verdana, sans-serif;
	background: #003353;
	margin: 0;
	padding: 0;
	color: #191919;
	line-height: 1.5em;
	margin-top: 14px;
}

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

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

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

a {
	color: #007bc2;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #007bc2;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #007bc2;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #ccd8df;
	height: 1px;
	background: #ccd8df;
	border: none;
	margin-bottom: 20px;
	margin-top: 20px;
}


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


/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
}

.textfield {
	background: #FFF;
	border: 1px solid #59a4d3;
	color: #191919;
	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: #191919;
	font-size: 1.0em;
	padding: 3px;
	height: 100px;
	margin-bottom: 2px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.submitbutton {
	background: #59a4d3;
	color: #FFF;
	border: 1px solid #59a4d3;
	margin: 0 0 0 0px;
	font-size: 1.0em;
	height: 22px;
	float: right;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

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


/**
* Header
*/

#header {
	height: 256px;
	width: 960px;
	position: relative;
	margin: 0 auto;
	background: url(images/header_bg.gif) left top no-repeat;
	margin-left: 10px;
}

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

#logo h2 {
	display: none;
}

#logo a {
	top: 0px;
	left: 0px;
	width: 296px;
	height: 91px;
	position: absolute;
}

#headerfoto {
	position: absolute;
	top: 91px;
	left: 332px;
	width: 610px;
	height: 145px;
	margin: 0;
	padding: 0;
}

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


/**
* Menu
*/

#topnav {
	background: #e1e1e1 url(images/menubalk_bg.gif) right top no-repeat;
	height: 35px;
	width: 924px;
	text-align: right;
	color: #323232;
	font-size: 1.1em;
	position: absolute;
	top: 36px;
	left: 18px;
}

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 11px 20px 0px 0px;
}

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

#topnav li a {
	color: #323232;
	text-decoration: none;
	font-weight: normal;
}

#topnav li a:hover {
	color: #007bc2;
	text-decoration: none;
	font-weight: normal;
}

.between {
	padding: 0px 12px 0px 12px;
}

#nav {
	height: 145px;
	width: 296px;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.5em;
	position: absolute;
	top: 91px;
	left: 18px;
	background: url(images/nav_bg.gif) left top no-repeat;
}

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

#nav li.nav1 a {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	background: url(images/nav1_bg.gif) left top no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li.nav1 a:hover {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	background: url(images/nav1_bg.gif) left -25px no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li.nav2 a {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	background: url(images/nav2_bg.gif) left top no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li.nav2 a:hover {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	background: url(images/nav2_bg.gif) left -25px no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li.nav3 a {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	background: url(images/nav3_bg.gif) left top no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li.nav3 a:hover {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	background: url(images/nav3_bg.gif) left -25px no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li.nav4 a {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	background: url(images/nav4_bg.gif) left top no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li.nav4 a:hover {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	background: url(images/nav4_bg.gif) left -25px no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li.nav5 a {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	background: url(images/nav5_bg.gif) left top no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li.nav5 a:hover {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	background: url(images/nav5_bg.gif) left -25px no-repeat;
	width: 276px;
	height: 20px;
	padding: 5px 0px 0px 20px;
}

#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	width: 296px;
}

#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	width: 296px;
}


/**
* Content general
*/

#content {
	width: 970px;
	position: relative;
	background: url(images/content_bg.gif) left top repeat;
	font-size: 1.1em;
	text-align: left;
}

h1 {
	color: #007bc2;
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	color: #007bc2;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	color: #003353;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	color: #191919;
	font-size: 1.3em;
	font-weight: bold;
	display: inline;
	margin-bottom: 0px;
}

#contenttop {
	position: absolute;
	background: url(images/content_top_bg.gif) left top no-repeat;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 40px;
	clear: both;
}

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

#contentleft {
	padding: 0px 18px 0px 28px;
	margin: 0px 0px 0px 0px;
	width: 296px;
	float: left;
	position: relative;
	text-align: left;
	line-height: 1.6em;
}

#breadcrumb {
	padding: 8px 18px 0px 20px;
	margin: 0px 0px 0px 0px;
	width: 590px;
	height: 30px;
	position: relative;
	text-align: left;
	float: right;
	line-height: 1.6em;
	color: #FFFFFF;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-transform: lowercase;
}

#breadcrumb a {
	color: #FFFFFF;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#contentright {
	padding: 0px 18px 0px 20px;
	margin: 10px 0px 20px 0px;
	width: 590px;
	position: relative;
	text-align: left;
	float: right;
	line-height: 1.6em;
}

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

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

#contentbottom {
	width: 970px;
	height: 80px;
	background: url(images/content_bottom_bg.gif) left top no-repeat;
	clear: both;
	font-size: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}

#certified {
	width: 296px;
	margin-left: 28px;
	padding-top: 18px;
	text-align: center;
}

#clients img {
	margin: 2px;
}

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

#content ul li {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

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

#content  ol li {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

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

#content #leftboxblue ul li {
	margin: 0px 0px 0px -22px;
	padding-left: 0px;
}

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

#content #leftboxblue ol li {
	margin: 0px 0px 0px -22px;
	padding-left: 0px;
}

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

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


/* Easy Slider */


#slider {
	text-align: center;
	margin-left: 15px;
}	

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

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 225px;
	height: 170px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none; 
}

#slider img {
	border: 0;
}
	
p#controls {
	margin: 0;
	position: relative;
}

#prevBtn, #nextBtn { 
	display: block;
	margin: 0;
	overflow: hidden;
	text-indent: -8000px;		
	width: 16px;
	height: 16px;
	position: absolute;
	left: -5px;
	top: -90px;
}

#nextBtn{ 
	left: 245px;
}

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

#nextBtn a { 
	background: url(images/next_btn.gif) no-repeat 0 0;	
}


/**
* Box left
*/

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

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

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

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

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

#rightboxgreywidebottom {
	margin: 0px -10px;
	background: url(images/grey_wide_bg.gif) center bottom no-repeat;
	height: 20px;
	clear: both;
	width: 590px;
}

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

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

#leftboxblue h2, #leftboxgrey h2, #leftboxgreylight h2 {
	color: #007bc2;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}


/**
* Footer
*/

#footer {
	width: 970px;
	height: 55px;
	background: url(images/footer_bg.jpg) left top no-repeat;
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
	color: #FFFFFF;
}

#footerleft {
	text-align: left;
	float: left;
}

#footerright {
	text-align: right;
	float: right;
}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 11px 18px 0px 28px;
}

#footer li {
	display: inline;
}

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

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

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