body {
	background:transparent url(../images/bg_window.jpg) repeat-y center;
}
body, p, form, div, ul, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color:#FF581D;
}
/*==============
	BODY
==============*/
.centerme {
	text-align:center;
}
#maintable {
	width:100%;
}
#bgmain {
	width:955px;
	vertical-align:top;
}
#bgleft {
	background: #fff url(../images/bg_left.gif) no-repeat scroll right;
	width:auto;
	height:500px;
	margin-top:50px;
}
#bgright {
	background: #fff url(../images/bg_right.gif) no-repeat scroll left;
	width:auto;
	height:500px;
	margin-top:50px;
}
.topje {
	height:50px;
	vertical-align:top;
}
/*==============
	TOP
==============*/
#top {
	background: #eee url(../images/bg_top.jpg) no-repeat scroll top;
	height:50px;
}
#logo {
	position:absolute;
	top:-55px;
	left:0px;
	z-index:1;
}
/*==============
	CONTENT
==============*/
#titel {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#DBDBDB;
	border:1px solid #999;
	width:auto;
	padding:4px;
	margin-bottom:10px;
	text-indent:8px;
}
.title {
	font-size:medium;
	border-bottom:1px dotted #FF581D;
}
#maincontent {
	position:relative;
	top:40px;
	background-color:#E4EBEF;
	height:460px;
	border-bottom:1px solid #ccc;
	width:955px;
}
/* alternate minimal height fix for mozilla */
html > body #maincontent { 
	min-height:460px; 
	height:auto;
} 
#webedit {
	position:relative;
	top:0px;
	width:638px;
	padding:20px 10px 20px 20px;
}
#webedit p {
	padding:4px 0px 4px 0px;
}
#webedit img {
	border:1px solid #999;
}
#webedit  a:hover img {
	border:1px solid #FF581D;
}
#webedit table {
	width:100%;
	border:1px solid #999;
}
#webedit td {
	vertical-align:top;
}
/*==============
	NAVIGATIE
==============*/
#navbar {
	position:absolute;
	top:0;
	left:670px;
	width:285px;
}
#navigatie {
	list-style-type:none;
	width:inherit;
	margin-top:3px;
}
#navigatie li {
	float:left;
	margin: 0px 2px 0px 0px;
}
#bottombar {
	margin:50px 0px 10px 0px;
	text-align:center;
	clear:both;
	color:#003399;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
