/* CSS Powerdaylight */

/* General settings */

html, body {
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	height: 100%; 
	overflow: hidden;
}


/* Base Layer structure */

div.layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -5px;
}

/* Content Layers */

div.main {
	width: 990px;
	height: 582px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

div.borderline {
	width: 992px;
	height: 584px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

div.menu {
	width: 192px;
	height: 330px;
	position: absolute;
	top: 80px;
	left: 13px;
	overflow: visible;
	background: none;
	z-index: 61;
}

div.content {
	width: 760px;
	height: 582px;
	position: absolute;
	top: 0px;
	left: 231px;
	overflow: hidden;
	z-index: 81;
}

div.content-scroll {
	width: 759px;
	height: 599px;
	position: absolute;
	top: 0px;
	left: 231px;
	overflow: scroll;
	z-index: 81;
}

div.content-scroll-x {
	width: 759px;
	height: 561px;
	position: absolute;
	top: 39px;
	left: 231px;
	overflow: scroll;
	z-index: 81;
}/* Met vaste toolbar 38px. */


div.logo {
	width: 210px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: visible;
}

div.foot {
	position: absolute;
	background: none;
	text-align: center;
	width: 220px;
	height: auto;
	top: 475px;
	left: 5px;
}