@charset "utf-8";
/* CSS Document */
html,body {
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
body {
	background: #acacac url(../images/background-donker_stretch.jpg) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#212121;
	padding:0px;
	margin:0px;
}

div#container {
	position:absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
}
div#contentBackGrijs {
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height:100%;
	width:100%;
	background: url(../images/stretch.gif) 50% 900px repeat-y;
}
div#contentBack {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height:100%;
	width:100%;
	background: url(../images/background.jpg) 50% top no-repeat;
}
div#header {
	height: 351px;
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	font-size:10px;
}
div#content {
	margin: 351px 0px 0px 0px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding-bottom: 83px;
}
div#footer {
	width: 1000px;
	bottom: 0px;
	color:#cfcfcf;
	position: absolute;
	height: 83px;
	margin:0px;
	padding:0px;
}

#nav { /* all lists */
	padding: 0;
	margin: 0px 0px 0px 5px;
	list-style: none;
}
#nav ul {
	padding: 0;
	margin: 0px;
	list-style: none;
}
#nav a {
	display: block;
	width: auto;
	text-decoration: none;	
}
#nav li { /* all list items */
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 250px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 100px;
	border-top: solid #ff0000 1px;	
	border-bottom: solid #ff0000 1px;

}
#nav li ul li { /* third-and-above-level lists */
	width: 250px;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: #ffffff;
	background-color: #ff0000; 
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #ffffff;
	background-color: #ff0000;
}
.headline {
	line-height:48px;
	text-align:center;
	font-size: 12px;
	color: #8b8b8b;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing: -1px;
	padding: 0px 5px 0px 5px;
}

.headline:hover {
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background: #f7b500;
}
.headlineSelected {
	line-height:48px;
	text-align:center;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background: #f7b500;	
	letter-spacing: -1px;
	padding: 0px 5px 0px 5px;
}

.subline {
	padding: 0px 5px 0px 5px;
	border-right: #000000 solid  1px;
	border-left: #000000 solid  1px;
	line-height:20px;
	color: #212121;
	background: url(../images/subitem_stretch.gif) top left repeat-x; 
}
.subline:hover {
	color: #212121;
	background: #ffffff url(../images/subitemSelected_stretch.gif) top left repeat-x; 
}

.sublineSelected {
	padding: 0px 5px 0px 5px;
	border-right: #000000 solid  1px;
	border-left: #000000 solid  1px;
	color: #212121;
	line-height:20px;
	background: #ffffff url(../images/subitemSelected_stretch.gif) top left repeat-x; 
}
#inhoud {
	text-align:justify;
}
#inhoud img {
	border: #5a5a5a solid 1px;
	margin:0px;
}
#inhoud a img{
	border: #000000 solid 1px;
	margin:0px;
	padding:0px;
}
#inhoud a:hover img{
	border: #f7b500 solid 1px;
	margin:0px;
	padding:0px;
}
#inhoud a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#inhoud a:hover {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
h1 {
	background-color:#f7b500;
	font-size: 12px;
	line-height: 16px;
	margin:0px 0px 10px 0px;
	padding: 0px;
}