html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Verdana, Lucida, 'Lucida Sans', Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin: 0px;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	padding: 10px 0px;
	margin-bottom: 1px;
}

div.center {
 	text-align: center;
}

div#twrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	/*background: url(../img/achter.jpg) no-repeat center 400px;*/
}

div#kop {
	background: url(../img/kopbg.png) repeat-x;
	height: 107px;
}

div#kopt {
	color: #fff;
	font: bold 30px Arial;
	position: relative;
	left: 20px;
	top: 15px;
}

div#kopi {
	color: #999999;
	font: italic bold 18px "Arial Narrow", Arial;
	position: relative;
	left: 20px;
	top: 26px;
}

div#voet {
	background: url(../img/voetbg.png) repeat-x;
	height: 45px;
	text-align: center;
	font-size: 9px;
	clear: both;
	padding-top: 9px;
}

#mbody {
	border-right: 1px solid #c0c0c0;
}

#lmenu {
	padding: 1em 0px;
	margin: 0px;
	width: 158px;
}

.active a {
	color: #275a73 !important;
}

#lmenu a, #lmenu a:visited, #lmenu a:focus, #lmenu a:link {
	text-decoration:none;
	color:#4195bf;
	font-weight:bold;
}

#lmenu a:active, #lmenu a:hover {
	text-decoration: none;
	color: #275a73;
	font-weight: bold;
}

.d66 {
	color: #4195bf;
	padding-top: 50px;
	/*vertical-align: bottom;*/
}

.d66 a {
	color: #275a73;
}

.midden {
	margin: 0px;
	padding:10px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	height: 100%;
}

.midden li {
	margin-bottom: 1em;
}


#rechts {
	margin: 0px;
	width: 180px;
	padding: 5px;
	border-right: 1px solid #c0c0c0;
}

hr {
	background-color: #1f8afe;
	color: #1f8afe;
	border-style: solid;
	clear: both;
	margin: 10pt 5%;
}

a:visited {
	color: #003366;
}

a:active, a:hover {
	text-decoration: none;
	color: #029dff;
	font-weight: bold;
}

th {
	font-weight: bold;
	text-align: left;
}

td {
	vertical-align: top
}

b {
	color: #1f8afe
}

p { margin-bottom: 0px }

h1,h2,h3,h4,h5,h6,h7 {
	color: #4195bf;
	line-height: 100%;
}

h4,h5,h6,h7 {
	margin-bottom: 0px;
}

/* img styles */
img {
	border-width: 0px
}

.imgl {
	float: left;
	margin-right: 1em;
}

.imgr {
	float: right;
	margin-left: 1em;
}

.imgm {
	margin: .5em auto;
	display: block;
}

ul.menu { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.contentheading, .componentheading {
        color: red;
        font-size: 18px;
        font-weight: bold;
        margin: 1.5em 0pt 0pt;
        text-decoration: none;
}

.small, small {
	font-size: 10px;
	line-height: 1.1em;
}

/* voor MSIE: */
h1 { font-size: 24px }
h2 { font-size: 18px }
h4 { font-size: 12px }
