@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;}

/* container: Fotobar */
.twoColElsLtHdr #mainContent .fotoBarCoon {
	width:100%;}
/*	border:#005000 1px solid;} */
#CoonPictures {
	width:100px;
	height:100px;
	border:none;}
.fotoBarCoon td {
	text-align:center;
	width:16.66%;
	font-size:85%}
.pVisible { 
	filter:alpha(opacity=100); -moz-opacity:1.0;}
.pHover {
	filter:alpha(opacity=40); -moz-opacity:0.4;
	}

