html, body {
	height: 100%;
}
body {
	margin: 0;
	background: url(images/hor_bg.gif) 0 50px repeat-x;
}
body.editor {
	background: #fff none;
}
body.editor p, p {
	margin: 0;
}
body, td, form input, form select, form label {
	font: 12px/19px Arial, Helvetica, sans-serif; 
	color: #333;
}
body, td {
	text-align: justify;
}
#header {
	padding: 0 30px;
	border-left: 1px solid #d2d4d4;
}
#logo {
	float: left;
	width: 100px;
}
#header .shortcuts {
	float: left;
	width: 340px;
	margin-right: 20px;
	text-align: right;
	font-size: 11px;
	text-transform: lowercase;
}
#header .shortcuts a {
	color: #aab5c1;
	margin-left: 10px;
}
#header .shortcuts a:hover {
	color: #54626b;
}
#language {
	float: right;
	width: 14px;
	padding-top: 3px;
}
#highlight, #nav {
	text-align: left;
}
#highlight {
	background: #a5acb0;
	padding: 10px 20px;
	color: #e4e6e7;
}
.highlight_overflow {
	overflow: hidden;
	height: 119px;
}
.Kop {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #dc291e;	
}
.Intro {
	font-weight: bold;
	color: #444;
}
a:link, a:visited {
	color: #dc291e;
}
a:hover {
	color: #aab5c1;
}
#highlight font.Kop, #highlight .Kop {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
}
.highlight_kop_overflow {
	overflow: hidden;
	height: 18px;
}
#zoek_form {
	margin: 10px 0;
}
#tekstveld {
	margin-top: 1px;
	width: 300px;
}
#zoekknop {
	margin: 0 5px;
	text-transform: capitalize;
}
.readmore a:link, .readmore a:visited {
	color: #fff;
}
.readmore a:hover {
	border-bottom: none;
	text-decoration: underline;
}
#links {
	padding: 20px 30px 0 30px;
	vertical-align: top;
	border-left: 1px solid #d2d4d4;
}
#midden {
	vertical-align: top;
	padding-right: 30px;
}
#trace_container {
	padding: 20px 30px 0 30px;
	border-left: 1px solid #d2d4d4;
}
#trace {
	margin-bottom: 20px;
	color: #54626b;
	font-size: 11px;
}
#trace a:link, #trace a:visited {
	color: #aab5c1;
	font-size: 11px;
}
#trace a:hover {
	color: #54626b;
	border-bottom: none;
}
#blob {
	border-bottom: 3px solid #dc3f35;
}
#nav {
	vertical-align: top;
	background: #dc291e;
}
#nav a:link, #nav a:visited {
	font: bold 12px Arial;
	color: #fff;
	padding: 2px 20px;
	display: block;
	border-bottom: 3px solid #dc3f35;
}	
#nav a:hover {
	background: #dc3f35;
}
a#active:link, a#active:visited {
	font: bold 12px Arial;
	color: #54626b;
	background: #fff;
	padding: 2px 20px;
	display: block;
	border-bottom: 3px solid #dc3f35;
}	
a#active:hover {
	color: #707b87;
	background: #fff;
}
#footer_shortcuts {
	padding: 0 30px;
	color: #aab5c1;
	font-size: 11px;
	border-left: 1px solid #d2d4d4;
}
#footer_shortcuts a:link, #footer_shortcuts a:visited {
	color: #aab5c1;
	font-size: 11px;
}
#footer_shortcuts a:hover {
	color: #54626b;
}
#copyright {
	font-size: 11px;
	background: #dc291e;
	color: #ff9999;
	padding: 0 20px;
	text-align: left;
}
#copyright a:link, #copyright a:visited {
	color: #ff9999;
}
#copyright a:hover {
	color: #444;
}
.spacer {
	margin-top: 10px;
	padding-top: 10px;
}
.highlight_spacer {
	margin-top: 5px;
	padding-top: 5px;
}
a:link, a:visited {
	text-decoration: none;
}
img {
	border: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 12px;
	background: url('images/bullet.gif') left 9px no-repeat;
}
ul ul {
	margin-left: 12px;	
}

#history a:link, #history  a:visited {
	color: #222;
}
#history  a:hover {
	color: #444;
	text-decoration: underline;
}
.participating td {
	vertical-align: top;
	padding-right: 10px;
	line-height: 20px;
}
#search-box {
	background: #dc291e;
	vertical-align: top;
}
#search-box form {
	position: relative;
	width: 200px;
}
#search-box .text {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 160px;
	height: 23px;
	line-height: normal;
	padding: 3px 25px 3px 3px;
	border: 1px solid #cfcfcf;
	color: #a6a6a6;
}
#search-box .button {
	position: absolute;
	top: 13px;
	right: 21px;
	width: 21px;
	height: 21px;
	border: none;
	text-indent: -10000px;
	background: #fff url('images/search.gif') center center no-repeat;
	cursor: pointer;
}
#banner {
	overflow: hidden;
}
#banner,
#banner img {
	width: 540px;
	height: 213px;
}
#banner img {
	display: none;	
}
.date {
	color: #999;
	margin: 3px 0 12px 0;
}

/* Flashmovie */
.movie-link {
	margin: 12px 0;
}
.movie-link a {
	border: 1px solid #ddd;
}
.movie-link a:hover {
	border-color: #aaa;
}