nav{
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
  background: rgba(0,0,40,0.50);
	padding-left: 20px;
	margin: 0 20px 0 -20px;
	color: orange;
}
	nav ol{
    background: rgba(0,0,40,0.3);
    padding-left: 10px;
    margin-left: 0;
		list-style: none;
		list-style-position: inside;
		line-height: 2em;
	}
	nav > ol{
		background: none;
		margin-top: 10px;
	}
		nav ol.langs{
			line-height: 16px;
		}
      nav ol.langs img{
        float: left;
      }
      nav ol.langs li{
        display: table-cell;
        padding: 0.5em;
      }
	nav li a{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		font-weight: bold;
    font-size: 150%;
    line-height: 2em;
		text-decoration: none;
	}
		nav li li a{
      font-weight: normal;
		}
			nav li li li a{
	      font-size: 85%;
			}
		nav li small a{
      font-weight: normal;
			opacity: 0.7;
			font-size: x-small; 
		}
	nav a, nav a:visited{
		color: orange;
	}
	nav a.current, nav a:focus{
		color: yellow;
	}
	nav a:hover{
		border-bottom: none;	
	}
	nav a:active, nav a:focus{
		outline: none;
	}
	
	nav a.admin{
		color: #f44;
	}

	nav footer{
		height: 150px; 
		width: 150px;
		background: url(../images/schweissen-orange-150x150.png) bottom left no-repeat;
	}
