body{
	padding: 0px;
	margin:0px;
	background-color: #95b2da;
	font-family: Arial;
	color: #1c4084;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#menuDiv{
	font-size: 13px;
	position: absolute;
	left:170px;
	top:320px;
	width:180px;
	height:450px;
	font-family:Georgia;
	letter-spacing: 1px;
	color:#5e2480;
	line-height: 35px;
}

.menuLink{
	text-decoration: none;

}

a.menuLink:link, a.menuLink:active, a.menuLink:hover,a.menulink:visited{
	color: #5e2480;
	text-decoration: none;
	border-bottom: 1px solid #bac8e5;
}
a.menuLink:hover{
	border-bottom: 1px solid white;
}
a:link, a:active, a:hover,a:visited{
	text-decoration: none;
	border-bottom: 1px solid #bac8e5;
}
a:hover{
	border-bottom: 1px solid white;
}

#verticalImage{
	position: absolute;
	width:50px;
	height: 190px;
	top:250px;
	left:350px;
}

#contentDiv{
	font-size: 13px;
	position: absolute;
	top:250px;
	left:400px;
	width:420px;
	min-height: 200px;
	line-height: 20px;	
}

p{padding:0px; margin:0px;}

h1,h2,h3{
	font-family:Georgia;
	font-style: italic;
	font-size: 22px;
	line-height: 35px;
	font-weight: normal;
	padding:0px;
	padding-bottom: 10px;
	margin:0px;
}

#flagImageDutch{
	position: absolute;
	width:30px;
	height: 30px;
	left:770px;
	top:10px;
}
#flagImageEnglish{
	position: absolute;
	width:30px;
	height: 30px;
	left:805px;
	top:10px;

}