﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, p, dl, dt, dd, ul, li { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; } a { cursor: pointer; } :focus { outline: 0; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } legend { display: none; } .clear { clear: both; }


/* Typography
********************************************/
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #1d1d1d;
}
p {
	/*text-align: justify;*/
	margin: 0 0 15px 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #e08315;
	letter-spacing: -.4px;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	background: transparent url("../images/topnavigation.gif") no-repeat 0 9px;
}
h2 {
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 6px 0;
	letter-spacing: -.5px;
}



/* Layout
********************************************/
body {
	height: 100%;
}
#site {
	margin: 0 auto;
	width: 950px;
	background: transparent url("../images/background-logo.gif") no-repeat right 281px;
}
#sidebar {
	float: left;
	width: 230px;
	margin: 0 50px 0 0;
}
#content {
	margin: 0 0 0 270px;
	padding: 20px 0 0 0;
	width: 580px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -.5px;
}
.home  #content {
	line-height: 15px;
}
#tabbed {
	margin: 0 0 0 20px;
}
#container {
	width: 950px;
	padding: 0 0 15px 0;
	margin: 0 auto;
}




/* Header
********************************************/
p a#top {
	margin: 0 auto;
	height: 10px;
	background: #233368;
	display: block;
	width: 950px;
}
ul.accessibility, p#about {
	display: none;
}
#header {
	margin: 25px auto;
	position: relative;
	width: 950px;
	height: 256px;
	}
	#header #address {
		display: none;
	}
	#header #topnavigation {
		position: absolute;
		top: 0;
		right: 0;
		width: 300px;
		text-align: right;
		}
		#header #topnavigation li {
			display: inline;
			padding: 0 0 0 8px;
			margin: 0 0 0 20px;
			background: transparent url("../images/topnavigation.gif") no-repeat 0 5px;
			}
			#header #topnavigation li a {
				color: #233368;
				text-decoration: none;
				}
				#header #topnavigation li a:hover {
					text-decoration: underline;
				}
	#header img.banner {
		margin: 15px 0 0 0;
		width: 950px;
		height: 156px;
	}
	#header ul#navigation {
		width: 950px;
		margin: 0; padding: 0;
		position: absolute;
		top: 241px;
	}
	#header ul#navigation li {
		float: left;
		}
		#header ul#navigation li a {
			display: block;
			height: 40px;
			text-decoration: none;
			cursor: pointer;
			background: transparent url("../images/navigation.gif") no-repeat;
			}
			#header ul#navigation li a span {
				display: none;
				}
		/* Home */
		#header ul#navigation li#home a { width: 90px; background-position: 0 0;}
		#header ul#navigation li#home a:hover { background-position: 0 -40px;}
		.home #header ul#navigation li#home a { background-position: 0 -80px;}
		/* Bouwwerken */
		#header ul#navigation li#bouwwerken a { width: 126px; background-position: -90px 0;}
		#header ul#navigation li#bouwwerken a:hover { background-position: -90px -40px;}
		.bouwwerken #header ul#navigation li#bouwwerken a { background-position: -90px -80px;}
		/* Herstellingswerken */
		#header ul#navigation li#herstellingswerken a { width: 169px; background-position: -216px 0;}
		#header ul#navigation li#herstellingswerken a:hover { background-position: -216px -40px;}
		.herstellingswerken #header ul#navigation li#herstellingswerken a { background-position: -216px -80px;}
		/* Schoonmaak */
		#header ul#navigation li#schoonmaak a { width: 128px; background-position: -385px 0;}
		#header ul#navigation li#schoonmaak a:hover { background-position: -385px -40px;}
		.schoonmaak #header ul#navigation li#schoonmaak a { background-position: -385px -80px;}
		/* Topografie */
		#header ul#navigation li#topografie a { width: 116px; background-position: -513px 0;}
		#header ul#navigation li#topografie a:hover { background-position: -513px -40px;}
		.topografie #header ul#navigation li#topografie a { background-position: -513px -80px;}
		/* Groenonderhoud */
		#header ul#navigation li#groenonderhoud a { width: 158px; background-position: -629px 0;}
		#header ul#navigation li#groenonderhoud a:hover { background-position: -629px -40px;}
		.groenonderhoud #header ul#navigation li#groenonderhoud a { background-position: -629px -80px;}
		/* Projectcoördinatie */
		#header ul#navigation li#projectcoordinatie a { width: 163px; background-position: -787px 0;}
		#header ul#navigation li#projectcoordinatie a:hover { background-position: -787px -40px;}
		.projectcoordinatie #header ul#navigation li#projectcoordinatie a { background-position: -787px -80px;}

		#header ul#navigation li ul li a {
			background-image: none;
		}




/* Sidebar
********************************************/
#sidebar {
	text-align: right;
	margin: 20px 0 0 0;
	}
	#sidebar li {
		margin: 0 0 3px 0;
		}
		#sidebar li a {
			color: #42403c;
			text-decoration: none;
			}
			#sidebar li a:hover,
			.technisch #sidebar li#technisch a,
			.herstelling #sidebar li#herstelling a,
			.schoonmaak #sidebar li#schoonmaak a,
			.opmeting #sidebar li#opmeting a,
			.groen #sidebar li#groen a
			{
				color: #f7941d;
				}
	#sidebar  #addressdata {
		font-size: 11px;
		line-height: 15px;
		text-align: left;
		margin: 0 0 0 35px;
		}
		#sidebar dl {
			width: 200px;
			margin: 10px 0 0 10px;
			}
			#sidebar dt {
				color: #f7941d;
				float: left;
				margin: 0 10px 0 0;
				display: inline;
				font-weight: bold;
			}
			#sidebar dd {
				margin: 0 0 0 55px;
			}
	#sidebar ul {
		color: #494846;
		font-size: 11px;
		letter-spacing: -.5px;
		line-height: 12px;
		text-align: left;
		}
		#sidebar ul li {
			padding: 0 0 0 13px;
			margin: 0 0 10px 30px;
			background: #ffffff url("../images/topnavigation.gif") no-repeat 0 5px;
			}
			#sidebar ul li a {
				color: #e08315;
				}
				#sidebar ul li a:hover {
					text-decoration: underline;
				}
		.botop #sidebar ul li {
			padding: 10px 0 0 13px;
			line-height: 14px;
			background: #ffffff url("../images/topnavigation.gif") no-repeat 0 15px;
			}
		.home #sidebar ul li {
			padding: 0px 0 0 13px;
			}




/* Content
********************************************/
#content ul li {
	background: transparent url("../images/bullet.gif") no-repeat 5px center;
	padding: 0 0 0 20px;
}
.bullets {
	margin: 0 0 20px 0;
}





/* Diensten
********************************************/
.diensten #content .column {
}
.diensten #content .column img {
	position: absolute;
	margin: 30px 0 0 -246px;
	}
	.diensten #content .column1 img {
		margin: 15px 0 0 -246px;
	}
	.diensten #content .column3 img {
		margin: 10px 0 0 -246px;
	}
.diensten #content .column #contentbouwwerken, 
.diensten #content .column #contentherstellingswerken,
.diensten #content .column #contentschoonmaak,
.diensten #content .column #contenttopografie,
.diensten #content .column #contentgroenonderhoud,
.diensten #content .column #contentproject-coordinatie {
	float: left;
	width: 250px;
}
.diensten #content hr {
	clear: both;
	height: 25px;
	color: #ffffff;
	border: 0;
}
.diensten #content h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 6px 0;
	letter-spacing: -0;
}






/* Footer
********************************************/
#footer {
	background: #f7941e url("../images/footer.gif") repeat-x left top;
	padding: 0 0 20px 0;
	height: 50px;
	}
	#footer #footercontainer {
		margin: 0 auto;
		width: 950px;
		position: relative;
		}
		#footer #footercontent p {
			padding: 10px 0 0 0;
			margin: 0 0 0 285px;
			font-size: 10px;
			color: #ffffff;
			}
			#footer #footercontent span {
				padding: 0 8px;
				}
				#footer #footercontent em {
					color: #ffffff;
					font-weight: bold;
				}
		#footer #toplink {
			margin: 0 auto;
			}
			#footer #toplink a {
				position: absolute;
				top: 5px;
				right: 5px;
				background: #ffffff url("../images/gototop.gif") left top;
				width: 17px;
				height: 16px;
				}
				#footer #toplink a:hover {
					background: #ffffff url("../images/gototop.gif") left bottom;
					}
				#footer #toplink a span {
					display: none;
				}




/* Forms
********************************************/
fieldset,
form .field,
form .buttons {
	/*clear: both;*/
	}
form .field,
form ul.fields,
form .buttons {
	margin: 0 0 15px;
}
form .field label {
	display: block;
}
form ul.fields li {
	list-style-type: none;
	margin: 0;
}
form ul.inline li, form ul.inline label {
	display: inline;
}
form ul.inline li {
	padding: 0 .75em 0 0;
}

input.radio, input.checkbox {
	vertical-align: top;
}
label, button, input.submit, input.image {
	cursor: pointer;
}
* html input.radio,
* html input.checkbox {
	vertical-align: middle;
} /* ie6 */
*+html input.radio, 
*+html input.checkbox {
	vertical-align: middle;
} /* ie7 */
textarea {
	overflow: auto;
}
input.text, input.password, textarea, select {
	margin: 0;
	vertical-align: baseline;
	}
input.text,
input.password,
textarea {
	border: 1px solid #b3b3b3;
	padding: 1px;
	color: #676f77;
	font: 12px/15px Arial, Helvetica, sans-serif;
	}
	input.text:hover, input.text:focus,
	input.password:hover, input.password:focus
	textarea:hover, textarea:focus { 
		border: 1px solid #666666;
	}
form .field,
.fields,
.buttons {
	padding-left: 140px;
}
form .field label {
	display: inline;
	float: left;
	width: 130px;
	margin-left: -140px;
	text-align: right;
}
.field input#naam,
.field input#voornaam, 
.field input#telefoon, 
.field input#email {
	width: 260px;
}
.field input#straat,
.field input#straat2 {
	width: 203px;
}		
.field input#nummer,
.field input#nummer2 {
	width: 50px;
}
.field input#postcode,
.field input#postcode2 {
	width: 75px;
}
.field input#gemeente,
.field input#gemeente2 {
	width: 178px;
}
.field checkbox {
	margin-left: 178px;
}



/* Misc
********************************************/
a {
	color: #f7941d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.half {
	width: 49%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.small {
	font-size: 6px;
}