/* CSS Document */



/* --- Utils --- */
.hidden {
	display: none;
}

:focus {
	outline: 0;
}

/* --- Clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.right {float:right}
.left {float:left}

/* --- TableSorter pager --- */
.pager {margin-top:10px;}

/* --- Website Layout --- */


html, body {
	margin:0px;
	padding:0px;
	height:100%;	
}

#top {
	background-image:url("/assets/site/img/top_bg.gif");
	background-repeat:repeat-x;
	margin-top:0px;
	height:156px;
	width:100%;
	vertical-align:top;
}

#header {
	background-image:url("/assets/site/img/top.jpg");
	background-repeat:no-repeat;
	height:200px;
}

#menu_position_fix {
	float:left;
	width:100%;
	height:103px;
	clear:both;
	display:block;
}

#contentbox {
	float:left;
	width:100%;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
}

#content_left {
	margin-top:20px;
	width:55%;
	float:left;
	vertical-align:top;
}

#content_right {
	padding-left:15px;
	margin-top:20px;
	width:45%;
	float:left;
	vertical-align:top;
}

#beeld {
	width:241px;
	padding:10px 10px 10px 35px;
	float:left;
}

#bottom {
	float:left;
	background-image:url("/assets/site/img/bottom_bg.jpg") !important;
	background-repeat:repeat-x;
	height:138px;
	width:100%;
	text-align:left;
	color:#ffffff;
}

#bottom p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0;
	line-height:80px;
	padding-left:40px;
}

#bottom a {
	color:#ffffff;
	font-weight:bold;
}

a {
	color:#FFFFFF;
	font-weight:bold;
}
a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
a:visited {
	color:#FFFFFF;
	font-weight:bold;
}
a:active {
	color:#FFFFFF;
	font-weight:bold;
}

