#shoplogo {
	position: absolute;
	left: 460px;
	*left: 440px;
	top: 22px;
	width: 272px;
	height: 115px;
	background-color: transparent;
	z-index:0;
}

#header1 {
	width: 760px;
	height: 50px;
}
#header1 .hbox {
	float: left;
	width: 94px;
	*width: 100px;
	height: 30px;
	*height: 50px;
	background-color: #ED4005;
	text-align: right;
	padding: 20px 5px 0px 0px;
	/*border: 1px solid black;*/
}
#header1 .typo {
	float: left;
	font: bold 11px/11px Verdana,sans-serif;
	color: #666666;
	margin-top: 35px;
	margin-left: 4px;
}

#header2 {
	width: 760px;
	height: 23px;
	*padding: 0px;
	border-top: 1px solid #101010;
}
#header2 .links {
	float: left;
	width: 93px;
	*width: 99px;
	height: 21px;
	*height: 24px;
	font: bold 13px/13px Verdana,sans-serif;
	letter-spacing: 0.12em;
	color: #ED4005;
	padding: 3px 0px 0px 5px;
	background-color: #f0f0f0;
}
#header2 .suche {
	float: left;
	width: 135px;
	padding: 2px 0px 0px 3px;
}
#header2 input {
	font: normal 11px/11px Arial,sans-serif;
	padding: 2px 0px 0px 2px;
	border: 1px solid #cc9900;
}
#header2 .typo {
	float: left;
	width: 400px;
	height: 15px;
	*height: 20px;
	font: bold 0.75em/0.75em Verdana,sans-serif;
	*font-size: 0.7em;
	color: #f0f0f0;
	padding: 6px 0px 0px 11px;
	background-color: #808080;
}

#header3 {
	position:absolute;
	left: 246px;
	*left: 235px;
	top: 74px;
	width: 400px;
	height: 22px;
	text-align: right;
	z-index:10;
}
#header3 .topnav {
	float: right;
	height: 13px;
	*height: 15px;
	font: normal 0.7em/0.6em Verdana,sans-serif;
	*font-size: 0.6em;
	padding: 1px 3px;
	border-right: 1px solid #ff6600;
}
.topnav a {
	display: block;
	padding: 5px 3px;
	text-decoration: none;
	color: black;
}
.topnav a:hover {
	background-color: #ffecd2;
}
