@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../img/body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

h1 span,
h2 span,
ul#top_nav li a span,
div#quotes h3,
div#quotes p,
div#quotes a.meer_info span,
hr,
ul#social_nav li a span,
div#contact span,
div#sitemap span{
	display: none;
}

.clearFloat {
	clear: both;
}

p {
	line-height: 20px;
	margin: 0px;
	margin-bottom: 10px;
}

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

div#container h1 {
	background-image: url(../img/h1.gif);
	width: 256px;
	height: 86px;
	margin: 0px;
	padding: 0px;
}

div#container h2 {
	background-image: url(../img/h2.gif);
	width: 128px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 126px;
	top: 54px;
}

ul#top_nav {
	height: 24px;
	margin: 0px;
	padding: 0px;
}

ul#top_nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

ul#top_nav li a {
	height: 24px;
	display: block;
	background-position: top left;
}

ul#top_nav li a:hover {
	background-position: bottom left;
}

ul#top_nav li.actueel a {
	background-image: url(../img/topnav/actueel.gif);
	width: 84px;
}
ul#top_nav li.contact a {
	background-image: url(../img/topnav/contact.gif);
	width: 79px;
}
ul#top_nav li.diensten a {
	background-image: url(../img/topnav/diensten.gif);
	width: 94px;
}
ul#top_nav li.home a {
	background-image: url(../img/topnav/home.gif);
	width: 73px;
}
ul#top_nav li.over_ons a {
	background-image: url(../img/topnav/over_ons.gif);
	width: 98px;
}
ul#top_nav li.portfolio a {
	background-image: url(../img/topnav/portfolio.gif);
	width: 95px;
}
ul#top_nav li.projectaanpak a {
	background-image: url(../img/topnav/projectaanpak.gif);
	width: 129px;
}

ul#top_nav li ul.sub_nav{
	position: absolute;
	z-index: 999;
	border: 1px solid #1b9dd8;
	border-bottom: 0px solid #1b9dd8;
	background-color: #FFF;
	border-top: 0px none;
	padding: 0px;
	margin: 0px;
	display: none;
	margin-left: -28px;
}

ul#top_nav li:hover ul.sub_nav{
	display: block;
}

ul#top_nav li ul.sub_nav li {
	float: none;
	text-align: center;
	border-bottom: 1px solid #1b9dd8;
	padding: 4px 8px 4px 8px;
}

ul#top_nav li ul.sub_nav li a{
	background-image: none;
	height: auto;
	width: auto;
	text-decoration: none;
	color: #000;
}
ul#project_nav li a,
div#projecten ul li a,
ul#left_nav li a,
ul#columns li a,
address p a{
	text-decoration: none;
	color: #000;
}

ul#top_nav li ul.sub_nav li a:hover,
div#projecten ul li a:hover,
div#nieuws a:hover,
div#contact address a:hover,
div#sitemap ul li a:hover,
ul#left_nav li a:hover,
ul#columns li a:hover,
ul#project_nav li a:hover,
address p a:hover,
div#nieuws p a.lees_meer:hover{
	color: #eb1888;
}

div#text a {
	text-decoration: underline;
	color: #000;
}

div#text a:hover {
	text-decoration: none;
	color: #eb1888;
}

form#login {
	position: absolute;
	top: 18px;
	right: 0px;
	width: 158px;
}

form#login input.password {
	border: 0px none;
	background-color: #FFF;
	padding: 5px;
	font-size: 10px;
	float: left;
	width: 108px;
}

form#login div.submit {
	height: 23px;
	width: 40px;
	background-image: url(../img/submit_login.gif);
	background-position: top;
	cursor: pointer;
	float: right;
}

form#login div.submit:hover {
	background-position: bottom;
}

form#login div.submit input {
	height: 23px;
	width: 40px;
	border: 0px none;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
}

a#uitloggen {
	position: absolute;
	top: 18px;
	right: 0px;
	width: 158px;
}

div#video {
	width: 652px;
	height: 230px;
	background-image: url(../img/video_placeholder.jpg);
	float: left;
}

div#quotes {
	float: left;
	width: 328px;
	height: 230px;
	background-image: url(../img/quotes.gif);
}

div#quotes a.meer_info {
	display: block;
	width: 328px;
	height: 230px;
}

div#content {
	background-image: url(../img/shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	width: 980px;
	padding-top: 20px;
	margin-bottom: 50px;
}

div#content div#text {
	padding-left: 10px;
	padding-right: 10px;
}

div#content div#text p{
	text-align: justify;
}
div#content div#text ul li,
div#content div#text td{
	line-height: 20px;
}

div#container div#content h1,
div#container div#content h2,
div#container div#content h3,
div#container div#content h4{
	background-image: none;
	width: auto;
	height: auto;
}

div#container div#content div#text h1,
div#container div#content div#text h2,
div#container div#content div#text h3,
div#container div#content div#text h4{
	color: #1B9DD8;
	font-weight: bold;	
	margin: 0px;
	padding: 0px;
}


div#projecten h3,
div#nieuws h3 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #000;
	margin: 0px;
	padding: 3px;
	display: inline;
}

div#projecten {
	width: 315px;
	float: left;
	margin-right: 10px;
	min-height: 400px;
}

div#projecten ul {
	margin: 0px;
	padding: 10px;
	width: 305px;
}

div#projecten ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 30px;
}


div#paragraph {
	padding-left: 10px;	
	float: left;
	width: 636px;
	margin-bottom: 50px;
}

div#paragraph h3,
div#nieuws h4 {
	color: #1b9dd8;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

div#nieuws h4 {
	margin-top: 10px;
}

div#nieuws div.left_column,
div#nieuws div.right_column {
	float: left;
	width: 320px;
}

div#nieuws h4 {
	padding-left: 10px;	
}

div#nieuws p {
	padding-left: 10px;	
}

div#nieuws p a.lees_meer,
ul#project_nav li a{
	text-decoration: none;
	color: #a3a3a3;
}

div#footer {
	background-color: #222222;
	height: 84px;
	padding: 20px;
	position: relative;
}

div#footer div.left_column {
	width: 320px;
	float: left;
}

ul#social_nav {
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}

ul#social_nav li {
	margin: 2px;
	padding: 0px;
	list-style: none;
	float: left;
}

ul#social_nav li a {
	width: 27px;
	height: 27px;
	background-position: top;
	display: block;
}

ul#social_nav li a:hover {
	background-position: bottom;
}

ul#social_nav li.hyves a {
	background-image: url(../img/button_hyves.gif);
}
ul#social_nav li.twitter a {
	background-image: url(../img/button_twitter.gif);
}

div#copyright {
	font-size: 11px;
	color: #b4b4b4;
	position: absolute;
	top: 100px;
	left: 10px;
}

div#footer div.right_column {
	float: left;
}

div#sitemap {
	width: 300px;
	float: left;
}

div#sitemap h3 {
	background-image: url(../img/h3_sitemap.gif);
	height: 25px;
	border-bottom: 1px solid #414141;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div#contact {
	width: 300px;
	float: left;
}

div#contact h3 {
	background-image: url(../img/h3_contact.gif);
	height: 25px;
	border-bottom: 1px solid #414141;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}

div#contact address{
	font-style: normal;
	color: #b4b4b4;
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
	line-height: 14px;
}

div#contact address a {
	color: #b4b4b4;
	text-decoration: none;
}

div#sitemap ul {
	margin: 0px;
	padding: 0px;
	margin-left: -32px;
	margin-top: 10px;
	position: absolute;
	width: 400px;
}

div#sitemap ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 60px;
	margin-left: 32px;
}

div#sitemap ul li a {
	font-size: 11px;
	color: #b4b4b4;
	text-decoration: none;
}

div#sitemap ul li.wide {
	width: 126px;
}

div#foto_top,
div#map_canvas{
	width: 980px;
	height: 230px;
}

div.date {
	font-size: 10px;
	color: #666;
	margin-bottom: 10px;
}

ul#left_nav {
	margin: 0px;
	padding: 0px;
	width: 315px;
	float: left;
}

ul#left_nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 30px;
}

div#text.column {
	width: 625px;
	float: right;
}

ul#columns {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

ul#columns li {
	width: 320px;	
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 24px;
}

div#text div#left,
div#text div#right {
	width: 306px;	
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
}
div#text div#right {
	width: 625px;
}

div#text div#left {
	clear: both;
}

div#text div#right {
	margin: 0px;
}

ul#project_nav {
	margin: 0px;
	padding: 0px;
	float: right;
	margin-bottom: 20px;
}

ul#project_nav li {
	float: left;
	list-style: none;
	margin-left: 10px;
}

div#text div.head {
	float: left;
}

div#text address {
	font-style: normal;
}

div#text.columned {
	width: 636px;
	float: right;
}

.icoon-links {
	position: absolute;
	margin-left: -64px;
	margin-top: 25px;
}

div#right img {
	border: 1px solid #CCC;
}

form#contactForm label{
	width: 110px;
	float: left;
}

form#contactForm input[type="text"]{
	margin-bottom: 1px;
	padding: 3px;
	width: 160px;
}

form#contactForm textarea {
	padding: 3px;
	width: 270px;
}

form#contactForm ul {
	margin: 0px;
	padding: 0px;
}

form#contactForm ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form#contactForm ul.error_list {
	position: absolute;
	width: 16px;
	height: 16px;
	margin-left: 285px;
	margin-top: 5px;
	background-image: url(../sfDoctrinePlugin/images/error.png);
	cursor: pointer;
}

form#contactForm ul.error_list li{
	display: none;
}

form#contactForm ul.error_list:hover li{
	display: block;
	border: 1px solid #CCC;
	width: 240px;
	padding: 3px;
	background-color: #FFF;
	margin-left: 20px;
	margin-top: -5px;
}



