/* Body */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(img/bkg_repeat.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.tbl_main {
	background-image: url(img/bkg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 777px;
}

.div_bottom {
	background-image: url(img/bkg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.copyright {
	color: #666666;
}

/* Hyperlinks */
a.a_copyright:link, a.a_copyright:visited  	{ color:#333333; }
a.a_copyright:active, a.a_copyright:hover 	{ color:#CCCCCC; }

a.a_redactie:link, a.a_redactie:visited  	{ color: #999999; }
a.a_redactie:active, a.a_redactie:hover 	{ color: #333333; }

a.a_bericht:link, a.a_bericht:visited, a.a_bericht:active  	{ color: #D2B45B; font-size: 12px;}
a.a_bericht:hover	 										{ color: #091346; font-size: 12px;}

a.nav_hoofd:link, a.nav_hoofd:visited, a.nav_hoofd:active {
	color: #091346;
	text-decoration: none;
	padding: 2px 4px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2B45B;
	border-bottom-color: #D2B45B;
}
a.nav_hoofd:hover {
	text-decoration: none;
	background-color: #F1E8CD;
}
a.nav_hoofd_active:link, a.nav_hoofd_active:visited, a.nav_hoofd_active:active {
	color: #091346;
	background-color: #F1E8CD;
	text-decoration: none;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2B45B;
	border-bottom-color: #D2B45B;
}
a.nav_hoofd_active:hover {
	text-decoration: none;
	background-color: ;
}
a.nav_sub:link, a.nav_sub:visited, a.nav_sub:active {
	color: #091346;
	text-decoration: none;
	padding: 4px;
	display: block;
	margin: 0px;
	font-weight: bold;
}
a.nav_sub:hover {
	text-decoration: underline;
	background-color: #F1E8CD;
}

a.nav_sub10:link, a.nav_sub10:visited, a.nav_sub10:active {
	font-size: 10px;
	color: #091346;
	text-decoration: none;
}
a.nav_sub10:hover {
	font-size: 10px;
	text-decoration: underline;
}

/* Navigatie */
.nav_box {
	padding: 3px 8px;
	text-align: center;
}

.div_nav_hoofd {
	color: #D2B45B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2B45B;
	border-bottom-color: #D2B45B;
	padding: 3px;
	text-transform: capitalize;
	font-weight: bold;
}
.div_nav_sub {
	text-align: left;
	font-size: 12px;
	padding: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2B45B;
}
/* Page content */ 
.pg_redactie {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: overline;
}
.pg_header {
	font-size: 18px;
	font-weight: bold;
	color: #091346;
}

/* Table content */
.tbl_header {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.tbl_header_reac {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D2B45B;
	border-left-color: #D2B45B;
	padding: 2px;
}

.tbl_bericht {
	color: #333333;
	margin: 0px;
	padding: 10px;
	display: table;
	width: 510px;
}
.tbl_reactie {
	font-size: 12px;
	color: #666666;
}
.tbl_datum {
	font-size: 8px;
	color: #CCCCCC;
	text-decoration: overline;
}
.tbl_navigatie_top {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Image content */
.img {
	margin: 2px;
	padding: 3px;
	background-color: #CCCCCC;
}

.img_thumb{
	padding: 3px 3px 8px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
	}	

