/**
*
* Design and coding by Wendy Borst
* Copyright &copy; 2009 Raadhuis
*
*/

/**
* Main elements
*/

body {
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg.gif) center top repeat-y;
	margin: 0;
	padding: 0;
	color: #1a171b;
	line-height: 1.5em;
}

body.publications {
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #1a171b;
	line-height: 1.5em;
}


/**
* Footer
*/

#footer {
	background: #1a171b;
	width: 470px;
	height: 17px;
	text-align: left;
	font-size: 0.9em;
	margin: 50px 255px 20px 235px;
	padding: 1px 0px 0px 0px;
	clear: both;
	color: #FFFFFF;
}

#footerleft {
	float: left;
	text-align: left;
}

#footerright {
	float: right;
	text-align: right;
}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

#footer li {
	display: inline;
}

#footer .between {
	padding: 0px 3px 0px 3px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
}
