/* CSS Document for the navigation bar*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* NAV */
header, nav, section, article, aside, footer, hgroup { 
   display: block; /* for IE 8 */
}
header nav {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	-webkit-box-shadow: 0px 4px 10px -2px rgba(20, 20, 20, 0.3);
	box-shadow: 0px 4px 10px -2px rgba(20, 20, 20, 0.3);
	z-index: 300;
	position: relative;
}
header nav ul {
	z-index: 100;
	position: relative;
	padding: 0 10px;
	width: 1180px;
	margin: 0 auto;
	text-align: center;
}
header nav li {
	position: relative;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin: 0 10px;
	list-style-type: none;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
header p {
	line-height: 3em;
}
header li a, header li a:visited, header li a:active {
	position: relative;
	line-height: 2.6em;
	padding: 0 4px 14px 4px;
	color: #666;
	text-decoration: none;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
header > nav > ul > li:hover > a {
	color: #D5292E;
	/*border-bottom: 2px solid #16548c;*/
}
header li a:hover {
	color: #D5292E;
	text-decoration: none;
}
header li a.active {
	color: #D5292E;
	/*border-bottom: 3px solid #16548c;*/
}

/*--- DROPDOWN ---*/
nav ul ul {
	padding: 0;
	width: auto;
	margin-top: 1px;
	text-align: left;
	background: #fff;
	border-left: solid 2px #d9d9d9;
	border-bottom: solid 2px #d9d9d9;
	border-right: solid 2px #d9d9d9;
	list-style: none;
	position: absolute;
	left: -9999px;
}
nav ul ul li {
	padding: 2px 2px 2px 0px;
	margin: 0px;
	display: list-item;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: none;
	color: #666;
}
nav ul ul a, nav ul ul a:visited, nav ul ul a:active {
	font-size:14px;
	display: inline-block;
	padding: 0 .5em;
	width: 100%;
	height: 100%;
	line-height: 2em;
	white-space: nowrap;
	border: none;
}
@media screen and (max-height: 550px) {
	nav ul ul a, nav ul ul a:visited, nav ul ul a:active {
		line-height: 1em;
	}
}
nav ul li:hover ul {
	left: 0;
}
nav ul li:hover ul li:hover {
	background: #D5292E; /* Old browsers */
	background: -moz-linear-gradient(top,  #D5292E 0%, #C4262A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D5292E), color-stop(100%,#C4262A )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #D5292E 0%,#C4262A  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #D5292E 0%,#C4262A  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #D5292E 0%,#C4262A  100%); /* IE10+ */
	background: linear-gradient(to bottom,  #D5292E 0%,#C4262A  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5292E', endColorstr='#C4262A ',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
nav ul li ul li:hover > a {
	color: #fff;
}
nav ul li:hover ul li a:hover {
	color: #fff;
}
.disabled{
	text-decoration:line-through;	
}
.disabled:hover{
	text-decoration:line-through;	
}

/*--- SUB VAN DROPDOWN ---*/
nav ul ul ul {
	display: none;
	position: absolute;
	left: -9999px;
}
nav ul ul ul li {
	font-size: 1em;
	color: #666;
}
nav ul ul li:hover ul {
	display: block;
	left: 60px;
	top: 0;
}

/* OTHER */

#ingelogdAlsDiv{
	position:absolute;
	height:15px;
	width:auto;
	top:138px; /* dit heb ik ook aangepast zodat het klopt met de nieuwe height van de header (was 112px)-WV */
	padding:5px;
	right:0;	
	border-bottom-left-radius: 5px;
	background-color: #E6E6E6;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	z-index:10;
	border: 1px solid black;
	-webkit-box-shadow: 0px 4px 10px -2px rgba(20, 20, 20, 0.3);
	box-shadow: 0px 4px 10px -2px rgba(20, 20, 20, 0.3);
}

#header{
	height:90px;
	padding-top:5px; /*Dit heb ik toegevoegd zodat het logo niet tegen de bovenkant aanzit. -WV */ 
	/*background-color: #D5292E;*/
	background-color: #282828;
	vertical-align: center;
	/*background-color: rgb(249, 176, 21);*/
}

#headerimg{
	margin-left:40px;
	/*background: url('../img/logoeditKlein wit.png');*/
	background: url('../img/logo2024.jpg');
	background-repeat: no-repeat;
	height:80px;
	width: 250px;
	float:left;
}

 .testmessage{
	font-family:Verdana, Geneva, sans-serif;
	display:inline;
	color:white;	
	font-size:180%;
	text-shadow: 1px 1px 3px grey;
}

.active{
	font-weight:bold;
}

a:active{
	text-decoration:bold;	
}