body {
	background-color: #330000;
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
}

html {
	height:100%;
	width:100%;
}

a
{
text-decoration: none;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF6600;
	text-decoration: underline overline;
}
a:active {
	color: #FF6600;
}

.tablemain {
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 950px;
	margin-left: auto; margin-right: auto;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.inleiding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.textgroot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.tablebackground {
	background-repeat: repeat-x;
	background-image: url(system/balk_backgroudn.gif);
	background-position: bottom;
}
.boxheader {
	width: 180px;
	border: 1px solid #000000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #000000;
}

.boxcontent {
	width: 180px;
	border: 1px solid #000000;
	color: #ffffff;
	text-align: left;
	background-color: #FF6F32;
	padding: 5px;
}

.boxcontentwhite {
	border: 1px solid #000000;
	color: #333333;
	text-align: left;
	background-color: #ffffff;
}

.gbooktitle {
	color: #000000;
	text-align: left;
	background-color: #aaaaaa;
	padding: 3px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}
