/* nav * {
	margin: 0;
	padding: 0;
}
nav a {
	display: block;
}

Level 1
nav .level-1-item {
	position: relative;
	float: left;
	width: 19%;
	margin-left: 1.25%;
}
nav .level-1-item.first {
	margin-left: 0;	
}

nav .level-1-item-link {
	position: relative;
	z-index: 30;
	background: #eaeaea;
	padding: 10px;
	color: gray;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
	border: 1px solid transparent;
}
nav .level-1-item.active .level-1-item-link {
	border-color: gray;
	color: black;
}
nav .level-1-item.has-sub:hover .level-1-item-link {
	border-color: transparent;
}

Dropdown
nav .dropdown-container {
	position: absolute;
	z-index: 20;
	left: 0;
	background: #eaeaea;
	width: 100%;
	height: 0;
	padding: 0 10px;
	overflow: hidden;
}
nav .level-1-item.has-sub:hover,
nav .level-1-item:hover .dropdown-container {
	-moz-box-shadow: 0 0 5px 0px #aeaeae;
	-webkit-box-shadow: 0 0 5px 0px #aeaeae;
	box-shadow: 0 0 5px 0px #aeaeae;
}
.no-boxshadow nav .level-1-item.has-sub:hover,
.no-boxshadow nav .level-1-item:hover .dropdown-container {
	border: 1px solid gray;
}
nav .level-1-item:hover .dropdown-container {
	padding: 10px;
	height: auto;
}

Level 2
nav .level-2-item a {
	margin: 5px 0;
	color: gray;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
}
nav .level-1-item a:hover {
	border-color: gray;
	color: black;
}
nav .level-2-item ul {
	margin: 0 0 10px 10px;
}

Level 3
nav .level-3-item a {
	font-size: 11px;
}
nav .level-1-item a:hover {
}


Breadcrumb
.breadcrumb * {
	padding: 0;
	margin: 0;
	list-style: none;
}
.breadcrumb {
	font-size: 11px;
	width: 100%;
	min-height: 10px;
	padding-bottom: 0;
}
.breadcrumb li {
	float: left;
	margin-left: 5px;
}
.breadcrumb li:before {
	content: ">";
}
.breadcrumb li.first:before,
.breadcrumb li:first-child:before {
	content: "";
}
.breadcrumb li.first,
.breadcrumb li:first-child {
	margin-left: 0;
}
.breadcrumb li.first a,
.breadcrumb li:first-child a {
	padding-left: 0;
}
.breadcrumb span,
.breadcrumb a {
	display: inline-block;
	padding-left: 5px;
} */

/**
 * @project Overheid.nl
 * @author	Stichting ICTU, e-Overheid voor Burgers
 * @name	Navigation stylesheet
 * @version	v102
 */

#menu
{
	height: 29px;
	margin-bottom: 58px;
	position: absolute;
	top: 73px;
	width: 960px;
	background: #000;
	border-top: 11px #E67C00 solid;
	border-color: #FF8A00;
}

#menu *
{
	display: inline;
}

#menu h2, #menu h3
{
	display: none;
}

#menu ul li:first-child a
{
	border: none;
}

#menu li
{
	list-style: none;
}

#menu a
{
	border: none;
	text-decoration:none;
}

/* Two menus on top of page */

#menu .main, #menu .meta
{
	padding: 0;
	height: 30px;
}

#menu .main
{
	float: left;
}

#menu .meta
{
	float: right;
	white-space: nowrap;
}

#menu .main a, #menu .meta a
{
	color: #fff;
	display: inline-block;
	height: 23px;
	padding: 6px 12px 0 11px;
}	#menu .main a:hover, #menu .meta a:hover, #menu .main a:focus, #menu .meta a:focus
	{
		background: #505960;
		color: #fff;
	}
	#menu .main .active a
	{
		background: #8c9db0;
		color: #000 !important;
	}
	#menu .meta .active a
	{
		color: #fff !important;
		text-decoration: underline;
	}
	#menu .main a
	{
		font-weight: bold;
	}
	#menu .meta li:last-child a
	{
		padding-right: 20px;
	}

/* Breadcrumb */

.breadcrumb
{

}	#content .breadcrumb
	{
		position: static;
		padding: 0;
	}
	.header .breadcrumb
	{
		background: #75899f url(../Images/header.png) 0 0;
		width: 475px;
		position: absolute;
		left: 249px;
		top: 113px;
		padding-top: 7px;
		height: 51px;
		line-height: 1em;
	}
	.breadcrumb h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.85em;
		color: #fff;
		display: block;
		margin: 9px 0 0;
	}
	.breadcrumb li
	{
		list-style: none;
		display: inline;
		margin-right: 15px;
	}
	.breadcrumb a
	{
		position:static;
		color: #fff;
		padding: 0 0 0 9px;
		background: url(../Images/bc-wit.png) left center no-repeat;
		text-decoration: none;
	}	#content .breadcrumb li a
		{
			color: #000;
			background-image: url(../Images/bc-zwart.png);
		}
		.breadcrumb a:hover, .breadcrumb a:focus
		{
			color: #fff;
			text-decoration: underline;
		}

/* Instellingen */

.options
{
	margin: 150px 0 0 640px;
	top: 0;
	left: 0;
	position: absolute;
	text-align: right;
	width: 300px;
}

.options li
{
	display: inline;
}

.options a
{
	color: #fff;
	padding: 0 0 0 10px;
	background: url(../Images/bc-wit.png) left no-repeat;
}	.options a:hover, .options a:focus
	{
		color: #fff;
		text-decoration: underline;
		background: url(../Images/bc-wit.png) left no-repeat;
	}

/* Submenu in functie */

#functie .submenu
{
	margin: 0 -10px 15px;
	padding: 0;
}	#functie .submenu li a
	{
		padding: 2px 12px 2px 22px;
		text-decoration: none;
		display: block;
		border: none !important;
		color: #000;
		background: url(../Images/links/link.png) -478px 0 no-repeat;
	}	#functie .submenu li
		{
			list-style: none;
		}
		#functie .submenu li a:hover, #functie .submenu li a:focus
		{
			background-position: 6px 0 !important;
			border-bottom-color: #000;
			color: #000;
		}
		/* sub-submenu */
		#functie .submenu ul a
		{
			padding-left: 32px;
			background-position: -470px 0;
		}
		#functie .submenu ul a:hover, #functie .submenu ul a:focus
		{
			background-position: 15px 0 !important;
		}
		/* sub-sub-submenu */
		#functie .submenu ul ul a
		{
			padding-left: 42px;
			background-position: -460px 0;
		}
		#functie .submenu ul ul a:hover, #functie .submenu ul ul a:focus
		{
			background-position: 25px 0 !important;
		}
	#functie .submenu .active>a, #functie .submenu .active>a:hover, #functie .submenu .active>a:focus
	{
		background-color: #000;
		color: #fff;
	}
	#functie .submenu ul
	{
		border: none;
		margin: 0;
	}
	#functie .submenu li.open>a			{background-image: url(../Images/links/open.png);}
	#functie .submenu li.open.active>a	{background-image: url(../Images/links/link-wit.png);}
	#functie .submenu li.active>a		{color: #fff !important; font-weight: normal;}

/* Tabs */

.tabs
{
	width: 925px;
	height: 20px;
	border-bottom: 1px solid #acb9ca;
	padding: 10px 0;
	margin: 0 12px 5px 20px;
}	.tabs li
	{
		list-style: none;
		float: left;
		list-style-image: none;
		line-height: 17px;
	}
	.tabs a
	{
		text-decoration: none;
		float: left;
		padding: 5px 17px 8px;
		border: none;
		color: #6d7f97;
		font-weight: bold;
	}	.tabs .active a
		{
			border: 1px solid #acb9ca;
			border-bottom-color: #fff;
			background: #fff;
		}
		.tabs a:hover, .tabs a:focus, .tabs .active a
		{
			color: #e67c00;
		}

	#functie + .tabs
	{
		margin-left: 252px !important;
		width: 688px;
	}

	#content .tabs
	{
		margin: 0 0 12px 0;
		width: 440px;
	}

/* Options */

#contrast
{
	position: absolute;
	top: -55px;
	right: 1.7em;
	background: url(../Images/links/small.png) -6px 6px no-repeat;
	color: #000;
	padding: 1px 1px 1px 13px;
	line-height: 18px;

}	#contrast:hover, #contrast:focus
	{
		text-decoration: underline;
		background-position: -5px -133px;
	}

#menu dl, #menu div.tekstgrootte
{
	position: absolute;
	top: -55px;
	right: 20px;
	overflow: visible;
	border: none;
	display: none;
}
#menu div.tekstgrootte
{
  right:-5px;
}
#menu dl a, #menu div.tekstgrootte li a
	{
    display: block;
		text-decoration: none;
		border: 1px solid #bdbdbd;
		color: #000;
		text-align: center;
		width: 15px;
		margin-right: 0;
		line-height: 18px;
		margin-left: 1px;

	}	.header dl a:hover, .header dl a:focus,
		#menu dl a:hover, #menu dl a:focus,
    .header div.tekstgrootte, .header div.tekstgrootte
		{
			background: #000;
			color: #fff;
		}
   #menu div.tekstgrootte h2
   {
    display: inline;
    float:left;
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 2px 5px 2px 0px;
    margin: 0;
   }

   #menu dd, #menu dt, #menu div.tekstgrootte li
	{
		line-height: 18px;
		border: none;
		padding: 1px 0;
		margin: 0;
		width: auto;
		display: block;
		float: left;
		clear: none;
	}
	#menu dt
	{
		font-weight: normal;
		padding-right: 5px;

	}
  .js #menu dl
	{
		display: block !important;
	}
  .js #menu div.tekstgrootte
  {
    display: inline !important
  }

/* Inlog */

.inlog
{
	position: absolute;
	top: 127px;
	width: 940px;
	text-align: right;
}	.inlog *, .inlog
	{
		border: none;
		color: #fff !important;
		font-weight: normal;
	}
.inlog img
{
	vertical-align: -7px;
	margin-left: 5px;
}
