body
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #808080;
	text-align: center;
}
#mainContainer
{
	width: 850px;
	padding: 0px 0px 0px 0px;
	margin: 10px auto;
	text-align: left;
	background-image: url(../Images/header-fill.gif);
	background-position: left top;
	background-repeat: repeat-x; /* Hack for IE5/Win */
}
#logo
{
	position: relative;
	left: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../Images/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 850px;
	height: 80px;
}
#hoofdMenu
{
	position: absolute;
	margin: 0px auto;
	padding: 0px 2px 0px 2px;
	top: 64px;
	width: 850px;
}
#hoofdMenu ul
{
	margin: 0px 2px 0px 2px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	color: #ffffff;
	margin: 0px 0px 0px 2px;
}
#navlist li a
{
	margin: 0px 1px;
	padding: 1px 10px 2px 10px;
	float: left;
	color: #ffffff;
	background-color: #C0C0C0;
	text-decoration: none;
}
#navlist li a:hover
{
	color: #990000;
	margin: 0px 1px;
	padding: 1px 10px 2px 10px;
}

#navlist li.active a
{
	margin: 0px 1px;
	padding: 1px 10px 13px 10px;
	background-color: #EEEEEE;
	color: #990000;
	text-decoration: none;
	float: left;
}
#navlist li.active a:hover
{
	margin: 0px 1px;
	padding: 1px 10px 13px 10px;
	color: #990000;
}

#content
{
	background-color: #EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contentHome
{
	background-color: #EEEEEE;
	width: 830px;
	float: left;
	margin: 0px;
	padding: 0px 5px 15px 5px;
}
#contentblok
{
	background-color: #EEEEEE;
	width: 820px;
	float: left;
	margin: 5px 3px 5px 3px;
	padding: 3px;
	font-size: 11px;
}

#contentblok h1
{
	margin: 0px;
	padding: 4px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

#contentblok .label
{
	font-size: 11px;
	font-weight:bold;
}


#contentHome p
{
	margin: 0px;
	padding: 4px 0px;
}


#footer
{
	clear: both;
	margin: 0px;
	padding: 11px 2px 0px 0px;
	height: 19px;
	background-image: url(../Images/footer-fill.gif);
	background-position: left top;
	background-repeat: repeat-x; /* Hack for IE5/Win */
	font-size: 10px;
	text-align: right;
	color: #EEEEEE;
}


.cellGreen
{
	font-weight: bold;
	font-size:11px;
	width: 200px;
	height:10px;
	background: #ccffcc;
	border-right: #008000 1px solid;
	border-top: #008000 1px solid;
	border-left: #008000 1px solid;
	border-bottom: #008000 1px solid;
	color: #A3A3A3;
}

.cellGrey
{
	color: #808080;
	font-weight: bold;
	font-size:11px;
	width: 100px;
	height:20px;
	/*background: none transparent scroll repeat 0% 0%;*/
	border-right: #008000 1px solid;
	border-top: #008000 1px solid;
	border-left: #008000 1px solid;
	border-bottom: #008000 1px solid;
}

.cellRed
{
	color: Red;
	font-weight: bold;
	font-size:11px;
	width: 80px;
	height:10px;
	background: #ccffcc;
	border-right: #008000 1px solid;
	border-top: #008000 1px solid;
	border-left: #008000 1px solid;
	border-bottom: #008000 1px solid;
}


.preview 
{
	float:left;
	margin: 16px 14px 16px 8px;
	padding: 10px;
	text-align: center;
	background: #999999;
	width: 100px;
	height: 100px;
	border-right: #990000 2px solid;
	border-top: #990000 2px solid;
	border-left: #990000 2px solid;
	border-bottom: #990000 2px solid;
}