body {
	color: #4b4949;
	font-family: Arial, sans-serif;
}
div.wrapper {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 0px auto;
}
div.header {
	background-color: #a3a2a1;
	text-align: center;
	vertical-align: bottom;
}
	div.header img {
		vertical-align: bottom;
	}

/* Links */
a {
	color: #4b4949;
}

/* Menu */
div.menu {
	background-color: #a3a2a1;
	height: 2em;
	vertical-align: middle;
}
	ul.menu {
		padding-left: 40px;
	}
		ul.menu li {
			background-color: #a3a2a1;
			font-size: 1.1em;
			font-weight: bold;
			float: left;
			line-height: 1.8em;
			text-align: center;
			
		}
			ul.menu li a {
				display: block;
				text-decoration: none;
				width: 180px;
			}
				ul.menu li a:hover,
				ul.menu li.hier a {
					background-color: #a4ce39;
				}
				ul.menu li a:focus,ul.menu li a:active {
					background-color: #a4ce39;
				}
				
				ul.menu li a:first-letter,
				ul.menu li.hier a:first-letter {
					color: #ffffff;
					font-weight: bold;
				}

		ul.menu li.hier {
			background-color: #a4ce39;
		}
			ul.menu li.hier a {
			}
		ul.menu li.open {
		}
			ul.menu li.open a {
			}
				ul.menu li.open li {
				}
					ul.menu li.open li a {
					}
		
		/*
			Als je bij het automatisch gegenereerde menu nog een submenu hebt,
			zijn de onderstaande style elementen ook te gebruiken.
		*/
			div.submenu {
				float: left;
				width: 180px;
				margin: 0 15px 0 0;
			}
			ul.submenu {
			}
				div.submenu ul.menu {
					padding-left: 0;
				}
					div.submenu ul.menu li {
						margin-bottom: 10px;
					}
						div.submenu ul.menu li:hover {
							background-color: #a4ce39;
						}

					div.submenu ul li.kleiner {
						font-size: 80%;
						line-height: 2.5em;
					}

/* kruimelpad */
div.kruimelpad {
	z-index: 100;
	width: 100%;
	position: relative;
	top: 0.75em;
	left: 40px;
}
	ul#kruimelpad {
		font-size: 0.8em;
	}
		ul#kruimelpad li {
			float: left;
			margin-right: 0.25em;
		}
			ul#kruimelpad li a {}
			ul#kruimelpad li.last a {
				text-decoration: none;
			}
	div.kruimelpad a:hover {
		color: #78973c;			
	}

/* Headings */
h1 {
	font-weight: bold;
	font-size: 1.1em;
	color: #4b4949;
	margin: 0.3em 0 0.3em 0;
}
h2 {
	font-size: 0.9em;
	margin: 1.25em 0 0.1em 0;
}
h3 {
	font-size: 0.8em;
	margin: 1.25em 0 0.1em 0;
}
h4 {
}
h5 {
}
h6 {
}
hr {
	margin: 1.5em 15px 2em 0;
	color: #415f80;
	background-color: #415f80;
	height: 1px;
	border: 0;
}

/* Content */
div.contentcontainer {
	position: relative;
	padding: 40px;
}
	div.content {
		float: left;
		width: 510px;
		margin: 0 15px 0 0;
		
	}
		div.content p {
			font-size: 0.8em;
			line-height: 1.6em;
			margin: 0.6em 15px 1em 0;
		}
			div.content p.authordate {
				font-style: italic;
				text-align: right;
			}
			div.content p.agendaitemdate {
				font-style: italic;
			}
		
		div.content div.intro {
			font-size: 1em;
			font-weight: bold;
			font-size: 1.1em;
			line-height: 1.4em;
			margin: 1em 0em 1em 0;
		}
		
		div.content div.itemintro {
			line-height: 1.25em;
			font-size: 1em;
			margin: 1em 15px 1em 0;
		}
		
		div.content a {
			color: #78973c;
			font-weight: bold;
		}
			div.content a:hover {
				color: #a4ce39;
			}
		div.content ul {
			font-size: 0.8em;
			line-height: 1.6em;
			margin: 1em 1em 0 18px;
		}
			div.content ul li {
				background: url(../img/bullet.gif) no-repeat;
				background-position: 0em 0.7em;
				padding: 0 0 0 20px;
			}
				div.content ul li ul {
				}
					div.content ul li ul li {
					}
		div.content ol {
			list-style: decimal;
			list-style-position: inside;
			font-size: 0.8em;
			margin: 0.6em 0 1em 0;
		}
			div.content ol li {
			}
				div.content ol li ol {
				}
					div.content ol li ol li {
					}
		table {
		}
			tr {
			}
				td {
				}
		div.content form {
			margin: 1em 1em 0 0;
		}
		
		div.newsimg img {
			width: 100px;
			float: left;
			margin-right: 1em;
			
		}
	
	/* Kolommen */
	div.column {
		color: #ffffff;
		padding-bottom: 1em;
		margin-bottom: 10px;
	}
		div.column h1 {
			text-align: center;
			line-height: 1.8em;
			margin: 0;
		}
			div.column h1:first-letter {
				color: #ffffff;
			}
		div.column h2 {
			font-weight: bold;
			font-size: 0.75em;
			line-height: 1.3em;
			margin: 1em 1.5em 0 1em;
		}
		div.column p {
			font-size: 0.75em;
			line-height: 1.3em;
			margin: 1em 1.5em 0 1em;
		}
		div.column ul {
			margin: 0.5em 1.5em 0 1.5em;
		}
			div.column ul li {
				list-style: disc;
				font-size: 0.75em;
				line-height: 1.2em;
			}
		div.column a:hover {
			color: #a4ce39;			
		}

	div.actueelcontainer {
		float: left;
		width: 180px;
		margin: 0 15px 0 0;
	}
		div.actueelcontainer h1 {
			background-color: #a3a2a1;
		}
		div.vacatures {
			background-color: #6da0d5;
		}
		div.nieuws {
			background-color: #6da0d5;
		}
		
	div.watisdit {
		color: #ffffff;
		background-color: #a3a2a1;
		float: right;
		width: 180px;	
	}
		div.watisdit h1 {
			background-color: #a4ce39;
		}
	div.groenblokje {
		background-image: url("../img/button.gif");
		font-size: 1em;
		font-weight: bold;
		line-height: 2.1em;
		height: 41px;
		color: #4b4949;
		text-align: center;
		margin-top: 0.5em;
	}
		div.groenblokje:first-letter {
			font-weight: bold;
			color: #ffffff;
		}
		div.groenblokje a {
			text-decoration: none;
		}
			div.groenblokje a:hover {
				color: #78973c;
			}
	div.offerteaanvragen {
		background-color: #a4ce39;
		margin: 150px 1em 0 0;
	}
		div.offerteaanvragen em {
			margin: 0.09em 0 0.09em 0.11em;
			float: left;
			font-style: italic;
			font-size: 5.7em;
			font-weight: bold;
			vertical-align: middle;
		}
		div.offerteaanvragen p {
			margin: 0.8em 0.5em 0.8em 0em;
			font-size: 1em;
			font-weight: bold;
			text-align: center;
			float: right;
			vertical-align: middle;
		}
		div.offerteaanvragen a {
			color: #4b4949;
		}
			div.offerteaanvragen a:hover {
				color: #78973c;
			}

div.overviewnavigation {}
	div.txt {
	}
	.overviewnavigation a {
	}
		.overviewnavigation a:hover {}
		.overviewnavigation a.active {}


/* 	Formulier	*/
/*	formulieren alleen stylen via een klasse, niet een id, dat gaat niet goed vanuit de webmagiër */
form {
	font-size: 0.8em;
}
	form p button.button {
		margin: 0;
		padding: 0 1em 0 1em;
		border: none;
		background-color: #6da0d5;
		color: #4b4949;
		font-size: 1.85em;
		font-weight: bold;
		height: 1.75em;
		text-align: center;
		display: block;
		cursor: pointer;
	}
		form p button.button:first-letter {
			color: #ffffff;
		}
	
	form fieldset {}
		form fieldset label {
			margin-top: 0.5em;
			display: block;
		}
		form fieldset input {
			width: 440px;
			border: 2px solid #a3a2a1;
			margin: 8px 0 14px 0;
			padding: 2px;
			display: block;
		}
		form fieldset div.radiolist input {
		}
		form fieldset div.customcheckboxfield input {

		}
		form fieldset select {
		}
		form fieldset textarea {
			width: 440px;
			height: 100px;
			border: 2px solid #a3a2a1;
			margin: 8px 0 14px 0;
			padding: 2px;
			display: block;
			overflow: auto;
		}
		form fieldset div.humanityfield em {
			display: none;
		}

		form fieldset input.error {}

		.error {
		}
			.error span {
				display: block;
				font-size: 0.8em;
				color: #cc0000;
				margin: 0.5em 0 0 0;
			}
			.error label {
				
			}
			div.error input {
				border: 2px solid #cc0000;
				background-color: #fff2f2;
			}
			.error textarea {
				border: 2px solid #cc0000;
			}
		div.error_border {
		}
			div.error_border label {
				margin: 0 0 0.5em;
			}
		form fieldset img {
			margin-top: 0.5em;
		}
	div.systemfeedback_error {
		color: #cc0000;
	}
		div.systemfeedback_error p {}


/* Footer */

div.footer-wrapper {
}
	div.footer {
		font-size: 0.8em;
		margin: 2em;
	}
		div.footer a {
			color: #78973c;
		}
	ul.utilitymenu {
	}
		ul.utilitymenu li {
		}
			ul.utilitymenu li a {
			}
				ul.utilitymenu li.hier a,
				ul.utilitymenu li a:hover {
				}


/* overige classes */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.formbutton {
	border: 0px;
	cursor: pointer;
	padding: 0px;
	text-indent: -999em;
}

.screenreader {
	display: none;
}

.menu:after,
.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	visibility:hidden;
	clear: both;
}
