html,body, div, table, tr, td, th {
	margin: 0px;
	font-size: 11px;
	font-family: verdana;
	color:#323232;
}
html, body {
	margin: 0px;
	padding: 0px;
	height: 99%; 
   	height: 99%; /* ie underscore hack */
}
body {
	background-color:#fcf6db;
	background-position:center;
}

h1 {
	text-align:left;
	font-weight:normal;
	color: #3c3c86;
	font-size:18px;
}

h2 {
	text-align:left;
	font-weight:normal;
	color: #3c3c86;
	font-size:12px;
}

select, textarea, input {
	font-size: 12px;
	font-family: verdana;
}

a {
	color: #3c3c86;
	text-decoration:none;
}
a:hover {
}
a.mainmenu {
	color: #3c3c86;
	font-size: 11px;
	text-align:center;
	text-decoration:none;
}
a.footer:hover {
	text-decoration:underline;
}

a.hoofd, a.hoofd:hover {
	color:#3c3c86;
	font-weight:bold;
	text-decoration:none;
}
a.terug, a.terug:hover {
	color:#dc3022;
	font-style:italic;
	text-decoration:none;
}


/* EIGEN CSS */
div.main {
	width: 890px;
	min-height:785px;
	max-height:785px;
	vertical-align:top;
	text-align:left;
	margin-left: auto; 
    margin-right: auto; 
	background-color:#ffffff;
	position:relative;
}
div.top {
	width: 890px;
	height: 165px;
	cellspacing: 0px;
	table-layout:fixed;
	background-color:#fcf6db;
	padding:10px 0px 0px 0px;
}
div.mainmenu {
	width: 890px;
	height: 16px;
	color: #3c3c86;
	background-color:#f3d65e;
	font-weight:600;
}

div.footer {
	width: 890px;
	height: 16px;
	background-color:#f3d65e;
	left:0px;
	top:0x;
	position:relative;
	margin:auto;
}

div.leeg {
	height:50px;
	width:150px;
	background-color:#ffffff;
}
div.menu {
	width:150px;
	background-image:url(images/menu.bg.gif);
	background-repeat:repeat-y;
}
div.content {
	background-color:#ffffff;
	text-align:left;
	position:absolute;
	top: 192px;
	left:0px;
}
	
div.paginahome {
	background-color:#ffffff;
	height:592px;
	width:840px;
	position:absolute;
	top:0px;
	left:50px;
	overflow:auto;
}
div.pagina {
	background-color:#ffffff;
	height:592px;
	width:740px;
	position:absolute;
	top:0px;
	left:150px;
	overflow:auto;
}

div.nieuws {
	background-color:#ffffff;
	position:absolute;
	height:100%;
	left:690px;
	top:0px;
	width:200px;
}

.cmscontent {
	padding:24px 50px 24px 50px;
	background-color:#ffffff;
}
.items {
	padding:0px 20px 0px 20px;
}
.vspacer {
	background-color:#606060;
	width:1px;
}

.title {
	color: #3c3c86;
	font-size:18px;
}

.smalltitle {
	font-weight:bold;
	color: #3c3c86;
	font-size:11px;
}
.subtitle {
	font-weight:bold;
	color: #3c3c86;
	font-size:12px;
}

.datum {
	color: #3c3c86;
	font-size:13px;
}


span.error {
	background-color:#FFCCCC;
	border: 1px solid red;
}
span.error_notice {
	color:#FF0000;
	line-height:40px;
}
td.error {
	color:#FF0000;
	font-weight:bold;
}
input.error, textarea.error {
	background-color:#FFCCCC;
	border: 1px solid red;
}
td.small {
	font-size:9px;
}


.menu {
/*	background-color:#eaedf1;*/
	width:150px;
}

.mainmenu {
	color: #3c3c86;
	font-size: 12px;
	font-weight:normal;
	text-align:center;
	width:90px;
	height:16px;
}
.mainmenuover {
	color:#3c3c86;
	font-weight:bold;
 	background-image: url(images/mainmenu.bg.gif);
 	background-position:center;
	width:90px;
	height:16px;
}
.submenu {
	font-weight:normal;
	padding:11px 11px 11px 7px;
	cursor:pointer;
	width:150px;
	border-bottom:solid 1px;
	border-bottom-color:#f3d65e;
}
.submenuover {
	padding:11px 11px 11px 7px;
	background-color:#f2edd7;
	font-weight:bold;
	cursor:pointer;
	border-bottom:solid 1px;
	border-bottom-color:#f3d65e;
}
.submenutop {
	background-image:url(images/bg.top.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:150px;
}
.submenutopover {
	background-image:url(images/bg.top.over.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:150px;
}