#kop {
	position: fixed;
	top: 0px;
	left: 0;
	height: 60px;
	width: 100%;
	z-index: 2;
	padding-top: 20px;
	padding-left: 50px;
	background-color: #FFF;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#kopLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #999;
	text-align: left;
	width: 650px;
	float: left;
	padding-left: 20px;
}
.kopsub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
#kopRechts {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #999;
	text-align: left;
	width: 650px;
	float: left;
	padding-left: 20px;
}
#fotovak {
	position: fixed;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	z-index: 1;
	top: 100px;
	height: 600px;
	width: 480px;
	left: 300px;
	overflow: scroll;
	overflow-x:hidden;
	text-align: center;
}
#tekstvak {
	position: fixed;
	padding: 30px;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	z-index: 1;
	border-radius: 10px;
	top: 100px;
	height: 400px;
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #036;
	background-color: #FFF;
	opacity:0.8;
	filter:alpha(opacity=80);
	right: 20px;
}
#links {
	position: fixed;
	padding: 30px;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	z-index: 1;
	border-radius: 10px;
	top: 100px;
	height: 450px;
	width: 500px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #036;
	background-color: #FFF;
	opacity:0.8;
	filter:alpha(opacity=80);
	right: 20px;
}
#contact {
	padding: 30px;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	border-radius: 10px;
	top: 148px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
	background-color: #096;
	opacity:0.7;
	filter:alpha(opacity=70);
	position: absolute;
	z-index: 3;
	height: 300px;
	width: 544px;
	left: 300px;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

.rotate {
  	-webkit-transform: rotate(-90deg);
  	-moz-transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	-o-transform: rotate(-90deg);
  	transform: rotate(-90deg);
}
#menu {
	height: 200px;
	width: 250px;
	position: absolute;
	left: 10px;
	top: 200px;
}
#menu a
{
	width: 250px;
	text-decoration: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	display: block;
	text-align: center;
	opacity:0.7;
	filter:alpha(opacity=70);
	border-radius: 15px;
	margin-top: 10px;
	white-space: nowrap;
	z-index: 1;
	background-image: url(../imgstyle/menu.jpg);
}
#menu a:hover {
	background-image: url(../imgstyle/menu_in.jpg);
	opacity:0.7;
	filter:alpha(opacity=70);
	color: #FFF;
	vertical-align: 0%;
}
#actueel {
	height: 50px;
	width: 675px;
	position: absolute;
	left: 150px;
	top: 100px;
	z-index: 1;
}
#actueel a
{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000;
	z-index: 1;
}
#actueel a:hover {
	background-color:#93CAB4;
	color: #333;
	vertical-align: 0%;
}

#voet {
	width: 99.5%;
	z-index: 1;
	background-color: #FFF;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
#voet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#voet a:hover
 {
	color: #F00;
}
