/********** Opmaak **********/
#head{
	position: absolute;
	width: 743px;
	left: 80px;
	padding: 0px;
	margin: 0px;
	top: 10px;
}

.line{
	position: absolute;
	width: 900px;
	height: 10px;
	left: 15px;
	top: 170px;
}

#menu{
	/*border-right: 2px solid;*/
	/*border-right-color: #0000FF;*/
	position: absolute;
	left: 15px;
	top: 190px;
	width: 155px;
	height: 190px;
	font-family: calibri;
	font-size: 10pt;
	background: #f99ed6;
}

.button{
	position: relative;
	left: 20px;
	top: 20px;
	border: 0px;
}

.menuright{
	position: absolute;
	left: 155px;
	top: 0px;
}

.menuleft{
	position: absolute;
	left: 0px;
	top: 0px;
}

.menutop{
	position: absolute;
	left: 10px;
	top: 0px;
}

.menubottom{
	position: absolute;
	left: 10px;
	top: 190px;
}

#content{
	position: absolute;
	font-family: calibri;
	font-size: 10pt;
	padding: 0px;
	top: 230px;
	left: 200px;
	width: 700px;
	height: 500px;
}

.title{
	position: absolute;
	font-weight: bold;
	color: #990000;
	font-size: 12pt;
	top: -40px;
	left: 5px;
	width: 600px;
}

/********** Link handling **********/
a:link{
	text-decoration: none;
	color: #000000;
}
a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: overline underline;
	color: #990000;
}
