html {
	padding: 0;	
	color: #fff;
	background: #373737 url("/templates/images/bg.png") repeat-x;
	font: 8pt "Trebuchet MS", Sans-Serif;
}

body {
	width: 958px;
	background: url("/templates/images/body_bg.png") repeat-y;
	margin: 0 auto;
	padding: 0 0 2px 0;
	color: #FFFFFF;
}

/* Link opmaak */
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* /Link opmaak */

/* Invisible */
.invisible {display: none;}
/* /Invisible */

/* Invisible */
.clear {clear: both;}
/* /Invisible */

/* Images */
img {border: 0;}
/* /Images  */

/* Alinea */
p {
	margin: 0;
	padding: 7px 0;
}
/* /Alinea  */

/* Header  */
div#header {
	width: 958px;
	height: 127px;
	background: url("/templates/images/header_bg.jpg") no-repeat;
	padding: 166px 0 0 0;
}
h1 {
	margin: 0;
	padding: 0;
}
/* /Header */

/* Menu  */
ul#menu {
	width: 644px;
	height: 48px;
	color: #fff;
	margin: 0;
	padding: 0;
	font: 9pt "Verdana", Sans-Serif;
	list-style: none;
}
ul#menu li {
	float: left;
	height: 18px;
	padding: 15px 20px;
	background: url("/templates/images/menu_bg.png") right no-repeat;
}
/* /Menu */

/* Left */
div#left {
	float: left;
	width: 194px;
	margin: 0 16px 0 0;
	padding: 0 0 5px 22px;
}
h2{
	font-size: 14pt;
	margin: 8px 0 2px 0;
	padding: 0 0 0 5px;
}
div#left div, div#left form {
	width: 176px;
	background: url("/templates/images/left-body.png") repeat-y;
	margin: 0;
	padding: 9px 5px 15px 13px;
}
div#left form input.checkbox, div#left form span {
	float: left;
	margin: 5px 12px 0 0;
}
div#left form input.textfield {
	width: 163px;
	height: 18px;
	margin: 1px 0;
	padding: 1px 0 0 0;
	border: 1px solid #F2AA2A;
}
div#left form input.submit {
	width: 109px;
	height: 28px;
	background: url("/templates/images/submit_bg.png") no-repeat;
	margin: 10px 0 0 25px;
	border: 0;
	cursor: pointer;
	clear: left;
}
div#left .head {
	width: 194px;
	height: 36px;
	background: url("/templates/images/head-left.png") no-repeat;
	padding: 0;
}
div#left .foot {
	width: 194px;
	height: 4px;
	background: url("/templates/images/foot-left.png") no-repeat;
	padding: 0;
	font-weight: 1pt; /* IE Fix */
	line-height: 0%; /* IE Fix */
}
ul#nav {
	width: 190px;
	height: 31px;
	background: url("/templates/images/nav_bg.png") repeat-x;
	margin: 7px 0 0 0;
	padding: 0;
	border: 1px solid #202122;
	list-style: none;
}
ul#nav li {
	float: left;
	margin: 5px 0 0 5px;
}
/* /Left  */

/* Right */
div#right {
	float: left;
	width: 695px;
}
div#right .box {
	width: 683px;
	background: url("/templates/images/right-body.png") repeat-y;
	margin: 0;
	padding: 12px 0 12px 12px;
	color:#CCCCCC;
	font-size:13px;
}
div#right .head {
	width: 625px;
	height: 28px;
	background: url("/templates/images/right-head.png") no-repeat;
	padding: 8px 70px 0 0;
	font-size: 9pt;
	text-align: right;
}
div#right .fronthead {
	width: 625px;
	height: 28px;
	line-height:28px;
	background: url("/templates/images/right-head.png") no-repeat;
	padding: 2px 70px 0 10px;
	font-size: 13pt;
	text-align: left;
}

div#right .foot {
	width: 695px;
	height: 4px;
	background: url("/templates/images/right-foot.png") no-repeat;
	padding: 0;
	font-weight: 1pt; /* IE Fix */
	line-height: 0%; /* IE Fix */
}
span#datum {
	float: right;
	color: #cacaca;
	text-align: right;
	font-size: 7pt;
}
span#datum b {
	color: #f8c600;
	font-size: 8pt;
}
ul.inner-box{
	float: left;
	width: 695px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.inner-box li {
	padding: 0 0 30px 0;
	clear: both;
}
ul.inner-box li.bottom {padding: 0;}
ul.inner-box li p{font-size: 9pt;}
ul.inner-box div.status {
	float: left;
	width: 50px;
	margin: 0 13px 0 0;
}
ul.inner-box div.forum {
	float: left;
	width: 399px;
	line-height: 120%;
}
ul.inner-box div.forum strong {font-size: 10pt;}
ul.inner-box div.forum p {padding-top: 0;}
ul.inner-box div.last{
	float: left;
	width: 220px;
	text-align: center;
	font-size: 7pt;
}
ul.inner-box div.last b.yellow {color: #FFD337;}

ul#statussen {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul#statussen li img {
	vertical-align: middle;
	margin: 0 10px 0 0; 
}
ul#statussen li {
	display: inline;
	margin: 0 4px;
}
/* /Right  */

/* Footer */
div#footer {
	width: 945px;
	height: 26px;
	background: url("/templates/images/footer_bg.png") repeat-x;
	margin: 0 0 0 6px;
	clear: both;
}
/* /Footer  */

.pagination{
	font-family: "Trebuchet MS";
	padding: 2px 2px 6px 2px;
	text-indent: 10px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 14px;
position:absolute;
top:-20px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #999999;
text-decoration: none; 
color: #333333;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #FFFFFF;
background-color: #456CA7;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #456CA7;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
