body
{
background: #4f4e38;

}

#container_navsection
{
	background: #4f4e38;
}

#container_headline
{
background: #4f4e38;
border-bottom: 1px solid #9b7842;
}

#logo
{
	position: absolute;
	background: url('../images/logo_wms_adler.svg') 0px 0px no-repeat;
	background-size: 90px;
	width: 90px;
	height: 90px;
	top: 0px;
	left: 0px;
	z-index: 201;
}

#container_footer
{
	background: #4f4e38;
}

#container_copyright
{
	background: #4f4e38;
}

/* iPad Air */
@media screen and (min-width : 725px) {
	#logo
	{
		background-size: 100px;
		width: 100px;
		height: 100px;
		left: 0px;
		top: -26px;
	}
}

	#logo_link
	{
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}
	
.sf-menu a {
	color: #b2b2b2;
}

.current a,
.sf-menu li a:hover {
	color: #9b7842!important;
	cursor: pointer;
}