#head_menue {
	float: right;
	width: 80%;
	text-align: right;
	margin-top: 0.3%;
}




/* ******************************* */
#nav {
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul#navigation {
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul#navigation li {
	font-size:12px;
	display: inline;
	position: relative;
	vertical-align: top;
}

ul#navigation li a {
	color:#737373;
	text-decoration:none;
	display:inline-block;
	-webkit-transition:border-bottom-color 0.2s linear, visibility 0.2s linear;
	-moz-transition:border-bottom-color 0.2s linear, visibility 0.2s linear;
	-o-transition:border-bottom-color 0.2s linear, visibility 0.2s linear;
	transition:border-bottom-color 0.2s linear, visibility 0.2s linear;
	font-size: 1.05vw;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 7.7%;
	margin-bottom: 0px;
	margin-left: 0%;
	border-bottom-width: 0.3vw;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	line-height: 1.05vw;
	padding-top: 3.075%;
	padding-bottom: 3.075%;
	vertical-align: bottom;
}
.pfeil {
		font-size:0.7vw; 
		line-height:0.7vw;
		}

.link_rahmen {
border-bottom-color: #ff6600 !important;
}

.kein_abstand {
	margin-right: 0% !important;
	width: 7%;
}
.sprache_aendern {
	width: 100%;
	font-size: 0.85vw;
	clip: rect(auto,auto,0px,auto);
	position: relative;
	text-align: left;
	bottom: 0px;
	line-height: 0.85vw;
}
.sprache_aendern img{
	font-size: 0.85vw;
	width: 33%;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	bottom: 0%;
	background-color: #FFF;
}


ul#navigation li a:hover {
	color: #333;
	font-size: 1.05vw;
	line-height: 1.05vw;
	border-bottom-color: #ff6600;
}

ul#navigation li:hover > a {



}

/* Drop-Down Navigation */


ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	visibility:hidden;
	position: absolute;
	z-index: 99999;
	width:100%;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear;
	-o-transition:opacity 0.2s linear, visibility 0.2s linear;
	transition:opacity 0.2s linear, visibility 0.2s linear;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#navigation ul {
	left: 1px;
	z-index: 2;
}

ul#navigation ul li ul {
	top: 0;
}
#rahmen {
	width: 125%;
	margin-left: -1.5%;
	position: absolute;
	border-top-width: 0.3vw;
	border-top-style: solid;
	border-top-color: #ff6600;
	margin-top: -0.28vw;
}


ul#navigation ul li {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-right: 30px;
}

ul#navigation ul li a {
	color:#636363;
	text-shadow:0px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	padding-top: 4%;
	padding-right: 9%;
	padding-bottom: 8%;
	padding-left: 9%;
	font-size: 1.05vw;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cacccd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e9ebeb;
	border-right-width: 1px;
	border-bottom-width: 0.2vw;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cacccd;
	border-bottom-color: #FFF;
	text-align: left;
	width: 81.5%;
}
ul#navigation ul li a:hover {
	background-color: #f4f4f4;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cacccd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e9ebeb;
	color: #737373;
	border-bottom-width: 0.2vw;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
}
