html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;

	/* font: 0.8em/16px "Verdana", sans-serif; */
	/* line-height: 95%; */
	background: #fff url('images/bg-lijnen.gif') no-repeat center top;
}

div#container {
	width: 964px;
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
}

* html div#container {
	height: 100%;
}

div#page {
	width: 964px;
	margin: 0 auto;
}

div#header {
	height: 230px;
	background: url('images/header.jpg') no-repeat center;
}

div#content {
	width: 100%;
	min-height: 400px;
	background: #fff url('images/bg-content.gif') repeat-y center top;
}

div#menu {
	float: left;
	width: 184px;
}

div#menu div#menu-top {
	height: 40px;
	background: #fff url('images/bg-menutop.gif') no-repeat center bottom;
}

div#menu ul {
	margin: 15px 0 0 0;
	padding: 0;
	background: url('images/bg-menusplit.gif') no-repeat center top;
}

div#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url('images/bg-menusplit.gif') no-repeat center bottom;
	line-height: 150%;
}

div#menu ul li a {
	display: block;
	padding: 13px 0 15px 40px;
	color: #fff;
	background: url('images/bg-menuitem.gif') no-repeat 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}

div#menu ul li a:hover {
	background-position: 8px -85px;
}
div#menu ul li a.active {
	background-position: 8px -85px;
}

div#menu ul li a em {
	text-transform: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #244f7a;
}

div#content div#inhoud {
  margin-left: 200px;
  padding: 0;
}

div#content div#inhoud ul {
	margin: 2px 0 10px 15px;
	padding: 0;
}

div#content div#inhoud ul li {
}

table#master td {
	width: 512px;
	vertical-align: top;
	padding: 30px 0 0 10px;
}

table#master td.items {
	width: 186px;
	padding: 0 12px 0 10px;
}

h1, H1 {
	color: #244f7a;
	font-size: 1.7em;
}

h2, H2 {
	color: #244f7a;
	font-size: 1.4em;
}

h3, H3 {
	color: #244f7a;
	font-size: 1.3em;
}

a {
	color: #264d74;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

div#clearfooter {
	height: 90px;
	clear: both;
	background: #fff;
}

div#footer {
	width: 964px;
	height: 84px;
	margin: 0 auto 0 auto;
	margin: -90px auto 0 auto;
	border-top: 6px solid #244f7a;
	background: #fff;
}

div#footer1 {
	float: left;
	width: 754px;
	padding-left: 12px;
	background: #fff;
}

div#footer2 {
	float: right;
	width: 198px;
	padding-top: 20px;
	color: #aaa;
	font-size: 0.9em;
	background: #fff;
}

.headline 	{ font-family: Verdana; font-size: 18px; letter-spacing: -2px; color:blue;
	}
.subheadline	{ font-family: verdana; font-size: 16px; letter-spacing: -2px; color:blue;
	}
.subsubheadline	{ font-family: verdana; font-size: 14px; letter-spacing: -2px; color:blue;
}

hr {	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 90%;
	height: 2px;
	margin: 5px auto 5px 0;
	text-align: left;
}
