/*** Primaire stijlen structuur document ***/
html {
	height: 100%;
}
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
	background-color: #ABABAB;
	color: #303149;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-size: 0.82em;
}
#hoofdcontainer {
	background-image: url(../images/v1_bg_inhoudcontainer.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	}
#kopcontainer {
	background-image: url(../images/v1_bg_kopcontainer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 220px;
	clear: both;
	}

#kopcontainer-inhoud {
	width: 400px;
	height: 20px;
	top: 10px;
	color: #CCCCCC;
	float: right;
	padding-right: 30px;
	padding-top: 5px;
	}

#kopcontainer-inhoud a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	}
#kopcontainer-inhoud a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	}

#inhoudcontainer {
	position: relative;
	width: 930px;
	clear: both;
	padding-left: 26px;
	}

#inhoudcontainer-inhoud {
	float: left;
	width: 510px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
#rechtercontainer {
	float: left;
	width: 185px;
	padding-top: 20px;
	padding-top: 20px;
	padding-left: 5px;
	font-size: 0.9em;
	padding-right: 10px;
	margin-right: 0px;
	margin-top: 0px;
	}

#voetcontainer {
	background-image: url(../images/v1_bg_voetcontainer.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 980px;
	height: 150px;
	clear: both;
	}
#voetcontainer-inhoud {
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 0px;
	padding-left: 40px;
	}

#flashcontainer {
}


/*** Menucontainer ***/

#menucontainer {
	position: relative;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	width: 180px;
	float: left;
	}

#menucontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: bottom;
}

#menucontainer li {
	margin: 0;
	vertical-align: middle;
}

#menucontainer a
{
	display: block;
	width: 139px;
	color: #54698B;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	background-image: url(../images/bg_a.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 20px;
	text-align: left;
	border-bottom: 1px dotted #C7CEE1;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#menucontainer a:hover
{
	color: #7085A9;
	text-decoration: none;
	background-color: #E6E6E6;
	background-image: url(../images/bg_a_hover.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

#menulink0 {
	display: none;
	text-indent: .8em;
	background-color: #979AA8;
}
#menulink0 a {
	background-image: url(../images/bg_a_sub.jpg);
	background-position: 8px;
	background-repeat: no-repeat;
	/*width: 115px;*/
}
#menulink0 a:hover {
	background-image: url(../images/bg_a_hover_sub.jpg);
	background-position: 8px;
	background-repeat: no-repeat;
	background-color: #BDBFC8;
}
#menulink1 {
	display: none;
	text-indent: .8em;
	background-color: #979AA8;
}
#menulink1 a {
	background-image: url(../images/bg_a_sub.jpg);
	background-position: 8px;
	background-repeat: no-repeat;
}
#menulink1 a:hover {
	background-image: url(../images/bg_a_hover_sub.jpg);
	background-position: 8px;
	background-repeat: no-repeat;
	background-color: #BDBFC8;
}
#menulink2 {
	display: none;
	text-indent: .8em;
	background-color: #979AA8;
}
#menulink2 a {
	background-image: url(../images/bg_a_sub.jpg);
	background-position: 8px;
	background-repeat: no-repeat;
}
#menulink2 a:hover {
	background-image: url(../images/bg_a_hover_sub.jpg);
	background-position: 8px;
	background-repeat: no-repeat;
	background-color: #BDBFC8;
}
#menucontainer .aktief a {
	background-image: url(../images/bg_a_aktief.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #FF6600;
}
/******Einde Menucontainer*/



/*** stijlen voor lijnen en omlijningen ***/
hr {
	margin-top: -15px;
	margin-bottom: 1px;
}
.lijnboven {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaab9e;
}
.lijnonder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaab9e;
}
.lijnlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaab9e;
}
.lijnrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaab9e;
}
.lijnrondom {
	border: 1px dotted #979BA1;
	padding: 10px;
	background-color: #E2DEE0;
}


/*** stijlen voor headings ***/
h1 {
	font-size: 1.4em;
	color: #54698B;
	width: auto;
	background-color: #EFEDED;
	border: 1px dotted #7C8FAF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h2 {
	font-size: 1.2em;
	color: #54698B;
}
h3 {
	font-size: 1.2em;
	color: #54698B;
}
h4 {
	font-size: 1.05em;
	color: #636562;
}
h5 {
	font-size: 1.1em;
	color: #636562;
}


/*** stijlen voor links en knoppen ***/
a {
	color: #00557D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
.knop {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	background-image:  url("../Beheer/images/knop.gif");
	border: 1px solid #999999;
	cursor: pointer;
}
.currentlink {
	color: #006699;
	text-decoration: none;
	background-color: #999999;
}

/*** Stijlen voor tabellen ***/
.bodemtabel {
	font-size: 0.8em;
	background-color: #F1F2ED;
}

/*** 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;
}
#inhoudcontainer-inhoud img {
	margin: 0px;
}
.fotocontainerrechts {
	float: right;
	padding: 12px;
	background-color: #E2DEE0;
	margin: 5px 15px 15px;
	border: 1px solid #C0B8BC;
}
.fotocontainerlinks {
	float: left;
	padding: 12px;
	background-color: #E2DEE0;
	margin: 15px 15px 15px 0px;
	border: 1px solid #C0B8BC;
}
.flashcontainerrechts {
	float: right;
	padding: 12px 0px 12px 12px;
}
.foto {
	border: 1px solid #333333;
	clear: both;
}

/*** 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: #F4F4F4;
	border: 1px solid #96979B;
	font-size: 0.9em;
}
select {
	background-color: #F4F4F4;
}
textarea {
	background-color: #F4F4F4;
	border: 1px solid #96979B;
}

/*** Diverse stijlen***/
.filmcontainerrechts {
	float:right;
	border: 1px solid #999999;
	padding: 3px;
	margin: 3px;
}.filmcontainerlinks {
	float:left;
	border: 1px solid #999999;
}
.kleinetekst {
	font-size: 0.8em;
}
ol {
	margin-left: 5px;
}
ul {
	margin-left: 5px;
}
li {
	margin-left: 10px;
}
.tekstblok {
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#hoofdcontainer #inhoudcontainer #inhoudcontainer-inhoud .nieuws {
	background-color: #D6DCE4;
	border: 1px solid #999999;
	padding: 5px;
}
.fotoboek {
	padding: 4px;
	float: left;
	width: 160px;
	margin: 4;
}
