﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1,  h3, h4, h5, h6, blockquote,  dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

/* Basis layout van de blokken */
/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body {
	padding: 0 377px;	
	text-align: center;

}

#sizer {
	margin: 0 auto;
	width: 60%;
	max-width: 150px;
	padding: 10px 0;
	text-align:left;	
}
#expander {
	position: relative;
	min-width: 750px; /* Critical Safari fix! */
	margin: 0 -375px;	
	/*background: #FFFFFF;*/
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

.clearfix:after {
    /*kaderinhoud: "."; */
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#kadertotaal { 
	width: 100%; /* helps IE get the child percentages right. */
	z-index: 1;
	/*background-image:url(Images/content_border.gif);
	background-repeat:repeat-y;*/
} 

/* */

/* In kadertotaal */
#kaderhoofdrubrieken {
}
/* Hides from IE5-mac \*/ 
* html #paginainhoud
     {
         height:1%;
        position:relative;}
/* End hide from IE-mac */ 



/* INHOUD KADERHOOFDRUBRIEKEN  */
#headertop {
	position:relative;
	top:0;
	left:0;
	bottom:0;
	height:100px;
	padding-top:2px;
}

/* Inhoud Headertop in kaderhoofdrubrieken */
#sitenaam 
{
    margin-left: 250px;
	padding-top: 1.4em;
	text-align:center;
	width:30em;
}

#sitelogo {
	position: absolute;
	top: 0px;
	left: 10px;
}

#login {
	position: relative;
	float: right;
	right: 0px;
	margin-top: 16px;
    font: 80% Verdana, sans-serif;
    color: #999999;
    right: 0px;
}


#login a{
	color: #990000;
}


#siteMotto{
	color: #573323;
	font-size: x-large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
#siteDoel{
	color: #573323;
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}




#hoofdrubriekbalk {
	margin-left:0px;
	background-color:#fceeb8;/* #fcdb5c;*/
	padding-left: 20px;
	padding-top: -3px;
	background-position: left top;
	background-image: url(Images/bg_hfdrubriekbalk.png);
	background-repeat: no-repeat;
	height:24px;
	margin-top:-1px;
}

#hoofdrubriekbalk .normallink, #hoofdrubriekbalk .selectedlink {
	padding:0 30px 0 0px;
	font-weight:bold;
	color:#453306;
	
}
#hoofdrubriekbalk .selectedlink {
	
	/*background-color:#573323;#F0E6D5;color: #F3F7AA;*/
	color:#CC6600;
}
#hoofdrubriekbalk a:hover
{
    color: #CC6600;
    text-decoration: none;
}

#hfdnav li
{
display: inline;
list-style-type: none;
}


#kaderinhoud
{
    padding: 10px 0px 0px 0px;
    height: 1%;
    margin: 0;
    position: relative;
	height:auto;
	margin-left: 210px;
}

#siteInfo {
	clear:both;	
	position:relative;
	bottom:0;
	left:0;
	right:0;
	height:26px;	
	margin-left:0px;	
	margin-top:6px;
	margin-bottom:0;
	padding-left:20px;
	padding-top:3px;
    background-color: #fceeb8;
	font-size: small;
	color: #92873d;
	background-position: right top;
	background-image: url(Images/bg_infobalk.png);
	background-repeat: no-repeat;
	z-index:-1;
}


