/* top level html containers */
html { height: 100%; overflow: auto; overflow-y: scroll; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../img/background.jpg) repeat-y center top #fff;
	text-align: justify;
	color: #fff;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* general styling rules */
a { color: #fff; }
a:hover { color: #ff6200; }
table, form, p, img { border: 0px; margin: 0px; padding: 0px; }
.colorized { background-image: url(../img/shade.png); }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #ff6200; background: #231f1d; color: #fff; }
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color : #fff; }
.validation-advice { color: #FF3300; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; }

h1, h2 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0px;
}
h2 {
	color: #ff6200;
	font-size: 18px;
}
h3 {
	color: #0e86ba;
	font-size: 14px;
}

/* mainframe */

#mainframe {
	min-height: 100%;
	position: relative;
	background: transparent;
	left: 50%;
	width: 965px;
	margin-left: -473px;
	overflow-x: hidden;
}

* html #mainframe {
	height: 100%;
}

#footer {
	z-index: 1;
	position: relative;
	left: 50%;
	width: 990px;
	margin-left: -498px;
	height: 102px;
	margin-top: -102px;
	overflow: hidden;
	background: url(../img/boards_bottom.jpg) right bottom no-repeat;
}

#navigation {
	float: left;
	width: 220px;
	margin-left: 15px;
	color: #000;
}

#navigation a, #navigation .current_page {
	color: #5e7bb2;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	display: block;
}
#navigation .current_page {
	background: url(../img/active_menu.jpg) no-repeat left top #5e7bb2;
	color: #fff;
	padding-left: 20px; 
}

#navigation a:hover {
	color: #ff6200;
}
#navigation h1 {
	color: #ff6200;
	font-size: 16px;
}

#contents {
	z-index: 3;
	position: relative;
	float: right;
	width: 714px;
	overflow: hidden;
}

#textbody {
	z-index: 5;
	margin: -85px 50px 0px 50px;
}

.input_blue {
	background: url(../img/input_background.jpg);
	width: 220px;
	height: 23px;
	margin: 0 0 5px 0;
	padding: 0px;
}
input.blue {
	margin: 1px 8px 2px 8px;
	background: transparent;
	width: 200px;
	height: 16px;
	border: 0px;
	color: #5e7bb2;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#textbody strong {
	font-style: italic;
	font-weight: normal;
}

input.button {
	background: url(../img/button.jpg) transparent;
	height: 25px;
	width: 99px;
	color: #fff;
	border: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#paper {
	margin-left: 80px;
	width: 439px;
	padding-left: 35px;
	height: 785px;
	padding-top: 55px;
	background: url(../img/paper.jpg) left top no-repeat;
}

#paper h2 {
	color: #523408; margin-bottom: 10px;
}

#paper input.profile, #paper input.required {
	border: 0px;
	border-bottom: 1px solid #794d0d;
	background: transparent;
	color: #231f1d;
	width: 210px;
	font-family:
		'Lucida Handwriting',
		'Trebuchet MS',
		sans-serif;
}

#paper input.required[type=password] {
	font-family: Verdana, sans-serif;
	letter-spacing: 0.3em;
}

p.alinea {
	text-indent: 2em;
}

div.line {
	clear: both;
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #433935;
}

#versies th { border-bottom: 1px solid #444; border-top: 1px solid #444; background: #222; color: #fff; }
#versies td { border-bottom: 1px solid #444; padding-right: 15px; }

#schrijftips { }
#schrijftips ul { }
#schrijftips li { margin-top: 1em; }

.dark_scrollbars {
	scrollbar-base-color: #000;
	scrollbar-track-color: #333;
	scrollbar-face-color: #000;
	scrollbar-highlight-color:#333;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #333;
	scrollbar-shadow-color: #333;
	scrollbar-arrow-color: #fff;
}

ol li { padding-bottom: 10px; }