@charset "utf-8";
/* CSS Document */
/*noodzakelijke meuk*/
body {
	margin: 0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../assets/images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
p{
}
html {
}
#header {
	height:143px;
}
#header-center {
	background-image:url(../assets/images/header.jpg);
	width:579px;
	height:143px;
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
}
#contentwrapper {
	font-size:12px;
	width:500px;
	margin: auto auto;
	padding-top:50px;

}
#contentwrapper a {
	color:#000;
}
#footer {
	padding-top:20px;
	width:500px;
	height:20px;
	margin: auto auto;
	font-size:9px;
	text-align:center;
}
#leftwrapper {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	float:left;

}
#rightwrapper {
	font-family:Verdana, Geneva, sans-serif;
	float:right;
	font-size:12px;
}
#bodywrapper {

	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
/*Eind noodzakelijke meuk*/


/*rounded box*/
/* Show only to IE PC \*/
* html .boxhead h2 {
	height: 1%;
} /* For IE 5 PC */
.sidebox {
	margin: 0 auto; /* center for now */
	width: 200px; /* ems so it will grow */
	background: url(../img/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
#rightwrapper .boxhead{
		background: url(../img/r-sbhead-r.gif) no-repeat top right;
}
#leftwrapper .boxhead{
		background: url(../img/sbhead-r.gif) no-repeat top right;
}
#rightwrapper .boxhead h2{
		background: url(../img/r-sbhead-l.gif) no-repeat top left;
}
#leftwrapper .boxhead h2{
		background: url(../img/sbhead-l.gif) no-repeat top left;
}


.boxhead {

	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h2 {

	margin: 0;
	padding: 15px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 0.5em;
	text-shadow: rgba(0, 0, 0, .4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../img/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/*eind rounded box*/

