@charset "utf-8";
/* CSS Document */

/* algemene opmaak */

body {

	font-size:11px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(img/bgsite.png) repeat-x;
}

/* body wrapper */

#body-wrapper {

	width:778px;
	margin:0 auto;

}

/* header */

#header {

	width:778px;
	height:112px;
	float:left;

}

#logo {

	width:379px;
	height:85px;
	padding-top:27px;
	margin-right:20px;
	float:left;
	
}

#adresinfo {

	width:379px;
	height:78px;
	padding-top:34px;
	float:left;
	text-align:right;
	
}

/* mainmenu */

#mainmenu {

	width:778px;
	height:25px;
	float:left;
	
}

#mainmenu ul {

	list-style:none;
	padding:0px;
	margin:0px;

}

#mainmenu li {
	display:inline;
}

#mainmenu li a {
	display:block;
	padding:0px 15px;
	line-height:25px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	text-decoration:none;
	background:url(img/imgmainmenulia.png) right center no-repeat;
}

#mainmenu .laatste a {
	background:none;
}

#mainmenu .eerste a {
	padding:0px 15px 0px 0px;
}

#mainmenu li a:hover {
	text-decoration:underline;
}

/* splash */

#splash {
	
	width:778px;
	height:150px;
	float:left;
	padding-top:20px;

}

#splashimg {

	width:377px;
	border:1px solid #CCCCCC;
	height:148px;
	float:left;
	margin-right:20px;
	background:url(img/bgsplashimg.jpg) no-repeat;
}

#splashmenu {

	width:377px;
	border:1px solid #CCCCCC;
	height:148px;
	float:left;
	background:url(img/bgsplashmenu.jpg) no-repeat;
}

#splashmenu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#splashmenu li {
	display:inline;
}

#splashmenu li a {
	display:block;
	width:150px;
	height:37px;
	text-decoration:none;
	color:#000000;
	line-height:37px;
	padding-left:20px;
	font-weight:bold;
}

#splashmenu li a:hover {
	text-decoration:underline;
}
	

/* page */

#page {

	width:778px;
	float:left;
	padding-top:20px;

}

/* sidebar */

#sidebar {

	width:150px;
	float:left;

}

#sidebar .sidepic {
	margin-top:20px;
	float:left;
}

/* content */

#content {
	width:608px;
	float:right;
	font-size:13px;
	text-align:justify;
}

#content h2 {
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#990000;
	font-weight:bold;
}


/* footer */
#footer {

	width:778px;
	height:30px;
	line-height:30px;
	float:left;
	background:url(img/bgfooter.png) no-repeat top;
	text-align:center;
	
}

#footer a {
	
	color:#990033;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	
}

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