body, html{
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;

	background-color: #f4ebda;
	font-family: verdana;
	font-size: 12px;

	margin-bottom: 1px; /* scrollbar hack */

}

#anchor{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 0px;
}

#container{
	position: absolute;
	left: -480px;
	top: 0px;

	width: 960px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #f4ebda;
}

#content{
	position: relative;
	left: 300px;
	top: 265px;
	width: 430px;
	z-index: 40;
}

 /*
  *
	* Header
	*
	*/

#header{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 235px;
}

#headerBackground{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 370px;
	background-image: url('../images/headerBackground.png');
	z-index: 0;
}

#headerMenu{
	position: absolute;
	left: 300px;
	top: 60px;
	z-index: 1;
	color: #ffffff;
}

#headerText{
	position: absolute;
	left: 45px;
	top: 170px;
	font-size: 50px;
	color: #dfb6b4;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 5;
	font-style:italic;
}

#pageTitle{
	position: absolute;
	left: 205px;
	top: 193px;
	font-size: 36px;
	z-index: 20;
}

#bottomBorder{
	position: absolute;
	left: 0px;
	top: 236px;
	width: 960px;
	z-index: 15;
	border-bottom: solid 1px #7f7f7f;
}

 /*
  *
	* Footer
	*
	*/

#footer{
	position: absolute;
	left: 0px;
	top: 608px;
	width: 960px;
	height: 160px;

}

#footerBackground{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 160px;
	/*background-image: url('../images/footerBackground.jpg');*/
	z-index: 16;
}


 /*
  *
	* Menu
	*
	*/


#menu{
	position: absolute;
	left: 0px;
	top: 235px;
	width: 290px;
	height: 465px;

	text-align: right;
	padding-right: 5px;

	z-index: 15;

}

#menuBorder{
	position: absolute;
	left: 153px;
	top: 236px;
	height: 406px;
	border-left: solid 1px #7f7f7f;
	z-index: 12;
}

.menuTable{
	width: 300px;
	/*height: 100%;*/
	border-collapse: collapse;

	z-index: 16;
}

.menuItem, .subMenuItem{
	font-size: 11px;
}

.menuItem{
	text-align: right;
	width: 150px;
	padding-right: 5px;
}

.subMenuItem{
	width: 140px;
	text-align: left;
	padding-left: 5px;
}

.topMenuLink, .topMenuLink:visited
{
    color: white;
    text-decoration: none;
}

.topMenuLink:hover
{
    text-decoration: underline;
}

.menuLink, .menuLink:visited
{
    color: #aa8139;
    text-decoration: none;
}

.menuLink:hover
{
    color: #970237;
    text-decoration: underline;
}

.menuHover
{
    color: #970237;
    text-decoration: underline;
}

.selectedLink
{
	color: #970237;
}

a{
	color: black;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


 /*
  *
	* Routebeschrijving
	*
	*/

#routeContactContainer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 660px;
	height: 465px;
	z-index: 12;
}

#adresDiv{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 13;
}

#routebeschrijvingDiv{
	position: absolute;
	left: 430px;
	top: 0px;
	width: 230px;
	height: 465px;
	z-index: 13;
}

#sluiten {
	position: absolute;
	bottom: 10px;
	left: -15px;
	width: 250px;
	color: #000000;
	text-align: right;
}