﻿body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-color: #FFFFFF;
}

.menu {
}

.bodyInhoud {
	position: absolute; 
	width: 100%;

	top: 5px; 
	left: 0px;
}

.bodyInhoudOud {
	background-color: #E3DFDF;
}

.middenTekst {
	z-index: 10;
	margin-left: 10px;
	
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	
	color:black;
}

.datum {
	z-index: 10;
	margin-left: 10px;
	
	font-family: Lucida Sans Unicode;
	font-size: 10px;
	text-align: justify;
	font-weight: normal;
	
	color:black;
}

.archiefItem {
	z-index: 10;
	margin-left: 10px;

	font-family: Lucida Sans Unicode;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	
	color:black;

	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.agendaTabel {
	z-index: 10;
	margin-left: 10px;

	font-family: Lucida Sans Unicode;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	
	color:black;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
 	border: 1px;
}

.middenAccent {
	z-index: 10;
	margin-left: 10px;
	
	font-family: Lucida Sans Unicode;
	font-size: 22px;
	text-align: justify;
	font-weight: bold;
	
	color: #000099;
}

.middenTitel {
	z-index:10;
	margin-left: 10px;
	
	font-family: Lucida Sans Unicode;
	font-size: 16px;
	text-align: justify;
	
	color: black;
}

a {
	text-decoration: underline;
}

img {
    border:0px;
}

.popup { 
	cursor: hand; 
}

A:link {
	color:black
}

A:visited {
	color:black
}

A:active {
	color:black
}

A:hover {
	color:black
}

iframe {
	background:transparent;
}

#showAltijd {
	/* Deze wordt gebruikt voor een <div> altijd zichtbaar te houden 
	*/
}