/*
#################
#	ALGEMEEN#
#################
*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
html { font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { font-size: 1.2em; background: #F4EFE0 url(../img/body.gif) repeat-x;  }

.block { display: block; }
.hidden { visibility: hidden; }
.invisible { display: none; }
.clear { clear: both; }
.links { text-align: left; }
.midden { text-align: center; }
.rechts { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.center { display: block; margin: auto; }
.absolute { position: absolute; }
.relative { position: relative; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
ul.none, ol.none { list-style: none; }
a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }

img { border: none; }
p, div.alinea { margin-bottom: 1.2em; }
div.wrapper, .overflow { overflow: hidden; }

/*
################
#	LAYOUT #
################
*/

/* Container
------------------------------------------------------------------*/
div#container {
	width: 960px;
}

/* Menu
------------------------------------------------------------------*/
ul#topmenu {
	height: 40px;
	background: url(../img/menu.gif) no-repeat;
	list-style: none;
	margin-top: 25px;
}
ul#topmenu li {
	padding-top: 9px;
	padding-bottom: 11px;
	padding-left: 2px;
	display: inline;
	float: left;
}
ul#topmenu li a {
	margin-top: 10px;
	padding: 6px 8px 15px 8px;
	color: #d3cec0;
	font-weight: bolder;
}
ul#topmenu li a:hover {
	padding: 6px 8x 15px 8px;
	background: url(../img/menu-hover.gif) repeat-x;
	color: #fff;
}

/* Header
------------------------------------------------------------------*/
div#header {
	background-color: #ffffff;
	font-family: Tahoma;
	height: 40px;
	margin-top: 40px; margin-bottom: 25px; padding: 22px 30px 0px 30px;
	color: #3e606f;
	border: 5px solid #eee9da;
}
div#header h3 {
	width: 630px;
	font-size: 1.9em;
}

/* Content
------------------------------------------------------------------*/
div#content {
	background: #EEE9DA url(../img/bg-content-groot.gif) top repeat-y;
	padding-top: 7px;
	border-bottom: 7px solid #eee9da;
	clear: both;
	overflow: hidden; 	
	margin-bottom: 14px;
}
div#content-achtergrond {
	background: #EEE9DA url(../img/bg-content.gif) bottom repeat-y;
	overflow: hidden;
	width: 960px;
}
div#content-links {
	float: left;
	width: 663px;
    min-height: 340px;
	margin-right: 24px;
	padding: 20px 16px;
}
div#content-links h3 {
	display: block;
	border-bottom: 1px solid #a19c8d;
	color: #3e606f;
	font-size: 1em;
	text-transform:  uppercase;
	margin-bottom: 16px;
}
div#content-links div.contentpanel h2 {
	color: #3e606f;
	font-size: 0.9em;
	text-transform:  uppercase;
	margin-bottom: 14px;
}
div#content-links div.contentpanel p {
	color: #a19c8d;
	font-size: 0.9em;
}
div#content-links div.contentpanel span {
	color: #a19c8d;
	font-size: 0.9em;
	font-style: italic;
	padding-right: 5px;
}
div#content-links div.contentpanel a {
	color: #3e606f;
	font-size: 0.9em;
	font-weight: bolder;
}
div#content-rechts {
	float: left;
	width: 221px;
	padding: 20px 10px;
}

div#content-rechts h3 {
	display: block;
	border-bottom: 1px solid #a19c8d;
	font-size: 1em;
	text-transform:  uppercase;
	margin-bottom: 10px;	
	color: #3e606f;
	border-bottom: 1px solid #a19c8d;
	
}
div#content-rechts div#submenu {
	margin-bottom: 15px;
}
div#content-rechts div#submenu a {
	color: #3e606f;
}
div#content-rechts div#submenu h2 {
	background: url(../img/edit.png) no-repeat 1% 2%;
	font-size: 1em;
	padding-left: 30px;
	padding-bottom: 5px;
}

div#content-rechts div#submenu p {
	font-family: Tahoma;
}

/*
####################
#	LIJSTEN	   #
####################
*/


/*
####################
#	FORMULIEREN#
####################
*/
/* Algemeen
------------------------------------------------------------------*/
input, textarea { padding: 3px 2px; }
textarea { overflow: auto; }
input, select { font-family: Arial, Verdana, Tahoma, sans-serif; }

fieldset.none { border: none; margin: 0; padding: 0; }
fieldset.none legend { display: none; }
form ul, form ol { list-style: none; }

.button {
	color: #3e606f;
	background-color: #f8f4e8;
	text-transform:  uppercase;
	font-weight: bolder;
	border: 1px solid #eee9da;
 }

/* Footer
------------------------------------------------------------------*/
div#footer {
	background: url(../img/footer.gif);
	height: 25px;
}
div#footer-wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}
div#footer-wrapper a {
	color: #fff;
}

/*
####################
#	TABELLEN   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
table.full-width { width: 100%; }

a.pagingButton
{
	border: 1px solid #e0e0e0;
	padding: 5px;
	min-width: 12px;
	margin: 2px;
	text-decoration: none;
}

a.pagingButton:visited
{
	border: 1px solid #e0e0e0;
	padding: 5px;
	min-width: 12px;
	margin: 2px;
	text-decoration: none;
}

a.pagingButton:hover
{
	text-decoration: underline;
}

a.pagingButton:active
{
    color: #f40500;
}