/* CSS Document */
@import "index.css";
/* for every browser*/

body {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	background-color: White;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333366;
}

p {	font-size: 14px;}

ul {font-size: 16px;}

#kop {
	position: relative;
	top: 20px;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #DCDCDC;
	z-index: 3;
}

#logo {
	position: absolute;
	top: 0;
	left:600px;}

#menu {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	width: 95px;
	height: 2500px;
	background-color: #333366;
	z-index: 2;
}

#nav {
	position: fixed;
	top: 156px;
	left: 30px;
	width:95px;
	z-index:3;
}
/* for internet explorer */
* html #nav {
	position:relative;
	top: 156px;
	left:0;
	width: 100%;
}
/* for every browser*/

a.nav1, a.nav1:link, a.nav1:visited {
	display: block;
	position:relative;
	text-decoration: none;
	height: 20px;
	padding-right: 5px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
}

a.nav1:hover {
	position: relative;
	background-color: #F5F5F5;
	color: #333366;
	border-left: 1px solid #333366;
	border-right: 1px solid #333366;
}
a.nav1:active {color: #220B94;}

a.nav1 span {display: none;}

a.nav1:hover span {
	display:block;
	position:absolute;
	left:100px;
	top:0;
	padding:5px;
	width: 85px;
	background-color:#F5F5F5;
	color:#333366;
	border:1px solid #333366;
	z-index:4;
}

#inhoud {
	position:relative;
	top: 0;
	left:150px;
	width:835px;
	overflow: auto;
	background-color: White;
	z-index: 1;
}

#bladspiegel {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
}

#footer {
	position:relative;
	bottom: 0;
	left: 150px;
	width:831px;
	font-size: 9px;
	text-align: center;
	background-color: White;
	border: 2px solid #DCDCDC;
}
#pijl {text-align: center;}
#pijl img {border:none;}

a:link {color: #620000;}
a:visited {color: Black;}
a:hover {color: Red; text-decoration:none;}
a:active {color: Grey;}
