/* --- Begin of CSS Version 1 --- */

/* 	html{
		scrollbar-arrow-color: #E6DFCA;
		scrollbar-face-color: #BDAD7B;
		scrollbar-highlight-color: #C4B588;
		scrollbar-3dlight-color: #D7DCE1;
		scrollbar-shadow-color: #9A874E;
		scrollbar-darkshadow-color: #6C858E;
		scrollbar-track-color: #CAC096;
		} */

	body	{ 
		font-family: verdana;
		font-size: 12px;
		font-weight:bold;
		color: #363626;
		background-color: #CAC096;
		}

	#container{
		margin: 0px auto;
		width: 880px;
	}

	#header {
		margin-bottom: 10px;
	}

	#content{
		height:307px;
		background:url('../images/background/bg_v1.gif');
		background-repeat: no-repeat;
		border: 0px solid #000;
		padding-top:15px;
	}

	#introcontent{
		height:307px;
		background:url('../images/background/bg_nomenu.gif');
		background-repeat: no-repeat;
		border: 0px solid #000;
		padding-top:15px;
	}

	#page{
		margin-left:55px;
		margin-right:280px;
	}

	#header a{ 
		color: #4a4a39;
		text-decoration: none;
	}
	
	.content_holder{
		margin-left: 55px;
		width: 545px;
	}

	.boxleft	{ 
		margin-top: 18px;
		width: 111px;
		height: 240px;
		float: left;
		text-align: center;
	}
	
	.menulink{
		margin-bottom:14px;
	}
	
	.boxright{
		margin-top: 18px;
		width: 424px;
		height: 240px;
		float: right;
		overflow: auto;
	}
	
	#taalkeuze_small{
		padding-left:9px;
		width:110px;
	}

	.content{ 
	}

	#choose_lang{ 
		margin-bottom: 15px;
		padding-left: 25px;
		padding-top: 90px;
		padding-bottom: 20px;
		height: 164px;
	}

	#footer	{
		font-size: 10px;
		color: #363626;
		width: 880px;
	}

	#footer a{
		color: #363626;
	}

	#footer a:hover{
		color: #6D6D6D;
		text-decoration: underline;
	}

	/* Links */

	a	{
		color: #363626;
		text-decoration: none
	}
	
	a:hover {
		color: #6D6D6D;
		text-decoration: underline
	}

	.content a{
		color: #363626;
		text-decoration: none
	}

	.content a:hover{
		color: #6D6D6D;
		text-decoration: underline
	}

	/* ... */

	.bottomText{
		padding-left:5px;
		min-width:50px;
	}
		
	.bottomText-border{
		border-left:1px solid #6D6D6D;
	}
	
	.text, .datetime, .input, .button, .textfield {
		margin:2px 0;
		padding:1px;
		font-size:12px;
		font-weight:bold;
		background-color:transparent;
		border:2px solid #724C3B;
	}
		
	.warningField {
		border:2px solid #CD261D;
	}
		
	.datetime{
		width:20px;
		text-align:center;
	}
		
	/* overig */
	img	{
		border: 0px;
		}
		
	.hiddendagger{
		visibility:hidden;
	}
	
	/* --- Scrollbox --- */
	.noJavascriptScrollbox{overflow: auto; width:424px; height:240px;}
	#scrollbox{left:300px; top:20px; margin:0; width:424px; height:240px;}
	#scrollbox .customScrollBox{position:relative; height:100%; overflow:hidden;}
	#scrollbox .customScrollBox .container{position:relative; width:405px; float:left;}
	#scrollbox .customScrollBox .content{clear:both;}
	#scrollbox .customScrollBox .content p.alt{padding:10px 5px; margin:10px 0;}
	#scrollbox .dragger_container{position:relative; display: block; width:9px; height:240px; float:left; margin:2px 0 0 10px; cursor:pointer; box-shadow:inset 0 0 10px #000; -moz-box-shadow:inset 0 0 10px #000; -webkit-box-shadow:inset 0 0 10px #000;}
	#scrollbox .dragger{position:absolute; width:6px; height:60px; background:#333; text-align:center; margin-left:1px; overflow:hidden; border-left:1px solid #787878; border-right:1px solid #000; cursor:pointer;}
	#scrollbox .dragger_pressed{position:absolute; width:6px; height:60px; background:#444; text-align:center; margin-left:1px; color:#777; overflow:hidden; border-left:1px solid #878787; border-right:1px solid #000; cursor:pointer;}
	