/*** Primaire stijlen structuur document ***/
html {
	height: 100%;
}
/* reset.css from Andy Clarke Designing for Outside the Box */
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {
	margin : 0;
	padding :0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight : bold;
	font-size: 100%;
	color: #29567F;
}
ol, ul {
/*list-style-type : none; */
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
caption, th {
	text-align : left;
}
fieldset, img {
	border : 0;
}
dt, address, caption, cite, code, dfn, em, i, b, th, var {
	font-style : normal;
	font-weight : normal;
}
q:before, q:after {
	content :'';
}
html {
	height: 100%;
}
p {
	margin-bottom: 5px; /*dit kan een gap veroorzaken tussen divs in FF daarom een lege div in inhoudcontainer*/
}
th {
	background-color: #777360;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}
body {
	/*height: 100%;*/
	background-color: #f3f5f7;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}
#hoofdcontainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #F7F1E5;*/
	background-image: url(../images/v1_bg_inhoudcontainer.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#kopcontainer {
	background-image: url(../images/v1_bg_kopcontainer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 310px;
	clear: both;
}
#kopcontainer-inhoud {
	float: right;
	width: 580px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}
#kopcontainer-inhoud-menu {
}
#kopcontainer-inhoud-menu ul {
	margin: 0px;
}
#kopcontainer-inhoud-menu li {
	display:inline;
}
#kopcontainer-inhoud-menu li a {
	color: #C8D9E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}
#kopcontainer-inhoud-menu li a:hover {
	color: #F2F6F9;
}
#kopcontainer-inhoud-zoeken {
	width: 300px;
	position: absolute;
	top: 39px;
	right: 10px;
}
#kopcontainer-inhoud-zoeken ul {
	margin: 0px;
}
#kopcontainer-inhoud-zoeken li {
	display: inline;
}
#inhoudcontainer {
	font-size: 1em;
	position: relative;
	clear: both;
	padding-left: 30px;
	padding-right: 0px;
	height: auto;
	padding-top: 25px;
	margin-top:0px;
	/*http://www.dustindiaz.com/min-height-fast-hack*/
	min-height:250px;
	height:auto !important;
	height:250px;
}
#inhoudcontainer-inhoud {
	float: left;
	width: 520px;
	padding-top: 35px;
	padding-left: 0px;
	padding-right: 28px;
	padding-bottom: 10px;
	margin: 0px;	/*visibility: hidden;*/
}
#inhoudcontainer-inhoud img {
	border: 5px solid #AEBECE;
	margin-top: 5px;
	margin-bottom: 10px;
}
#inhoudcontainer-inhoud a img {
	border: 5px solid #AEBECE;
}
#inhoudcontainer-inhoud a img:hover {
	border: 5px solid #FF6633;
}

#linkercontainer {
	float: left;
	width: 190px;
	font-size: 0.9em;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-right: 28px;
	padding-top: 10px;
}
#linkercontainer p {
	background-image: url(../Images/lijn1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 7px;
	padding-bottom: 11px;
}
#linkercontainer a {
	color: #145483;
	border-bottom-color: #145483;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#linkercontainer a:hover {
	color: #666666;
}
#rechtercontainer {
	float: left;
	width: 180px;
	font-size: 0.9em;
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
	padding-top: 10px;
	text-align: center;
}
#rechtercontainer p {
/*	background-image: url(../Images/lijn1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
*/}
#rechtercontainer img {
	margin-top: 7px;
	margin-bottom: 8px;
}
#rechtercontainer a img {
	border: 5px solid #AEBECE;
}
#rechtercontainer a img:hover {
	border: 5px solid #FF6633;
}
/* image replacements koppen*/
#kop_nieuws {
	background-image: url(../Images/kop_nieuws.jpg);
	background-repeat: no-repeat;
	width:180px;
	height:50px;
	text-indent: -5000px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#nieuws {
	width: 170px;
	border: 4px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #ECF0F3;
}
#kop_projecten {
	background-image: url(../Images/kop_projecten.jpg);
	background-repeat: no-repeat;
	width:180px;
	height:50px;
	text-indent: -5000px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#projecten {
	width: 170px;
	border: 4px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #F4EDEA;
}
#kop_realisaties {
	background-image: url(../Images/kop_realisaties.jpg);
	background-repeat: no-repeat;
	width:230px;
	height:50px;
	text-indent: -5000px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#voetcontainer {
	height: 220px;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/v1_bg_voetcontainer.jpg);
	background-repeat:repeat-x;
	width: 100%;
	position: relative;
}
#voetcontainer-inhoud {
	width: 35%;
	text-align: left;
	margin-left: 50px;
	padding-right: 0px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #676443;
	display:inline;
	float: left;
}
#voetcontainer #feweb {
	padding-top: 40px;
	display:inline;
	width: 30%;
	float: left;
}
#voetcontainer #myreporter {
	padding-top: 50px;
	display:inline;
	width: 30%;
	float: left;
}

#voetcontainer a {
	color: #7E1E18;
}
#voetcontainer a:hover {
	color: #66CC33;
}
#flashcontainer {
}
#voetcontainer #voetcontainer-inhoud #voetcontainer-inhoud-links {
	float: left;
	width: 32%;
}
#voetcontainer #voetcontainer-inhoud #voetcontainer-inhoud-midden {
	float: left;
	width: 32%;
}
#voetcontainer #voetcontainer-inhoud #voetcontainer-inhoud-rechts {
	float: left;
	width: 32%;
}/*** Menucontainer ***/
#hoofdmenu {
	width:969px;
	position:absolute;
	top:310px;
	height: 40px;
	left: 0px;
	z-index: 900;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b6c4d3; /* = rechtereinde*/
	padding-left: 30px;
}
/*** stijlen voor lijnen en omlijningen ***/
hr {
	margin-top: -15px;
	margin-bottom: 1px;
}
.lijnboven {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E09F58;
}
.lijnonder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADB6A5;
}
.lijnlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E09F58;
}
.lijnrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E09F58;
}
.lijnrondom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEBECE;
	border-right-color: #AEBECE;
	border-bottom-color: #AEBECE;
	border-left-color: #AEBECE;
	padding: 10px;	/*background-position: bottom;
	background-color: #FFFFFF;*/
}
.afb_in_tekst {
	margin-right: 50px;
	float: right;
}/*** stijlen voor headings ***/
h1 {
	font-size: 1.6em;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h1:first-letter {
	font-size: 2em;
}
h2 {
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 15px;
}
h2:first-letter {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
	margin-left:2em;
	margin-top: 15px;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.05em;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: 1em;
}
/*** stijlen voor links en knoppen ***/
a {
	color: #E8350A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #145483;
}
.knop {
	font-size: 0.9em;
	margin: 0px;
	background-image:  url(../images/knop.jpg);
	cursor: pointer;
	font-weight: bold;
	color: #475D74;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.currentlink {
	color: #F29F06;
	text-decoration: none;
	background-color: #999999;
}/*** Stijlen voor tabellen ***/
td {
	padding: 2px;
}
/*** Stijlen voor afbeeldingen ***/
.lijnrondom a img {
	border: 1px solid #999999;
}
#voetcontainer #voetcontainer-inhoud a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#blancogif {
	border: none;
}
.flashcontainer {
	float: right;
	padding: 12px 0px 12px 12px;
}
.fotolinks {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.fotorechts {
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}/*** Printen ***/
#printkop {
	display: none;
}
.lijn {
	color: #D58761;
	height: 1px;
	border: #E6B733;
}
/*** Stijlen voor fieldsets en formulieren ***/fieldset {
	border: 1px solid #9D9DA1;
	padding: 10px;
}
legend {
	color: #45474B;
	background: #D6D6D6;
	border: 1px solid #353D50;
	padding: 0px 6px 1px;
}
label {
	float: left;
	display: block;
	font-size: 0.95em;
	padding-left: 3px;
	font-weight: bold;
}
input {
	background-color: #F2F6F9;
	border: 1px solid #ABC5D2;
	font-size: 0.9em;
}
select {
	background-color: #F2F6F9;
	border: 1px solid #ABC5D2;
}
textarea {
	background-color: #F2F6F9;
	border: 1px solid #ABC5D2;
}
input {
	padding: 2px;
}
.zoekinput {
	padding: 2px;
}/*** Diverse stijlen***/
.kleinetekst {
	font-size: 0.8em;
}
#toplabel {
	margin-bottom: 20px;
}
.vet {
	font-weight:bold;
}
.vetroodgroot {
color: #FF0000; font-weight: bold; font-size: 1.2em; 
}

a img {
	border:0;
}
.homeknop {
	position:absolute;
	left: 22px;
	bottom: 0px;
}
.homeknop p {
	text-align: center;
}
.homeknop p a {
	background-image: url(../images/homeknop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #F4F5D8;
	margin: 0px;
	height: 35px;
	width: 200px;
	display: block;
	padding-top: 15px;
}
.homeknop p a:hover {
	color: #FFFFCC;
	background-image: url(../images/homeknop_hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.home-img {
/*	background-image: url(../images/achtergrond.jpg);
	background-repeat: no-repeat;
	padding: 8px;
*/	float:left;
	margin-right: 15px;
}
.clear {
	clear:both;
	height: 3px;
}
.caption {
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	margin-top: -10px;
	font-weight: bold;
}
.taalkeuze{
	float:right;
	margin-left:5px;
	border:0px;
}
.mobiel{
	position:absolute; 
	left:0px; 
	margin-top:2px; 
	color:#C8D9E3; 
	font-weight: bold; 
	font-size: 0.8em;
}
.mobiel a:link{
	color:#C8D9E3;
	text-decoration:none;
}
.mobiel a:visited{
	color:#C8D9E3;
	text-decoration:none;
}
.mobiel a:hover{
	color:#C8D9E3;
	text-decoration:none;
}