/* Body */
body {
    border: 0px;
    text-align: center;
	background-color:#021734;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
}

/* Container */
#website {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 965px;
    height: 100%;
    border: 0px solid #666666;
	background-color:#FFFFFF;	
}

h1 {
	color:#FE7D19;	
	font-size:14px;
	font-weight:bold;
}

h2 {
	color:#FE7D19;
	font-size:11px;
}

h3 {
	color:#FE7D19;	
	font-size:13px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	color:#073771;
	font-size:13px;
	font-weight:bold;		
}

h5 {
	color:#000000;
	font-size:10px;
	font-weight:bold;		
}

input.login {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #7F9DB9;
}


/* Header */
div#top {
	position:relative;
	width:965px;
	height:222px;
	left:0px;
	top:0px;
    background-color:#FFFFFF;	
}


div#header {
	position:relative;
	width:965px;
	height:155px;
	left:0px;
	top:0px;
	background-image:url(/img/jpg/header-bg.jpg);
	background-repeat:no-repeat;
}


div#navTop {
	position:relative;
	width:965px;
	height:67px;
	background-color:transparent;
	margin-top:-28px;
}


div#logo {
	position:absolute;
	width:110px;
	height:195px;
	left:23px;
	top:36px;
	background-image:url(/img/jpg/logo.jpg);
	background-repeat:no-repeat;		
	z-index:999;		
}


div#login {
	position:absolute;
	width:257px;
	height:78px;
	right:30px;
	top:135px;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 27px 0px 0px;		
	z-index:998;		
}

div#loginForm {
	position:absolute;
	left:20px;
	top: 3px;
	width:235px;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
	z-index:auto;
	text-align:left;
}
div#loginForm a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#loginForm a:hover {
	font-weight: bold;
	color: #FE7D19;
	text-decoration: none;
}

ul#naviTop {
	margin-left: 175px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px 0px 0px 0px;	
	list-style:none;
	height:30px;
	text-align: center;
	text-transform:uppercase;
}
ul#naviTop li {
	float:left;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;	
	padding-top:30px;
	height:60px;
	width:154px;
}
ul#naviTop li a {
	font-weight:bold;
	font-size:10px;
	color:#073771;
	text-decoration:none;
}
ul#naviTop li.active {
	background-image:url(/img/gif/menu-bg.gif);		
	background-repeat:no-repeat;	
}
ul#naviTop li.active a {
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
ul#naviLeft {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom:0px;
	margin-right:65px;
	padding:0px 0px 0px 0px;	
	list-style:none;
	line-height:20px;
	text-align:right;
	text-transform:uppercase;
	
}
ul#naviLeft li a {
	font-weight:bold;
	color:#073771;
	text-decoration:none;
}
ul#naviLeft li a:hover {
	font-weight: bold;
	color: #FE7D19;
	text-decoration: none;
}
#naviLeft a#selected:link, 
#naviLeft a#selected:visited{
	font-weight: bold;
	color: #FE7D19;
	text-decoration: none;
}


/* Content */
div#content {
	float:left;
	width:965px;
    background-color:#FFFFFF;
}

div#contentFull {
	float:left;
	width:925px;
    background-color:#FFFFFF;	
}

div#contentLeft {
	float:left;
	width:538px;
    background-color:#FFFFFF;	
}

div#contentLeftBig {
	float:left;
	width:738px;
	height:347px;
    background-color:#FFFFFF;	
}

div#navLeft {
	float:left;
	width:158px;
	height:200px;
	margin-left: 35px;
	margin-top: 46px;
	background-image:url(/img/jpg/menu-bg.jpg);
	background-repeat:no-repeat;		
}

div#textBlock {
	float:left;
	width:335px;
}

div#textBlock a {
	color:#073771;
	font-size:11px;	
	text-decoration:none;	
}

div#textBlock a:hover {
	color:#FE7D19;
	font-size:11px;
	text-decoration:none;
}

div#contentRight {
	float:right;
	width:387px;
	height:347px;
}

div#register {
	float:right;
	width:387px;
	height:224px;
}


div#graphicRight {
	float:right;
	width:387px;
	height:123px;
	background-image:url(/img/jpg/graphic-right.jpg);		
	background-repeat:no-repeat;
		
}


div#formValidation {
	float:left;
	width:317px;
	margin-left:70px;
}

/* Footer */
div#footer {	
	width:965px;
	height:46px;
	background-image:url(/img/jpg/footer-bg.jpg);
	background-repeat:no-repeat;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}

/* formulier */	
.foutmelding{
	color: #FF0000;
}
.bevestiging{
	color: #0074bd;
}
form{
	padding: 0px;
	margin: 0px;
}
form,
fieldset,
legend,
label,
input,
select,
textarea{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
input,
label{
	float: left;
	display: block;
}
label{
	width: 140px;
	height: auto;
	padding-top: 3px;
}
fieldset{
	border: 0px none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
form br{
	clear: both;
}
.autoWidth{
	width: auto;
}
.standardInputWidth{
	width: 180px;
}
.fields input,
.fields textarea{
	border: 1px inset #d4dff1;
	width:180px;
}
.fields select {
	width:180px;
}
.fields textarea{
	float: left;
	overflow: auto;
}
.fields select{
	float: left;
}
.process input{
	border: 1px outset #d4dff1;
	background-color: #ffffff;
	color: #073771;
	font-weight: bolder;
	margin-right: 5px;
	margin-top: 10px;
}
.button{
	border: 1px outset #d4dff1;
	background-color: #ffffff;
	color: #073771;
	font-weight: bolder;
	margin-right: 5px;
	margin-top: 10px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}
.verplichtFout{
	background-color: #AEB4BB;
	color: #FFFFFF;
	width:180px;
}
.verplicht{
	color: #FE7D19;
	font-weight:bold;
}
.hidden{
	visibility: hidden;
	display: none;
}	

