BODY {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
IMG {
	border: none;
}
A {
	color: #FFFFFF;
}

#div_container {
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -512px;
	background-color:#440808;
}
#div_top {
	height: 82px;
}
#tbl_top_menu {
	width: 654px;
	position: absolute;
	right: 5px;
	top: 2px;
}
#div_main {
	height: 656px;
}
#div_main_logo {
	width: 350px;
	float: left;
	text-align: center;
	font-size: 24px;
}
#div_main_logo IMG {
	margin-top: 15px;
	margin-bottom: 15px;
}
#div_main_main {
	width: 634px;
	float: left;
	padding: 20px;
	height: 646px;
	overflow: auto;
}

#paginatitel {
	text-align: center;
	font-size: 30px;
	padding-bottom: 15px;
}

#foto {
	border: 10px solid #DFDFDF;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}


/* Leden-pagina */
.tbl_leden TD {
	text-align: center;
	vertical-align: bottom;
	width: 85px;
}


/* Links-pagina */
.link_categorietitel {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.link_categorieblok {
	padding-left: 25px;
}
.link_omschrijving {
	padding-left: 20px;
	font-style: italic;
}


/* Info-pagina */
.agenda_jaar {
	font-size: 16px;
	font-weight: bold;
}
