a:link {
	color: #1393d9;
}

a:hover {
	text-decoration: underline;
	color: #f59f24;
}

a:visited {
	color: #1393d9;
}

*
{
border: 0;
margin: 0;
}

body
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	background:url(images/bg-blokje.jpg);
}



#wrap
{
	margin: 0 auto;
	margin-top:10px;
	width: 980px;
	height:694px;
	border: 1px solid #FFFFFF;
	position:relative;
}



#line
{
	width:982px;
	margin: 0 auto;
	margin-top:4px;
	height:20px;
	text-align:right;
	font-size:9px;
	color:#777;
}

#line a{
	color:#777;
	text-decoration:none;
}


#line a:hover{
	color:#777;
	text-decoration:underline;
}

#header
{
	width: 255px;
	height: 148px;
	left:724px;
	position:absolute;
	top:-1px;
}



#menuonder {
	float:right;
	width:255px;
	padding:0;
	font-size:13px;
	margin-top: 15px;
	position:absolute;
	top:636px;
	left:726px;

}

#zoekvak{
	background:url(images/menuknop.png) top left no-repeat;
	height:22px;
	text-decoration:none;
	color:#000;
	display:block;
	padding: 0px 0px 0px 20px; /*Oben, rechts, unten, links */
}


.zoekbutton{
	background:none;
	color:#000;
	font-size:10px;
	margin-top:-10px;
	margin-left:-5px;
}



/*-------- menurechts ----------*/

#menurechts {
	float:right;
	width:230px;
	margin:0 0 0 0;
	padding:0;
	font-size:11px;
	margin-top: 20px;
	display:inline;
}

#menurechts ul {
	list-style:none;
	width:230px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align: left;
	background:none;
}

#menurechts li { /*Abstand vom letzten Unterpunkt zum nächsten Hauptpunkt */
	margin-bottom:0px;
	display:block;
	background:none;
}

#menurechts li a {
	margin-bottom:7px;
	background:url(images/menuknop.png) top left no-repeat;
	height:22px;
	text-decoration:none;
	color:#000;
	display:block;
	font-size:11px;
	padding: 0px 0px 0px 20px; /*Oben, rechts, unten, links */
}

#menurechts li a:hover{
	background:url(images/menuknop-over.png) top left no-repeat;
	color:#000;
	padding: 0px 0px 0px 20px; /*Oben, rechts, unten, links */

}

#menurechts li a.current, #menurechts li a.menurechts-current {
	background:url(images/menuknop.png) top left no-repeat;
	padding: 0px 0px 0px 20px; /*Oben, rechts, unten, links */
	color:#000;
	font-weight:bold;
	padding-right: 40px; /*4px 30px 1px 0; Oben, rechts, unten, links */
	text-align:left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navContainer {
	height:25px;
	display:block;
	clear:both;
	color: #506a82;
	float:right;
	font-size:15px;
	text-align:left;

}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align:left;

}

/* Header menu */	 
#header_menu {
	position: absolute; 
	margin-left: 20px;
}

#header_menu li {
	line-height: normal;
}

#header_menu ul  
	{z-index: 10; 
	clear: both;
}


#nav {
	float:left;
	height: 13px;
	border: 0;
	padding: 0;
	width: 222px;
	text-align:left;
	font-size:9px;
	margin-top: 16px;
	padding-left:12px;
	border-right: 0px solid #FFFFFF;

}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	border-right: 0px solid #FFFFFF;
	
}

/* Root Level Link Formatting */
#nav ul li {
	float: left; 
	color: #fff; 
	text-align: center; 
	font-weight: normal; 
	list-style-type: none; 
	list-style-image: none;
	border-right: 0px solid #FFFFFF;
	
}

#nav ul li a {
	display: block;
	padding: 2px 7px 2px 7px;
	color: #000;
	text-decoration: none;
	font-size: 9px;
	text-align:left;
	border-right: 1px solid #FFFFFF;

}

/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {
	color: #fff;
}
#nav a.menu-parent {
	color: #2e485f;
}

#nav a.menu-last {
	border-right: 0px solid #FFFFFF;
}



/*Current page Customisations*/
#nav a.menu-current		{
	font-weight: bold;
} 

#nav .menu .home a {
	display: block; 
	width:2px; 
	height:22px; 
	margin:0; 
	padding:0;
		border: 0px solid #FFFFFF;
}





/* IE6 only 
*html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* IE7 only 
*+html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* ul class="ullev1" , sorry doesnt work
#nav .ullev1  {z-index: 1000 ! important; background: #4b4c4d;}
#nav .ullev2  {z-index: 2000 ! important; background: #4b4c4d;}
#nav .ullev3  {z-index: 3000 ! important; background: #4b4c4d;}
*/

/* Better: */
#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}