﻿body{
	margin: 0;
	padding: 0;
	font-size: small;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover{
	color: #555555;
	text-decoration: underline;	
}

#splashscreen{
	margin: auto;
	border: 1px white solid;
	margin-top: 75px;
	width: 846px;
	height: 599px;
	background-color: red;
	background: url(../images/splash_top.jpg) no-repeat top left;
	text-align: left;
}

#splashscreen-top{
	height: 370px;
}

#splashscreen-menu{
	margin-top: 370px;
	background: url(../images/splash_middle.jpg) no-repeat top left;
	height: 34px;
	padding-top: 14px;
	margin-bottom: 0px;
}

#nav{
	margin: 0;
	padding: 10px 0 0 15px;
	list-style: none;
	float: left;
}

#nav a{
	color: #FFFFFF;
}

#nav a:hover, #nav a.active{
	border-bottom: 6px #FFFFFF solid;
	text-decoration: none;
}

#nav li{
	float: left;
	margin: 0;
	padding: 0 0 8px 10px;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 100%;
}

#splashscreen-bottom{
	background: url(../images/splash_bottom.jpg) no-repeat top left;
	height: 181px;
}

.loginbox
{
	margin: auto;
	background-color: #EEEEEE;
	border: #8FA7B5 1px solid;
}

.loginbox table{
	padding: 0px 10px 0px 10px;
}

.loginboxtitle{
	font-family: Verdana, Arial, sans-serif;
	color: #9AB6C2;
	font-weight: bold;
	border-bottom: solid 1px #9AB6C2;
}

.loginboxerror
{
	padding: 0px 5px 0px 5px;
	background-color: #FFEBE6;
	border: solid 1px #FF4F22;
}

/* sidebar-menu */

#menu5 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	
#menu5 li{
	list-style: none;
}

#menu5 li li{
	margin-left: -40px;
}
#menu5 li a {
	height: 32px;
	text-decoration: none;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}
	
#menu5 li a:link, #menu5 li a:visited {
	color: #FFF;
	display: block;
	background:  url(../images/sidebar_bg.jpg);
	padding: 8px 0 0 15px;
	}
	
#menu5 li li a:link, #menu5 li li a:visited {
	padding: 8px 0 0 25px;
}
	
#menu5 li a:hover {
	color: #FFF;
	background:  url(../images/sidebar_bg.jpg) 0 -32px;
	}
	
/* layout */

#wrap {
	margin: auto;
	width: 910px;
}

#header {
	margin-top: 10px;
	background: #FFFFFF url(../images/header-bg.jpg) repeat-x top left;
	height: 179px;
	vertical-align: bottom;
}

#header-left{
	width: 275px;
	height: 179px;
	float: left;
	background: #FFFFFF url(../images/header-logo.jpg) no-repeat top left;
}

#header-center{
	float: left;
	padding-top: 144px;
}

header-center img{
	float: left;
	display: inline;
	margin-top: 25px;
	margin-left: 15px;
}

#header-right{
	float: right;
	height: 179px;
	width: 33px;
	background: #FFFFFF url(../images/header-right.jpg) no-repeat top right;
}

#banner {
	margin: 10px 0;
	line-height: 1.8em;
	text-align: justify;
	font-size: 115%;
	color: #333333;
}

#banner h1{
	display: inline;
	font-family: Arial, Verdana, sans-serif;
	color: #9AB6C2;
	font-size: 140%;
	font-weight: bold;
	margin-right: 7px;
}

#banner h2{
	display: inline;
	font-family: Arial, Verdana, sans-serif;
	color: #9AB6C2;
	font-size: 118%;
	font-weight: bold;
	margin-right: 3px;	
}

#banner h3{
	display: inline;
	font-family: Arial, Verdana, sans-serif;
	color: #9AB6C2;
	font-size: 100%;
	font-weight: bold;
	margin-right: 2px;	
}

#content {
	float: left;
	width: 670px;
	color: #806A6A;
	line-height: 1.6em;
	text-align: justify;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	overflow: auto;
	height: 400px;
}

#content h1
{
	font-size: 24px;
	color: #6D8EA0;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}

#content h2
{
	font-size: 16px;
	color: #6D8EA0;
}

#sidebar 
{
	float: right;
	width: 220px;
}

#footer{
	clear: both;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	letter-spacing: 2px;
	padding-top: 10px;
	color: #999999;
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 15px;
}

.plattegrond
{
    border-style:solid;
    border-width:thin; 
    border-color:#CCCCCC;   
}