@CHARSET "UTF-8";

#switcher {
	position: absolute;
	/*left: 50%;
	margin-left: -496px;*/
	margin-top: -142px;
	height: 172px;
	/*width: 992px;*/
	width: 100%;
	z-index: 1003;
	background-repeat: repeat-x;
	background-image: url(/fileadmin/default/images/switcher/body.png);
	background-position: center top;
}

.switcherItem {
	float: left;
	margin-top: 32px;
	width: 112px;
	height: 80px;
	background-color: red;
	margin-right: 4px;
}

.switcherItemLogo {
	float: left;
	width: 292px;
	height: 112px;
	background-color: red;
	margin-right: 4px;
}

.switcherItemBlock {
	margin-top: 16px;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
}

.switcherBox {
	width: 992px;
	margin-left: auto;
	margin-right: auto;
}

#sLogo {
	display: block;
	float: left;
	background-image: url(/fileadmin/default/images/switcher/b00.png);
	background-position: 0 -144px;
	width: 344px;
	height: 144px;
}

#sLogo:hover {
	background-position: 0 0;
}

a.campaignLogo {
	float: left;
	display: block;
	width: 108px;
	height: 96px;
	margin-top: 48px;
}

a.campaignLogo:hover {
	background-position: 0 -96px;
}

#sBauxite {
	background-image: url(/fileadmin/default/images/switcher/b01.png);
}

#sProduction {
	background-image: url(/fileadmin/default/images/switcher/b02.png);
}


#sTransport {
	background-image: url(/fileadmin/default/images/switcher/b03.png);
}

#sBuilding {
	background-image: url(/fileadmin/default/images/switcher/b04.png);
}

#sPackaging {
	background-image: url(/fileadmin/default/images/switcher/b05.png);
}


#sRecycling {
	background-image: url(/fileadmin/default/images/switcher/b06.png);
}

body.greenbuilding #sBuilding {
	background-position: 0 -96px;	
}

body.transport #sTransport {
	background-position: 0 -96px;	
}

body.recycling #sRecycling {
	background-position: 0 -96px;	
}

body.packaging #sPackaging {
	background-position: 0 -96px;	
}

#switcher a.arrow {
	display: block;
	background-image: url(/fileadmin/default/images/switcher/pfeil_unten.png);
	width: 24px;
	height: 12px;
	margin-top: 144px;
	//margin-top: 0px;
	margin-left: 656px;
}

#switcher a.arrow.active {
	background-image: url(/fileadmin/default/images/switcher/pfeil_oben.png);
}

#switcher a.arrow:hover {
	background-position: 0 -12px;
}