/* Clearfix */
.clearfix:before,
.clearfix:after {
   	content: " ";
    display: table;
	position:relative;
	
}
.clearfix:after {
    clear:none;
}
.clearfix {
    max-height:35px;
	padding:0;
}

/* Basic Styles */

nav {
    position: relative;
    height: 35px;
    font-size: 11pt;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: 300;
    border-bottom: none;
    left: 340px;
    top: 75px;
    width: 1100px;
}

nav ul {
	position:absolute;
	padding: 0;
	margin: 0 auto;
	height: 35px;
	width:100%;
	
}


nav li {
	display:block;
	float: left;
	background: rgba(30, 28, 30, 0.90);
	padding:0 2px 0 2px;
	min-width:50px;
}
nav a {
	color: #fff;
	display: inline;
	width: 100%;
	padding:0 10px 0 10px ;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	text-shadow: none;
}
nav li a {
	border-right: 1px solid #636161;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	min-width:80px;
	
}
li.orange {
    background-color: #fd8a04;
}
/* aus dropdownmenu übernommen*/
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    visibility: hidden;
	
}

    nav ul li {
    list-style: none;
    float:left;
	
}
nav ul li a {
    display: block;

}

nav ul li:hover > ul{
    visibility: visible;
}
nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
	
}

nav ul li ul a{
    display: inline;
	padding:0 20px 0 20px ;
	margin:10px;
}

nav ul li ul li{
    float: none;
	width:294px;
	
}

nav ul li ul li a:hover{
    color: #fd8a04;
}

/* aus dropdownmenu übernommen*/


nav li:last-child a {
    border-right: 0;
    background: #fd8a04;
    padding-left: 15px;
    margin-left: 2px;
}
nav a:hover, nav a:active {
	background: rgba(30, 28, 30, 0.90);
}
nav a#pull {
	display: none;
}


/*Styles for screen 800px and lower*/
@media screen and (max-width: 800px) {
	nav { 
  		height: auto;
		float:left;
		margin:0;
		padding:0;
		left:0;
		top:20px;
		width:100%;
  	}
  	nav ul {
  		height: auto;
		float:left;
		width:100%;
  	}
  	nav li {
  		min-width: 10%;
  		float: left;
  		position: relative;
		margin:0;
		padding:3px;
  	}
  	nav ul li ul li{
    float: none;
	position: relative;
	
}


}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		display: block;
		border-bottom: 0;
		width:100%;
		position:absolute;
		top: 20px !important;
		z-index:1;
	}
	nav li {
  		min-width: 100%;
  		float: none;
		margin:0;
  	}
	nav ul {
		display: none;
		height: auto;
	}
	
	
nav li a {
		border-bottom: 1px solid #576979;
	}
	nav a#pull {
    	display: block;
    	color: #E7E7E7;
   	 	width: 10%;
   	 	height: 10%;
    	position: relative;
    	background: none;
    	float: right;
    	margin-right: 20px;
    	z-index: 1 !important;
}
nav a#pull:after {
		content:"";
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

}
