@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0B0D12;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 800px;
	text-align: left;
	background-color: #8C8A8C;
	border: 1px solid #000000;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	background-color: #888;
	color: #CCC;
	background-image: url(layout%20images/header.png);
	background-repeat: repeat-x;
	height: 182px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	border: 1px none #000;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
}
#header h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}


a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #F15A22;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #F15A22;
	text-decoration: none;
}



#mainContent  {
	background-color: #8C8A8C;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 1px none #000;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	margin: auto;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
#mainContent h1{
	color: #FFAE00;
	font-size: 14pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	z-index: 3;
	position: absolute;
}
#mainContent h2{
	color: #FF3000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	z-index: 2;
	margin: 1px;
}
#mainContent h3 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	z-index: 1;
	margin: 2px;
}
#mainContent img{
	border: 1px solid #F15A22;
}
#footer  {
	padding: 0 10px;
	color: #666;
	background-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FF3000;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
}
#chapter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	height: 20px;
	margin-top: 10px;
	background-color: #8C8A8C;
}
#header img#headerimg  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
	float: left;
	position: absolute;
}
#header img#headertekst {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 2;
	float: right;
}

