@charset "utf-8";

/* Layout Styles: Header, Main-Body, Footer */
html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #FFFFFF;
}

#container {
	min-height:100%;
	position:relative;
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Header styles */
#header {
	margin: 0px;
	padding: 0px;
}

/* h1 krijgt in de taalafhankelijke css-files inhoud qua achtergrond image en tekst */
#header h1 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

/* grafische tekst van de sitemap, text-indent zet html-tekst buiten beeld */
#header #h1-sitemaplogoNL {
	background-image: url(../assets/images/images_header-h1/header-h1-bg-imageS-NL.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}
#header #h1-sitemaplogoEN {
	background-image: url(../assets/images/images_header-h1/header-h1-bg-imageS-EN.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}
#header #h1-sitemaplogoFR {
	background-image: url(../assets/images/images_header-h1/header-h1-bg-imageS-FR.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}

/* Main-body styles */
#main-body {
	padding-bottom:60px;	/* Hoogte van footer */
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
}
#main-body h2 {
	font-size: medium;
	font-weight: bolder;
}
#main-body h3 {
	margin-left: 50px;
	font-size: medium;
	font-weight: normal;
	margin-top: -0.5em;
}
#main-body h4 {
	font-size: small;
	font-weight: normal;
	margin-top: -1em;
	margin-left: 100px;
}
#main-body h5 {
	font-size: small;
	font-weight: normal;
	margin-top: -1em;
	margin-left: 150px;
}


/* Algemene hyperlink styles */
#main-body a:link {
	color: #000000;
}
#main-body a:visited {
	color: #CCCCCC;
}
#main-body a:hover {
	color: #999999;
	text-decoration:none;
}
#main-body a:active, #main-body li a:focus {
	color: #999999;
	text-decoration:none;
}



/* Footer Styles */
#footer {
	position:absolute;
	height:60px;			/* Hoogte van footer */
	background-color: #000000;
	width: 100%;
	text-align: center;
	font-size: x-small;
	padding: 0px;
	bottom: 0px;			/*  Dit plaatst de footer aan de onderkant van scherm
								Tijdens DW uitzetten, anders niet zichtbaar in Design */
}

/* UnorderedList in footer is textueel en naast elkaar */
#footer ul, #footer li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Hyperlink styles in de footer */
#footer a:link {
	color: #FFFFFF;
	height: 14px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}
#footer a:visited {
	color: #CCCCCC;
	height: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#footer a:hover {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration:none;
}
#footer a:active, #footer a:focus {
	background-color: #999999;
	color: #CCCCCC;
	text-decoration:none;
}

/* Copyright style zoals gebruikt in footer */
.copyright {
	color: #999999;
	margin-top: 25px;
	margin-bottom: 0px;
}
