* {
	padding:0px;
	margin:0px;
}
body, html {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	background:#fff url('/images/body.png') repeat-x;
	color:#6589a8;
	position:relative;
}
html {
	height:100%;
}
body {
	min-height:100%;
}
img {
	border:0px none;
}
fieldset {
	border:0px none;
}
ul, ol {
	list-style:none;
	list-style-image:none;
}
p {
	padding:10px 0px;
}
a:link,
a:visited {
	color:#6589a8;
	text-decoration:underline;
}
a:hover {
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#6589a8;
	font-size:22px;
	font-weight:normal;
}

h4 {
	color:#6589a8;
	font-weight:bold;
	font-size:10px;
}

h5 {
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#6589a8;
	font-size:12px;
}

h6 {
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#6589a8;
	font-size:18px;
}


#background {
	width:100%;;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
#background .inner {
	width:808px;
	margin:0px auto;
	height:100%;
	background:url('/images/website.png') repeat-y;
}

/* Website */
#website {
	overflow:hidden;
	width:750px;
	position:relative;
	margin:0px auto;
	padding:0px 29px;
}
#website #website-inner {
	position:relative;
}
#website .background {
	display:none;
}
#website #border-left {
	height:300px;
	width:1px;
	position:absolute;
	left:0px;
	top:0px;
	background:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	overflow:hidden;
}
#website #border-right {
	height:300px;
	width:1px;
	position:absolute;
	right:0px;
	top:0px;
	background:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	overflow:hidden;
}

/* Top */
#top {
	position:relative;
	background:url('/images/top.png') repeat-x;
	height:45px;
	border-bottom:5px solid #6589a8;
}
#top h1 {
	position:absolute;
	left:10px;
	top:4px;
}

/* Header */
#header {
	position:relative;
	height:150px;
	background:url('/images/header.jpg') no-repeat;
}

/* Menu */
#menu {
	position:relative;
	background:url('../images/menu.png') repeat-x;
	height:37px;
	overflow:hidden;
}
#menu ul li {
	float:left;
}
#menu ul li div {
	position:relative;
	top:11px;
	height:14px;
	border-right:1px solid #60778c;
	border-left:1px solid #b9c1c8;
	padding:0px 10px;
	float:left;
}
#menu ul li.first div,
#menu ul li.first {
	border-left:0px none;
}
#menu ul li:first-child,
#menu ul li:first-child div {
	border-left:0px none;
}
#menu ul li.last div,
#menu ul li.last {
	border-right:0px none;
}
#menu ul li:last-child,
#menu ul li:last-child div {
	border-right:0px none;
}
#menu ul li a:link,
#menu ul li a:visited {
	text-decoration:none;
	color:#6589a8;
	font-size:13px;
	position:relative;
	top:-12px;
	line-height:35px;
}
#menu ul li a:hover {
	text-decoration:underline;
}
/* Menu : submenu */
#menu ul ul {
	position:absolute;
	left:-9999px;
	top:37px;
	width:750px;
	background:none;
	height:0px;
	line-height:28px;
}
#menu ul ul li {
	border-left:1px solid #9fb5c8;
	border-right:1px solid #7898b3;
	height:13px;
	padding:0px 10px;
	position:relative;
	top:9px;
}
#menu ul ul li a:link,
#menu ul ul li a:visited {
	position:relative;
	color:#33526d;
	top:-12px;
}

/* Content */
#content {
	position:relative;
	padding:10px;
	padding-bottom:53px;
}
#content p:first-child {
	padding-top:0px;
}

/* Content left */
#content-left {
	float:left;
	width:530px;
}
#content-left h4 + p {
	padding-top:0px;
}
ul.square {
	margin-left: 20px;
	list-style-type:square;
}
ul.decimal {
	margin-left: 20px;
	list-style-type:decimal;
}

/* Dl */
dl {
	padding:10px 0px;
}
dl dt {
	float:left;
	padding-right:3px;
}
dl dt.hide {
	display:none;
	position:relative;
}

/* Content right */
#content-right {
	float:right;
	width:180px;
	padding-left:20px;
}

/* Footer */
#footer {
	position:absolute;
	height:43px;
	bottom:0px;
	left:0px;
	width:100%;
	overflow:hidden;
}
#footer p,
#footer ul {
	float:left;
	padding:0px;
	padding-left:10px;
}
#footer .inner {
	width:751px;
	height:43px;
	background:#dfdfdf;
	margin:0px auto;
	line-height:43px;
}
#footer .inner ul li {
	float:left;
	padding:0px 5px;
	border-left:1px solid #6589a8;
	height:9px;
	position:relative;
	top:18px;
}
#footer .inner ul li a:link,
#footer .inner ul li a:visited {
	position:relative;
	top:-18px;
	text-decoration:none;
	color:#6ea865;
}
#footer .inner ul li a:hover {
	text-decoration:underline;
}

/* E/O opmaak */
.cms-error {
	padding: 10px;
	margin: 10px;
	border: 1px solid #f00;
	background: #ffcccc;
	color: #f00;
	font-weight: bold;
}

.cms-warning {
	padding: 10px;
	margin: 10px;
	border: 1px solid #ffd800;
	background: #ffef87;
	color: #d58c00;
	font-weight: bold;
}

.cms-success {
	padding: 10px;
	margin: 10px;
	border: 1px solid #2f9000;
	background: #c1ffab;
	color: #2f9000;
	font-weight: bold;
}

.cms-error li, .cms-warning li {
	font-weight: normal;
}

.lastnews {
	color: #999999;
}
