@charset "utf-8";
/* CSS Document */


body{
margin: 0px auto;
background-color:#556799;
}

#global{
	width: 1024px;
	height: 800px;
	position: relative;
	background-image:url(../afbeeldingen/website/background.jpg);
	background-repeat: no-repeat;
	position:absolute;
}

#menuglobal{
	width: 251px;
	height: 603px;
	margin-top: 100px;
	margin-left: 100px;
	position: absolute;
}

#contentekst{
	width: 530px;
	height: 603px;
	margin-top: 130px;
	margin-left: 430px;
	position: absolute;
}
#contentekstscroll{
	width: 500px;
	height: 603px;
	margin-top: 100px;
	margin-left: 430px;
	position: absolute;
	overflow: auto;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #404d80;
	scrollbar-highlight-color: #f5f8e7;
	scrollbar-3dlight-color: #404d80;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #575c26;
	scrollbar-track-color: #ffffff;
}

#contentekstphotography{
	width: 530px;
	height: 603px;
	margin-top: 99px;
	margin-left: 402px;
	position: absolute;
}
.contentekst{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
}
.contentekst a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	text-decoration: none;
}
.contentekst a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	text-decoration: underline;
}