/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:Navy; layer-background-color:Navy; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:Verdana, Arial, Sans-serif, Helvetica; font-size:11px; font-weight:bold}
.clLevel0{background-color:White; layer-background-color:White; color:#003F7C;}
.clLevel0over{background-color:White; layer-background-color:White; color:#003F7C; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:#FFFFFF; layer-background-color:#FFFFFF}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:Verdana, Arial, Sans-serif, Helvetica; font-size:11px; font-weight:bold}
.clLevel1{background-color:#017EAA; layer-background-color:#017EAA; color:White;}
.clLevel1over{background-color:White; layer-background-color:White; color:#003F7C; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#003F7C; layer-background-color:#003F7C}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:Verdana, Arial, Sans-serif, Helvetica; font-size:11px; font-weight:bold}
.clLevel2{background-color:White; layer-background-color:White; color:#003F7C;}
.clLevel2over{background-color:#017EAA; layer-background-color:#017EAA; color:White; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#003F7C; layer-background-color:#003F7C}

H1 {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  display: inline;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  line-height:13px;
}

H2 {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  display: inline;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  line-height:13px;
}

H3 {
  color: #003F7C;
  font-size: 14px;
  font-weight: bold;
  display: inline;
}

.FrmBtnOut
{  
  cursor: hand ; 
  height: 20px;
  font-size: 10px;
  color: #325FA0;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
  border : 1px solid #000000;
}

.FrmBtnOn
{  
  cursor: hand ; 
  height: 20px;
  font-size: 10px;
  color: #6699FF;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
	border : 1px solid #000000;
}

.TextField
{  
  height: 15px;
  font-family : Verdana, Arial, Sans-serif, Helvetica;
  font-size: 10px;
  color: #000000;
  margin: 0px;
  padding-top:3px;
  background-color: #FFFFFF; 
  border-color: #CCCCCC; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
}

A { text-decoration: underline; }
A:link { color: #0000FF; }
A:visited { color: #0000FF; }
A:hover { text-decoration: underline; color: #0000FF; }

A.navy {text-decoration: none; }
A.navy:link {color: #003F7C; }
A.navy:visited {color: #003F7C; }
A.navy:hover {text-decoration: none; color: #003F7C; }

A.big {font-size:13px; text-decoration: none; }
A.big:link {color: #003F7C; }
A.big:visited {color: #003F7C; }
A.big:hover {text-decoration: none; color: #003F7C; }

A.left {text-decoration: none; }
A.left:link {color: #007CCA; }
A.left:visited {color: #007CCA; }
A.left:hover {text-decoration: none; color: #003F7C; }

A.grey { text-decoration: none; }
A.grey:link { color: #999999; }
A.grey:visited { color: #999999; }
A.grey:hover { text-decoration: none; color: #000000; }

A.noline { text-decoration: none; }
A.noline:link { color: #0000FF; }
A.noline:visited { color: #0000FF; }
A.noline:hover { text-decoration: none; color: #0000FF; }

A.black {text-decoration: underline; }
A.black:link {color: #000000; }
A.black:visited {color: #000000; }
A.black:hover {text-decoration: underline; color: #000000; }

A.white {text-decoration: underline; }
A.white:link {color: #FFFFFF; }
A.white:visited {color: #FFFFFF; }
A.white:hover {text-decoration: underline; color: #2D4476; }

.white {
 color: #FFFFFF; 
}

LI
{
  list-style-type: square;
}

UL
{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10;
}

TD.left {
  color:#007CCA;
}

TD.HeaderRow
{
  background-color: #325FA0;
  color: #FFFFFF;
  font-weight: bold;
}

TD.DataRowEven
{
  text-align:center;
  font-size:9px;
  padding-left:2px;
  padding-top:3px;
  padding-bottom:3px;
}

TD.DataRowOdd
{
  text-align:center;
  font-size:9px;
  padding-left:2px;
  padding-top:3px;
  padding-bottom:3px;
}

TD.matrixHeader {
  background-image:URL(/images/bg_matrixheader.jpg);
  background-position:left;
  background-repeat: no-repeat;
  color:#007CCA;
  font-weight:bold;
  height:21px;
  padding-left:10px;
  padding-top:0px;
  padding-bottom:0px;
  padding-right:0px;
  border-right:2px solid #5982AA;
}

TD.small {
	font-size : 10px;
  line-height: 13px;
}

TD.headerRow {
  color: #00427C;
  font-weight: bold;
  padding-top: 5px;
  border-bottom: 1px solid #CCCCCC;
}

TD.labelRow {
  color: #00427C;
  font-weight: bold;
  padding-left:10px;
  padding-top:3px;
  padding-bottom:3px;
}

TD.artikel{
  color:#006699;
  padding:4px;
  padding-left:6px;
}

#pageTitle {
  padding-top: 2px;
  height:20px;
  width:400px;
  background-image:URL(/images/kopregelbalk.jpg);
  background-repeat:no-repeat;
}

#inTitle {
  padding-top: 2px;
  height:20px;
  width:305px;
  background-image:URL(/images/kopregelbalk350.jpg);
  background-repeat:no-repeat;
}

#catTitle {
  padding-top: 2px;
  height:20px;
  width:200px;
  background-image:URL(/images/catregelbalk.jpg);
  background-repeat:no-repeat;
}

#page {
  width: 100%;
  margin: 0px auto;
  text-align: left;
}

#header {
  height: 90px;
  text-align: left;
}

#artA {
	background-image:url("/images/bg_left.gif");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#content
{
  background-color: #FFFFFF;
  width: 800px;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-align: left;
	font-size : 11px;
}

.bottom {
  font-size:10px;
  color:#999999;
}

TD.specs {
  background-color:#E6E9FC;
  font-size : 10px;
  padding:6px;
}

TD {
  color:#003F7C;
	font-family : Verdana, Helvetica, Arial, Sans-serif, ;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
  line-height: 14px;
}

BODY {
  background-color: #FFFFFF;
	font-family : Verdana, Helvetica, Arial, Sans-serif, ;
	margin: 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
  line-height: 14px;
  color: #000000;
}


/* ----------------------------------------------------------------------------------- */
/* ------------------------------------Nieuwsberichten-------------------------------- */
/* ----------------------------------------------------------------------------------- */
h6.newstitle                                                    { font-size: 14px;padding:0px;margin:0px;height:16px;}