@charset "ISO-8859-1";

@media screen {

/* Container element holding the second level top navigation list */
#topnav2 ul a {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #006c8c; /* Blau100 */
}

#topnav2 ul a:hover {
	text-decoration: none;
}

#topnav2 {
	background-color: #21819d;
	border-top: 1px solid #005068; /* Blau125 */
	height: 29px;
	width: 955px;
	background-image: url('../img/navleiste2.gif');
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 1px;
}

#topnav2 ul a.level0 {
	border-left: 1px solid #9acbd9; /* Blau75 */
	padding: 7px 16px 6px 16px;
	line-height: 29px;
	font-weight: bold;
	color: #ffffff; /* Weiß */
}

#topnav2 ul li.is-first a.level0 {
	border-left: none;
}

#topnav2 ul li.is-active a.level0 {
	background-color: #005068; /* Blau125 */
}

#topnav2 ul a.level0:hover {
	background-color: #005068; /* Blau125 */
}

#topnav2 ul, #topnav2 ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topnav2 ul li.group {
	font-weight: bold;
}

#topnav2 ul li {
	font-weight: normal;
}

#topnav2 ul li.level0 {
	display: inline;
	float: left;
	position: relative;
}

#topnav2 ul div.dropdown-container {
	position: relative;
	overflow: hidden;
	border: 1px solid #005068; /* Blau125 */
	background-color: white;
}

#topnav2 ul div.dropdown-container ul {
	width: 220px;
	height:100%
}

#topnav2 ul div.dropdown-container li {
	width: 100%;
	display: block;
}

#topnav2 ul div.dropdown-container a {
	padding: 3px 5px 3px 21px;
	line-height: 15px;
	width: 100%;
	margin: 0px;
	display: inline-block;
}

#topnav2 ul div.dropdown-container li.group a {
	background-image: url('../img/topnav/topnav_group_marker.gif');
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

#topnav2 ul div.dropdown-container a:hover {
	background-color: #ddebc2; /* Grün50 */
}

#topnav2 ul div.shadow {
    -webkit-box-shadow: 5px 5px 5px #006c8c;
    -moz-box-shadow: 5px 5px 5px #006c8c;
    box-shadow: 5px 5px 5px #006c8c;
	filter: progid:DXImageTransform.Microsoft.DropShadow(color=#006c8c, offx=3, offy=3);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#006c8c, offX=3, offY=3)"; /* >= IE8 */
	position: absolute;
	display: none;
	max-width: 200px;
	width: 200px;
}


#topnav2 ul li.is-first div.shadow {
	left: 2px;
}

}
