

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* Standardlinks */
nav a:link, nav a:visited, nav a:active {
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}

/* Basic Styles */
#nav-aussen {
	background: #f9f9f9;
/*	background: rgb(255, 255, 255); */
/*	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(231, 231, 231) 79%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(231, 231, 231) 79%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(231, 231, 231) 79%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(231, 231, 231) 79%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(231, 231, 231) 79%);
*/
}

/* Basic Styles */
nav {
	width: 100%;
	background: transparent;
	font-size: 140%;
	font-family: 'Roboto','Open Sans', sans-serif;
	font-weight: bolder;
	position: relative;
	margin-bottom: 3%;
	
}
nav ul {
	padding: 0;
	margin: 0px;
	width: 99%;
}
nav li {
	display: inline;
	float: left;
	margin-right: 0%;
}
nav a {
	display: inline-block;
	/* width: 150px; feste Breite aller links oben */
	width: auto; /* angepasste Breite aller Links oben*/
	background-color: transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 0 22px;
	line-height: 90px; /*Höhe der Menübutton */
	text-shadow: 1px 1px 1px rgba(249, 249, 249, 1);

}
nav li a {
	border-right: 1px solid transparent;
	background-image: url(../images/hg_topnav.png);
	background-position: 50% -110px;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active, nav a.menu-current, nav a.menu-parent {
	color: #f5fffa;
	text-shadow: none;
/*	background-color: #369724; */
	background-image: url(../images/hg_topnav.png);
	background-position: center;
	background-position: 50% 0px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}


