@charset "UTF-8";
/* CSS Document */

img, td, div { 
behavior: url("/pngshit.htc");
}


html, body {
	background-color: #e7e7d9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}

a {
	color:#000000;
	font-weight:bold;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

/* IDs */
#wrapper {
	background-image: url(../images/background_big.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width: 100%;
	height: 100%;
	text-align:left; /* reset text alignment */
	margin:0 auto; /* for the rest */ 
}

#page {
	background-color:#FFFFFF;
	width: 800px;
	height: 100%;
	text-align:left; /* reset text alignment */
	margin:0 auto; /* for the rest */ 
}

#top {
	width: 800px;
	height: 88px;
}

#header {
	width: 800px;
	height: 305px;
	background-position:left top;
	background-repeat:no-repeat;
}

#veiling {
	float: right;
	margin-bottom: 5px;
	width: 265px;
	height: 305px;
	background-image:url(../images/button_sms.png);
	visibility:visible;
}

#contentwrap {
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	background-image:url(../images/yellow_line_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
}

#content {
	width: 785px;
	height:inherit;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/yellow_line.gif);
	background-repeat:repeat-x;
}

#columnleft {
	width: 480px;
	padding: 25px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}

#columnright {
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
}

#footer {
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 65px;
	background-color:#FFFFFF;
	background-image:url(../images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#persfoto {
	float:left; 
	width:480px;
	margin-bottom:10px;
}

/* CLASS */
.buttonimg {
	margin: 0px 10px 10px 0px;
	border: 0px;
}

.buttonimglast {
	margin: 0px 10px 0px 0px;
	border: 0px;
	cursor: pointer;
}

.titelimg {
	margin: 25px 0px 10px 0px;
	border: 0px;
}

.inleiding {
	font-weight:bold;
}

.titel {
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
	color:#000000;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: lighter;
}

.imgartikelright, .imgartikelleft { 
	width:200px; 
	background-color:#EEE; 
	font-size:10px; 
	line-height:13px;
	padding-bottom:2px;
	margin-bottom:10px;
}
.imgartikelright { 
	float:right; 
	margin-left:20px; 

}
.imgartikelleft { 
	float:left; 
	margin-right:20px; 

}

.imgartikelright img, .imgartikelleft img {
	margin-bottom: 3px;
}

.footnote {
	font-size:9px;
	color:#CCCCCC;
	}
	
/* SPRYS */
.HL	{
	width:480px;
	padding: 3px 0px 2px 3px;
	/*
	margin: 0px 15px 0px 0px;
	*/
	font-size:15px;
	font-style:normal;
	text-transform: uppercase;
	cursor:pointer;
	color:#FFF;

}

.HLO	{
	border:0px solid;
	cursor:pointer;
	width:480px;
	/*border-left: 5px solid #DDD;
	border-right: 5px solid #DDD;
	*/color:#444;
	background-color:#FFF;

}


.accordion_child{
	margin: 5px 0px 10px 0px;
}