@charset "utf-8";
/* CSS Document */

/*#mobile_header {*/
div[data-role="header"] {
	height:27px;
	background-image:url(../pics/headerBodyBg.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}

.LogoHolder {
	cursor:pointer;	
	position:relative;
}

.slogan {
	background-image:url(../pics/slogan_dark.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:65%;
	height:36px;
	padding-top:45px;
	
	position:absolute;
	left:0;
	top:0;
	
	z-index:100;
}

.siegel {
	background-image:url(../pics/siegel.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:35%;
	height:92px;
	
	position:absolute;
	right:0;
	top:0;
	
	z-index:100;
}