html, body 
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background: url(../images/achtergrond.png) top left repeat-x;
	/*background: url(../images/background.png) center top;*/
	font-size: 76%;
	font-family: arial;
}

#centered
{
	background: url(../images/wooshboven.png) top center no-repeat;
	min-height: 100%;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	margin-top:0;
}

#centered:after, #portal:after 
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#container
{
	background: white;
	min-height: 100%;
	margin: 0;
	padding: 0;
	max-width: 80em;
	margin-left: auto;
	margin-right: auto;	
	border-left: 2px solid #CEDBEC;
	border-right: 2px solid #CEDBEC;
	border-top: 1px solid #EEF4FB;
	position: relative;
}

#container:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#klikpad
{
	position: absolute;
	left: 2.4em;
	top: 8em;
}

#content
{
	max-width: 45em;
	margin-left: 16em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	margin-right: 16em;
	margin-bottom: 6em;
	margin-top: 9.5em;
	min-height: 100em;
}

#content.wide
{
	max-width: 60em;
	margin-right: 1.2em;
}

#kolom
{
	position: absolute;
	top: 14em;
	left: 1.2em;
}

#menu
{
	width: 14.5em;
	background: #61ac1e url(../images/blauw.png) no-repeat top right;
}

#adres
{
	padding-left: 1.2em;
}	

#snelnavigatie
{
	background: #09357a url(../images/balk.png) repeat-x bottom left;
	height: 2em;
	position: absolute;
	top: -9em;
	width: 77.6em;
}

#search
{	
	background: #09357a url(../images/zoektop_left.png) no-repeat top left;
	position: absolute;
	top: 2em;
	right: 1.2em;
	width: 15em;
	height: 4em;
}

#newsperiod
{
	position: absolute;
	top: 14em;
	right: 1.2em;
	width: 12.5em;
}

#newsperiod:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#sform
{
	background: white;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	position: absolute;
	top: 18em;
	width: 45em;
}

#banners
{
	border-left: 1px solid #959595;
	position: absolute;
	right:1.2em;
	top: 14em;
	width: 13.5em;
	padding-left: 1.2em;
}

#logo
{
	position: absolute;
	top: 1em;
	left: 1em;
	width: 191px;
	height: 42px;
	background: url(../images/logo_small.png) no-repeat center top;
}

#datum
{
	position: absolute;
	top: 3.8em;
	right: 2.2em;
	margin-top: .8em;
	color: #999;
	width: 15em;
	text-align: right;
}

#footer
{
	border-top: 1px solid #959595;
	position: absolute;
	bottom: 1.2em;
	left: 1.2em;
	right: 1.2em;
	width: 77.6em;
}