body {
	text-align: center;
	background:#FFFFFF url(../images/backgrounds/background_2010.jpg) no-repeat scroll center top;
}
/* grid definition */
#container {
	margin: 0 auto;
	text-align: left;
	width: 970px; /* @todo */
}
#header,
#nav, #subnav,
#container,
#teaserbar,
#footer {
	margin: 0 auto;
	text-align: left;
	width: 950px; /* @todo */
	clear: both;
}
#header {
	height: 65px; /* @todo */
	border-bottom: 1px solid #F5841F; /* oranje active */
	margin-bottom: 15px;
	padding-top: 20px;
}
#content {
	padding-bottom: 4px;
	background: transparent url(../images/backgrounds/content_bottom.png) no-repeat scroll center bottom;
}
.home #content {
	position: relative;
	background: none;
	padding-top: 15px;
	height: 402px;
}
.home #content object {
	position: absolute;
	left: -10px;
	
}
.home #teaserbar {
	padding-top: 18px;
	position: relative;
}
/** content columns **/
#colLeft, #colCenter, #colRight, #colHeader {
	float: left;
	min-height: 10px;
}
#wrapper {
	border-left: 1px solid #DCDEE1; /* licht grijs */
	border-right: 1px solid #DCDEE1; /* licht grijs */
	padding-top: 3em;
	padding-bottom: 20px;
	width: 948px;
}
#colLeft {	
	width: 365px;
}
#colHeader {
	width: 570px;
	padding-left: 10px;
}
#colCenter {	
	padding-right:30px;
	padding-left: 10px;	
	width: 260px;
}
#colRight {	
	width: 260px;	
}
/* Teaser bar */
#teaserbar {
	padding-top: 28px;
}
#teaserbar .wideBox {
	width: 235px;
	padding-right: 50px;
}
#teaserbar .smallBox {
	width: 150px;
	padding-right: 40px;
}
#teaserbar .smallBox .bodytext {
	min-height: 3.2em;
}
#teaserbar .wideBox, #teaserbar .smallBox {
	float: left;
	margin-left: 20px;
}
/* Footer */
#footer {
	height: 4em;
	margin-top: 48px;
	border-top: 1px solid #999; /* licht grijs */
	background: transparent url(../images/text_x-ray-company.png) no-repeat scroll left top;
}
/* Search Form */
#header #searchform legend {
	display: none;
}
