body {
	background-color: white;
	padding: 0; margin: 0; 
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.background {
	background: url(/images/background.png) top left repeat-x;
	height: 440px;
}
.background-shadow {
	background: url(/images/background-shadow.png) top center no-repeat;
}
.shadow {
	background: url(/images/footer-shadow-trans.png) bottom center no-repeat;
	padding-bottom: 50px;
}

#page {
	width: 1020px;
	margin: 0 auto;
	background: white;	
}
#header {
	margin: 0 10px;
	height: 69px;
}
h1.title {
	float: left;
	margin: 0;
	width: 261px;
	height: 69px;
	background: url(/images/logo.png) top left no-repeat;
	text-indent: -1000px;
  border: none;
}
#content {
	margin: 0 10px;
}
#footer {
	clear: both;
	height: 40px;
	background: url(/images/footer.png) center center no-repeat;
}
.stopfloat {
	clear: both;
}

/**
 * Menus
 */
ul.top_menu {
	float: right;
	display: block;
	margin-top: 10px;
	list-style: none;
}
ul.top_menu li {
	float: left;
	display: block;
	list-style: none;
	padding-right: 10px;
	font-size: 12px;
}
ul.top_menu li a {
	color: black;
	text-decoration: none;
}
ul.main_menu {
	clear: both;
	margin: 0 10px;
	display: block;
	background: #e71516 url(/images/menu-background.png) top left repeat-x;
	list-style: none;
	padding: 0 5px;
	height: 29px;
}
ul.main_menu li {
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	font-size: 14px;
}
ul.main_menu li a {
	padding: 5px;
	display: block;
	color: white;
	text-decoration: none;
}
ul.main_menu li a:hover {
	background-color: #bf3038;
}
#imagebar {
	margin: 2px auto;
	width: 1000px;
    height: 100px;
    background: url("/images/raindrops.png") top left no-repeat;
}

#imagebar img {
    vertical-align: top;
}

/**
 * content
 */

/**h1 { color: #e88412; }
*/

h1, h2 { 
	color: #921d00; 
	border-bottom: 1px solid #e88412;
  font-size: 1.5em;
	font-weight: normal;
	margin: 2px;
}

h1 a, h2 a {
  color: #921d00;
  text-decoration: none;  
}

h3 {
  font-size: 1em;
  font-weight: strong;
}
h3 a {
  text-decoration: none;
  color: black;
}

/**
 * menu layout
 */

.with_menu #content {
	width: 740px;
    float: right;
}
.with_menu #pagemenu {
	width: 250px;
	float: left;
	margin-left: 10px;
}
.with_menu #pagemenu h2 {
	color: #d9470e;
}
.with_menu #pagemenu ul, .with_menu #pagemenu li {
	list-style: none;
	margin: 2px 0;
	padding: 0;
	font-size: 0px;
}
.with_menu #pagemenu ul ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.with_menu #pagemenu li a {
	list-style: none;
	display: block;
	margin: 0;
	padding: 4px;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #eee5d4;
	font-weight: bold;
	font-size: 12px;
}
.with_menu #pagemenu ul ul li a {
	list-style: none;
	display: block;
	margin: 0;
	padding: 4px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.with_menu #pagemenu li.selected a {
	background: #fdedd3;
}
.with_menu #pagemenu li.normal a {
	background: #ffffff;
}
.with_menu #pagemenu li a:hover {
	background: #fcf5eb;
}
p a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #f3a11d;
	padding-right: 20px;
	background: url(/images/link_arrow.gif) center right no-repeat;
}

/*
 * Search
 */

.main_menu .search {
	float: right;
	padding: 0px;
  display: none;
}

.main_menu .search #search_terms {
	margin-top: 3px;
	padding: 2px 16px 2px 2px;
	border-top: 2px solid #bcbebb;
	border-left: 1px solid #bcbebb;
	font-size: 10px;
	width: 160px;
	color: black;
}

.main_menu .search #search_terms.ajax-loading {
	background: white url(/images/search-loader.gif) top right no-repeat;
}

.main_menu .search #search_terms.empty {
	color: #454545;
}

.live-search-results {
	border: 1px solid black;
	background-color: white;
	font-size: 12px;
}

.live-search-results p {
	margin: 0;
	padding: 3px;
}

.live-search-results ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.live-search-results ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}
.live-search-results ol li a {
	display: block;
	padding: 3px;
	color: black;
	font-weight: bold;
}
.live-search-results ol li a:hover {
	background-color: #fdedd4;
}

.content_image {
  margin: 5px;
}

/**
 * Nieuwspagina
 */
.article-header .article_date {
  font-size: 0.8em;
  float: left;
  margin: 0 10px 0 0;
}

.list_message {
  display: none;
}
#errorExplanation h2 {
  display: none;
}