html, body {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, sans-serif;
	font-size:62.5%; 
	background-color:#FFF;
}

h2 {

	padding:1em;
	font-size:1.2em;
	margin-top:0.5em;
}


/*************************************************************************
******************************** #header *********************************
**************************************************************************/

#header {
	background-position:bottom;
	background-color:#000;
}

#header h1 {
	margin-top:0px;
	font-size:1em;
}

#header ul {
	margin-top:-3em;
	float:right;
	list-style-type:none;
	color:#FFF;
}

#header a {
	color:#FFF;
	text-decoration:none;
}

#header li {
	display:inline;
	padding:0px 1em;
}

#header .logo {
	width:10.4em;
	height:3em;
	margin:0.5em;
} 

/*************************************************************************
******************************** #content ********************************
**************************************************************************/

#content {
	width:100%;
}


/*************************************************************************
******************************** #primarycontent *************************
**************************************************************************/
#primarycontent {
	float:left;
	width:44.1em;	
	margin:0px 0.5em;
}


#primarycontent h2 {
	background-color:#FFFED7;
}

#primarycontent .media {
	width:inherit !important;
	width:44.1em;
	height:18.9em;
}

/*************************************************************************
******************************** #delicious ******************************
**************************************************************************/

#delicious {
	width:44.1em;
}

#delicious ol {
	border: 1px solid #EBEBEB;
	padding:0.5em;
	list-style-type:none;
	float:left;
	width:43.1em;
	margin-left:0px;
}

#delicious li {
	padding:0px 0.5em;
	float:left;
	display: inline;
}

#delicious li a {
	text-decoration:none;
	color:#3A3A3A;
}

#delicious p {
	clear:left;
	font-size:0.8em;
	text-align:right;
}


/*************************************************************************
******************************** #secundarycontent ***********************
**************************************************************************/
#secundarycontent {
	float:left;
	width:33em;
	min-width:0;
	margin:0px 0.5em;
}

#secundarycontent h2 {
	display:block;
	background-color:#EBEBEB;
}

#secundarycontent p {
	font-size:1.1em;
	color:#3A3A3A;
	text-align:justify;
}

/*************************************************************************
******************************** #dutchversion ***************************
**************************************************************************/

#dutchversion {
	background-color:#EBEBEB;
	padding:0.5em 1em;
}

#dutchversion a {
	color:#333;
}


/*************************************************************************
******************************** #footer *********************************
**************************************************************************/

#footer {
	clear:both;
	margin:0px 0.5em;
	padding-top:1em;
}

#footer address {
	color:#3A3A3A;
	font-style:normal;
	font-size:0.8em;
	text-align:right;
}

