html, body {
	margin: 0;
	padding-bottom: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height:100%;
}

#table{
	height:100%;
}

td.titleblock {
	background-color: #FFED00;
	background-image:url(images/achterground-banner.gif);
	background-repeat: y-repeat;
	height: 117px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}	

td.menublock {
	vertical-align: top;
	background-color: #001D61;
	border-right: 1px;
	border-right-color: #000000;
	width: 175px;
	color: white;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-image:url(images/menu-achterground.gif);
	background-repeat: x-repeat;
}

td.contentblock {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	width: 90%;
	height:100%;
	background-color: #FFFFFF;
}

td.copyrightblock {
	text-align: center;
	background-color: #FFDD00;
	height: 20px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000000;
    font-size: 10px;
}

td.tussenborder {
	background-color: #000000;
	height: 1px;
}

td.menuitem {
	border-bottom: 1px;
	padding-left: 2px;
	border-bottom-color: #FFBC00;
	border-bottom-style: solid;
}

td.menuitemactive {
	border-bottom: 1px;
	border-bottom-color: #FFBC00;
	border-bottom-style: solid;
	background-color: #090D19;
	/*background-color: #001DFF;*/
	padding-left: 7px;
}

a.menulink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color: #FFFF00;
}
a.menulink:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}
a.menulink:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}
a.menulink:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}
a.menulink {
	color: #FFFFFF;
}

h1 {
	font-size: 24px;
}

h2 {
	color: #6B5B2E;
	display:block;
	border-bottom: 2px;
	border-bottom-color: #FFBC00;
	border-bottom-style: solid;
}


li {
	list-style: circle;
}

p.piccomment {
	font-size: 10px;
}
