#navigationMeta {
	font-size: 22px;
	line-height: 25px;
	color: #ffffff;
	font-weight:300;
	
	padding-top: 63px;;
}
#navigationMeta a { color: #ffffff; }
#navigationMeta a:hover { color:#e42c2a; }


#navigation {
	font-weight:300;
	font-size: 22px;
	line-height: 1; /* oder höher, wenn links unten nicht angeschnitten */
	text-align: left;
	
	margin: 0 auto;
	margin-top:19px;
	padding:13px 8px 0 9px;
	max-width: 670px;
	min-width: 670px;
	width: 99%;
	min-height:52px;
	
	background-color:rgba(255,255,255,0.8);
	position:relative;
	z-index:1;
}
#navigation ul {
	margin-top:0px;
	margin-bottom: -6px !important; /* Hack wegen Überhöhe. Werte > 6 ohne Einfluss */
	padding: 0;
	text-align: justify;
}
#navigation li {
	display: inline-block;
	list-style: none;
}
#navigation #naviDummyLi {
	padding-left: 100%;
}

#navigation a { 
	color:black;
	/*color:rgb(0, 61, 110);*/
	text-decoration:none; 
}
#navigation a:hover { color:#e42c2a; }

#navigation li a {
	padding: 16px 0; /* prop Hms */
}

/* Auszeichnung */
.hmAktiv { color:#e42c2a !important; }



/* ----- Ums -----*/

/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/*.umAktiv { color:#2B388F !important; }*/

.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
	font-size: 20px;
	line-height:23px;
	
    position: absolute;
    top: 100%;
    left: -9px;
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
	padding: 11px 0 0 0 !important;
	margin: 0;
	
	background-color:transparent;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.11);
}
.dropit-submenu li {
	text-align:left;
	padding: 7px 4px 7px 10px;
	min-width:250px;
	background-color:rgba(255,255,255,0.95); 
}
.dropit-submenu li a { 
	color:#e42c2a;
	display:block; 
	padding: 0 !important;
}

.dropit-submenu li:first-child {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.dropit-submenu li:last-of-type {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* Auszeichnung */
.umAktiv { color:#e42c2a !important; }

/* Verwendung als reines CSS, ohne dropit.js */
/*.dropit-trigger:hover .dropit-submenu { display : block; }*/





/* ANFANG Sitemap */
#sitemap {
	/*font-weight:300;
	font-size: 16px;*/
	line-height: 1; /* oder höher, wenn links unten nicht angeschnitten */
	text-align: left;

	margin: 0 auto;
	margin-bottom:0px;
	padding:10px 0px 0 0px;
	max-width: 840px;
	min-width: 840px;
	width: 99%;
	min-height:52px;

	/*background-color:rgba(255,255,255,0.9);*/
	position:relative;
	z-index:1;
}
#sitemap ul {
	margin-top:0px;
	margin-bottom: -6px !important; /* Hack wegen Überhöhe. Werte > 6 ohne Einfluss */
	padding: 0;
	text-align: justify;
}
#sitemap li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
}
#sitemap li p {
	padding-top: 6px;
}
#sitemap #naviDummyLi {
	padding-left: 100%;
}
#sitemap a { 
	color:black; 
	/*color:rgb(0, 61, 110);*/
	text-decoration:none; 
}
#sitemap a:hover { color:#e42c2a; }

/* Auszeichnung */
/*#sitemap .hmAktiv { color:#e42c2a !important; }
#sitemap .umAktiv { color:#e42c2a !important; }*/
/* ENDE Sitemap */