/* KLEUREN *******************************************************************
#8c592e	bruin
#a37b59 lichtbruin

#005e2d groen
#00692d lichtgroen
******************************************************************************/

/* ALGEMEEN ******************************************************************/
* {
	font-family:Arial, Helvetica, sans-serif;
}
a img {
	border:none;
}

@media screen {
	* {
		font-size:10pt;
		color:white;
	}
	body {
		margin:0;
		background-color:#005e2d;
		background:url('/afb/paginaachtergrond.jpg') 50% 50% fixed;
	}
	h2 {
		margin:5px 0;
		background-color:#8c592e;
		border:solid 1px white;
		text-align:center;
	}
	h3 {
		margin:5px 0;
		background-color:#a37b59;
		border:solid 1px white;
		text-align:center;
	}
	hr {
		color:#ffffff;
		background-color:#ffffff;
		height:1px;
		margin-top:5px;
		margin-bottom:-5px;
		border:0px;
	}
}

@media print {
	.nietprinten {
		display:none;
	}
	a {
		color:black;
		text-decoration:none;
	}
	h2 {
		text-align:center;
		border:solid 0.25mm black;
	}
	h3 {
		text-align:center;
		border:solid 0.25mm black;
	}
}

/* PAGINA LAYOUT + BASISOPMAAK ***********************************************/
/* bbc = buttons, banners & counters */
h1#paginakop, #menurechts, #menulinks, #voet, #bbc {
	text-align:center;
}

@media screen {
	/* NIEUWE STIJL - ZONDER FLOATS */
	#omvat {
		position:relative;
		margin:0 auto;
		width:922px;
	}
	#paginakop, #menurechts, #menulinks, #inhoud, #voet {
		margin:0;
		border:solid 1px white;
		background-color:#005e2d;
	}
	#paginakop, #voet {
		width:570px;
		padding:0;
	}
	#paginakop {
		position:absolute;
		height:120px;
		top:10px;
		left:175px;
		text-indent:-3200px; /* tekst uit de weg halen */
		background:url('/afb/paginakop.gif') 50% 50% no-repeat #005E2D;
	}
	#menulinks {
		position:absolute;
		top:10px;
		left:0;
		width:165px;
		padding-bottom:10px;
	}
	#menurechts {
		position:absolute;
		top:10px;
		right:0;
		width:165px;
		padding-bottom:10px;
	}
	#reclameblok {
		position:absolute;
		top:285px;
		right:0;
		width:165px;
		text-align:center;
	}
	#inhoudomvat {
		position:absolute;
		top:140px;
		left:175px;
		width:572px;
		padding:0;
	}
	#inhoud {
		padding:10px;
		border:1px solid white;
	}
	#voet, #bbc {
		margin-top:7px;
	}
	#voet {
		padding:7px 0px 7px 0px;
	}
}

@media print {
	#omvat {
		width:170mm; /* beschikbare pagina breedte A4 (ongeveer) */
	}
	#menurechts, #menulinks, #bbc {
		display:none;
	}
	h1#paginakop {
		border:solid 0.25mm black;
	}
	#voet {
		font-size:10pt;
		border-top:solid 0.25mm black;
	}
}

/* MENU OPMAAK ***************************************************************/
#menurechts a, #menulinks a {
	display:block;
	margin:0 auto;
	width:130px;
	font-size:8pt;
	text-decoration:none;
}
#menurechts a:hover, #menulinks a:hover {
	text-decoration:underline;
	background-color:#00692d;
}
#menurechts a.menuitem, #menulinks a.menuitem, #menurechts a.bigmenuitem, #menulinks a.bigmenuitem {
	margin:10px auto 0 auto; /* auto centreerd! */
	padding:2px;
	background-color:#8c592e;
}
#menurechts a.menuitem, #menulinks a.menuitem {
	border:solid 1px white;
}
#menurechts a.bigmenuitem, #menulinks a.bigmenuitem {
	width:128px;
	font-size:14pt;
	border:solid 2px white;
}
#menurechts a.menuitem:hover, #menulinks a.menuitem:hover, #menurechts a.bigmenuitem:hover, #menulinks a.bigmenuitem:hover {
	text-decoration:underline;
	background-color:#a37b59;
}
.menuimage {
	border:1px solid white;
	margin-top:3px;
	width:122px;
	margin-bottom:0px;
}
#menulinks hr, #menurechts hr {
	margin-top:10px;
	margin-bottom:10px;
}
#minisearchform {
	margin:10px auto;
	border:1px solid white;
	width:134px;
	height:18px;
	background-color:#ffffff;
	background-image:url('/afb/tekstveld.gif');
	overflow:hidden;
}
#minisearchfield {
	margin:0;
	width:112px;
	border:0;
	float:left;
	height:16px;
}
#minisearchbutton {
	margin:1px auto;
	height:16px;
	width:16px;
	border:0;
	float:right;
	background-image:url('/afb/menu/zoeken.png');
}

/* TABELLEN ******************************************************************/
table {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}

@media screen {
	tr.l {
		background-color:#00692D;
	}
	td {
		margin:0;
		padding:0;
		border:none;
	}
	th {
		background-color:#8c592e;
		border:solid 1px white;
		font-variant:small-caps;
	}
}

@media print {
	tr.l {
		background-color:#f6f6f6;
	}
	th {
		border:solid 0.25mm black;
		font-variant:small-caps;
	}
}

/* FORMULIEREN ***************************************************************/
form {
	margin:0;
}

@media screen {
	fieldset {
		padding:5px;
	}
	legend {
		font-variant:small-caps;
	}
	label, .neplabel {
		float:left;
		width:175px;
	}
	input.tekst, textarea {
		width:300px;
		background-color:#ffffff;
		color:#003300;
		border:solid 1px #003300;
	}
	input.tekst {
		border:1px outset white;
		background-image:url('/afb/tekstveld.gif');
		padding-left:3px;
		padding-right:3px;
		margin-top:2px;
	}
	textarea{
		border:1px outset white;
		background-image:url('/afb/tekstveld2.gif');
		padding-left:3px;
		padding-right:3px;
	}
	select {
		background-color:#ffffff;
		border:solid 1px #003300;
	}
	optgroup {
		color:#003300;
	}

	option {
		color:#003300;
	}
	.getal {
		text-align:right;
	}
}

.fout, .fout * {
	color:red;
}
.fout {
	display:none; /* in eerste instantie verborgen! */
	margin:5px;
	padding:5px;
	border:solid 2px red;
	background-color:yellow;
}
.fout a, .fout a:active {
	color:red;
}
.fout h1, .fout ul, .fout li {
	margin:0;
	padding:0;
}
.fout ul {
	list-style:none;
}
	.fout h1 {
font-size:14pt;
}

/* DIVERSEN ******************************************************************/
@media screen {
	.kopoms {
		margin-bottom:5px;
	}
	.bijlagen {
		margin-top:5px;
		margin-bottom:10px;
		text-align:center;
	}
	p.btw {
		margin:20px 0 0 0;
		padding:5px;
		text-align:center;
		border-top:solid 1px white;
	}
}

@media print {
	p.btw {
		text-align:center;
		border-top:solid 0.25mm black;
	}
}
.uppercase {
	/* text-transform:uppercase; */
	font-variant:small-caps;
}
fieldset {
	border:1px solid white;
}

@media screen {
	/* Schaduwranden (die van IE vreten CPU, dus die staan uit) */
	#paginakop, #menurechts, #menulinks, #inhoud, #voet, #bbc a img {
		/*
		-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6)";
		filter: progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6);
		*/
		-moz-box-shadow: 2px 2px 10px #000;
		-webkit-box-shadow: 2px 2px 10px #000;
		box-shadow: 2px 2px 10px #000;
	}
}

/* Opruiming en Brochures */
.folderthumbs a, .brochurethumbs a {
	padding:0;
	display:inline;
	float:left;
	width:156px;
	background-color:white;
	margin-bottom:20px;
	margin-right:11px;
	margin-left:14px;
	border:1px solid #005e2d;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	overflow:hidden;
	color:black;
}
.folderthumbs a {
	height:230px;
}
.folderthumbs a img, .brochurethumbs a img{
	width:156px;
	border:0;
}
.folderthumbs a:hover, .brochurethumbs a:hover {
	border:1px solid white;
}
.folderthumbs, .brochurethumbs {
	clear:both;
	display:table;
}
.folderthumbs h3, .brochurethumbs h3, .clear {
	clear:both;
}
@media print {
	.folderthumbs a, .brochurethumbs a {
		border:1px solid black;
	}
}