/* CSS Document */

html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#202224;
	overflow:hidden;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#202224;
	scrollbar-face-color:#202224;
	scrollbar-highlight-color:#202224;
	scrollbar-shadow-color:#202224;
	scrollbar-track-color:#999999;
}

img{
	border:none;
}

#content{
	background-color:#202224;
	position:absolute;
	width:778px;
	top:50px;
	left:50%;
	bottom:0px;
	visibility:visible;
	margin-left:-400px;
	z-index:1;
}
#design{
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:778px;
	height:461px;
	z-index:2;
}

#menu{
	position:absolute;
	top:250px;
	left:513px;
	height:40px;
	width:250px;
	font-family:Palatino Linotype;
	font-size:13px;
	text-align:right;
	color:#7d7b7b;
	z-index:3;	
}
#menu a{
	color:#7d7b7b;
	text-decoration:none;
}
#menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#tekst{
	position:absolute;
	overflow:auto;
	top:21px;
	left:25px;
	height:290px;
	width:415px;
	font-family:Palatino Linotype;
	font-size:12px;
	text-align:center;
	color:#003471;
	z-index:3
}

#tekst a{
	color:#003471;
	text-decoration:underline;
}
#tekst a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#voorbeelden{
	position:absolute;
	top:30px;
	left:525px;
	height:40px;
	z-index:3
}
#nreal{
	position:absolute;
	top:421px;
	left:615px;
	height:40px;
	width:160px;
	font-family:Palatino Linotype;
	font-size:10px;
	text-align:right;
	color:#7d7b7b;
	z-index:3
}
#nreal a{
	color:#7d7b7b;
	text-decoration:none;
}
#nreal a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#popup {
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	position:absolute;
	overflow:auto;
	font-family:Palatino Linotype;
	font-size:12px;
	text-align:center;
	color:#7d7b7b;
	z-index:3
}
#popup a{
	color:#7d7b7b;
	text-decoration:none;
}
#popup a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
