
/* Navigationen */


/* Main-Navigation */

.mainnav {
	border: 1px solid #eee;
	border-left-width: 0;
	border-right-width: 0;
	margin: 32px -10px 0 -10px;
}

.nav-main {
	float: left;
	margin: 11px 0 0 0;
	padding-bottom: 11px;
}

.nav-main li {
	float: left;
	margin-right: 2.5em;
	text-transform: uppercase;
}

.nav-main .nav-text {
	color: #333;
	border-width: 0;
	padding: 3px 6px 3px 6px;
}

.nav-main a:focus,
.nav-main a:hover {
	background-color: #0E5F7E;
	color: #FFF;
}

.nav-main .nav-active-path .nav-text,
.nav-main .nav-active-element .nav-text {
	color: #0E5F7E;
	font-weight: bold;
}

.nav-main .nav-active-path a:focus,
.nav-main .nav-active-path a:hover {
	color: #FFF;
	background-color: #C5C7C8;
}

.nav-main .first-child {
	margin-left: -4px;
}

.nav-main .last-child {
	margin-right: 0;
}


/* Sub-Navigation */

.nav-sub li {
	font-size: 0.857em;
	line-height: 1.833;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: -10px;
	margin-right: -10px;
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	zoom: 1;
}

.nav-sub .nav-text {
	border-width: 0;
	color: #777;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-sub li.hover {
	border-color: #ddd;
}

.nav-sub .nav-active-element {
	border-color: #bbb;
}

.nav-sub a:focus,
.nav-sub a:hover {
	color: #333;
	background: url(../img/small-arrow.png) no-repeat 98% 50%;
}

.nav-sub .nav-active-element .nav-text {
	background: url(../img/small-arrow-active.png) no-repeat 98% 50%;
	color: #333;
}


/* Collapsible */

.collapsible li span {
	color: #0E5F7E;
	padding-left: 1.2em;
	background: url(../img/small-arrow.png) no-repeat left 50%;
	cursor: s-resize;
}

.collapsible .collapsed span:hover {
	background-image: url(../img/small-arrow-active.png);
}

.collapsible .expanded span {
	background-image: url(../img/small-down-arrow.png);
	cursor: n-resize;
}

.collapsible li ul {
	margin-bottom: 11px;
}
	
/* Sys-Nav & Extras */

.extras {
	float: right;
	margin-top: 11px;
	margin-right: -10px;
}

.extras .nav-text {
	color: #777;
	font-weight: normal;
}

.extras a:focus,
.extras a:hover,
.extras .nav-active-element span {
	border-bottom: 1px solid #777;
}

.extras ul,
.extras li {
	float: left;
}

.extras li {
	font-size: 0.857em;
	font-weight: bold;
	line-height: 1.833;
	margin-right: 20px;
}

.extras li.last-child {
	margin-right: 0;
}

/* rechtsgebietsgruppe-liste-startseite */

.rechtsgebietsgruppe-liste-startseite {
	font-size: 1.2857em;
}

.rechtsgebietsgruppe-liste-startseite li {
	float: left;
}