
/* standard formatting */
body 	{
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


/* the base divs */
.main {
	position:relative; 
	width:875px;
	z-index:1;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.top {
	position:absolute; 
	width:100%;
	height:150px;
	z-index:1;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	left: 0px;
	top: 0px;
}


.menu {
	position:absolute; 
	width:150px;
	z-index:3;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: visible;
	left: 0px;
	top: 140px;
	text-align: left;
}

.content {
	position:absolute; 
	width:535px;
	/*height: 100%;*/
	z-index:2;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: show;
	left: 170px;
	top: 140px;
	text-align: left;
}

.contentnobanner {
	position:absolute; 
	width:705px;
	/*height: 100%;*/
	z-index:2;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: show;
	left: 170px;
	top: 140px;
	text-align: left;
}


.right {
	position:absolute; 
	width:150px;
	z-index:1;
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	left: 725px;
	top: 140px;
	text-align: left;
}



td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

.band_item {
	color:#003399;
}
.vet {
	font-weight: bold;
}
.titel {
	font-size:18px;
	font-weight: bold;
	color:#cc0000;
	margin-top:0px;
	margin-bottum: 2px;
}
.subsubtitel {
	font-size:13px;
	font-weight: bold;
}
.subtitel {
	font-size:15px;
	font-weight: bold;
}
hr {
	background-color: #020087;
	color: #020087;
	border: 0;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	display: block;
	position:relative;
}

td.rood{
	background-color:#aa0000;
	padding:0px;
}
td.blauw{
	background-color: #020087;
	padding:0px;
}

hr.roodonder{
	background-color:#aa0000;
	margin-top: 2px;
	margin-bottom: -2px;
	height: 1px;
}
hr.blauwonder{
	background-color: #020087;
	margin-top: 2px;
	margin-bottom: -2px;
	height: 1px;
}

td.agenda_kort{
	font-size:small;
}
td.nieuws_kort{
	font-size:small;
}
.nieuwstitel{
	font-size:18px;
	font-weight:bold;
}
.nieuwsdatum{
	font-style:italic;
}

.tabelkop_wit{
	color:#ffffff;
	font-weight:bold;
}

a {
	text-decoration: none;
	color:			#000000;
}

a:visited {
	text-decoration: none;
	color:			#000000;
}

a:visited:hover {
	text-decoration: none;
	color:			#FF0000;
}

a:hover {
	color:			#FF0000;
}

a:active {
	text-decoration: none;
	color:			#FF0000;
}

div.code {
	background-color:	#e0e0e0;
	color:			#000000;
	white-space:		pre;
	font-family:		monospace;
}

h1 {
	font-size: 23px;
}

a.kop {
	text-decoration: none;
	color:			#3333CC;
}

a.kop:visited {
	text-decoration: none;
	color:			#666699;
}

a.kop:visited:hover {
	text-decoration: none;
	color:			#666699;
}

a.kop:hover {
	color:			#3333CC;
}

a.kop:active {
	text-decoration: none;
	color:			#990099;
}
