#navi{
	background: -moz-linear-gradient(top,  rgba(103,174,229,0.11) 0%, rgba(103,174,229,0.11) 89%, rgba(103,174,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(103,174,229,0.11)), color-stop(89%,rgba(103,174,229,0.11)), color-stop(100%,rgba(103,174,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(103,174,229,0.11) 0%,rgba(103,174,229,0.11) 89%,rgba(103,174,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(103,174,229,0.11) 0%,rgba(103,174,229,0.11) 89%,rgba(103,174,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(103,174,229,0.11) 0%,rgba(103,174,229,0.11) 89%,rgba(103,174,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(103,174,229,0.11) 0%,rgba(103,174,229,0.11) 89%,rgba(103,174,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c67aee5', endColorstr='#67aee5',GradientType=0 ); /* IE6-9 */
}

#ul-container{
	width: 1080px;
    margin: 0 auto;
}
ul.Level-1 {
    width: 100%;
    margin: 0;
    list-style: none; 
	display:inline-flex;
	direction:rtl;
	height: 53px;
}

ul.Level-1 > li {
    position: relative;
	border-top: 2px;
	border-top-color:transparent;
	border-top-style:solid;
	margin:0 2px;
}

ul.Level-1 > li > a {
    float: left;
    padding: 0px 21px;
    text-decoration: none;
	line-height:55px;
}

ul.Level-1 > li:hover{
	border-top-color:rgba(0,56,130,1.00);
}

ul.Level-1 > li:not(.nav-aktiv) > a{
	color:#000000;
}

ul.Level-1 > li:first-child > a:first-child{
	padding-right: 10px;
	padding-left:  11px;
}

*html .Level-1 li a:hover { /* IE6 */
    color: #FFFFFF;
}

.Level-1 li:hover > .Level-2 {
    display: block;
}

.Level-2{
	margin: 0;
	padding: 28px 0 0 0;
	position: absolute;
	top: 35px;
	left: -1px;
	display: none;
	z-index:3;
}

/* Sub-menu */
.Level-2 ul {
	list-style: none;
	z-index: 99999;
	background-color: rgb(0,56,130);
	border-radius: 1px;
	direction:ltr;
	padding-left: 0;
}

.Level-2 ul li {
    margin: 0;
    padding: 0;
    display: block;  
}

.Level-2 ul li a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    text-transform: none;
	text-decoration:none;
	color:rgba(255,255,255,1.00);
}

*html .Level-2 ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html Level-2 ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

.Level-2 ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

/*Pfeil*/
.Level-2 ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 13px;
    top:  20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: rgb(0,56,130);
}

.Level-2 ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

/* Clear floated elements */
.Level-1:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.nav-aktiv{
	background-color:rgba(0,56,130,1.00);
}

.nav-aktiv a{
	color:rgba(255,255,255,1.00);
}
	
* html .Level-1             { zoom: 1; } /* IE6 */
*:first-child+html .Level-1 { zoom: 1; } /* IE7 */

@media only screen and (min-width: 320px) and (max-width: 1079px) and (max-resolution: 1dppx){
	#ul-container{
		width: 100%;
	}
	
	.Level-1{
		padding-right: 10px;
	}
}




