* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px;
}

body, table {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	font: 12px Verdana, sans-serif;
	font: 12px "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	line-height: 18px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
}

table {
	border-collapse: collapse;
}
td, th {
	padding: 3px 8px;
	text-align: left;
}

body, th, td, h4 {
	font-size: 12px;
}

hr {
	border-color: transparent;
	background: transparent;
}

a {
	color: #0156A3;
}

a:hover, a:visited:hover {
	color: #00355B;
	color: #36a600;
}

a:visited {
	color: #469de0;
}

h1, h2, h3 {
	color: #052c7a;
	padding: 20px 0 0 0;
	margin: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}



.hide {
	display:none;
}

.show {
	display:block;
}

.ie6_blocker { display:none; }

#page_slogan {
	display: none;
	font-size: 16px;
	padding: 10px;
	width: 590px;
}

#flash {
	font-size: 14px;
	margin: 3px 0 0 0;
	width: 580px;
	color: #fff;
	background: transparent url(/images/search_box_border_top.png) 0 0 no-repeat;
}

#flash div {
	padding: 10px;
	background: transparent url(/images/search_box_border_bottom.png) left bottom no-repeat;
}

#flash h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#flash ul {
	list-style: bullet;
	padding-left: 28px;
}


#flash.notice {
	border-color: #59ca17;
	background-color: #dcf3d0;
	background-color: #59ca17;
}

#flash.error {
	border-color: #f60;
	background-color: #ffe0cc;
	background-color: #f60;
}



body {
	background: #cfe1eb url(/images/background.png) 0 0 repeat-x;
}
#wrapper {
	width: 945px;
	margin: 0 auto;
}
#header {
	background: url(/images/header_en.jpg) 0 0 no-repeat;
	height: 100px;
	position: relative;
}

#nl #header {
	background-image: url(/images/header_nl.jpg);
}

#header h1 a {
	display: block;
	height: 80px;
	width: 800px;
}

#header h1 a span {
	display: none;
}

/*	Static pages
----------------------------------------------- */

#page #page_content, #page_sidebar {
	float: left;
}

#page_sidebar {
	width: 200px;
	margin: 15px 20px 15px 15px;
}

#page_content {
	width: 600px;
	margin: 10px 0 0 245px;
}

#page #page_content {
	margin-left: 10px;
}

#page_content h1 {
	padding: 10px 0 15px 0;
}

#page h2, #page h3, #page_content h2, #page_content h3 {
	padding: 15px 0 8px 0;
}

#page p, #page_content p {
	padding: 5px 0;
}

#page ul, #page_content ul {
	padding: 0 0 5px 24px;
}

/*	Language switcher
----------------------------------------------- */

#languages {
	position: absolute;
	top: 5px;
	right: 20px;
	list-style: none;
	height: 29px;
	width: 68px;
}

#languages li {
	float: left;
}

#languages a {
	display: block;
	width: 34px;
	height: 29px;
	background: transparent url(/images/flags.png) 15px 8px no-repeat;
}

#languages a span {
	display: none;
}

#lang_nl a {
	background-position: 5px 8px;
}

#lang_en a {
	background-position: 13px -42px;
}

/*	Navigation
----------------------------------------------- */

#nav {
	position: absolute;
	z-index: 1000;
	top: 82px;
	left: 250px;
	background: transparent url(/images/nav.png) 0 0 no-repeat;
	list-style: none;
	height: 28px;
	width: 690px;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	color: #fff;
	background: transparent url(/images/nav.png) -20px 0 no-repeat;
	text-decoration: none;
}

#nav li a:hover {
	background-position: -20px -28px;
}

#nav li.current a, #nav li.current a:hover {
	background-position: -20px -56px;
}


#nav li#nav_home a {
	font-weight: bold;
	padding-left: 15px;
	background-position: 0 0;
}

#nav li#nav_home a:hover {
	background-position: 0 -28px;
}

#nav li#nav_home.current a, #nav li#nav_home.current a:hover {
	background-position: 0 -56px;
}



/*	Admin
----------------------------------------------- */

a.edit {
	float: right;
}

/*	Content
----------------------------------------------- */

#content {
	padding: 20px 20px 0 20px;
	background: #fff url(/images/content_background.png) 0 0 repeat-y;
	display: block;
	width: 905px;
}

#end_of_content {
	clear: both;
}

#search_form, #results_container, #sidebar {
	float: left;
}

#sidebar_ad {
	width: 160px;
	padding: 20px 0 0 0;
}


/*	Footer
----------------------------------------------- */

#footer {
	background: url(/images/footer.png) 0 0 no-repeat;
	padding: 25px 25px;
}

#footer, #footer a {
	color: #1f5381;
}

#footer p {
	margin: 0 0 5px 0;
}

#footer #copyright {
	font-size: 10px;
}



