body
{
	margin: 0px;
	font-family: Arial;
	font-size: 1em;
}
.pdfLink
 {	background-image: url(../images/pdf.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	padding-left:19px;
 }
 
 .docLink
 {	background-image: url(../images/doc.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	padding-left:19px;
 }
 
 .zipLink
 {	background-image: url(../images/zip.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	padding-left:19px;
 }

.footer
{
	font-family: Arial;
	font-size: 0.75em;
	color:#999999;
}

/* breadcrumb */



#breadcrumb a 
{
	font-family: Arial;
	font-size: 1em;
	color: #000099;
text-decoration:none;
font-weight:normal;
}

#breadcrumb a:hover
{
text-decoration:underline;
}


.bg_home
{
	background-image:url(..\images\home_bg.gif);
	background-position:0 0;
	background-repeat:repeat-x;    
}

.console
{
	border:solid 1px 000099;
}




#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 0;
color: #FFFFFF;
font-family: Arial;
font-size: 0.75em;
white-space: nowrap;


}

#navcontainer ul li a
{
padding: 0 0.5em 0 0.5em;
background-color: #000099;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #ffffff;
height:25;

line-height:2.1em;
}

#navcontainer ul li a:hover
{
background-color: #96CC00;
color: #FFFFFF;
}

#navcontainer ul li a.current
{
background-color: #f1f1f1;
color: #000099;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #96CC00;
font-family: Arial;
}


/* Navigatie homepage */
.nav_home .normal
{
	background-color:#000099;
	text-align:center;  
	height:25;
	padding:2px 10px 2px 10px;
	border-right:solid 1px #ffffff; 
	
}

.nav_home a
{
	font-family: Arial;
	font-size:0.75em; 
	color:#ffffff;
	text-decoration:none; 
	
}

.nav_home a:hover
{
	font-family: Arial;
	font-size:0.75em; 
	color:#ffffff;
	text-decoration:underline; 
	
}
.nav_home a:visited
{
	font-family: Arial;
	font-size:0.75em; 
	color:#ffffff;
	
	
}

/* RadEditor content */

.radcontent
{
	font-family: Arial;
	font-size:0.8em; 	
	color:#000099;
}

.radcontent span
{
	font-family: Arial;
	font-size:0.8em; 	
color:#000099;

}

/* Linker navigatie */

.tblNav_Left
{
	width:180px;
}
.tblNav_Left .header
{
	background-color:#f1f1f1;
	color:#000099; 
	font-family: Arial;
	font-size:0.75em; 
	height:25;	
	text-align :center; 
}
/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px; /*For KHTML*/
  list-style: none;
}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  
}

/* Root Menu */
ul#navmenu a {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 4px 6px;
  display: block;
  background: #000099;
  color: #ffffff;
 font-family: Arial;
	font-size:0.75em; 
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/

}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #99CC00;
  color: #ffffff;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #000099;
  color: #ffffff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #99CC00;
  color: #ffffff;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #000099;
  color: #ffffff;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #99CC00;
  color: #ffffff;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #000099;
  color: #ffffff;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
 background: #99CC00;
  color: #ffffff;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* Edit Mode Styles */
.edittable
{
	border: solid 1px #ccd6e0;
	background-color: #ebeef0;
	margin-bottom: 14px;
}
.edittable .row
{
	background-color: #d9e1e8;
}
.edittable .altrow
{
	background-color: #FFFFFF;
}
.editkop
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 0.9em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial; 
	padding-bottom: 3px;
}
.editlabel
{
	font-family: Arial;
	font-size: 0.75em;
	color: #000099;
	vertical-align: top;
}
.editdata
{
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
	color: #000099;
	vertical-align: top;
}
.editpart
{
	border-color: #ccd6e0;
	background-color: #FFFFFF;
}
.editlink
{
	font-family: Arial;
	font-size: 0.75em;
	color: #000099;
	vertical-align: top;
}
.help
{
	border: solid 1px #ccd6e0;
	background-color: #000099;
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
}
INPUT {font-family: Arial;font-size: 0.8em;}
SELECT {font-family: Arial;font-size: 0.8em;}
TEXTAREA {font-family: Arial;font-size: 0.8em;}

.editArea
{
	font-family: Arial;
	FONT-SIZE: 0.75em; 
	color: #000099;
}
.editArea a
{
	font-family: Arial;
	FONT-SIZE: 1em; 
	color: #000099;
}

.editArea td
{
	font-family: Arial;
	FONT-SIZE: 1em; 
	color: #000099;
}

.printbutton
{
	border: solid 1px #000099;
	padding-left: 10px;
	margin-top:30px;
}
.printbutton a
{
	FONT-SIZE: 0.75em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
	font-style: italic;
	text-decoration: none;
}
.printbutton a:hover
{
	text-decoration: underline;
}

/* magazinelist */

.magazinelist .groep
{
	font-family: Arial;
	font-size: 0.75em;
	color: #000099;
	border-bottom:solid 1px #9DCEFF; 
	
}

.magazinelist .groep a
{
 text-decoration:none; 
 color: #000099;
 font-weight:bold; 
}

.magazinelist .groep a:hover
{
 text-decoration:underline; 
 
}
.magazinelist .kop
{
	padding-top: 5px;
	padding-bottom: 14px;
}
.magazinelist .kop a
{
	font-family: Arial;
	font-size: 0.9em;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.magazinelist .kop a:hover
{
	text-decoration: underline;
}
.magazinelist .datum
{
	font-family: Arial;
	font-size: 0.7em;
	color: #000099;
	padding-right: 21px;
}

.magazinelist .image
{
	/*border:solid 1px #cccccc;*/
	padding-right:5px;
}
.magazinelist .titel
{
	font-family: Arial;
	font-size: 0.75em;
	color: #000099;
	padding-bottom: 3px;
}
.magazinelist .titel a
{
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.magazinelist .titel a:hover
{
	text-decoration: underline;
}
.magazinelist .beschrijving
{
	padding-right: 10px;
	padding-bottom: 19px;
	font-family: Arial;
	font-size: 0.75em;
	color: #000000;
}
.magazinelist .beschrijving a
{
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.magazinelist .beschrijving a:hover
{
	text-decoration:underline;
}

.magazinelist .meer
{
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 0.9em;
	color: #000099;
}
.magazinelist .meer a
{
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.magazinelist .meer a:hover
{
	text-decoration: underline;
}

.magazinelist .items
{
	padding-top:5px;
	background-color:#f1f1f1;
	padding-left:5px;
	margin-bottom:10px;
	
}

.magazinelist .items_current
{
	background-color:#f1f1f1; 
	padding-top:5px;
	padding-left:5px;
	margin-bottom:10px;
	
	
}
.magazinelist .noitems
{
	font-family: Arial;
	font-size: 0.75em;
}

/* actueellist */

.actueellist .groep
{
	font-family: Arial;
	font-size: 0.75em;
	color: #000099;
	border-bottom:solid 1px #9DCEFF; 
	padding-top:5px;
	
}

.actueellist .groep a
{
 text-decoration:none; 
 color: #000099;
 font-weight:bold; 
}

.actueellist .groep a:hover
{
 text-decoration:underline; 
 
}
.actueellist .kop
{
	padding-top: 5px;
	padding-bottom: 14px;
}
.actueellist .kop a
{
	font-family: Arial;
	font-size: 2em;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.actueellist .kop a:hover
{
	text-decoration: underline;
}
.actueellist .datum
{
	font-family: Arial;
	font-size: 0.75em;
	color: #000099;
	padding-right: 21px;
	font-weight: bold;
	
}

.actueellist .item
{
	/*border:solid 1px #cccccc;*/
	padding-right:5px;
}
.actueellist .titel
{
	font-family: Arial;
	font-size: 2em;
	color: #000099;
	padding-bottom: 3px;
}
.actueellist .titel a
{
	font-family: Arial;
	font-size: 2em;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.actueellist .titel a:hover
{
	text-decoration: underline;
}
.actueellist .beschrijving
{
	padding-right: 10px;
	padding-bottom: 19px;
	font-family: Arial;
	font-size: 0.75em;
	color: #000000;
}
.actueellist .beschrijving a
{
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.actueellist .beschrijving a:hover
{
	text-decoration:underline;
}

.actueellist .meer
{
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 0.9em;
	color: #000099;
}
.actueellist .meer a
{
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.actueellist .meer a:hover
{
	text-decoration: underline;
}

.actueellist .items
{
	padding-top:5px;
	background-color:#f1f1f1;
	padding-left:5px;
	
}

.actueellist .items_current
{
	background-color:#f1f1f1; 
	padding-top:5px;
	padding-left:5px;
	margin-bottom:10px;
	
	
}
.actueellist .noitems
{
	font-family: Arial;
	font-size: 0.75em;
}

/* Search results */

.searchbox
{
	
}
.searchbox .input
{
	border-bottom:dotted 2px #000099;
	padding-bottom:5px;
}

.searchbox .titel
{
	font-family: Arial;
	font-size: 0.75em;
	color: #000099;
	padding-bottom: 3px;
}

.searchresults
{
	margin-top:10px;
	border-bottom:solid 1px #96CC00;
}
.searchresults .header
{
	 
	padding-bottom:5px;
}
.searchresults .groep
{
	font-family: Arial;
	font-size: 1em;
	color: #000099;
	font-weight:bold; 
}

.searchresults .groep a
{
 text-decoration:none; 
 color: #000099;
}

.searchresults .groep a:hover
{
 text-decoration:underline; 
 
}
.searchresults .kop
{
	padding-top: 5px;
	padding-bottom: 14px;
}
.searchresults .kop a
{
	font-family: Arial;
	font-size: 0.9em;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.searchresults .kop a:hover
{
	text-decoration: underline;
}
.searchresults .icons
{
	font-family: Arial;
	font-size: 0.7em;
	color: #000099;
	padding-right: 5px;
}
.searchresults .titel
{
	font-family: Arial;
	font-size: 0.75em;
	color: #000099;
	padding-bottom: 3px;
}
.searchresults .titel a
{
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.searchresults .titel a:hover
{
	text-decoration: underline;
}
.searchresults .beschrijving
{
	padding-right: 10px;
	font-family: Arial;
	font-size: 0.75em;
	color: #000000;
}
.searchresults .beschrijving a
{
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.searchresults .beschrijving a:hover
{
	text-decoration:underline;
}

.searchresults .meer
{
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 0.9em;
	color: #000099;
}
.searchresults .meer a
{
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.searchresults .meer a:hover
{
	text-decoration: underline;
}
.searchresults .extrainfo
{
	font-family: Arial;
	font-size: 0.70em;
	color: #666666;
	padding-bottom: 10px;
}

.geenzoekresultaten
{
	font-family: Arial;
	font-size: 1em;
	color: #000099;
	padding-top: 10px;
}

/* Box style part */
.boxpart
{
	/*BORDER-RIGHT: #B1D8FF 1px solid; 
	BORDER-TOP: #B1D8FF 1px solid; 
	BORDER-LEFT: #B1D8FF 1px solid; 
	BORDER-BOTTOM: #B1D8FF 1px solid;*/
	margin-bottom: 14px;
}
.boxpart .kop
{
	PADDING-LEFT: 10px; 
	padding-top: 4px; 
	padding-bottom: 5px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 0.9em; 
	COLOR: #ffffff; 
	BORDER-BOTTOM: #ccd6e0 1px solid; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #000099;
}
.boxpart .kop a
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.0em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial; 
	text-decoration: none;
}
.boxpart .kop a:hover
{
	text-decoration: underline;
}
.boxpart .datum
{
	PADDING-LEFT: 10px; 
	padding-top: 7px; 
	FONT-SIZE: 0.7em; 
	FONT-WEIGHT: bold;
	COLOR: #000099; 
	FONT-FAMILY: Arial;
}
.boxpart .titel
{
	padding-left:10px;
	padding-top: 3px; 
	padding-bottom: 2px;
	FONT-SIZE: 0.9em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
}
.boxpart .bullet
{
	PADDING-LEFT: 17px; 
	vertical-align:top;
	padding-top:8px;  
	
	
	
	
}
.boxpart .titel a
{
	FONT-SIZE: 0.8em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
	text-decoration: none;
}
.boxpart .titel a:hover
{
	text-decoration: underline;
}
.boxpart .content
{
	PADDING-LEFT: 5px; 
	padding-top: 8px; 
	padding-bottom: 8px;
	FONT-SIZE: 0.8em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
}
.boxpart .content a
{
	FONT-SIZE: 0.8em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
}
.boxpart .regel
{
	PADDING-LEFT: 10px; 
	padding-top: 3px; 
	padding-bottom: 2px;
	FONT-SIZE: 0.7em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
}
.boxpart .leeg
{
	PADDING-LEFT: 10px; 
	padding-top: 3px; 
	padding-bottom: 2px;
	FONT-SIZE: 0.8em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
}
.boxpart .list
{
	padding-top: 3px;
	padding-left: 5px;
}
.boxpart .list a
{
	FONT-SIZE: 0.75em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial; 
	text-decoration: none;
}
.boxpart .list a:hover
{
	text-decoration: underline;
}
.boxpart .link
{
	padding-top: 3px;
	padding-left: 17px;
	padding-bottom: 2px;
}
.boxpart .link a
{
	FONT-SIZE: 0.75em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial; 
	text-decoration: none;
}
.boxpart .link a:hover
{
	text-decoration: underline;
}
.boxpart .meer
{
	padding-top: 2px;
	PADDING-LEFT: 5px; 
	padding-bottom: 9px; 
	FONT-SIZE: 0.9em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
}
.boxpart .meer a
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 0.75em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
	text-decoration: none;
}
.boxpart .meer a:hover
{
	text-decoration: underline;
}

/* linklist */

.linklist .kop
{
	FONT-SIZE: 1em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
	border-bottom:solid 1px #96CC00;
}


.linklist ul
{
	
	margin:  0 0 -10 20px;
	list-style-image :url(../images/bullet.gif);
	 
	padding:0;
	width:100%;
  
}

  
.linklist li
{
   margin:  0 0 -10 0x; 
   padding:0; 
   
  
    
}
.linklist li div
{
	FONT-SIZE: 0.75em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
}

.linklist li a
{
	FONT-SIZE: 0.75em; 
	COLOR: #000099; 
	FONT-FAMILY: Arial;
	text-decoration:none;  
	font-weight:bold; 
	display:block;    
}

.linklist li a:hover
{
	
	text-decoration:underline;  
	display:block;    
}

/* formulieren */

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #96CC00;
	FONT-SIZE: 1em; 
	FONT-FAMILY: Arial;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #000099;
	background: transparent;
	font-size: 1em;
	font-weight: bold;
}

fieldset #tbl_beheer
{
	
}

fieldset #tbl_beheer .bullet
{
 width:35px; 
}

fieldset #tbl_beheer .link
{

	vertical-align:middle;  
}

fieldset #tbl_beheer .link a
{
 color:#666666;
 FONT-SIZE: 0.8em; 
	FONT-FAMILY: Arial;
	text-decoration:none; 
	vertical-align:middle;  
}

fieldset #tbl_beheer .link a:hover
{
 color:#000099;
 text-decoration:underline; 
}

fieldset #tbl_beheer .results
{
	padding-top:5px;
	padding-bottom:10px;
}

fieldset .postinglist
{
	border:0;
	background-color:#f1f1f1; 
	
}

fieldset .postinglist ul
{
 list-style-type:square;  
	
}

fieldset .postinglist .item td
{
	border-bottom:solid 1px red;
}

fieldset .postinglist .altitem td
{
	border-bottom:solid 1px red;
}

.tbl
{

}
.tbl .header
{
	
	font-size: 0.75em;
	font-family: Arial;
	font-weight: bold;
	color: red;
	background-color: #000099;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
}
.tbl .header TD
{
	border-top: solid 1px #ccd6e0;
	border-bottom: solid 1px #68688B;
	border-left: solid 1px #aaaaaa;
	color:#ffffff;
}
.tbl .header A
{
	font-size: 1.0em;
	font-family: Arial;
	font-weight: bold;
	color: #68688B;
	text-decoration: none;
}
.tbl .header A:hover
{
	text-decoration: underline;
}
.tbl .currentheader
{
	background-color: #b7c5d4;
}
.tbl .pager
{
	background-color: #FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 0.75em;
	font-family: Arial;
	color: #68688B;
	border: solid 1px #FFFFFF;
}
.tbl .pager a
{
	font-size: 1.0em;
	font-family: Arial;
	color: #68688B;
	text-decoration: none;
}
.tbl .pager a:hover
{
	text-decoration: underline;
}
.tbl .row
{
	background-color: #f1f1f1;
	font-size: 0.8em;
	font-family: Arial;
	color: #68688B;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
}
.tbl .row a
{
	font-size: 1.0em;
	font-family: Arial;
	color: #000099;
	text-decoration: none;
}
.tbl .row a:hover
{
	text-decoration: underline;
}
.tbl .row TD
{
	padding-left:5px;
font-size: 1em;
	font-family: Arial;

}



.tbl .row TD .datum
{
	font-size: 0.8em;
	font-family: Arial;
	width:75px;
}

.tbl .row TD .image
{
	
	padding-right:5px;
	width:72px;
}

.tbl .row TD image
{
	/*border:solid 1px #cccccc;*/
	

	
}


.tbl .row TD .titel
{
	font-size: 0.8em;
	font-family: Arial;
}

.tbl .row TD .beschrijving
{
	font-size: 0.8em;
	font-family: Arial;
}
.tbl .altrow
{
	background-color: #FFFFFF;
	font-size: 0.8em;
	font-family: Arial;
	color: #68688B;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
}
.tbl .altrow a
{
	font-size: 1.0em;
	font-family: Arial;
	color: #000099;
	text-decoration: none;
}
.tbl .altrow a:hover
{
	text-decoration: underline;
}
.tbl .altrow TD
{
	padding-left:5px;
font-size: 1em;
	font-family: Arial;

}



.tbl .altrow TD .datum
{
	font-size: 0.8em;
	font-family: Arial;
	width:75px;
}

.tbl .altrow TD .image
{
	
	padding-right:5px;
	width:72px;
}

.tbl .altrow TD image
{
	/*border:solid 1px #cccccc;*/
	

	
}


.tbl .altrow TD .titel
{
	font-size: 0.8em;
	font-family: Arial;
}

.tbl .altrow TD .beschrijving
{
	font-size: 0.8em;
	font-family: Arial;
}
.tbl .footer
{
	background-color: #000099;
	height: 1px;
}

.authorlink
{
 background-image:url(../images/auteur.gif);
 background-position:0 0;
 background-repeat:no-repeat;
 padding-left:12px;
   
}

.dvhdr1 {
        background:#F3F0E7;
        font-family:arial;
        font-size:0.8em;
        font-weight:bold;
        border:1px solid #000099;
        padding:5px;
        width:150px;
        }
        
.dvbdy1 {
background:#FFFFFF;
font-family:arial;
font-size:0.7em;
border-left:1px solid #000099;
border-right:1px solid #000099;
border-bottom:1px solid #000099;
padding:5px;
width:150px;
}



.artikel_list
{
	  margin: 0;
  border: 0 none;
  padding: 0;

  list-style: none;	
}

.artikel_list li
{
display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  
 
}

.artikel_list li a
{
	font-family:arial;
	font-size:1em;
	text-decoration: none;
	
}

.artikel_list li a:hover
{
	font-family:arial;
	font-size:1em;
	text-decoration:underline;
}

.artikel_list li div
{
	font-family:arial;
	font-size:0.8em;
	
	
}

.project_list
{
	  margin: 0;
  border: 0 none;
  padding: 0;
 
  list-style: none;	
}

.project_list li
{
display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
 
 
}

.project_list li a
{
	font-family:arial;
	font-size:1em;
	text-decoration: none;
	
}

.project_list li a:hover
{
	font-family:arial;
	font-size:1em;
	text-decoration:underline;
}

.project_list li div
{
	font-family:arial;
	font-size:0.8em;
	
	
}

.product_list
{
	  margin: 0;
  border: 0 none;
  padding: 0;
  
  list-style: none;	
}

.product_list li
{
display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
 
  
}

.product_list li a
{
	font-family:arial;
	font-size:1em;
	text-decoration: none;
	
}

.product_list li a:hover
{
	font-family:arial;
	font-size:1em;
	text-decoration:underline;
}

.product_list li div
{
	font-family:arial;
	font-size:0.8em;
	
	
}
.product_list li div.beschrijving
{

}


