
html, body
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #d0d1d2;
	font: small arial;
	color:  #888a8d;
}

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

#container
{
	position: absolute;
	left: -432px;
	width: 864px;
	z-index: 5;
}

#header
{
	height: 230px;
	width: 100%;
	background: url('http://www.personesonline.nl/images/header.png') no-repeat;
}

#body
{
	position: relative;
	width: 100%;
	background: url('http://www.personesonline.nl/images/contentBackground.png') repeat-y;
	padding-top: 60px;
	z-index: 10;
  float:left;
}

#footer
{
	position: relative;
	width: 100%;
	height: 31px;
	background: url('http://www.personesonline.nl/images/footer.png') no-repeat;
	z-index: 1;
  float:left;
}

/*
 * header part
 */

#logo
{
	margin-left: 19px;
	float: left;
}

#menu
{
	position: relative;
	top: 185px;
	height: 45px;
	width: 610px;
	float: right;
}

.subMenu
{
	position: absolute;
	top: 230px;
	left: 19px;
	width: 842px;
	height: 40px;
	background: #92be2b url('http://www.personesonline.nl/images/subBackground.png') repeat-y left;
	z-index: 20;
}

#menu ul, .subMenu ul
{
	color: #FFFFFF;
	width: 610px;
	list-style: none;
	float: left;
	white-space: nowrap;
}

#menu li, .subMenu li, .menuItemDiv
{
	display: inline;
	margin: 20px;
	font: 12px arial;
}

.subMenu ul
{
	margin-left: 262px;
}

#menu a, .subMenu a
{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}

#closeSubTrigger
{
	position: absolute;
	height: 230px;
	width: 840px;
}

.menuItemDiv, #menuSpacer
{
	float: left;
	padding: 4px;
	height: 10px;
	padding-top: 0px;
	margin-top: 15px;
	color: #ffffff;
}

#menuSpacer
{
	float: left;
	margin-left: 14px;
	height: 0px;
}

/*
 * content part
 */

#leftBar
{
	float: left;
	width: 300px;
}

#content
{
	position: relative;
	width: 360px;
	float: left;
	font: 11px arial;
	padding-right: 10px;
	line-height: 15px;
	z-index: 40;
}

#photoBar
{
	width: 180px;
	height: 360px;
	float: left;
}

.photoBarBackground
{
	position: relative;
	width: 180px;
	height: 115px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-left: 1px;
}

.photoBarPhoto
{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 170px;
	height: 108px;
	overflow: hidden;
}
/*
 * Leftbar
 */

#box, #inzicht
{
	margin-left: 40px;
	margin-top: 100px;
}



/*
 * footer part
 */

#schaduw
{
	position: absolute;
	right: 0px;
	/*top: -304px;*/
	bottom: 0px;
	height: 304px;
	width: 728px;
	z-index: 1;
}

/*
 * Styled elements
 */
 
h2
{
	font-size: 14px;
	color: #92be2b;
}

a
{
	color:  #888a8d;
	text-decoration: underline;
}

li, li a, a:hover, li a:hover, b
{
	color: #92be2b;
}

#menu a:hover, .subMenu a:hover
{
	color: #ffffff;
}

li, ul, p ul
{
	margin-left: 6px;
	padding-left: 0px;
	text-indent: 0;
}

p,a
{
	z-index: 20;
}
