
/* (c) Harald Blazy */

div.container-men-hor-2 {
	clear: both;
	float: left;
/*	width: 100%;*/
	overflow: hidden;
	background: black;
	font-family: Verdana;
	font-size: 1em;
	padding-top:25px;
	padding-bottom:25px;
}

#navi-2 {
	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#navi-2 li {
	float: left;
	position: relative;
	right: 50%;
}

#navi-2 a {
	transition: .3s ease;
	width: auto;
	display: block;
	padding:0 10px;
	line-height: 2.5em;
	min-width: 60px;
	text-align: center;
	color: #ccc;
	background: #333;
	background: #444;
	border:1px solid black;
	text-decoration:none;
	outline: none;
	white-space: nowrap;
}

#navi-2 a:hover {
	background: #4CAF50;
	background: #555;
/*	color: white;*/
	transition: .3s ease;
} 

#navi-2 a.aktiv {
	background: #4CAF50;
	color: white;
} 
