.content_wrap, ul.formular_tabs li.active, ul.formular_tabs li:hover {
    background-color: #B3B3B3;
	
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #B3B3B3), color-stop(1, #E6E6E6));
    background-image: -o-linear-gradient(left center , #B3B3B3 0%, #E6E6E6 100%);
    background-image: -moz-linear-gradient(left center , #B3B3B3 0%, #E6E6E6 100%);
    background-image: -webkit-linear-gradient(left center , #B3B3B3 0%, #E6E6E6 100%);
    background-image: -ms-linear-gradient(left, #B3B3B3 0%, #E6E6E6 100%);
    background-image: linear-gradient(left center , #B3B3B3 0%, #E6E6E6 100%);
}

#statusbar {
	text-shadow: 1px 1px #777;
}

.logo_mandant {
	top: -18px;
	height: 110%;
}