@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; } 

html, body  {
	margin: 0px;
	overflow-x:hidden;
	background-color:#FFFFFF;
} 
h1 {
	color:#440647;
	font-weight:bold;
	margin-bottom:10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color:#666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
}

a:link {
	color:#440647;
	text-decoration:underline;
	font-weight: bold;
}

a:visited {
	color:#440647;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color:#404040;
	text-decoration:underline;
	font-weight: bold;
}

#bgContainer {
	width: 3000px;
	position: absolute;
	margin: 0 auto;
	height: 575px;
	top: 50%;
	left: 50%;
	margin-left: -1465px;
	margin-top: -275px;
   }
#centerContainer {
	position: absolute;
	margin: 0 auto;
	width: 958px;
	height: 575px;
	top: 226px;
	left: 1499px;
	margin-left: -508px;
	margin-top: -230px;
	background-image: url(../images/bg-shadow.gif);
	background-repeat: no-repeat;
}

#leftImage {
	position:absolute;
	left:0px;
	top:125px;
	width:300px;
	height:440px;
	z-index:1;
	background-image: url(images/enter-links.jpg);
}

#menu {
	position:absolute;
	left:0px;
	top:1px;
	width:948px;
	height:125px;
	z-index:3;
	background-image: url(../images/bg-header.gif);
}
#content {
	position:absolute;
	left:308px;
	top:134px;
	width:630px;
	height:422px;
	z-index:4;
	background-color: #d7d2d8;
}
#tekstvak {
	width:589px;
	height:385px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	position:absolute;
	left: 8px;
	top: 7px;
	color:#440647;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	scrollbar-base-color: #d7d2d8; 
	scrollbar-face-color: #d7d2d8; 
	scrollbar-track-color: #EFEFEF;
	scrollbar-arrow-color: #440647;
	scrollbar-highlight-color: #EFEFEF; 
	scrollbar-3dlight-color: #DDDDDD; 
	scrollbar-shadow-color: #ECECEC;
	scrollbar-darkshadow-color: #ECECEC;  
}
.grijs {
	color:#666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
}
.portfolio-image {
   padding:4px;
   border:1px solid #440647;
}

