﻿html, body {
	font: 13pt helvetica,sans-serif;
	background: black url('afbeeldingen/achtergrond_zwart2.png') fixed;
	border: none;	
   top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
}
html body, .kop, div.verwijsbalk a {
	color: white;
	height: 50px;
}
#pagina {
	margin-top: 0;
	min-width: 800px;

}
#logo {
	background: url('afbeeldingen/logo.png');
	height: 100px;
	width: 100px;
}
#logo, #titel {
	float: left;
}
.verwijsbalk {
margin-top: 20px;
	background: url('afbeeldingen/link_normaal.jpg') repeat-x scroll center bottom black;
	border-width: 1px;
	border-color: gray;
	border-radius: 12px;
	-moz-border-radius: 12px;
	Bottom: -10px;
	text-align: center;
}

.verwijsbalk, .text {
	box-shadow: 0 1px 5px #111;
}
.verwijsbalk, a,ul,li {
	text-decoration: none;
	cursor:pointer;
	height: 50px;
	line-height: 50px;
}
.midden {
	font-size: 30pt;
	padding-left: 0.5em;
	padding-top: 0;
}
.ondertitel {
	position: absolute;
	bottom: 10%;
}
.text {
max-width:1200px;
margin-top:50px;
	background: #000084 url('afbeeldingen/alu_blauw3.jpg') fixed;
	top: 100px;
	border: 1px gray solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
}
.rand {
	background: #d6d6d6;
	margin: 10px;
	padding: 2em 3em 4em 3em;
	border-width: 2px;
	border-color: white;
	border-radius: 24px;
	-moz-border-radius: 24px;
	color: #000035;
	box-shadow: 0 1px 5px #333;
	text-align: center;
}

#afstandnav{
text-align:center;
margin-left:20%;
font-size:medium;

}
#nav{
	margin-left:60px;
}
#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;

}
#nav li {
height:50px;
float: left;
width: 120px;
font-size:0.9em;

}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;

}

#nav li:hover ul {
left: auto;
}

#nav li ul li{
background-color: #121212;
}
#nav li ul li:hover{
z-index: 1;
background: blue url('afbeeldingen/rand_blauw.jpg') repeat-x fixed left top;
}

.hoofd:hover{
	z-index: 1;
	background: url('afbeeldingen/link_over.jpg') no-repeat scroll left center;
	background-size: 100% 50px;
	color: #06f;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}