@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 20px;
	color: #006fba;
	font-weight: lighter;
	margin-top: 0px;
	line-height:25px;
} 

#wrapper {	width: 700px;
	position: relative;
	margin: 0px auto;
	text-align:left;
	top:0px;
	z-index:0;
}


#bg_top {
	position:absolute;
	width:860px;
	height:14px;
	z-index:1;
	left: -80px;
	top: 22px;
	background-image:url(../images/bg_top.png);
	background-repeat:no-repeat;
}

#main {
	position:absolute;
	width:860px;
	height:873px;
	z-index:1;
	left: -80px;
	top: 35px;
	background-image:url(../images/bg_main.png);
}

#bg_bottom {
	position:absolute;
	width:860px;
	height:27px;
	z-index:1;
	left: -81px;
	top: 908px;
	background-image:url(../images/bg_bottom.png);
	background-repeat:no-repeat;
}


#navigatie {
	position:absolute;
	width:175px;
	height:185px;
	z-index:4;
	left: -28px;
	top: 152px;
}


#header {
	position:absolute;
	width:810px;
	height:203px;
	z-index:3;
	left: -55px;
	top: 142px;
	background-color:#00a0f0;
}

#flash {
	position:absolute;
	width:605px;
	height:203px;
	z-index:4;
	left: 150px;
	top: 142px;
	background-color:#fff;
}

#dotje {
	position:absolute;
	width:808px;
	height:442px;
	z-index:4;
	left: -55px;
	top: 362px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}



#footer {
	position:absolute;
	width:812px;
	height:22px;
	z-index:3;
	left: -62px;
	top: 871px;
	background-color:#00a0f0;
	padding-top:10px;
	padding-left:10px;
}

#logo {
	position:absolute;
	width:94px;
	height:83px;
	z-index:2;
	left: -55px;
	top: 49px;
}

#contact {
	position:absolute;
	width:219px;
	height:90px;
	z-index:2;
	left: 535px;
	top: 46px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #f4f4f4;
}



.fotolink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	line-height:14px;
	
}

.fotolink a:active {
	color: #00a0f0;
	text-decoration: none;
}

.fotolink a:visited {
	color:#00a0f0;
	text-decoration: none;
}

.fotolink a:link {
	color: #00a0f0;
	text-decoration: none;
}

.fotolink a:hover {
	color: #fff;
	text-decoration: none;
}






.contacttekst {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:10px;
line-height:14px;

	
}

.contacttekst a:active {
	color: #404040;
	text-decoration: none;
}

.contacttekst a:visited {
	color:#404040;
	text-decoration: none;
}

.contacttekst a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.contacttekst a:hover {
	color: ##00a0f0;
	text-decoration: none;
}

.navigatietekst {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:12px;
	line-height:26px;
	
}

.navigatietekst a:active {
	color: #fff;
	text-decoration: none;
}

.navigatietekst a:visited {
	color:#navigatietekst;
	text-decoration: none;
}

.navigatietekst a:link {
	color:#fff;
	text-decoration: none;
}

.navigatietekst a:hover {
	color:#333333;
	text-decoration: none;
}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FCFCFC;
}
a:active {
	color: #FFFFFF;
}

#tekst {
	position:absolute;
	padding-top:0px;
	padding-bottom:10px;
	width:587px;
	height:325px;
	z-index:4;
	left: 149px;
	top: 370px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.tekst {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height: 14pt;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}

.titel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#00a0f0;
	
}



#accordion {
	margin:20px 0px;
	width:100%;
}

h3.toggler {
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00a0f0;
	margin: 4px;
	padding: 5px;
	padding-left:20px;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-style: normal;
	font-weight: lighter;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

