/*
//  Created by Joost Schuttelaar on 2007-07-23.
//  Copyright (c) 2007 Joost Schuttelaar. All rights reserved.
*/

/*  flatten everything, every browser will look the same (bad) */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
}

body {
	background-color: #271616;
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: 78%;
	line-height: 16px;
}

div#container {
	margin-top: 10px;
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	text-align: right;
	margin-bottom: 4px;
	margin-right: 4px;
}

div#main {
	padding: 3px;
	border: 1px solid #8f8787;
	width: 996px; /* 818px width after image */
}

ul#nav {
	background-color: #5dc7db;
	background-image: url('../images/bg_nav.png');
	background-repeat: repeat-x;
	height: 24px;
	padding-top: 60px;
	line-height: 16px;
}

ul#nav li {
	display: inline;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}

ul#nav li#home {
	margin-left: 15px;
}

ul#nav li#wereldvoedseldag {
	margin-left: 155px;
}

ul#nav li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li.selected a {
	color: #1b383d;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #1b383d;
}

div#body {
	background-image: url('/images/bg_body.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #29565e;
	color: white;
	height: 478px;
	width: 996px;
}

ul.sub_nav {
	background-image: url('/images/bg_sub_nav.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 15px;
	padding-left: 15px;
	margin-left: 187px;
	padding-right: 15px;
	margin-right: 15px;
	width: 764px; /* 822 total (should be 764 ie) */
	line-height: 16px;
}

ul.sub_nav li {
	display: inline;
	list-style-type: none;
	margin-right: 3em;
}

ul.sub_nav li a {
	color: #a4afb1;
	text-decoration: none;
}

ul.sub_nav li.selected a {
	color: #d3dd2e;
}

ul.sub_nav li a:hover {
	color: #d3dd2e;
}

ul.hidden {
	display: none;
}

div#illustration {
	float: left;
}

div#scroller {
	padding-left: 30px;
	width: 792px; /* 792 */
	overflow: hidden;
}

div.home {
	margin-top: 40px;
}

div#content {
	width: 5000px;
}

h1 {
	color: #5dc7db;
	font-weight: bold;
	font-size: 140%;
	line-height: 16px;
	margin-bottom: 10px;
}

h2 {
	font-size: 9pt;
	line-height: 16px;
	font-weight: bold;
	color: #5dc7db;
}

p {
	margin-bottom: 16px;
}

ul.clean li {
	list-style-type: none;
}

p.introductie {
}

p.paginator {
	text-align: right;
}

a {
	color: #eb7926;
}

a:hover {
	text-decoration: none;
}

div.column {
	width: 366px;
	margin-right: 30px;
	float: left;
}

div#footer {
	margin-top: 4px;
	margin-right: 4px;
	font-size: 10px;
	color: #4e4141;
	text-align: right;
}

div#footer a {
	color: #4e4141;
}

table.programma {
	border-collapse: collapse;
}

table.programma td {
	padding-right: 20px;
	vertical-align: top;
}

div.inset {
	padding: 8px;
	margin-bottom: 1.3em;
	margin-top: 1.3em;
	background-color: #1b383d;
}

div.inset_bright {
	padding: 8px;
	margin-bottom: 1.3em;
	margin-top: 1.3em;
	color: #1b383d;
	background-color: #5dc7db;
}

div.inset_bright h1 {
	color: #1b383d;
}

div.page {
	width: 762px;
}

table.formulier {
}

table.formulier td {
	padding: 0;
}

table.formulier td.label {
	width: 130px;
}

input.text {
	width: 216px;
	font-family: verdana, sans-serif;
	color: white;
	font-size: 8pt;
	border: 1px solid #89a5aa;
	background-color: #29565e;
}

input.submit {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	border: 1px solid #89a5aa;
	background-color: #29565e;
	color: #eb7926;
	font-weight: bold;
}

td.action {
	text-align: right;
}

td.column {
	vertical-align: top;
	width: 366px;
}
