div.logo {
  background-image: url(/styles/_domains/ziemann.staging.icc.systems/logo.png) !important;
  background-position: 0px 7px !important;
  
  width: 950px;
  margin: 2px 2px;

}

div.header {
	background: linear-gradient(#212c40, #212c40) !important;
	
	background-color: #FFF !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% 32px !important;
}

div#wrapper {
    background-size: 150px !important;
    background-position: 98% 93% !important;
}

h1.maintitle {
	visibility: hidden;
    position: relative;
}
h1.maintitle:after {
	visibility: visible;
	position: relative;
    top: 0;
	left: -370px;
    content: "Willkommen im Portal der Ziemann Gruppe";
}

#leftbar a:hover {
	color: #212c40 !important;
}

#leftbar .submenulinkactive {
	color: #212c40 !important;
}

a:hover {
	color: #212c40 !important;
}

div.headmenu a:hover {
	color: #EFEFEF !important;
}

#footer div.export {
	display: none !important;
}