/* @override http://www.landservice-rlp.de/css/navi.css */

/**
 *  Project: lwk-rlp.de
 *  -Sheet: horizontale Navigation
 *
 *  @author      Jochen Pollex
 *  @copyright   Jochen Pollex
 *
 */

#top-navi {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #005B0E !important;
}

#top-navi table {
	border-collapse: collapse;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	border-bottom:1px solid #fff;
}

#top-navi table td {
	width: 20%;
	margin: 0;
	padding: 0;
	border:none !important;
}

#top-navi table  td  a {
	padding: 0 !important;
	margin: 0;
	display: block;
	padding-left: 6px !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height:24px;
	border-right:1px solid #fff !important;
}

#top-navi table  td  a .txt {
	padding-left: 0.4em;
	padding-right: 0.1em;
}

#top-navi table  td.a-3  a {
	display: block;
}

#top-navi table  td.active a {
	background: #f0e7d7;
	color: #800000;
}

#top-navi table  td  a:hover, #top-navi table  td.active a:hover {
	
}

/*
 * horizontale Navigation
 *
 */

#top-navi table  td.a-1 a {
	background: #C74E05;
	color: #fff;
}

#top-navi table  td.a-1 a:hover {
	background: #D9E7DB;
	color: #005B0E;
}

#top-navi table  td.a-2 a {
	background: #F8970B;
	color: #FFF;
}

#top-navi table  td.a-2 a:hover {
	background: #D9E7DB;
	color: #005B0E;
}


#top-navi table  td.a-3 a {
	background: #80AF00;
	color: #FFF;
}

#top-navi table  td.a-3 a:hover {
	background: #D9E7DB;
	color: #005B0E;
}


#top-navi table  td.a-4 a {
	background: #21557C;
	color: #FFF;
}

#top-navi table  td.a-4 a:hover {
	background: #D9E7DB;
	color: #005B0E;
}

#top-navi table  td.a-5 a {
	background: #E0B22A;
	color: #FFF;
	border-right: none;
}

#top-navi table  td.a-5 a:hover {
	background: #D9E7DB;
	color: #005B0E;
}

/* letzter Navigationspunkt  */

#top-navi-right {
	margin: 0px;
	padding: 0px;
	border: 0;
	border-bottom: 1px solid #005B0E !important;
	float: right;
	width:100%;
}

#top-navi-right table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0;
	border-bottom:1px solid #fff;
}

#top-navi-right table td {
	margin: 0px;
	padding: 0px;
	border:none !important;
	width: 11.3em;
}

#top-navi-right table  td  a{
	padding: 0 !important;
	margin: 0;
	display: block;
	padding-left: 6px !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height:24px;
}

#top-navi-right table  td.active a {
	background: #f0e7d7;
	color: #800000;
}


#top-navi-right table  td.a-6 a:hover {
	background: #D9E7DB;
	color: #005B0E;
}

#top-navi-right table  td.a-6 a {
	background: #005B0E;
	color: #FFF;
}

.navi-green {
	padding: 0;
	margin: 0;
	background-color: #005B0E;
}

.navi-green-b {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #005B0E;
}

.navi-green-b-bttm {
	padding: 0;
	margin: 0;
	border-top: 1px solid #005B0E;
	position: fixed;
	bottom: 0px;
	width:  182px;
}

.navi-green a {
	color: #FFF;
	text-decoration: none;
	margin-right: 1px;
	font-weight: bold;
}

.navi-green {
	padding: 0;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	font-size: 0.650em;
	padding: 2px;
	text-align: center;
}

ul.greennavlist {
	padding: 0;
	margin: 0;
	display: block;
	border: 1px solid #005B0E;
}

ul.greennavlist li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 1px;
	margin-top: 2px;
	font-size: 0.650em;
	background-color: #005B0E;
	color: #FFF;
}

ul.greennavlist li a {
	padding: 0;
	margin: 0;
	display: inline;
	color: #FFF;
	text-decoration: none;
}


ul.greennavlist li a:hover, ul.navlist li#active a:hover {
	color: yellow;
}

.logoutlink {
	display: block;
	border: 2px solid #f00;
	background-color: white;
	text-align: center;
}

.editnavigation {
	display: block;
	border: 2px solid #008000;
	background-color: white;
	color: #0000ee;
	margin: 4px 0px 4px 0px;
	text-align: center;
}

.switchButton {
	display: block;
	border: 2px solid #008000;
	background-color: white;
	color: #0000ee;
	margin: 4px 0px 4px 0px;
	text-align: center;
}