@charset "UTF-8";
/* CSS Document */

body {
	font-size: 14px;
	color: #60040F;
	margin: 0 auto;
	height: 100%;
	text-align: left;
	background: #F2EABB url(../webafb/bg-site.jpg) repeat-y fixed center top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body > #website {
	height: auto;
	min-height: 100%;
}

/*------------- hoofdblokken -----------*/

#website {
	width: 990px;
	margin: 0px auto auto;
	min-height: 100%;
	position: relative;
	background: url(../webafb/bg-inhoud-arrow.png) repeat-y;
}
#hoofding {
	position: fixed;
	width: 980px;
	height: 220px;
	z-index: 10;
}
#inhoud {
	padding-top: 220px;
	width: 990px;
	padding-right: 0px;
	position: relative;
	z-index: 1;
	padding-bottom: 0px;
	display: table;
}
.sub-menu {
	position: relative;
	padding: 10px 0px 0px 15px;
	top: auto;
	width: 240px;
	z-index: 10;
	float:left;
}
.inhoud-blok {
	position: relative;
	width: 710px;
	padding: 0px;
	left: -25px;
	top: auto;
	z-index: 3;
	/* [disabled]border: thin dashed #F00; */
	min-height: 380px;
	height:auto;
	float:right;
}

#voetnoot {
	position: relative;
	height: 15px;
	background: url(../webafb/bottom.png) repeat-x left;
	font-size: 18px;
	z-index: 1;
	width: 977px;
	top: 6px;
	float:left;
}

/* IE 6 */
* html #voetnoot {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


/*-------------- tekstopmaak ----------*/

a:link, a:visited {
	color: #4F7437;
	text-decoration: none;
}
a:hover {
	color: #A21B26;
	text-decoration: none;
}
p {
	font-size: 16px;
	
	line-height: 1.5em;
}
h1 {
	font-size: 22px;
	
}
h2 {
	font-size: 20px;
	color: ;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	color: ;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	font-style: italic;
	text-align: right;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*-------------- hoofding blok --------------*/

.afb-hoofding {
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 9;
}
.logo {
	position: absolute;
	left: 220px;
	top: 25px;
	z-index: 13;
	width: 550px;
}
.topslide {
	position: absolute;
	top: 20px;
	left: 38px;
	z-index: 11;
	color: #666;
	width: 900px;
}
.doneer {
	position: absolute;
	top: 80px;
	left: 760px;
	z-index: 12;
	width: 200px;
	height:200px;
}
.sw {
	position: absolute;
	font-size: 9px;
	z-index: 15;
	font-style: normal;
	color: #822416;
	left: 845px;
	top: 7px;
}
.sw a:link, .sw a:visited {
	color: #8A9BAB;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-webkit-transition: all 0.6s linear 0.2s;
	-moz-transition: all 0.6s linear 0.2s;
	-ms-transition: all 0.6s linear 0.2s;
	-o-transition: all 0.6s linear 0.2s;
	transition: all 0.6s linear 0.2s;
}
.sw a:hover {
	color: #347330;
	-webkit-opacity: 100;
	-moz-opacity: 100;
	opacity: 100;
}
.keuze-menu {
	position: absolute;
	left: 15px;
	top: 175px;
	z-index: 11;
}
.keuze-menu a { 
	float: left; 
}

/*-------------- inhoud-blok --------------*/


/*-------------submenu -----------*/


.sub-items {
	background: repeat-y;
	padding-left: 10px;
	margin-top: 15px;
	z-index: 100;
	width:200px;
}

.copyright {
	position: absolute;
	left: 40px;
	top: 7px;
	font-size: 9px;
	color: #8A9BAB;
	z-index: 15;
}
.google {
	position: relative;
	left: 20px;
	top: 0px;/*was 20*/
	z-index: 13;
	width: 215px;
}
.sub-menu2 {
	position: relative;
	margin-top: 20px;
}
.contact {
	position: relative;
	left: 6px;
	margin-top: 5px;
	z-index: 999;
}
.nieuwsbrief {
	position: relative;
	left: 20px;
	top: 10px;
	width: 210px;
	-moz-box-shadow: 1px 2px 3px #777;
	-webkit-box-shadow: 1px 2px 3px #777;
	box-shadow: 1px 2px 3px #777;
	border-top: 3px groove #F2EABB;
	border-right: 3px groove #4F7437;
	border-bottom: 3px groove #4F7437;
	border-left: 3px groove #F2EABB;
	border-radius: 8px;
	padding: 0px;
	text-align: center;
}
.nieuwsbrief h1, .nieuwsbrief h2, .nieuwsbrief h3 {
	color:#A21B26;
	text-shadow:1px 1px #4F7437;
	margin:5px;
}
.nieuwsbrief p {
	font-size: 12px;
	font-style: oblique;
	text-decoration: blink;
	margin:5px;
}
.nieuwsbrief h6 {
	font-size: 9px;
	text-align:center;
	margin-bottom:5px;
	margin-top:2px;
}
.bijgewerkt p {
	font-size: 10px;
	color: #DDC094;
	text-align: center;
	line-height:0.8em;
}

/*--------------tekst-inhoud---------*/


.inhoud-tekst {
	display: table;
	width: 670px;
	padding: 20px 0px 60px 20px;
	text-align: left;
}
.inhoud-tekst img {
	padding-right:0px;
	border-radius:8px;
}
.inhoud-tekst hr {
	margin-right: 30px;
}

.afb-rechts {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.keuze {
	text-align: left;
}
.keuze img {
	padding: 3px;
	/*-moz-box-shadow: 1px 1px 2px #444;/*was 3px 3px 5px #444*/
	/*-webkit-box-shadow: 1px 1px 2px #444;
	box-shadow: 1px 1px 2px #444;
	margin-right: 1px;*/
}
.keuze a:link img, .keuze a:visited img {
	opacity: 1.00;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.4s linear 0.2s;
	-moz-transition: all 0.4s linear 0.2s;
	-ms-transition: all 0.4s linear 0.2s;
	-o-transition: all 0.4s linear 0.2s;
	transition: all 0.4s linear 0.2s;
	-moz-box-shadow: 3px 3px 5px #444;
	-webkit-box-shadow: 3px 3px 5px #444;
	box-shadow: 3px 3px 5px #444;
	border-top: 3px groove #F2EABB;
	border-right: 3px groove #4F7437;
	border-bottom: 3px groove #4F7437;
	border-left: 3px groove #F2EABB;
}
.keuze a:hover img {
	-webkit-opacity: 80;
	-moz-opacity: 80;
	opacity: 80;
	-moz-box-shadow: 2px 2px 2px #4F7437;
	-webkit-box-shadow: 2px 2px 2px #4F7437;
	box-shadow: 2px 2px 2px #4F7437;
	
	-moz-box-shadow: 3px 3px 5px #444;
	-webkit-box-shadow: 3px 3px 5px #444;
	box-shadow: 3px 3px 5px #444;
	border-top: 3px groove #F2EABB;
	border-right: 3px groove #4F7437;
	border-bottom: 3px groove #4F7437;
	border-left: 3px groove #F2EABB;
}
#topcontrol {
	display:inline;
	width:45px;
	height:75px;
	float:left;
	position:absolute;
	left:5px;
	z-index:900;
}

/*--------------- afbeeldingen ------------*/
.inhoud-tekst img[style*="left"], .inhoud-tekst img[align="left"] { 
	margin: 10px 20px 10px 0; 
	}
.inhoud-tekst img[style*="right"], inhoud-tekst img[align="right"] {
	margin: 10px 10px 10px 20px;
}
.inhoud-tekst img {
	-moz-box-shadow: 3px 3px 5px #444;
	-webkit-box-shadow: 3px 3px 5px #444;
	box-shadow: 3px 3px 5px #444;
	border-top: 3px groove #F2EABB;
	border-right: 3px groove #4F7437;
	border-bottom: 3px groove #4F7437;
	border-left: 3px groove #F2EABB;
}
.inhoud-tekst .none {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.inhoud-tekst li {
	font-size: 16px;
	list-style: circle url(../webafb/more.png) outside;
	line-height: 1.5em;
}
.inhoud-tekst p a {
	background: url(../webafb/more.png) no-repeat right center;
	padding-right: 18px;
}
.inhoud-tekst .fancybox {
	background:none !important;
	padding-right:0px;
}
.keuze img {
	border-top: 0px groove #F2EABB;
	border-right: 0px groove #4F7437;
	border-bottom: 0px groove #4F7437;
	border-left: 0px groove #F2EABB;
}

/*--------------- breadcrumb ---------------*/
.crumb {
	position: absolute;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 25px;
	margin-left: -20px;
	margin-top: -5px;
	float:left;
}
.crumb li {
	list-style: url(none) none;
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;
	float: left;
	padding-right: 22px;
	background: url(../webafb/mini-aar.png) no-repeat right center;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 2px;
}
.crumb li:last-child {
	background: url(none);
}
/*-----------maxicms-------------*/
.mx_buttons a {
    background-color: #2e2e2e !important;
}
/*-----------laatste nieuws blink------------*/
.nieuwsbrief h1, .nieuwsbrief a {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 3.5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 3.5s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 3.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
