body
{
 text-align: left;
 font-family: arial;
 background-color: #E6E6FA;
 font-size: 16px;
}



#menu
{
 
 background-image: url(buttonA.jpg);
 position: absolute;
 width: 185px;
 height: 420px;
 top: 87px ;
 text-align: left;
}

#content
{

 position: absolute;
 width: 509px;
 height: 400px;
 top: 120px;
 left: 200px;
 text-align: left;
}
#extra
{

 position: absolute;
 width: 700px;
 height: 50px;
 top: 520px;

 text-align: left;
 font-size: 7pt; 
}

#boven
{
	background-image: url(header.jpg);
	color : White;
	width: 710px;
	height: auto;
	text-align:center;
	font-size: 50pt;
}


a.menu:link, a.menu:visited
{
 background-image: url(buttonA.jpg);
 background-repeat: no-repeat;
 display: block;
 width: 185px;
 height: 35px;
 text-decoration: none;
 color: #000000;
 text-align: left;
}

a.menu:hover, a.menu:active
{
 background-image: url(buttonB.jpg);
 background-repeat: no-repeat;
}
