@CHARSET "UTF-8";
	/* CLEARFIX */
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	 
	.clearfix {
		display: inline-block;
	}
	 
	html[xmlns] .clearfix {
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}

	/* STRUCTUUR */

	#main {
		float:left;
		width:680px;		
	}
	
	#main table { border:0; margin:0; }	
	#main table tr td { border:0; margin:0; padding:2px 0; vertical-align:top; }
	#main h2 { font-size: 1em; }
	
	#main table#rnbu_overzicht { background:#eeeff0; }
	#main table#rnbu_overzicht td.border { border-bottom:1px solid #ccc;  padding:5px 0;}
	#main table#rnbu_overzicht a { text-decoration:none; }
	#main table#rnbu_overzicht a:hover { color:#000; }
	
	
	#main ul { 
		list-style:outside;
		font:normal 10px Arial;
		margin:0 0 1.5em 1.5em;
	}
	
	
	table#magazine_archief th, td  { padding:2px; text-align:left; }
	table#magazine_archief th.jaar { border-bottom:1px solid #5a6893; width:210px; }
	table#magazine_archief ul { list-style:none; margin:0; padding:0; }
	table#magazine_archief li { list-style:none; margin:0; padding:2px 2px 2px 10px; background:transparent url(/img/ico_arrow.gif) no-repeat 0 8px; height:14px;}
	table#magazine_archief li:hover {  background:#ddd url(/img/ico_arrow.gif) no-repeat 0 8px;  }
	
	table#magazine_archief a.file { float:left; text-decoration:none; width:70px;}
	table#magazine_archief a.file:hover { text-decoration:underline; }
	table#magazine_archief span.pdf { display:block; float:right; text-align:left; margin-left:10px; width:110px; font-size:11px/11px; }
	
	
	
	/* ACCORDION */

	div#archief-accordion{
	    margin: 10px 0;
	}
	
	div.accordion {
		position: relative; /* required for bounding */
	}
	
	div.accordion-toggle{
	    position: relative; /* required for effect */
	    z-index: 10;		/* required for effect */
		background: url(../images/bar_bg_archief.png) no-repeat top left;;   
	    cursor: pointer;
		font:normal 13px/13px Arial, sans-serif;
		color:#82898e;
		padding:5px 5px 6px 25px;
		height:13px;
	}
	
	div.accordion-toggle-active{
		background: url(../images/bar_bg_archief.png) no-repeat 0 -25px;
		font-weight:bold;
		color:#fff;	
	}
	
	div.accordion-content{
	    overflow: hidden;	/* required for effect */
	    background: #ddd;
		margin:10px 0;
		padding:10px;
		color:#596792;
	}
	
	div.accordion-content h2 { text-transform:uppercase; }
	
	.skydiv { width:100%; height:5px; border-top:2px solid #b9d300; }
	.verdiv { width:100%; height:5px; border-top:2px solid #00aeef; }
	.classdiv { width:100%; height:5px; border-top:2px solid #662d91; }
	.srgdiv { width:100%; height:5px; border-top:2px solid #666; }
