/*//***********************************************************
Title:     Navcontainer
Author:    Emile Blume - Netcreators.com
************************************************************/

#main a.no-link { text-decoration: none;}

/* Top navigation ////////////////////////////////////////////////////////////////////////*/
#nav-top { width: 952px; margin: auto; }
#nav-top ul {
	background: #00662C;
	height: 27px;
	width: 760px;
	//width: 750px;
	top: 136px;
	left: 202px;
	position: absolute;
}

#nav-top li { display: inline; float: left; }
#nav-top a {
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 27px;
	height: 27px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
}

#nav-top a:hover { background: #F09A2F; }
#nav-top .active, #nav-top a.active:hover { background: #FFFFFF; color: #000000; }

/* Home navigation ////////////////////////////////////////////////////////////////////////*/
#nav-home { position: absolute; top: 136px; left: 140px; //15 }

//#nav-home li {
//#	background: #00662C;
//}

#nav-home a {
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 27px;
	height: 27px;
	text-decoration: none;
}

/* Left navigation TB////////////////////////////////////////////////////////////////////////*/
#nav-tb {
	top: 262px;
	position: relative;
	width: 202px;
}

#nav-tb.open { top: 25px; }
#nav-tb h3, #nav-tb h4 {
	background: #A6A8AA;
	border-bottom: 1px solid #A6A8AA;
	color: #FFFFFF;
	display: block;
	height: 1%;
	line-height: 23px;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	padding-left: 14px;
}

#nav-tb h4 {
	background: #E6E6E7;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 0px;
}

#nav-tb h4 a {
	_padding-top: 6px;
	_padding-bottom: 6px;
}

#nav-tb h4 img {
	margin-right: 7px;
}

#nav-tb a {
	color: #6C6E70;
	display: block;
	height: 1%;
	line-height: 23px;
	font-size: 0.9em;
	text-decoration: none;
}

#nav-tb a:hover {
	color: #F09A2F;
}

#nav-tb ul, #nav-tb li {
	background: #F5F5F5;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#nav-tb ul a {
	padding-left: 14px;
}

#nav-tb.open h4 {
}

#nav-tb.open h4 a {
	background: url(../images/tb-arrow-grey-down.gif) #E6E6E7 no-repeat bottom left;
	padding: 0;
	padding-left: 14px;
}

/* Left navigation ////////////////////////////////////////////////////////////////////////*/
#nav-left {
	//top: 25px;
	//position: absolute;
	//width: 202px;
	margin-top:25px;
}

#nav-left li a {
	/* background: url(../images/arrow-grey.gif) no-repeat left; */
	border-bottom: 1px solid #FFFFFF;
	color: #6C6E70;
	display: block;
	height: 1%;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 23px;
	padding-left: 14px;
	text-decoration: none;
}


#nav-left li a:hover {
	/* background: url(../images/arrow-orange.gif) no-repeat left #F09A2F;*/
	background: #F09A2F;
	color: #FFFFFF;
}

#nav-left .active {
	background: #FFFFFF;
	color: #000000;
}

#nav-left li a.active {
	/* background: url(../images/arrow-grey-down.gif) no-repeat left #FFFFFF; */
	background: #FFFFFF;
	color: #000000;
}

#nav-left ul ul {
	background: #FFFFFF;	
}

#nav-left ul ul a {
	background: none;
	color: #6C6E70;
	padding-left: 24px;
}


/* bedrijven ////////////////////////////////////////////////////////////////////////*/
#bedrijven {
	background: url(../images/arrow-orange-high.gif) no-repeat left top;
	padding-left: 16px;
	margin-top: 25px;
	float: left;
}

#bedrijven h3 {
	font-size: 11px;
}

#bedrijven select {
	width: 180px;
}

/* RSS ////////////////////////////////////////////////////////////////////////*/
#rss {
	display: block;
	top: 10px;
	right: 0px;
	position: absolute;
}

/* Language navigation ////////////////////////////////////////////////////////////////////////*/
#language, #language-es {
	top: 10px;
	left: 780px;
	position: absolute;
	width: 150px;
}

#language-es { left:883px; right:1px; width:50px; z-index:10;}
#language a, #language-es a {
	color: #00662C;
	border-left: 1px solid #00662C;
	font-size: 0.9em;
	/*float: right;*/
	padding-left: 0.3em;
	padding-right: 0.3em;
	text-decoration: none;
}

#language .hide { display: none;}
#language a.no { border: 0;}

/* Breadcrumb navigation ////////////////////////////////////////////////////////////////////////*/
#bread {
	//color: #C5C7C9;
	color: #00662C;
	font-size: 0.8em;
	text-align: right;
	margin-top: 8px;
	width: 500px;
}

#bread a {
	color: #00662C;
	text-decoration: none;
	margin-left: 0.3em;
}

/* Footer navigation ////////////////////////////////////////////////////////////////////////*/
#footer {
        top: 260px;
        position: relative;
}

#footer ul {
	margin-top: 2.6em;
	margin-left: 16px;
}

#footer li {
	display: inline;
}

#footer li a {
	color: #A6A8AA;
	font-size: 0.9em;
	text-decoration: none;

	border-right: 1px solid #A6A8AA;
	margin-right: 0.8em;
	padding-right: 0.8em;auto
}

#footer li.last a { border: 0;}

