@import "/css/photogallery.css";
@import "/css/sitemap.css";


body {
	background: #ddd;
	font: 75% Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 18px;
} 

body.smaller  { font-size: 0.7em;}
body.bigger  { 	font-size: 1.0em;}
body.biggest  {	font-size: 1.1em;}



*body.smaller  {	font-size: 0.65em;}
*body.bigger  {	font-size: 0.85em;}
*body.biggest  {	font-size: 1.05em;}

/* definitions applying to the container block */

#container {
	background: transparent url('/img/bg_overons.gif') 0 40px repeat-y;
	position: relative;
	width: 993px;
	margin: 0 auto;
	margin-top: 0;
	text-align: left;
	line-height: 1.5em;
	padding: 0px;
	min-height: 1024px;
}


/* HEADER SPUL  */

#header {
	background: #fff;
	height : 165px;
	border-bottom: 1px solid #000;
}
	
	html>body #header  {
		height: auto;
		min-height: 165px;
	}

#kleurbalk1  {
	height: 51px;
	background: #fff;
}

#kleurbalk2  {
	height: 56px;
	background: #003D7D;  /* donkerblauw */
}

#logo {
	background: transparent url('/img/logo.gif') no-repeat;
	position: absolute;
	z-index: 5;
	top: 41px;
	left: 32px;
	width: 235px;
	height: 90px;
}


#content1,
#content {
	padding: 50px 25px 25px 25px;
	margin-right: 00px;
	margin-left: 352px;
	margin-bottom: 0px;
	height : 640px;	/* this is treated as min-height in IE6 */
	width: 400px;
}

#content1  {
	padding: 50px 15px 25px 25px;
}

html > body #content,
html > body #content1 {	/* this selector is valid in Mozilla and overrules the previous rule */
	height: auto;
	min-height: 640px;
}


#footer {
	display:none;
}

/* SIDEBAR AAN DE LINKERKANT */
#sidebar {
	background-color: transparent;	/* het plaatje staat in de portal-css */
	float: left;
	width: 352px;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 450px;
	z-index:100;
}

html > body #sidebar  {
	/* het plaatje staat in de portal-css */
	min-height: 450px;
}	

/* SIDEBAR AAN DE RECHTERKANT */
#sidebar_right {
	background-color: transparent;
	float: right;
	width: 165px;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	padding-right: 10px;
	margin-top: 50px;
}

#sidebar_right #title h1 {
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 0px;
	padding-top: 0px;
	width: auto;
	background-color: transparent;
	font-style: normal;
}

#sidebar_right #articles {
	background-color: transparent;
	width: auto;
	margin: 0 0 0 0px;
	padding: 0px 10px 0px 00px;
}


#sidebar_right ul {
	list-style-type: none;
	margin: 0 0px 0px 0;
	margin: 0 0 0 0;
	padding: 0px;
	border: 0px solid black;
}

#sidebar_right ul li li {
	margin: 0px;
	padding: 0px;
	background: transparent url('/img/bullet_news.gif') 0 3px no-repeat;
	padding-left: 18px;
}


#sidebar_right a, #sidebar_right a:link, #sidebar_right a:visited   {
	color: #DA7424;
}

#sidebar_right h1 a, #sidebar_right h1 a:link, #sidebar_right h1 a:visited  {
	color:#4F4E4E;   /* donkergrijs */
}

#sidebar_right h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	width: 100px;
}

#sidebar_right .newsdate {
	margin-left: 10px;
	color: #0073A6;
}




/* BREADCRUMB GEBEUREN */
div#breadcrumbs {
	display: block;
	border: 0px solid red;
}



#content div#breadcrumbs,
#content1 div#breadcrumbs {
	position: absolute;
	font-weight: bold;
	border-bottom: 1px solid #000;
	line-height: 2.3em;
	left:252px;
	top: 166px;
	width: 741px;
	font-size: 110%;
		height: 30px;
}

html > body #content div#breadcrumbs,
html > body #content1 div#breadcrumbs   {
		height: auto;
		min-height: 30px;
	border: 0px solid red;

}

div#breadcrumbs #crumbs  {
	width: 553px;
	float: left;
}

div#breadcrumbs span {
	background: transparent url('/img/bullet_crumb.gif') 0px 5px no-repeat;
	padding-left: 14px;
	margin-right: 3px;
	text-decoration: none;
}

div#breadcrumbs .crumb0  {
	background: none 0px 3px no-repeat;
	padding-left: 0;
	margin-left: 22px;
}	

div#breadcrumbs a:link, div#breadcrumbs a:visited    {
	text-decoration: none;
	color: #fff;
}

#fontsize  {
	border: 0px solid green;
	float: left;
	padding: 8px 0 0 10px;
}

div#breadcrumbs #fontsize div  {
	background: transparent none;
	margin: 0;
	padding: 0px;
	display: block;
	float: left;
	text-align: center;
	line-height: 0.8em;
	font-size: 1.2em;
}


div#breadcrumbs #fontsize div.grote_a,
div#breadcrumbs #fontsize div.kleine_a  {
	border: 0px solid red;
	font-weight: normal;
	color:  #fff;
	display: block;
	padding: 0 0em;
	line-height: 0.9em;
}

div#breadcrumbs #fontsize div.grote_a  {  /* KLEINE A LINKS */
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0  0 0.7em;
}

div#breadcrumbs #fontsize div.kleine_a  {  /* GROTE A RECHTS */
	font-size: 1.4em;
	margin: 0 0.5em 0 0.1em;
}


div#breadcrumbs #fontsize div.resize  {
	border: 1px solid #f58025;
	width: 0.8em;
	height: 0.8em;
	background-color: #b8b8b8;   /* donkergrijs */
	background-color: #fff;  
	color:  #003D7D;  /* donkerblauw */

}

div#breadcrumbs #fontsize div.resize:hover  {
	cursor: pointer;
	color: #f58025;
	color:#4F4E4E;   /* donkergrijs */
}


/* CONTENT */

h1 {
	font-size: 145%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	color:#4F4E4E;   /* donkergrijs */
}

h2 {
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 5px;
	margin: 0.6em 0 0.6em 0;
	padding: 0;
	color: #003D7D;  /* donkerblauw */
}

h3 {
	color:#4F4E4E;   /* donkergrijs */
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	margin: 0.4em 0 0.2em 0;
	padding: 0;
}

h4 {
	font-style: normal;
}

h5 {
	font-style: normal;
}

.leftboxnieuws {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
}

dt {
	clear: none;
	padding: 0px;
	color: #657683;
	font-weight: normal;
	border: 0px solid red;
}

dd {
	padding-left: 0px;
	margin: 0 0 20px 0;
}

#news {
	padding-top: 10px;
	margin-bottom: 0px;
	border: 0px solid green;
}

#faq dt {
	background-repeat: no-repeat;
	background-position: 0 5px;
	clear: left;
	padding-left: 15px;
	color: #657683;
	font-weight: bold;
	margin-bottom: 15px;
}
		
#faq dd {
	padding-left: 15px;
	margin: 0 0 20px 0;
}

#content1 a:link, #content1 a:visited,
#content a:link, #content a:visited {
	text-decoration: underline;
	font-weight: bold;
}

#content1 a:hover, #content1 a:active,
#content a:hover, #content a:active {
	color:#003162;  /* doblauw */
	text-decoration: underline;
}

#sidebar_right a:link, #sidebar_right a:visited,
#content1 a:link, #content1 a:visited,
#content a:link, #content a:visited {
	color:  #f33; /* rooood */
	text-decoration: none;
}

#sidebar_right a:hover, #sidebar_right a:active,
#content1 a:hover, #content1 a:active,
#content a:hover, #content a:active {
	color:  #f33; /* rooood */
	text-decoration: underline;
}

#bannerintro a:link, #bannerintro a:visited {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#bannerintro a:hover, #bannerintro a:active {
	color: #A5BF10;
	border-bottom: 1px dashed #A5BF10;
	text-decoration: none;
}

#footer span {padding: 0 0 0 40px;}

#footer a:link, #footer a:visited {
	color: #C17A02;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	color: #00304B;
	text-decoration: underline;
}

.newsdate {
	margin-left: 10px;
	color: #aaa;
}

h1 .newsdate {
	font-size: 76%;
}

/* FORMULIER */

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
	color: #000;
}
	
textarea {
	color: #000;
}

select {
	color: #000;
}

fieldset {
	background: #E2E2E2;
	border: none;
	padding: 10px 10px 15px 10px;
	margin: 0 0 10px 0;
}

legend {
	background: #63c606;
	padding: 1px 5px;
	margin: 0 0 10px 0;
	color : #fff;
	font-weight: bold;
	text-align: left;
}

label {
	float: left;
	width: 30%;
	margin-right: 0.5em;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

button {
	background: #ED8618;
	padding: 2px 4px;
	color:#fff;
	font-weight: bold;
	font-size: 100%;
	border: none;
	margin-left: 5px;
}

button.logout,
button.login {
	background:  #727272; /* dogrijs */;
	padding: 0px 1px;
	color:#fff;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 0 3px;
	cursor: pointer;
	text-align: center;
}

/* verberg de logout-button, zet hem aan in /portal/-pagina's  */
button.logout							{ display: none;  margin-left: 5px; }
body.mysteryguest_portal button.logout	{ display: inline; }


/* FOTOPAGINA */

.box {
	float: left;
	width: 20%;
	border: 0px solid #E3E4E4;
	margin: 6px;
	text-align: center;
}

.box h2 {
	background: #F1F3F4;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 5px 10px;
}

.box p {
	border-top: 1px solid #E3E4E4;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 5px 10px;
}



/* DIVERSEN */

.hide {display: none;}

.clearer {clear: left; line-height:0px; height: 0;}
.clearer2 {clear: right; height: 0; padding: 25px 0 0 0; margin: 0; }
.block { display: block;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.quote {
	width: 40%;
	text-align: left;
	float: right;
	font-style: italic;
	color: #97A5B1;
	margin: 5px;
	padding: 10px;
}

abbr {
	color: #7A0001;
}

acronym {
	color: #7A0001;
}

code {
	color: #7A0001;
}

hr {
	border: none;
	border-bottom: 1px solid #768793;
	clear: left;
}

#content ul, #content1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0;
}

#content ul li #content1 ul li {
	font-weight: normal;
	color: #33f;
	margin: 0;
	padding: 0;
}

#content ul.plain {
	list-style-type: disc;
	margin-left: 40px;
}

#content ul.plain li {
	font-weight: normal;
	background-image: none;
	color: #000;
	margin: 0;
	padding: 0;
}

#content ol {
	margin-left: 30px;
	padding-left: 0;
}

#content ol li {
	background-image: none;
	margin: 0;
	padding: 0;
}
/* FF NIET 
.leftbox {float: left; margin: 10px;}
*/
.rightbox {float: right; margin: 10px;}

img {
}


.rightfront {
	margin: 0;
	margin-left: 260px;
	padding: 0;
}

/* image alignment */

.leftbox {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
}

.rightbox {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
}




span.centerbox {
    display: block;
    margin: 5px 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

img.centerbox {
    display: block;
    margin: 0;
    padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	margin: 0 0 20px 0;
	padding: 0;
}


#news h1  {
	font-style:normal;
	width: 100%;
}

#news h2  {
	font-style:normal;
	font-size: 100%;
	color: #000;
}

/* hier staan spullen om de sidebar_right uit te zetten en om de importsectie de
positie en het uiterlijk van die sidebar_right te geven. gb  */


.template_homepage div#sidebar_right  {
	display:none;
}

.template_homepage div#intro  {
/*	float: left; OPGELET DIT WERKT NIET IN IE */
	width: 400px;
}

.template_homepage div#news  {
	background-color: transparent;
	float: right;
	width: 165px;
	padding: 0 10px 20px 0;
	margin: 50px 0 0 0;
}

.template_homepage div#news h1  {
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 0px;
	padding-top: 0px;
	width: auto;
	background-color: transparent;
}


.template_homepage div#news dl  {
	background: #fff;
	padding: 0px;
	margin: 0 0 0 0px;
	width: auto;
	border: 0px solid silver;
	background-color: transparent;
}

.template_homepage div#news h2  {
	border: 0px solid red;
	width: auto;
	margin:0;
	padding: 0;
	padding-top:8px;
	background-color: transparent;
}

.template_homepage div#news .newsdate  {
	display:none;
}

.template_homepage div#news dt, .template_homepage div#news dd   {
	margin-left: 0px;
	margin-right: 0px;
	margin: 0;
	padding: 0 0 0px 0;
}

 .template_homepage div#news dd p {
 	margin: 0;
 	margin-top: 1px;
 	padding: 0;
 	margin-bottom: 8px;
 }

.template_homepage div#news dd a, 
.template_homepage div#news dd a:link, 
.template_homepage div#news dd a:active, 
.template_homepage div#news dd a:visited 
{
	background: transparent url('/img/bullet_news.gif') 0 3px no-repeat;
	display:block;
	margin-left: 8px;
	padding-left: 18px;
	margin: 0;
	font-weight: normal;
	color: #003D7D;  /* donkerblauw */
	text-decoration:none;
}

.template_homepage div#news dd a:active, 
.template_homepage div#news dd a:hover {
	text-decoration:underline;
}

.template_homepage div#news dd a:visited  {
	color:#003162;  /* doblauw */
}



.template_homepage div#news dl a  {
	margin-left: 0px;
}

#divPortalTitle  {
	font-size: 150%;
	font-weight: bold;
	padding-top:18px;
	padding-bottom: 18px;
	color:#fff;
	width: 219px;
	padding-left: 33px;
	border-bottom: 1px solid #D1D2D2;
		height: 19px;
}	

html > body #divPortalTitle  {
		height: auto;
		min-height: 19px;
}

