/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #767676;
	font-size: 11px;
	padding: 0px;
	background-color:white;
	background-image: url(../gfx/interface/back.page.jpg);
	background-repeat: repeat-x;
}

/* ########## floating Div workarounds ########## */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#fixFloatingDiv, .fixFloatingDiv{
	clear: both !important;
	height: 1px !important;
	margin: 0 0 0px 0; 
	border: 0px solid yellow !important;
	background-image: none !important;
	visibility: collapse;
	line-height: 1% !important; /* for IE: anders is deze div +- 20px hoog */
	}
	
/* ########## main blocks ########## */
#header{
	width: 808px;
	height: 127px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	margin-top: 60px !important;
	margin-top: 45px;
	background-image: url(../gfx/interface/header.gif);
	background-repeat: no-repeat;
}
.home #header, .boot #header { margin-top: 60px !important;}
#main{
	width: 808px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../gfx/interface/back.mainpanel.gif);
	background-repeat: no-repeat;
}
#mainblock{
	
	
}
#mainbottom{
	width: 808px;
	height: 24px;
	display: block;
	clear: both;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../gfx/interface/back.bottompanel.gif);
	background-repeat: no-repeat;
}

#footer{
	width: 808px;
	height: 33px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../gfx/interface/back.footer.gif);
	background-repeat: no-repeat;
}
/* ########## language switch ########## */
#langswitch{
	display: block;
	text-align: right;
	margin-right: 40px;
	padding-top: 13px;
	color: #767676;
	text-decoration: none;
	font-size: 11px;
}

#langswitch a{color: #767676;text-decoration: none;}
#langswitch a:hover, #langswitch a:active{color: #d60216;}
#langswitch a.selected{font-weight: bold;}

/* ########## topnavigation ########## */
#topnav{
	display: block;
	border: 1px solid #767676;
	width: 728px;
	margin-left: 30px;
	padding: 5px;
}

#topnav a{color: #767676;text-decoration: none;}
#topnav a:hover, #topnav a:active{color: #d60216;}
#topnav a.selected{font-weight: bold; color: #d60216;}
#essefboot{	margin-left: 70px;}

/* ########## footer ########## */
#footer span{
	display: block;
	padding: 10px;
}
#footer a{color: #767676;text-decoration: none;}
#footer a:hover, #footer a:active{color: #d60216;}


/* ########## content ########## */
#sidenavig{
	/*background-color: Orange;*/
	background-image: url(../gfx/interface/back.navig.gif);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	min-height:420px;
  	height:auto !important;
  	height:420px;
	float: left;
	margin-left: 30px !important;
	margin-left: 15px;
	margin-top: 30px;
}

#contentblock{
	/*background-color: teal;	*/
	display: block;
	width: 530px;
	float: right;
	margin-right: 38px !important;
	margin-right: 19px;
	margin-top: 10px !important;
	margin-top: 30px;
}
.boot #contentblock{
	display: block;
	width: 730px;
	margin-right: 38px !important;
	margin-right: 19px;
	margin-top: 10px !important;
	margin-top: 30px;
}

#contentblock p{line-height:150%;}
h3{
	font-size: 22px;
	font-weight: bold;
	color: #d60216;
}
h5{
	font-size: 14px;
	font-weight: bold;
	color: #d60216;
	margin-bottom: -10px !important;
	margin-bottom: 0;
}
#sidenavig ul{
	list-style: none;
	margin-top: 30px;
	margin-left: -40px !important;
	margin-left: 0;
}
#sidenavig li{
	background-image: url(../gfx/interface/divider.sidenav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 3px 0 3px 0;
}

#sidenavig a{
	color: #767676;
	text-decoration: none;
	text-align: right;
	margin-right: 20px;
	display: block;
}
#sidenavig a:hover, #sidenavig a:active{color: #d60216;}
#sidenavig .selected{color: #d60216;}

#side01, #side02, #side03, #side04, #side05, #side06, #side07, #side08{
	display: none;
}



/* ########## HOME ########## */
#fotoband{
	margin-left: 30px;
	border: 0 !important;
}
#fotobandboot{
	margin-left: 0px;
	border: 0 !important;
}
#fotoband a, #fotoband a:visited, #fotobandboot a, #fotobandboot a:visited{
	text-align: left;
	display: block;
	border: 1px solid #767676;
	margin: 0 !important;
	padding: 0 !important;
	width: 100px;
	overflow: hidden;
	}
#fotobandboot a, #fotobandboot a:visited{
	margin-right: 15px !important;
	margin-bottom: 15px !important;
	float: left;
}
#fotoband a:hover, #fotoband a:active,  #fotobandboot a:hover,  #fotobandboot a:active{
	border: 1px solid #d60216;
} 
#fotoband img,  #fotobandboot img{
	border: 0 !important;
}


/* ########## HISTORIEK ########## */
#historiek .row{
	display: inline-block;
	margin-bottom: 10px;
}
#historiek .date{
	display: block;
	width: 75px;
	text-align: right;
	float: left;
	font-weight: bold;
	line-height:150%;
}


#historiek .desc{
	display: block;
	text-align: left;
	float: left;
	width: 425px;
	margin-left: 25px;
	line-height:150%;
}



.headerimage{
	border: 1px solid #7e7e7e;
}



#credits{
	display: block;
	margin-top: 20px;
	text-align: center;
	color: Silver;
}

#credits a, #credits a:visited{
	color: Silver;
	text-decoration: none;
}

#credits a:hover, #credits a:active{
	color: Red;
}

.fun img, .promo img{
	border: 1px solid Red;
	margin: 0 5px 5px 0;
}

.fun .row, .promo .row{
	display: block;
	margin-bottom: 10px;
}

.fun a, .promo a{
	text-decoration: none;
}



/* our stuff */
#bytales{
	display: block;
	width: 808px;
	margin: 10px auto 15px auto !important;
	text-align: center !important;
	color : #27497B !important;
	/*visibility: hidden;*//* activate when site is subcontracted, minimize font-size as well... */
	/* overrule global siterules */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	background-image: none !important;
	padding: 3px 0 5px 0 !important;
}
#bytales a:link, #bytales a:visited{
	text-decoration: none;
	color: #0065a6 !important;
	padding: 5px !important;
	/* overrule global siterules */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	background-image: none !important;
	margin: 0 !important;
}
#bytales a:hover, #bytales a:active{
	background-color: #0065a6 !important;
	color: #fff !important;
}
#bytales span{
	color: #ff9000 !important;
	font-weight: bold;
}
