@charset "utf-8";
/* CSS Document */

.menu-frame {
	width: 950px;
	height: 26px;
	background-image:url(/image/index-menu.gif);
	position:absolute;
	top:128px;
	z-index:2000;
}

.container {
	width: 950px;
	margin: 0 auto;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #000;
	text-align:center
}


.header {
	background-color: #55AE3A;
}

.menu {
	width:751px;
	margin: 0 auto;
	height: 26px;
}

.split {
	 width:950px;
	 height: 2px;
	 margin: 0 auto;
	 background-color:#55AE3A;
}

.sidebar {
	float:left;
	width:146px;
	height:auto;
	background-color: #55AE3A;
	color:#FFF;
}

.mainContent {
	float: right;
	width: 802px;
}

.maintablemid {
	padding:10px;
	width: 636px;
	vertical-align:top
}

.zoektekst {
	width: 142px;
	border:1px #55AE3A solid;
	margin-top: 0;
	margin-bottom: 0;	 
}
.zoekform {
	text-align: center;
    margin-top: 0;
	margin-bottom: 0;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.icon {
	margin: 0px 5px 0px 0px;
	vertical-align: text-bottom;
	float:right;
	height:1.5em;
	width:1.5em;
	border:0px;
}

.footer {
	text-align:center;
}

.textred {
	color:#E41B17;
}

.contenttable {
	vertical-align:top;
}

.sidetablegreen {
	vertical-align:top;
	background-color: #55AE3A;
	color:#FFF;
}

.sidetable {
	vertical-align:top;
}

span.MenuTitleVertical
{
	display: block;
	padding: 0.5em 0.75em;
}

td.kader {
	padding:10px;
}
td.bladwijzer {
	padding:0px;
}
table.kader {
	border:2px #000 solid;
	cellpadding:0px;
	cellspacing:0px;
	width:635px;
	min-width:635px;
}
table.bladwijzer {
	border:none;
	background-image:none;
	cellpadding:0px;
	cellspacing:0px;
	width:635px;
	min-width:635px;
	height:46px;
	min-height:46px;
}
table.bladwijzeraan {
	border:none;
	background-image:url(/image/bladwijzer.gif);
	cellpadding:0px;
	cellspacing:0px;
	width:635px;
	min-width:635px;
	height:46px;
	min-height:46px;
}

ul.listbullet {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}

A.geenkleur:link, A.geenkleur:visited, A.geenkleur:active {
	color: #FFF;
	text-decoration: none;
}

