/*DRIE KEER BELLEN*/
html, body {
 height:100%;
 background:#D90132;
 	scrollbar-face-color: #D90132;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #D90132;
	scrollbar-darkshadow-color: #D90132;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #D90132;
	overflow:hidden;

}

body {
 		margin: 0;
 		padding: 0;
 		text-align: left;

}

div#container {
		position: relative;
        width: auto;
		height: 100%;
        margin:0;
        text-align: left;
        overflow:hidden;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        font-style:normal;
       	color:#FFF;
        font-size:13px;
		background:url(/editor/images/right_fill.jpg) repeat-x top;
		
	
	
}

div#imagetop {
        height: 437px;
        width: 1000px;
        background:#D90132 url(/editor/images/header.jpg) no-repeat;
        margin:0;
		padding:0;
        display: block;
}


div#intro {
 width: 1000px;
 height: 600px;
 z-index:100;
 position:absolute;
 top:-430px;

}
div#content {
	top:200px;
  	position:absolute;
	width:450px;
	height:320px;
	overflow:auto;
	left:55px;
	margin-top:0;
	padding-top:0;
	padding-right:10px;
}


div#content a {
        color: #FFF;
        text-decoration: underline;
        }

div#content a:hover {
	   	color: #FFF;
	    text-decoration: underline;
}
div#content a:active {
	   	color: #FFF;
	    text-decoration: underline;
}


div#imageAanmelden{
	position:absolute;
	left:779px;
	bottom: 0;
	display:block;
	z-index: 10;
}
div#imageAanmeldenHand{
	position:absolute;
 	margin-top:-185px;
	left:557px;
	display:block;
	z-index: 3;
}
div#imageAanmeldenForm{
 	position:absolute;
 	margin-top:110px;
	margin-left:-40px;
	display:block;
}


/* topNav */
div#topNav{
		float:left;
        margin:74px 0 0 30px;
        padding:0;
        width: 154px;
		color:#FFF;
		font-weight:bold;
}

 .contNav{
		float:left;
        padding:0;
        width: 110px;
		color:#FFF;
		font-weight:normal;
		cursor:pointer;
		display:block;
}

.imageActive{
		float:left;
        padding:0 5px;
        width: 34px;
		height:47px;
		color:#FFF;
		font-weight:bold;
		background: url(/editor/images/bel_active.jpg) no-repeat left; 
}

.imageInactive{
		float:left;
        padding:0 5px;
        width: 34px;
		height:47px;
		color:#FFF;
		font-weight:bold;
		background: url(/editor/images/bel_inactive.jpg) no-repeat left; 
}
.imageNav{
		float:left;
        padding:0 5px;
        width: 34px;
		height:47px;
		cursor:pointer;
}


div#footerFiller{
 	position: absolute;
    background:url(/editor/images/footer_fill.jpg) repeat-x;
	width: 2000px;
	height:163px;
	bottom:0;
	margin:0;
	
}

div#footer{
    background:#FFFFFF url(/editor/images/footer.jpg) no-repeat;
	width:1000px;
	height:163px;
	display:block;
	bottom:0;
	margin:0;
	position:absolute;

	
}


.inputVeld {
	border:1px #D30025 solid;
	width:250px;
}

.veld{
 		margin:10px 0 0 30px;
      	color: #000;
	    border: solid 1px #D30025;
        padding: 1px 3px;
        background-color: #F8F8F8;
		width:120px;
		font-weight:bold;
 }
 

div.legend {
		color: #526B58;
}

.clearing {
	clear:both;
}
.tabelVelden {
  color: #FFF;
  font-weight:bold;
  font-size:12px;
}



