/* Global CSS
///////////////////////*/
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: arial, verdana, "MS Sans Serif";
    font-size: 0.7em;
    background-color: #000;
}
img {
    border: 0;
}
#container {
    width: 100%;
    background: #FFF url("../images/container_background.gif") repeat-x;
}
a:link,
a:visited,
a:active,
a:hover {
	color: #2C3C59;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;	
}
p {
	margin-bottom: 1em;	
}
th,td {
    text-align: left;
    vertical-align: top;
}
th.date {
	text-align: right;
}
table.blockItem {
	margin-bottom: 15px;
}
table.blockItem th a:link,
table.blockItem th a:visited,
table.blockItem th a:active {
	color: #000;
	text-decoration: none;
}
table.blockItem th a:hover {
	color: #2C3C59;
}
ul.list {
	padding-left: 15px;
}
ul.list li {
	list-style-type: square;
	color: #2C3C59;
}
/* Header & Mainmenu
///////////////////////*/
#header {
    border-top: 8px solid #4B4B4B;
    border-bottom: 8px solid #FFF;
    background-color: #1E1E1E;
    height: 64px;
}
#logo {
    width: 200px;
    height: 64px;
    float: left;
}
.xList {
    margin-top: 38px;
    height: 26px;
    list-style: none;
    float: left;
}
.xList li{
    float: left;
    background:url("../images/tab_left.gif")
    no-repeat left top;
    padding: 0 0 0 4px;
    margin: 0 1px 0 1px;
}
.xList li a:link,
.xList li a:visited,
.xList li a:active,
.xList li a:hover {
    display: block;
    text-decoration: none;
    background:url("../images/tab_right.gif")
    no-repeat right top;
    padding:7px 15px 5px 11px;
    color: #FFF;
}
.xList li a:hover {
    color: #D1D1D1;
}
.xList li.active {
    background-image: url("../images/tab_left_active.gif");
}
.xList li.active a:link,
.xList li.active a:visited,
.xList li.active a:active,
.xList li.active a:hover {
    background-image: url("../images/tab_right_active.gif");
    color: #1E1E1E;
}
/* Content
///////////////////////*/
h2 {
    font-family: Georgia, Tahoma;
    font-size: 2em;
    margin: 0 0 15px 0;
    color: #333;
    font-weight: normal;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333;
}
h3 span {
	font-weight: bold;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
#subContainer {
    width: 900px;
    background: url("../images/sidebar_background.gif") repeat-y;
    overflow: hidden;
    padding-bottom: 20px;/*HC: spacing bij onvoldoende content*/
}
#photo {
    float: left;
    clear: right;
    width: 492px;
    height: 200px;
    overflow: hidden;
}
#contentContainer {
    float: left;
    width: 700px;
}
#content {
    padding: 15px;
    width: 650px;
    line-height: 150%;
    float: left;
}
#subContent {
    width: 200px;
    float:left;
    height: 200px;
    overflow: auto;
    background-color: #474646;
}
#subContent .inner {
	padding: 10px;
	color: #FFF;
}
#subContent .inner h3 {
    font-family: Georgia, Tahoma;
    color: #FFF;
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 10px 0;
}
#subContent a,
#subContent a:link,
#subContent a:active,
#subContent a:visited {
	color: #fff;
}
#subContent h4 a,
#subContent h4 a:link,
#subContent h4 a:active,
#subContent h4 a:visited {
	text-decoration: none;
	font-weight: bold;
}
.hotnewitem {
	margin-bottom: 1em;
}
#downloads {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 2px solid #2C3C59;
	border-bottom: 2px solid #2C3C59;
}
#login {
	width: 320px;
	height: 150px;
	background: url(/images/login_block.gif) top left no-repeat;
}
#login form {
	padding-top: 30px;
}
#login label {
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
	height: 18px;
	line-height: 18px;
}
#login input.text {
	border: 0;
	height: 18px;
	display: block;
	float: left;
	width: 200px;
}
#login div.formelement {
	clear: both;
	padding-left: 10px;
	height: 40px;
}
#login #formbuttons {
	clear: both;
	margin-left: 110px;
}
#login #formbuttons input {
	border: 0;
	font-size: 12px;
	height: 18px;
	width: 80px;
}
/* Submenu
///////////////////////*/
#sidebar {
    width: 200px;
    float: left;
}
#contact {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    font-weight: bold;
    color: #363636;
    /*margin-top: 54px;*/
}
#contact p {
    padding: 0;
    margin: 10px 0;
}
#contact img {
    vertical-align: text-bottom;
    padding: 0 2px 0 5px;
}
#contact a,
#contact a:link {
    text-decoration: none;
    color: #363636;
}
#subMenuWrapper {
	height: 200px;
}
#subMenu {
	float: left;
	clear: both;
}
#subMenu ul {
    list-style: none;
}
#subMenu a {
    display: block;
	width: 170px;
    padding: 7px 10px 7px 20px;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    color: #333;
}
#subMenu a:hover {
    color: #666;
    text-decoration: underline;
}
#subMenu .active a,
#subMenu .active a:hover {
    border-left: 8px solid #1E1E1E;
    padding-left: 12px;
    color: #333;
    text-decoration: none;
}
#footer {
    border-top: 8px solid #2B3B58;
    height: 70px;
    background-image: url("../images/footer_background.gif");
    color: #FFF;
    padding: 0 0 0 15px;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;	
}
#footer ul {
    list-style: none;
	margin-top: 5px;
	padding: 0;
    float: left;
    clear:both;
}
#footer ul li.first {
	list-style: none;	
}
#footer ul li {
	float: left;
	padding: 2px 4px 4px 4px;
}
#footer ul li a {
    display: block;
    padding-left: 10px;
    background: url("../images/bullet.gif") no-repeat left center;

}
#footer ul li.first a {
    background: none;
    padding-left: 0;
}

#seminar {
    margin-top: 10px;
    border-top: 1px solid #333;
    padding-top: 20px;
}
#seminar label {
    float: left;
    width: 200px;
}
#seminar input.text,
#seminar textarea {
    padding: 3px;
    display: block;
    border: 1px solid #666;
    width: 250px;
}
#seminar p {
    clear: both;
    margin-bottom: 8px;
}
#seminar span.form_error {
    color: #c00;
    font-size: 0.8em;
    display: block;
    padding-left: 200px;
    clear: both;
}
#seminar #aanmelden {
    margin-left: 200px;
}