/************************************************************
Title:     Navcontainer | Emile Blume - Netcreators.com
************************************************************/
#navigation ul, #navigation li, #footer ul, #footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Main navigation /////////////////////////////////////////*/
#nav-top {
	left: 298px;
	top: 176px;
	position: absolute;
	z-index: 300;
}

/* Left navigation ///////////////////////////////////////////*/
#nav-left { width:160px; margin-left:16px;}
#nav-left ul, #nav-left li { list-style:none; margin:0; padding:0; }

#nav-left li a {
	color: #222;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing:4px;
	text-decoration: none;
}

#nav-left li a.current { color: #0173BC;}
#nav-left li a:hover { color: #0173BC;}
#nav-left ul ul { padding: 0.3em 0.6em; }

#nav-left li li a{
	color: #0173BC;
	letter-spacing:0px;
	padding-left: 4px;
}

#nav-left li li a:hover { color: #222;}

/* Language selection ////////////////////////////////////////////////////////////////////*/
#language { 
	clear:both; 
	margin:10px;
	width: 150px;
}
#language div, #language img {
	float:left;
	padding-right: 0.3em;
	margin-right: 0.3em;
	display:block;
}

#language a {
	background: url(../img/nl.gif) no-repeat 0 0;
	display:block;
	float:left;
	height: 12px;
	width:20px;
	text-indent:-9999px;
	overflow:hidden;
	padding-right: 0.3em;
	margin-right: 0.3em;
}

#language a.de { background: url(../img/de.gif) no-repeat 0 0;}
#language a.en { background: url(../img/us.gif) no-repeat 0 0;}
#language .active {
	background: url(../img/arrow.gif) no-repeat 0 0;
	padding-left: 10px;
}

/* Breadcrumb navigation ////////////////////////////////////////////////////////////////////*/
#bread { margin-bottom: 1em;}
#bread * { color: #999; margin: 0.3em;}
#bread a { text-decoration: none; }

/* Footer navigation ////////////////////////////////////////////////////////////////////*/
#nav-footer li {
	border-right: 1px solid #CCC;
	display: inline;
	padding: 0 0.3em;
}

#nav-footer li a {
	color: #333;
	text-decoration: none;
}

#nav-top li.last, #nav-footer li.last { border: none;}

/* Anchor tag (quiet) ////////////////////////////////////////////////////////////////////*/
.anchor { float: left; }
