/**
	Differenzen zwischen den Layout 1-n
 */

/*
#menu_detail  {
	text-align: center;
}

.btnMenu {
	position: relative;
	height: 45px;
	display: inline-block;
	font-family:"Kiro W03 ExtraBold";
	color: #A3A3A3;
	padding: 10px 25px;
}

.btnMenu:focus, .btnMenu:hover, .btnMenu:active {
    background-color: #A3A3A3;
    color: #000;
}

.btnMenu i{
	display: inline-block;
	position: absolute;
	float: none;
	top: 20px;
	overflow: hidden;
	right: 45%;
	color: inherit;
}

@media screen and (max-width: 550px){
	.btnMenu {display: block; }
}
*/