BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EBEBEB;
	overflow-x: auto;
	overflow-y: auto;
	scrollbar-track-color: #EBEBEB;
	scrollbar-face-color: Silver;
	scrollbar-highlight-color: #DCDCDC;
	scrollbar-shadow-color: Silver;
	scrollbar-arrow-color: #696969;
	scrollbar-base-color: #EBEBEB;
	scrollbar-darkshadow-color: Black;
	scrollbar-3dlight-color: #DCDCDC;
}
BODY.details {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}
A {
	color : #B22222;
	text-decoration : none;
}
A:hover {
	color: #6C0000;
	text-decoration: underline;
}
A:visited {
	color: #6C0000;
}
A.navigatie-boven {
	color: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
}
A.navigatie-boven:hover {
	color : #EBEBEB;
	font-weight : bold;
	text-decoration: none;	
}
A.navigatie-boven:visited {
	color : #EBEBEB;
	font-weight : bold;
	text-decoration: none;
}
TABLE.document {
	width : 100%;
	height : 100%;
}
TD {
	font-size : 12px;
	vertical-align:top;
}
tr.navigatieboven-bg td {
vertical-align:middle;
}

.navigatieboven-bg {
	background-image: url(../images/navigatieboven-bg.gif);
	background-repeat: repeat-x;
}
TH {
	font-size : 12px;
	text-align : left;
	font-weight : bold;
}
TD.logotitel {
	background-image: url(../images/bgtitel.gif);
	background-repeat: repeat-x;
}
TD.tekst {
	background-image: url(../images/background.gif);
	background-repeat : repeat;
	padding-left : 20px;
	padding-right : 60px;
}
TD.adres {
	font-size : 10px;
}
TABLE.leden TH {
	background-color: #A60000;
	color: #EBEBEB;
	font-weight: bold;
}
TABLE.leden TH A {
	color : #EBEBEB;
	font-weight : bold;
	text-decoration: none;
}
TABLE.leden TH A:hover {
	color : #EBEBEB;
	font-weight : bold;
	text-decoration : underline;
}
TABLE.leden TH A:visited {
	color : #EBEBEB;
	font-weight : bold;
	text-decoration: none;
}
DIV.adres {
	left: 25px;
	bottom: 30px;
	position: relative;
	font-size: 10px;
	overflow: hidden;
}
A.adres {
	color : Black;
}
P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
H1 {
	font-size: 16px;
	font-weight: bold;
	color: #A60000;
}
H2 {
	font-size: 14px;
	font-weight: bold;
	color: #A60000;
}
H3 {
	font-size : 12px;
	font-weight : bold;
	color: #A60000;	
}
DIV.tekst {
	width : auto;
	height : auto;
	position: static;
	height : 80%;
	width : 95%;
	overflow: auto;
	display : block;
	background-color: transparent;
	margin-left : 10px;
	margin-right : 10px;
}
.formmaterial {
	border-left-color : black;
	border-left-width : 1px;
	border-left-style : solid;
	border-right-color : Silver;
	border-right-width : 1px;
	border-right-style : solid;
	border-bottom-color : Silver;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-top-color : black;
	border-top-width : 1px;
	border-top-style : solid;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}