@charset "utf-8";

/* default table */
.defTable {
	width:100%;
	font-size: 100%;}
.defTable th {
	background-image: url(../_img/_graphics/border-triskel.gif);
	background-position: 0%;
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	font-variant:small-caps;
	text-align:left;
	text-indent:25px;
	color:#006600;}
.defTable tr {
	line-height:20px;}
.defTable td {
	padding:2px;
	margin:0px; }

/* binnen tabel*/
.innerTable {
	width: 100%;
	padding:2;}
.innerTable .col01{
	width:50%;
	text-align:left;
	vertical-align:top;
	border-right-color:#009933;
	border-right-style:double;
	border-right-width:thin;}
.innerTable .col02{
	text-align:right;
	vertical-align:top;
	}

.divider {
	font-size:5%;
	background-color:#e9f2e8;
	line-height:normal;
	filter:alpha(opacity=100); -moz-opacity:1.0;
	}
 
/* nieuws tabel*/
#nieuws {
	width:100%;
	font-size:85%;
	border:#003300 1px solid;}
#nieuws td {
	padding:2px 0 2px 2px;
	margin:0;}
#nieuws .tr1 {
	background-color:#e9f2e8;
	color:#003300;}
#nieuws .td1 {
	width:75px;}
.divider {
	font-size:5%;
	background-color:#003300;
	padding:0;
	line-height:normal;
	}
