body {
	margin: 0;
	background-color: #f0f0f2;
}

#banner {
	display: block;
	position: static;
	top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	height: 300px;
	margin-top: 100px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/HeaderBg.png) repeat-x 0 75px;
	display: block;
	width: 100%;
	height: 80px;
	z-index: 1;
	background-color: white;
}

#philipslogowrapper {
	width: 800px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: static;
}

#philipslogo {
	width: 162px;
	height: 43px;
	background: url(images/PhilipsLogoWeb.gif) no-repeat;
	top: 20px;
	left: 0;
	position: relative;
	display: block;
	z-index: 2;
}

#taalkeuze {
	color: gray;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	display: block;
	float: right;
	top: 2px;
}

#taalkeuze a, #taalkeuze a:visited {
	color: #335bd3;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

#taalkeuze a:hover, #taalkeuze a:active {
	color: black;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

#midden {
	background-color: #f0f0f2;
	height: 515px;
	top: 75px;
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
}

#boxwrapper {
	width: 826px;
	height: 515px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: static;
}

#schaduwlinkswrapper {
	width: 13px;
	height: 500px;
	display: block;
	position: relative;
	background: url(images/BodyWrapper.png) repeat-y -2000px 0;
	left: 0;
	top: 2px;
	float: left;
}

#schaduwlinks {
	width: 13px;
	height: 250px;
	display: block;
	background: url(images/BodyWrapper.png) no-repeat 0 0;
	top: 0;
	left: 0;
	position: static;
}

#schaduwrechtswrapper {
	width: 13px;
	height: 500px;
	display: block;
	position: relative;
	background: url(images/BodyWrapper.png) -2973px 0;
	top: 2px;
	left: 800px;
	float: left;
}

#schaduwrechts {
	width: 13px;
	height: 250px;
	display: block;
	background: url(images/BodyWrapper.png) no-repeat -974px 0;
	top: 0;
	left: 0;
	position: relative;
}

#schaduwonderbox {
	width: 826px;
	height: 13px;
	display: block;
	top: 502px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

#schaduwonderlinks {
	width: 413px;
	height: 13px;
	display: block;
	background: url(images/BodyWrapper.png) no-repeat -1000px -1px;
	position: relative;
	left: 0;
	top: 0;
	float: left;
}

#schaduwonderrechts {
	width: 413px;
	height: 13px;
	display: block;
	background: url(images/BodyWrapper.png) no-repeat -1570px -1px;
	position: relative;
	top: 0;
	float: left;
	left: 0;
}

#inhoud {
	width: 800px;
	height: 500px;
	top: 2px;
	left: -13px;
	display: block;
	float: left;
	position: relative;
}

#tapcontent {
	width: 800px;
	height: 500px;
	top: 0;
	left: 0;
	position: relative;
	display: block;
	z-index: 2;
}

#footer {
	background-color: #f0f0f2;
	width: 100%;
	display: block;
	position: absolute;
	top: 515px;
	height: auto;
}