/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @changes by arteko.nl
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	color: #000;
	background-color: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { color: #000; text-decoration: none; }
a:visited { color: #999; text-decoration: underline; }
a:active { color: #000; }
/* a:hover { color: #fff; background-color: #cccc99; text-decoration: none; } */

a img { border: 0px; padding: 0px; margin: 0px; }

#menu {
	width: 225px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	/* height: 100%; */
}

#prenav {
	margin: 0 0 10px 0;
}

#prenav .update {
	background-image: url(/files/bghrdashes.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding: 19px 0px 0px 6px;
}

#navigation ul {
	list-style: none;
	padding: 11px 0px 3px 3px;
	background-image: url(/files/bghrdashes.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation ul.info {
	background-image: none;
	padding-top: 7px;
}

#navigation li a {
	padding: 1px 3px;
}

#navigation li {
	margin-bottom: 4px;
}

#navigation ul.info li {
	margin-bottom: 10px;
}

#navigation li.section-title {
	font-weight: bold;
	width: 160px;
	margin-bottom: 8px;
}

#navigation li.active a {
	color: #fff;
	background-color: #999966;
	text-decoration: none;
}

#navigation li.active a:visited {
	color: #fff;
	background-color: #999966;
	text-decoration: none;
}

#navigation a:visited {
	color: #666633;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #cccc99;
}

#content {
	/* height: 100%; */
	margin: 0 0 0 265px; /* 225 */
	top: 0;
}

.container1 { /* linker kolom */
	font-size: 10px;
	padding: 11px 0px 20px 20px;
	background-color: #fff;
}

.container2 { /* content */
	font-size: 11px;
	width: 550px;
	line-height: 15px;
}

.container2 div.balkje {
	font-weight: bold;
	color: #fff;
	background-color: #996;
	padding: 2px 4px;
	margin-bottom: 14px;
	line-height: 13px;
}

.container2 p a { color: #000; text-decoration: none; font-weight: bold; }
.container2 p a:visited { color: #663; text-decoration: none; font-weight: bold; }
.container2 p a:active { color: #663; text-decoration: none; font-weight: bold; }
.container2 p a:hover { color: #fff; background-color: #996; text-decoration: none; font-weight: bold; }

div#titel {
	margin: 48px 0px 15px 0px;
	padding: 2px 4px;
	font-weight: bold;
	color: #ffffff;
	background-color: #996;
	line-height: 13px;
}

div#titel span {
	float: right;
}

div#titel span a { color: #fff; text-decoration: none; }
div#titel span a:visited { color: #fff; text-decoration: none; }
div#titel span a:active { color: #fff; text-decoration: none; }
div#titel span a:hover { color: #fff; background-color: transparent; text-decoration: underline; }

div#swfmovie {
	margin: 38px 0px 73px 0px;
}

div#sponsors {
	/* padding-left: 40px; */
}
div#sponsors a:hover {
	font-weight: normal;
}

div.cl {
	display: none;
}

#content p {
	width: 550px;
	/* line-height: 15px; */
	margin-bottom: 14px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container { margin: 0; padding: 0; }
#img-container p { width: 510px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }