@charset "utf-8";
/* CSS Document */
.floatboxleft {
	float:left;
	padding-top: 0px;
	padding-right: 20px;
}
.floatboxright {
	float:left;
	padding-top: 0px;
	padding-left: 20px;
}
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	background: url(../images/_opmaak/skifoto.jpg) no-repeat top center;
	background-repeat:no-repeat;
	margin: 0px auto;
}
.tekst {
	font-size: 11px;
	color: #000000;
}
.tekstvetitalic {
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	font-style: italic;
}
.tekstvet {
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
.tekstwit {
	font-size: 11px;
	color: #FFF;
}
.tekstvetitalicwit {
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	font-style: italic;
}
.tekstvetwit {
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
}
.menutitle{
	display: block;
	height:23px;
	margin-bottom: 1px;
	color:#000;
	width:180px;
	padding-top:4px;
	padding-left:4px;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	text-transform:uppercase;
	background-image: url(../images/_opmaak/Hoofdmenu.png);
	background-repeat: no-repeat;
}
.menutitle:hover{
	display: block;
	height:23px;
	margin-bottom: 1px;
	color:#000;
	width:180px;
	padding-top:3px;
	padding-left:5px;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	text-transform:uppercase;
	background-image: url(../images/_opmaak/Hoofdmenu-over.png);
	background-repeat: no-repeat;
}
.submenulink {
	display: block;
	width:160px;
	text-align: left;
	text-decoration: none;
	font-size:11px;
	color: #333;
	border-bottom: 1px dotted #CCC;
	background:url(../images/_opmaak/submenubg.png);
	padding-left:5px;
	margin-left:2px;
}

.submenulink:hover {
	display: block;
	width:160px;
	text-align: left;
	text-decoration: none;
	font-size:11px;
	color: #FFF;
	background:url(../images/_opmaak/submenubg-hover.png);
	padding-left:5px;
}
.paginatitel {
	display: block;
	width:570px;
	text-align: left;
	text-decoration: none;
	font-size:12px;
	color: #000000;
	text-indent:5px;
	font-weight: bold;
}
.menulandnaam {
	display: block;
	width:160px;
	height:18px;
	padding-top:2px;
	text-align: left;
	text-decoration: none;
	font-size:11px;
	color: #000000;
	text-indent:5px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	background-color: #FFF;
}
.copyright {
	font-size:11px;
	line-height:20px;
	color:#000;
	height:20px;
	width:1000px;
	bottom: 0px;
	border-top:1px solid black;
}
.tekstlinks {	
	font-size: 11px;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;

}
.tekstlinks:hover {	
	font-size: 11px;
	color:#9F9;
	text-decoration: none;
	font-weight: bold;

}
.titels {
	display: block;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:2px solid black;
	margin-bottom:10px;
}
.reistitel {	
	font-size: 12px;
	background-color: #ff0000;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	height:20px;
	border:1px solid black;
}
.periodetitel {	
	font-size: 13px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	height:20px;
	border:1px solid black;
	text-transform: uppercase;
}
.tekstkader {	
	font-size: 12px;
	font-weight: bold;
	padding:10px;
	border:1px solid black;
	background:url(../images/_opmaak/tekstvakbg.png)
}
.tekstkaderhometekst {	
	font-size: 11px;
	padding:10px;
	border:1px solid black;
	background:url(../images/_opmaak/Hometekstbg.png)
}
.tekstkaderhome {	
	font-size: 12px;
	font-weight: bold;
	padding:10px;
	border:1px solid black;
	background:url(../images/_opmaak/tekstvakbgwit.png)
}
.vakjes {	
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background-color:#CCC;
}
.knoppen {	
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #999999;
}
div.overflow {
	position:absolute;
	width:600px;
	height:100%;
	overflow:auto;
}














#inhoud {
	width: 1000px;
	height:100%;
	margin: 0px auto;
}
	#topbalk {
		height: 80px;
		position: relative;
	}
		#logo {
			position: absolute;
			top: 15px;
			left: 10px;
		}
			#paginatitel {
				position: absolute;
				top: 58px;
				left: 220px;
				}
					#linkermenu {
						position: absolute;
						top: 90px;
						margin-left:10px;
					}
						#body {
							top: 90px;
							position:absolute;
							width: 590px;
							height: 100%;
							overflow:hidden;
							margin-left:200px;
		
						}
							#rechterblok {
								position: absolute;
								top: 90px;
								width: 200px;
								height: 100%;
								margin-left:800px;
							}
		#copyright {
	position: absolute;
	font-size:11px;
	line-height:20px;
	color:#000;
	height:20px;
	width:1000px;
	bottom: 0px;
	border-top:1px solid black;
		}

