@charset "iso-8859-1";
.hl-subnavi {
	font-size: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 10px;
	display: block;
	color: rgba(151,166,199,1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(151,166,199,1);
}
/* CSS Document */


ul.subnavi {
	list-style: none; /* Hiermit wird der obere Rand für die Hyperlinks erstellt. Alle anderen werden mit einem unteren Rand im LI-Element platziert. */
	margin-bottom: 15px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}

ul.subnavi li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(151,166,199,1);
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.subnavi a, ul.subnavi a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */
	display: block; /* Hiermit werden die Blockeigenschaften für den Hyperlink angegeben, sodass das gesamte umschließende LI-Element aufgefüllt wird. Hiermit wird angegeben, dass der gesamte Bereich auf einen Mausklick reagiert. */
	-webkit-transition: all 0.200s linear;
	-moz-transition: all 0.200s linear;
	-ms-transition: all 0.200s linear;
	-o-transition: all 0.200s linear;
	transition: all 0.200s linear;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #039;
	font-size: 15px;
	margin: 0px;
	/* [disabled]box-shadow: 0px 0px 0px rgba(255,255,255,1); */
}
ul.subnavi a:hover, ul.subnavi a:active, ul.subnavi a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	color: rgba(0,28,85,1);
	background-color: #DEE4EF;
	background-repeat: no-repeat;
	/* [disabled]box-shadow: inset 2px 2px 3px rgba(0,0,0,0.2); */
}
