﻿body 
{
}

span
{
	font-style:italic;
}

div.content span.start
{
	color:#7080F0;
	font-size:50px;
	padding:1px;
	width:50px;
	height:50px;
	float:left;
	position:relative;
	border-bottom-style:none;
}

div.kop
{
	background-image: url(balk.jpg);
	background-position: 30% 0%;
	background-repeat: no-repeat;
   	background-attachment: fixed;
   	height: 100px;
}

div#balk
{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:50px;
	background-color:#CCCCFF;
}

div.content
{
	position:absolute;
	margin-top:20px;
	margin-left: 0px;
	width: 75%;
	padding:10px;
	display:block;	
	border-style:none;
}
div.voeten
{
	position:absolute;
	margin-left:95px;
	margin-top: 0px;
	top:30px;
	width: 100px;
	height: 130px;
	background-color:white;
	outline-style: none;	
}

img#imgVoeten
{
	margin-left:9%;
	margin-top:9%;
}

div.kop
{
	position:relative;
	left:262px;
	width:70%;
	display:block;
	text-align: center;
	border-style:none;

}
h1{
	font-family: sans-serif;
	font-style: italic;
	font-size: xx-large;
	color:white;
	margin-top: 20px;
}
h3{
	font-size: medium;
	color:navy;
	width:80%;
	white-space:nowrap;
}
div
{
	border-width:thin;
	color:black;
}

div.menu
{
	position:absolute;
	margin-left: 5px;
	width: 100%;
}

img#nbvh{
	margin-left: 70px;
}

div.menu ul
{
/*	position:relative;*/
/*	padding:0px;
	top:0px;*/
	display:block;
	list-style-type:none;
/*	padding-top: 0px;*/
	text-align:center;
}
div.menu li{
	line-height: 38px;
	font-style: oblique;
	font-family: sans-serif;
	font-size: smaller;
}
div.menu a
{
	color:black;
	display: inline;
	/*float: right;*/
	display:block;
	background-image:url(inbtn.gif);
	background-repeat: no-repeat;
	width: 182px;
    height: 36px;
	text-align:center;
	text-decoration:none;
	border-style: none;
}

div.menu a:hover
{
	font-style:italic;
	background-image:url(outbtn.gif);
	background-repeat: no-repeat;
	border-style: none;
}

div a:hover span
{
	
	display:block;
	position:absolute;
	border-bottom-style:none;
	margin-top:-5px;
	width:10px;
}

div a span
{
	display:none;
}

div.icon 
{
	visibility:visible;
}

div.menu a:link
{
	border-bottom-style:none;
}

div.menu a:visited
{
	border-bottom-style:none;
}

h2
{
	position:absolute;
	top:0px;
	font-size:large;
	color:navy;
	left:20px;
}