html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #c7aa34;
}




a.menulink:link {color: #FFFFFF; text-decoration: none;}
a.menulink:visited {color: #FFFFFF; text-decoration: none;}
a.menulink:hover {color: #bcdeea; text-decoration: none;}
	

a:link, a:visited{
	color: #019bbf;
	text-decoration: none;
}


a:hover{
	color: #019bbf;
	text-decoration: none;
}




h1{
	color: #009bbf; 
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 50%;
}



#container {
      position: relative;
      top: 20px;
      width:919px;
      height: 624px;
      margin: 0 auto;
}

#header {
	position:absolute;
	width:919px;
	height:196px;
	z-index:5;
	left: 0px;
	top: 0px;
	background-image: url(images/header.jpg);
}

#menu {
	position:absolute;
	width:259px;
	height:428px;
	z-index:4;
	left: 0px;
	top: 196px;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/menu.jpg);
	line-height: 18px;
	text-align: right;
	color: #FFFFFF;
	padding-right: 65px;
	font-family: Arial, Helvetica, sans-serif;

}

#rechts {
	position:absolute;
	width:163px;
	height:428px;
	z-index:3;
	left: 756px;
	top: 196px;
	background-image: url(images/rechts.jpg);
}

#onder {
	position:absolute;
	width:432px;
	height:117px;
	z-index:2;
	left: 324px;
	top: 507px;
	background-image: url(images/onder.jpg);
}

#argewebdesigner {
	position:absolute;
	width:392px;
	height:301px;
	z-index:1;
	left: 324px;
	top: 196px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: italic;
	overflow-y:auto;
	overflow-x:hidden;
}

#opvullinglinks {
	position:absolute;
	width:45px;
	height:624px;
	z-index:6;
	top: 0px;
	left: -45px;
	background-image: url(images/opvulling_links.jpg);
}

#opvullingrechts {
	position:absolute;
	width:45px;
	height:624px;
	z-index:6;
	left: 919px;
	top: 0px;
	background-image: url(images/opvulling_rechts.jpg);

