Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.45em;
	color: white;
	background-color: #505050;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-image: url(images/achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.CleanBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.45em;
	color: white;
	background-color: #393939;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-image: none;
}
TBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.45em;
	color: white;
}
.kop  {
    padding-top : 15px;
    padding-bottom : 5px;
    margin-top : 15px;
	font-size : medium;
	text-align : Left;
	color : #C0C0C0;
	font-weight : bold;
}
.kleinekop  {
	font-size : small;
	font-weight : bold;
}
.subkop  {
	font-style : italic;
}
.basis 
{
	border: 0;
/*	background-color: #393939;*/
	width: 970px;
}
.basis TD
{
/*	padding-left : 15px;
	padding-right : 15px;*/
}
.Comment 
{
	font-style: italic;
}
.pijl  {
	color : #FFFF00;
	font-weight : bold;
}
.pijl A, .pijl A:Visited, .pijl A:Active, .pijl A:Hover, .pijl A:Link {
	color : #FFFF00;
	font-weight : bold;
	text-decoration : none;
}
A:Link
{
	color: #4169e1;
}
A:Visited  {
	color: #4169e1;
}
A:Active  {
	color: #4169e1;
}
A:Hover
{
	color: #C0C0C0;
}
.button A
{
	text-decoration: underline;
	cursor: pointer;
	color: #4169e1;
}
.commentEntry
{
	background-color: #505050;
	FONT-STYLE: italic;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 0px;
}

.commentEntry A
{
	text-decoration: underline;
	color: #C0C0C0;
}

.commentEntry A:hover
{
	text-decoration: normal;
	color: #FFFFFF;
}
.smalltable
{
	margin:0px;
	cellspacing:0px;
	border-collapse:collapse;
}
.smalltable TD
{
	padding:2px;
}
.updatesTable
{
	margin:0px;
	cellspacing:0px;
	border-collapse:collapse;
}
.updatesTable TD
{
	padding:0px;
	line-height: 1.2em;
}
/* Menu */
.menu {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 22px;
	text-decoration : none;
	color: #FB841B;
}
.menu A, .menu A:visited, .menu A:link  {
	text-decoration : none;
	color: #FB841B;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity: 0.70;
}
.menu A:hover, .menu A:active {
	text-decoration: none;
	color: #FFFFFF;
	filter:alpha(opacity=20);
	-moz-opacity:0.40;
	opacity: 0.40;
}
.menu TD {
	padding-right: 10px;
	filter:alpha(opacity=40);
	-moz-opacity:0.70;
	opacity: 0.70;
}

#commonBar {
	margin: 0;
	padding: 0;
	text-align: right;
}

#menuBar {
	margin: 0;
	padding: 0;
	border: 1px solid #2E4F4E;
	background : #CDE2E1 url(../images/pmbar.gif) repeat-x top left;
}

ul.menuBar {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  {
	padding-bottom: 4px;
}

.popupmenu {
	background: #D8D8D8;
	border: 1px solid #737373;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity: 0.70;
	z-index: 20;
}

a.menuItem, a.menuItemActive, a.menuItem:visited, a.menuItem:link  {
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	white-space: nowrap;
}
/*
a.menuButtonActive, a.menuButton:hover {
  background-color: #2E4F4E;
  color: #ffffff;
}*/
a.menuItem:hover, a.menuItemActive, a.menuItemActive:visited, a.menuItemActive:link {
  background-color: #737373;
  color: #ffffff;
}