/* ######## header ######## */
.serviceHeader{
	background-color:#242424;
	margin:0;
	padding:0;
	width:100%;
	position:relative;
	height:40px;
	z-index:1;
}
.serviceHeader ul{
	float:left;
	position:absolute;
	left:50%;
	margin-left:-445px!important;
	width:910px;
	margin:0 auto;
}
.serviceHeader ul li{
	display:block;
	float:right;
	padding:0 0 0 0;
}
.serviceHeader ul li a{
	font-size:0.85em;
	line-height:1.25;
	color:#fff;
	display:block;
	height:34px;
	padding:6px 10px 0 20px;
	-webkit-transform-style: preserve-3d;
}
.serviceHeader ul li a:hover{
	background-color:#4b4b4b;
}
.serviceHeader ul li a.Fullsize{
	background-position:12px 8px;
	background-repeat:no-repeat;
	padding:6px 10px 0 27px;
	margin:0;
}
.serviceHeader ul li a.Language{
	background-position:11px 8px;
	background-repeat:no-repeat;
	padding:6px 10px 0 28px;
	margin:0;
}
.serviceHeader ul li a.Bookmarks{
	background-position:11px 7px;
	background-repeat:no-repeat;
	padding:6px 10px 0 28px;
	margin:0;
}
.serviceHeader ul li a.RSS{
	background-position:11px 7px;
	background-repeat:no-repeat;
	padding:6px 10px 0 28px;
	margin:0;
}
.serviceHeader ul li a.Mobil{
	background-position:12px 7px;
	background-repeat:no-repeat;
	padding:6px 10px 0 26px;
	margin:0;
}
.serviceHeader ul li a.Microsites{
	background-position:11px 8px;
	background-repeat:no-repeat;
	margin:0;
	padding:6px 10px 0 26px;
}
.header{
	width:100%;
	background-color:#E1DCD2;
}
.headbox{
	width:910px;
	position:relative;
}

.headerLogo{
	display:block;
	float:left;
	padding:24px 0 24px 20px;
	margin:0 0 0 0;
}
.container.anniversary .headerLogo{
	margin:0 0 0 195px;
}
.headerLogo img{
	display:block;
	border:none;
}
.headerSearch{
	float:right;
	padding:0;
	padding:27px 13px 0 0;
}
.headerSearch form{
	
}
.headerSearch form #searchText{
	border:none;
	border-top:1px solid #a7a7a5;
	border-left:1px solid #a7a7a5;
	box-shadow:inset 3px 3px 3px -3px #a7a7a5;
	font-size:0.9em;
	line-height:1.25;
	color:#424242;
	padding:2px 5px 2px 5px;
	margin:0;
}
.headerSearch form #searchBtn{
	border:none;
	background-color:transparent;
	color:#424242;
	font-size:0.9em;
	line-height:1.25;
	font-weight:bold;
	cursor:pointer;
}
.headerSearch form #searchBtn:hover{
	color:#e10a14;
}