/* CSS Document */
p.sclass {text-align:left; color:green; display:none;}
/*============
global.css overriden
l============*/
h3     {
 font-weight: bold;
 font-size: 100%;
 height: 0%;
 font-style: normal;
} 


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+	File		: screen.css
+	Author		: Frismedia
+	Date		: 30-08-2005
+
+	Notes		:
+
+	 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++*/
/*      HTML ELEMENTS     */
body
{
	margin:10px 0 0 0;
	padding:0;
	background-color:#155E93;
	background:url(../img/bck.gif) repeat;
	font-family:verdana, helvetica, sans-serif;
	font-size:0.6em;	
	color:black;
}
div#content td
{
	margin:10px 0 0 0;
	padding:0;
	font-family:verdana, helvetica, sans-serif;
	font-size:0.7em;	
	color:black;
}


.content2 {
	color: #480005;
	font-size:10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}


div.item h2.pdf {margin-top:5px;}
h1, h2, h3, h4, h5, h6{margin:10px 0 5px 0;}
h1{font-size:1.4em;}
h2{font-size:1.3em;}
h3{font-size:1.2em;}
h4{font-size:1.1em;}
h5{font-size:1.0em;}
h6{font-size:0.9em;}

a {text-decoration:none; color:#FF7800;}

a:hover {text-decoration:underline;}

p
{
	margin:0 0 10px 0;
 	line-height:1.2em;
}

ul, ol
{
	margin:0px;
	padding:5px 0 10px 15px;
}
ol{padding-left:25px;}

img
{
	border:0;
	margin:0;
	padding:0;
}

hr
{
	width:100%;
	display:block;
	color:#EAEAEA;
	border-top:1px solid #EAEAEA;
	border-bottom:0;
	border-right:0;
	border-left:0;
	clear:both;
}
*html hr
{
	height:1px;
	background-color:#EAEAEA;
}
/*      HTML ELEMENTS     */
/*++++++++++++++++++++++++*/

/*++++++++++++++++++++++++*/
/*    GENERAL CLASSES     */
.clearfix:after, div#header:after, div#main:after, div#navigation ul:after, div#content a.read:after, div.paging:after, div#header ul:after, div#content ul:after, form:after, div.item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac and IE-win \*/
* html .clearfix, div#header, div#main, div#navigation ul, div#content, div.paging, div#header ul, div#content ul, form, div.item {height: 1%;}
/* End hide from IE-mac */
/*    GENERAL CLASSES     */
/*++++++++++++++++++++++++*/

/*++++++++++++++++++++++++*/
/*      MAIN  DIV'S       */
div#wrapper
{
	position:absolute;
	background-color:#FFFFFF;
	top:0;
	left:50%;
	margin-left:-390px;
	width:760px;
	padding:0;
	border:1px solid #CBCBCB;	
}
div#taal
{
	background:url(../img/taal_en.gif) no-repeat left top;
}
div#header
{
	
	text-align:right;
	
	color:#9A9A9A;
	background-color:white;
	margin:0 0 10px 0;
	border-bottom:1px solid #CBCBCB;	
}

*html div#header
{
	height:185px;
}
div#main
{
	margin:0;
	padding:0 0 10px 0;
	background:url(../img/bck_main.gif) repeat-y left top;	
}
div#navigation, div#links
{
	float:left;
	width:165px;	
	margin:0 0 0 10px;
	padding:0;
	word-wrap:break-word; 
}
*html div#navigation
{
	margin:0 0 0 5px;
}
div#content
{
	position:relative;
	float:left;
	margin:0 0 0 10px;
	padding-bottom:10px;
	width:390px;
	border-bottom:1px solid #CCCCCC;
	word-wrap:break-word; 
}

div#content1
{
	position:relative;
	float:left;
	margin:0 0 0 10px;
	padding-bottom:10px;
	
	border-bottom:1px solid #CCCCCC;
	word-wrap:break-word; 
}

div#content2
{
	position:relative;
	float:right;
	margin:0 0 0 0px;
	padding-bottom:10px;
	
	border-bottom:1px solid #CCCCCC;
	word-wrap:break-word; 
}

div.datum
{
	color: #C0C0C0;
}
div#footer
{
	background-color:white;
	color:white;
	margin:10px 0 0 0;
	padding:3px 10px;
	background-color:#FF7800;
	text-align:center;
}
/*      MAIN  DIV'S       */
/*++++++++++++++++++++++++*/

/*++++++++++++++++++++++++*/
/*       NAVIGATION       */
h1.navigation
{
	margin:0;
	font-size:1.0em;	
	padding:5px 5px;	
	color:#B7B7B7;
	background:url(../img/navigation_top_bck.gif) top no-repeat;
	border-bottom:1px solid #CCCCCC;
}
div#navigation ul, div#navigation ul ul
{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;	
}
div#navigation ul li a
{
	color:black;
	font-weight:bold;
	display:block;
	margin:0;
	padding:3px 5px;
	width:155px;
}
*html div#navigation ul li a {width:165px;}
div#navigation ul ul
{
	background-color:#FFF5EC;
	border-bottom:3px solid white;
}
div#navigation ul ul li a
{
	margin:0;
	font-weight:normal;	
	display:block;	
}
div#navigation ul li em a, div#navigation ul ul li em a
{
	font-style:normal;
	color:#FF7800;
	background-color:white;	
	border-bottom:1px dashed #FF7800;
	display:block;
}
div#navigation ul ul li em a
{
	background:url(../img/navigation_link.gif) center right no-repeat white;
	border-bottom:0;
}

div#navigation ul ul li em.sub a{border-top:1px solid #FFE3C4;}
div#navigation ul ul li em.subSelect a{border-top:1px solid #FFE3C4;background-image:none;}

div#navigation ul li a:hover, div#navigation ul ul li em.subSelect a:hover
{
	background:url(../img/navigation_link.gif) center right no-repeat white;
	color:#FF7800;
	text-decoration:none;
}

div#navigation ul ul ul
{
	background-color:white;
	border-top:1px dashed #FFCC99;
	border-bottom:1px solid #FFE3C4;	
}

/*          PATH          */
div#content ul#path
{
    color: white;
	margin:0 0 5px 0;
	padding:0;
	border-bottom:1px solid #CCCCCC;
}
div#content ul#path li
{
	float:left;
	list-style-type:none;	
}
div#content ul#path li a
{
	text-decoration:none;
	margin:0 8px 0 0;
	padding:5px 0 5px 10px;
	display:block;
	background:url(../img/path_link.gif) center left no-repeat;
	font-size:1.0em;	
}
div#content ul#path li a:hover
{
	text-decoration:underline;
}
/*          PATH          */

/*         SUBNAV         */
ul#SubNav
{
	margin:-5px 0 10px 0;
	padding:0;
	list-style:none;
	background-color:#FFF5EC;	
}
ul#SubNav li
{
	float:left;
}
ul#SubNav li a
{
	display:block;
	color:black;
	text-decoration:none;
	padding:3px 5px;
}
ul#SubNav li em a
{
	color:#FF7800;
	background:url(../img/subnav_link.gif) center right no-repeat;
	padding:3px 15px 3px 5px;
	font-style:normal;
	background-color:white;
}
ul#SubNav li a:hover
{
	color:#FF7800;
}
/*         SUBNAV         */

/*      CONTENTSUBNAV     */
ul#ContentSubNav
{
	list-style:none;
	margin:5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #FF7800;	
}
ul#ContentSubNav li a
{
	padding:0 0 0 5px;
	color:black;
	text-decoration:none;
}
ul#ContentSubNav li a:hover
{
	color:#FF7800;
}
ul#ContentSubNav li em a
{
	color:#FF7800;
	font-style:normal;
}
/*      CONTENTSUBNAV     */

/*       NAVIGATION       */
/*++++++++++++++++++++++++*/

/*+++++++++++++++++++++*/
/*       HEADER       */
div#header h1
{
	display:none;
}
div#header div#taal
{
	position:absolute;
	left:0;
	top:5px;
}
div#taal
{
	background:url(../img/taal_en.gif) no-repeat left top;
}

div#header div#extra
{
	margin:5px 10px 8px 0;
}
div#header a
{
	color:#666666;
	font-weight:bold;
	background:url(../img/navigation_link.gif) center left no-repeat;
	padding:0 0 0 12px;
	margin:0 0 0 10px;
}
div#header div#taal a
{
	background:url(../img/language_link.gif) center left no-repeat;
}
/*       HEADER       */
/*+++++++++++++++++++++*/

/*+++++++++++++++++++++*/
/*       CONTENT       */
div#content hr
{
	border-color:#EAEAEA;
}
*html div#content hr
{
	background-color:#EAEAEA;
	height:1px;		
}
div#content h1
{
	font-size:1.1em;
}
div#content h4
{
	font-size:1.4em;
}
div#content a
{
	text-decoration:underline;
}
div#content a:hover
{
	text-decoration:none;
}
div#content h1 a, div#content h2 a, div#content h3 a, div#content h4 a, div#content h5 a, div#content h6 a
{
	text-decoration:none;
	color:black;
}
div#content h1 a:hover, div#content h2 a:hover, div#content h3 a:hover, div#content h4 a:hover, div#content h5 a:hover, div#content h6 a:hover
{
	text-decoration:underline;
}
div#content a.dictterm
{
 text-decoration:none;
 border-width:0px 0px 1px 0px;
 border-style:dotted;
}

div#content img
{
	margin:0 10px 5px 0;
	float:none; /* was left maar op none gezet om nieuwe regel te forceren */
}
div#content a img
{
	border:1px solid color:#FF7800;

}
div#content a img
{
	border:1px solid color:#FF7800;

}
div#content img.clear{float:none;}
div#content a.back
{
	margin:5px 10px 5px 0px;
	padding:0 0 0 15px;
	text-decoration:none;
	background:url(../img/navigation_link_previous.gif) center left no-repeat;	
	display:block;
}
div#content a.back:hover
{
	text-decoration:underline;
}
/*       CONTENT       */
/*+++++++++++++++++++++*/

/*+++++++++++++++++++++*/
/*       RESULTS       */
ul#results
{
	width:100%;
	margin:5px 0;
	padding:0;
	list-style:none;
	border-top:1px dashed #CCCCCC;	
}
ul#results li
{
	padding:5px 0;
	color:#A7A7A7;
	border-bottom:1px solid #EAEAEA;
}
ul#results li a
{
	text-decoration:none;
	color:#FF7800;
	display:block;
	width:100%;
	background:url(../img/navigation_link.gif) bottom right no-repeat;	
}
ul#results li p
{
	text-decoration:none;
	color:black;
	display:block;
}
ul#results li a:hover
{
	text-decoration:underline;
}

/*       PAGING       */
div.paging
{
	text-align:right;
	padding:5px 0 0 0;
	margin:0 0 0 0;
}
div.paging .number
{
	float:left;
}
div#content div.paging a
{
	color:#A7A7A7;
	text-decoration:none;
}
div#content div.paging em a
{
	font-style:normal;
	color:#FF7800;
}
div#content div.paging a:hover
{
	color:#FF7800;
	text-decoration:underline;
}
div.paging .previous
{
	padding:0 0 0 15px;
	background:url(../img/navigation_link_previous.gif) center left no-repeat;
}
div.paging .next
{
	padding:0 15px 0 0;
	background:url(../img/navigation_link.gif) center right no-repeat;
}
/*       PAGING       */

a.top
{
	float:right;
	right:0;
	padding:0 10px 0 0;
	background:url(../img/navigation_top.gif) center right no-repeat;
}
/*       RESULTS       */
/*+++++++++++++++++++++*/

/*++++++++++++++++++++++++*/
/*      FORM ELEMENTS     */
form
{
	margin:10px 0;
	text-align:right;
}
input, textarea, select
{
	font-size:1.1em;
	width:225px;
	display:block;
	clear:right;
	float:right;	
	margin:3px 0 8px 3px;
}
*html input, textarea, select
{
	margin-bottom:3px;
}
/*input.hidden {display:none;}*/
select
{
	width:229px;
}
*html select
{
	width:231px;
}
*html input, textarea, select
{
	float:none;
}
input.submit
{
	float:left;
	margin:0 0 0 160px;	
	clear:left;
	width:auto;
}
*html input.submit
{
	margin:0 0 0 80px;	
}
input.cancel
{
	float:left;
	margin:0 0 0 10px;
	width:auto;	
}
input.radio
{
	width:auto;
	display:block;
	margin:5px 210px 0 0;		
}
*html input.radio
{
	margin-top:0;
}

a.search {background:url(../img/search.gif) no-repeat;}
a.search img
{
	visibility:hidden;
	display:block;
	height:20px;
	width:20px;
}
a.search:hover {color:#F4F4F4;}

input.hidden{display:none;}
input#search{width:125px;}

div.item label
{
	float:left;
	display:block;
	clear:both;
	margin:5px 0 5px 0;	
	width:150px;
    background:url(../img/search.gif) no-repeat;
}
/*      FORM ELEMENTS     */
/*++++++++++++++++++++++++*/

/*++++++++++++++++++*/
/*       HOME       */
div#main div.home
{
	padding-bottom:10px;
}
div#main div.home h1
{
	border-bottom:1px solid #CCCCCC;
	padding:3px 0 3px 0;
	margin:0 0 5px 0;
}
div#main div.home h2
{
	margin:0 0 5px 0;
}
div#content a.read
{
	font-size:0.9em;
	text-decoration:none;
	float:right;
	right:0;
	padding:0 15px 5px 15px;
	background:url(../img/navigation_link.gif) center right no-repeat;	
}
div#main div.home h3
{
	margin:0;
}
div#main div.home h3 a
{
	font-size:0.95em;
	display:block;
	width:100%;
	background:url(../img/navigation_link.gif) bottom right no-repeat;	
}
div#main p.date
{
	margin:0 0 3px 0;	
	font-size:0.9em;
	color:#A7A7A7;
}
div#content a.read:hover
{
	text-decoration:underline;
}
/*       HOME       */
/*++++++++++++++++++*/

/*++++++++++++++++++*/
/*       ITEM       */
div.item
{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:8px solid #FF7800;	
	background-color:#F4F4F4;	
}
div.item a
{
	color:black;
	display:block;
}

div.item h1, div.item h2, div.item p
{
	margin:0;
	padding:3px 5px;
}
div.item h1
{
	background:url(../img/item_top_bck.gif) top no-repeat;
	font-size:1.0em;
	background-color:#FF7800;
	color:white;
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;	
}
div.item h2
{
	padding:3px 15px 3px 5px;
	font-size:1.0em;
	background:url(../img/item_link_intern.gif) top right no-repeat;
}
div.item h2.extern
{
	background:url(../img/item_link_extern.gif) top right no-repeat;
}
div.item hr
{
	border-top-color:#FF7800;	
	color:#FF7800;		
}
*html div.item hr
{
	background-color:#FF7800;	
}
div.item input
{
	float:left;
	color:#666666;
	margin:5px 0 5px 3px;
	clear:none;
	width:133px;
}
*html div.item input
{
	width:128px;
}
div.item label
{
	float:left;
	clear:none;
	width:auto;
}
/*       ITEM       */
/*++++++++++++++++++*/

/*++++++++++++++++++++*/
/*       FOOTER       */
div#footer a
{
	color:white;
}
div#footer address
{
	font-style:normal;
}
/*       FOOTER       */
/*++++++++++++++++++++*/

/*++++++++++++++++++++*/
/*   DIENSTENSUBNAV   */
ul#dienstenSubNav, ol#dienstenResults, ol#dienstenResults ol
{
	position:relative;
	width:390px;	
	margin:5px 0;
	padding:0;
	list-style:none;
}
ul#dienstenSubNav li
{
	float:left;
}
ul#dienstenSubNav li a
{
	font-size:1.1em;
	color:#B7B7B7;
	text-decoration:none;
	padding:3px;
	border-top:1px solid white;
	border-bottom:1px solid #EAEAEA;
	display:block;
	letter-spacing: 1px;
}
ul#dienstenSubNav li em a
{
	border:1px solid #EAEAEA;
	padding:2px 4px 4px 4px;	
	border-bottom:1px solid white;	
	font-style:normal;
	color:#FF7800;
}
ul#dienstenSubNav li a:hover
{
	color:#FF7800;
}
ol#dienstenResults ol
{
	margin-bottom:10px;
}
ol#dienstenResults ol li
{
	padding:8px 0;
	border-top:1px solid #EAEAEA;
}
/*   DIENSTENSUBNAV   */
/*++++++++++++++++++++*/
.dictterm {
 border-width:0px 0px 1px 0px;
 border-style:dotted;
}

.detailpagearchief {
   background-color: #EEEEEE;
}
/* om geen tekst naast de plaatjes te krijgen */
P { clear: left }
br { clear: left }
div.item a img
{
	border:0;
}
