	*{
		/*border: 1px solid #333;*/
	}
	html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
		margin: 0;
		padding: 0;
	}
	body {
		font: 13px 'Myriad Pro', 'Trebuchet MS', sans-serif;
		color: #212121;
		margin: 0;
		padding: 0;
		text-align: center;
		background: #333 url('/images/background.jpg') repeat-x;
	}
	form{
		margin: 0px 0px 0px 33px;
	}
	input, textarea{
		font: 12px 'Trebuchet MS', sans-serif;
		color: #212121;
		background: #ededed;
		border: 0;
	}
	label{
		display: block;
	}
	a, a:hover{
		font: 12px 'Myriad Pro', 'Trebuchet MS', sans-serif;
		color: #344964;
		text-decoration: underline;
	}
	a:hover{
		text-decoration: none;
	}
	a img{
		border: 0;
	}
	
	#container{
		width: 800px;
		margin: 0;
		padding: 0;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		min-height: 400px;
		background: #ffffff;
	}
	#background{
		position: absolute;
		margin-left:-72px;
		z-index: -100;
		width: 929px;
		height: 172px;
		background: url(/images/background2.jpg) no-repeat;
	}
	#header{
		width: 800px;
		height: 89px;
		display: block;
		background: url('/images/header_blauw.jpg') no-repeat;
	}
	#nav_links{
		width: 245px;
		height: 34px;
		float: left;
	}
	#nav_rechts{
		width: 555px;
		height: 34px;
		_background: #4b7ac3;
		float: left;
	}
	#nav_links ul, #nav_rechts ul{
		list-style: none;
	}
	#nav_links li, #nav_rechts li{
		display: block;
		float: left;
		padding: 7px 0px 0px 22px;
	}
	#nav_links ul a, #nav_rechts ul a{
		color: #ffffff;
		text-decoration: none;
		font-size: 13px;
	}
	#nav_links ul span, #nav_rechts ul span{
		padding: 3px 3px 1px 3px;
		display: block;
	}
	#nav_links ul span:hover{
		_background: #4b7ac3;
	}
	#nav_rechts ul span:hover{
		_background: #699fdf;
	}
	#nav_rechts ul .language{
		_background: #699fdf; 
		height: 27px;
		float: right;
		padding-right: 22px;
		color: #ffffff;
	}

	#content_links{
		width: 245px;
		float: left;
		display: block;
		background: #ededed;
	}
		#content_links h3{
			height: 26px;
			color: #ffffff;
			font: 15px 'Myriad Pro', 'Trebuchet MS', sans-serif;
			text-decoration: none;
			padding: 7px 0px 0px 9px;
			margin-top: 0px;
		}
		#content_links p{
			color: #344964;
			padding: 10px;
		}
		#content_links img{
			border: 3px solid #cgcgcg;
		}
	#content_rechts{
		width: 555px;
		float: left;
		display: block;
		padding-bottom: 33px;
	}
		#content_rechts p{
			margin: 10px 33px 33px 33px;
			color: #344964;
			overflow: auto;
		}
		#content_rechts .thumb{
			display: block;
			float: left;
			border: 4px solid #cdcdcd;
			margin: 0px 4px 4px 0px;
		}
		#content_rechts h1{
			margin: 33px 0px 0px 33px;
			color: #4b7ac3;
			font: 30px 'Myriad Pro', 'Trebuchet MS', sans-serif;
		}
		#content_rechts h2{
			margin: 0px 0px 0px 33px;
			color: #344964;
			font: 16px 'Myriad Pro', 'Trebuchet MS', sans-serif;
			clear: both;
		}
	hr{
		border: 0;
		border-bottom: 1px solid #4b7ac3;
		margin-left: 5px;
		padding: 0;
		display: block;
		width: 545px;
	}
	pre {
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;      /* Opera 4-6 */
		white-space: -o-pre-wrap;    /* Opera 7 */
		word-wrap: break-word;       /* Internet Explorer 5.5+ */
	}
	#nav_links, #nav_rechts ul span:hover, #nav_rechts ul .language{
		background: #699fdf;
	}
	#nav_rechts, #nav_links ul span:hover, #content_links h3{
		background: #4b7ac3;
	}
	#footer{
		width: 800px;
		height: 33px;
		display: block;
		clear: both;
		background: #4b7ac3;
	}
	#footer_rechts{
		display: block;
		float: right;
		width: 545px;
		height: 24px;
		color: #ffffff;
		background: #699fdf;
		padding: 9px 10px 0px 0px;
		text-align: right;
	}
	#footer_rechts a{
		color: #ffffff;
		text-decoration: underline;
	}
	#footer_rechts a:hover{
		text-decoration: none;
	}
	#slideshow {
    position:relative;
    height:184px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
#fotos{
	padding: 6px 4px;
}
#fotos img, #album img{
	border: 3px solid #cdcdcd;
	margin: 2px 4px;
}
#fotos img:hover, #album img:hover{
filter:alpha(opacity=50); /* msie */  
-moz-opacity: 0.50; /* firefox 1.0 */  
-khtml-opacity: 0.50; /* webkit */  
opacity: 0.50; /* css 3 */  
}
