/* opmaak van de site */

body, td, table
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
}

.subactive
{
	font-size: 12px;
	font-weight: bold;
	color: #a9d2ed;
}

.subinactive
{
	font-size: 12px;
	font-weight: bold;
}

.error
{
	color: #ff0000;
}

td
{
	vertical-align: top;
}

td.mid
{
	text-align: center;
	padding-top: 15px;
}

td.logo
{
	text-align: center;
}

td.bodem
{
	border-bottom: solid 1px #cbcccf;
}

td.active, td.inactive, td.none
{
	border-bottom: solid 1px #cbcccf;
	width: 30%;
}

td.none
{
	width: 10%;
}

td.active, td.inactive
{
	border-left: solid 1px #cbcccf;
	border-right: solid 1px #cbcccf;
	border-top: solid 1px #cbcccf;
	padding-left: 5px;
}

td.active
{
	border-bottom: none;
	border-top: solid 2px #7fb344;
	font-weight: bold;
}

td.contentblok
{
	width: 100%;
	height: 250px;
	border-bottom: solid 1px #cbcccf;
	border-left: solid 1px #cbcccf;
	border-right: solid 1px #cbcccf;
	padding: 5px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #7fb344;
}

.regnav
{
	color: #0055a4;
	font-weight: bold;
}

td.totaal
{
	border-top: 1px solid #cbcccf;
}

.right
{
	text-align: right;
}

.middle
{
	text-align: center;
}