/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #e4e4e4;
	color: #222;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul,ol,form td {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
.content ul {
	padding-left: 2em;
	margin-left: 0;
	list-style-position: inside;
}
h1 {
	font: normal 2.4em sans-serif;
	color: #184ACA; /* #E8B535 */
}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #CCC url(sterimg/stripelight.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #EEE;
	border-bottom: 1px solid #ccc;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #777;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #E7E7E7;
	color: #BBB;
}

/* structure */
.container {
	border-bottom: 3px solid #FEC542; /* was #bbb */
	border-top: none;
}

.main {
	background: #F6F6F6 url(baronimg/achtergrond.jpg) no-repeat top left;
	border-bottom: 1px solid #D5D5D5;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	border-top: 1px solid #FEC542;	/* was #bbb */
	padding: 16px;
}

/* content elements */
.content h1 {
	border-bottom: solid 2px #ccc;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #666;
	text-decoration: underline;
}
.content a:hover {color: #333;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #E7E7E7 url(sterimg/nav.gif);}
.nav a {
	background: #E7E7E7 url(sterimg/nav.gif);
	border-right: 1px solid #c3c3c3;
	color: #333;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #E7E7E7 url(sterimg/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #F0F0F0;
	border: 1px solid #E1E1E1;
	border-top-color: #FEC542;	/* was #bbb */
	padding: 12px;
}

.subnav h1 {
	padding-top: 8px;
	font-size: 2em;
}
.subnav ul {margin: 0;}
.subnav li {
	background: url(sterimg/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #888;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #444;}

.subnav a {
	color: #888;
	text-decoration: underline;
}
.subnav a:hover {color: #333;}
.subnav .descr {margin-bottom: 5px;}

/* footer */
.footer {
	background: #EFEFEF;
	border-top: 1px solid #eee;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #D9D9D9;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #D9D9D9;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #444;
	background: #F6F6F6;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #999;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

/* ------------------
Opmaak toegevoegd in februari 2008
--------------------- */

.baronHeader3 {
	color: #222;
	font-size: 22px;
}
.baronHeader4 {
	font-weight: bold;
	color: #222;
}
.large {
	font-size: 1.4em;
}
.orange {
	color: #184ACA
}
.seperator {
	border-top: solid 1px #AAA;
	padding-top: 5px;
	margin-top: 10px;
}
h4 {
	font-size: 1.6em;
}
ol {
	margin-left: 30px;
}
ol ul {
	font-size: 1em;
}
.withborder {
	border: solid 1px #999;
	padding: 0;
}
table.colored {
	background: #eee;
	width: 70%;
	border: solid 1px #fff;
}
table.colored td {
	padding: 3px;
	font-size: 1.2em;
}
p.streamer {
	line-height: 1.7em;
	font-size: 1.5em;
}
label {
	cursor: pointer;
}
label.radio {
	padding-left: 5px;
	margin-right: 10px;
}