/* Author: Janot Laval Ontwerp Copyright 2009 */

/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

strong {font-weight: bold;}
em {font-style: italic;}
.clear {clear: both;}
.hidden {display: none;}

html {height: 100%;}

body {
	height: 100%;
	background-color: #eaeaea;
	background-image: url(../images/interface/background_2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #333333;	
}
h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #333366;}
h1 {
	font-size: 12pt;
	line-height: 12pt; 
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2.message {
	background-color: #6f6f9f;
	color: #FFFFFF;
	padding: 5px 10px;
	text-transform: none;
	font-style: italic;
	text-align: center;
}
p {margin-bottom: 10px;}
a {color: #333333; text-decoration: underline;}
a:hover {color: #999999;}
div#container {
	min-height: 100%;
	_height: 100%;
	width: 930px;
	margin: 0 auto -20px;
	background-image: url(../images/interface/background_1.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
div#header {
	height: 150px;
	background-image: url(../images/interface/header.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
}
div#header img.logo {
	position: absolute;
	top: 22px;
	left: 10px;
	border: none;
}
div#headerspacer {
	height: 150px;
}
ul#menu {
	width: 200px;
	height: 200px;
	list-style: none;
	padding: 0 10px;
	float: left;
}
ul#menu li {
	font-size: 20pt;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 0;
}
ul#menu li a {
	color: #999999;
	text-decoration: none;
	display: block;
}
ul#menu li a:hover {
	color: #666666;
}
ul#menu li.current a {
	color: #333366;
}
div#content {
	width: 442px;
	padding: 20px;
	margin-right: 10px;
	background-color: #f8f8f8;
	float: left;
	border: 1px solid #CCCCCC;
}
div#content img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
div#content img.floatright {
	float: right;
	margin: 0 0 20px 20px;
}
div#content img.floatleft {
	float: left;
	margin: 0 20px 20px 0;
}
div#content ul {
	list-style-position: outside;
	margin-bottom: 10px;
}
div#content ul li {
	background-image: url(../images/interface/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 1em;
}
div#content a.download1 {
	background-image: url(../images/interface/download_01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 17px;
}
div#content a.download2 {
	background-image: url(../images/interface/download_02.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
}
div#content object {
	width: 440px;
	height: 350px;
	border: 1px solid #CCCCCC;
}
div#content img.icon, div.sidebox img.icon {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
	border: 0;
}

/* Form */
label.text, span.fakelabel {
	width: 100px;
	margin-right: 10px;
	padding: 2px;
	text-align: right;
	display: block;
	float: left;
}
label.error {
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	padding: 1px;
}
div.formrow {
	margin-bottom: 5px;
}
input.text {
	width: 240px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	border: 1px solid #CCCCCC;
}
textarea#opmerking {
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
input#submit {
	width: 240px;
	margin-left: 112px;
}
/* Form */

div.sidebox {
	width: 184px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	float: left;
}
div.sidebox p {margin-bottom: 0;}
div#footerspacer {
	height: 20px;
}
div#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: right;
}
div#footer p {
	font-size: 7pt;
	line-height: 20px;
	margin-bottom: 0;
}
