html {
	overflow-y: scroll;
}

html,body {
	width: 100%;
	background-color: #c8c8c8;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

img {
	border: 0px;
}

body {
	margin: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 11px;
}

h1 {
	color: #F7403A;
}

h2,h3,.kop {
	color: #a8a8a8;
}

#main {
	width: 980px;
	background-color: #ffffff;
	margin: 0 auto;
}

#left {
	width: 226px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #ffffff;
}

#footer {
	text-align: center;
	height: 20px;
	padding-top: 10px;
	width: 100%;
	background-color: #c8c8c8;
}

#left img {
	padding: 0px;
	margin: 0px;
	float: left;
}

#footer a {
	padding: 0px 10px 0px 10px;
}

#bottom {
	background-color: #ffffff;
	padding: 0px;
	height: 70px;
	clear: both;
}

#center {
	width: 754px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#header {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	/* height: 209px;*/
}

#content {
	margin: 0px;
	padding: 15px;
	background-color: #ffffff;
}

#navigation {
	clear: both;
	margin: 0px 15px 10px 15px;
}

#hoofdnav {
	width: 100%;
	clear: both;
	height: 20px;
}

div.tabblad {
	float: left;
	width: 100px;
	height: 18px;
	text-align: center;
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('/images/tabblad.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#navigation .active {
	color: #009DE0;
}

#nieuws {
	width: 455px;
	margin: 0px;
	float: left;
}

#nieuwsOverzicht {
	width: 201px;
	margin: 0px;
	border: 1px solid #009de0;
	float: right;
	background-color: #d1d5d8;
	padding: 5px;
}

#nieuwsOverzicht h3,#nieuwsOverzicht h3 a {
	color: #009de0;
	text-transform: uppercase;
	margin: 0px;
}

#nieuwsOverzicht ul {
	padding-left: 15px;
	list-style-type:disc;
}

#nieuwsOverzicht ul li {
	
}

#nieuwsOverzicht a:hover {
	color: #ff0000;
}

div.subinactive {
	visibility: hidden;
	position: absolute;
	z-index: 2;
}

div.subactive {
	visibility: visible;
	position: absolute;
	z-index: 2;
}

#subnav {
	background-image: url('/images/subnavigatie.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 22px;
	width: 100%;
	clear: both;
}

ul.subnavigatie {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 5px 0px 0px 5px;
	height: 22px;
}

ul.subnavigatie li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}

ul.subnavigatie li a {
	color: #000000;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

ul.subnavigatie li a:hover {
	color: #009DE0;
}

ul.subnavigatie li:hover {
	position: static;
}

ul.subnavigatie li ul {
	background-color: #a8a8a8;
	position: absolute;
	display: none;
	width: 165px;
	z-index: 1;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style-position: outside;
	list-style-image: none;
}

ul.subnavigatie li:hover ul {
/*	display: block;*/
}

ul.subnavigatie li ul li {
	width: 155px;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	display: block;
}

ul.subnavigatie li ul li:hover {
	background-color: #009DE0;
}

ul.subnavigatie li ul li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

ul.subnavigatie li ul li a:hover { /*color: #05b0fe;*/
	color: #000000;
}

.project {
	float: right;
	margin: 5px;
	width: 226px;
}

#project {
	width: 500px;
	margin: 0px;
	float: left;
}

#printknop {
	float: right;
	width: 280px;
	clear: both;
}

.project span {
	white-space: nowrap;
	text-align: center;
	margin: auto;
	padding: 0px 5px 0px 5px;
}

table {
	border: 1px solid #d1d5d8;
	border-collapse: collapse;
}

table td,table th {
	border: 1px solid #d1d5d8;
	vertical-align: top;
	padding: 2px;
}

#contact,#contact th,#contact td {
	border: 0px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 455px;
}

#contact th {
	width: 35%;
}
#contact td {
	width: 65%;
}
#contact input[type="text"],#contact input[type="file"] {
	width: 95%;
}

.naarrechts {
	text-align: right;
}

#personeel {
	font-size: 10px;
	width: 100%;
}

#personeel td.naam {
	width: 70px;
}

.functie {
	font-style: italic;
}

#personeel a {
	font-weight: bold;
}

#profielfoto {
	float: left;
	margin: 2px 10px 10px 0px;
}
td.beschrijving{
	width: 136px;
}
a.actief{
	text-decoration: underline;
	}
	
