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

a#Startseite, a#Homepage {
	background:url(../../gfx/ohrwurm/__startseite.jpg) center right no-repeat;
	padding:5px 32px 5px 5px;
	margin:0;
}
a#Warenkorb, a[id*="Shopping Cart"], a[id*="Shopping"], a[id*="Cart"] {
	background:url(../../gfx/ohrwurm/__warenkorb.jpg) center right no-repeat;
	padding:5px 30px 5px 5px;
	margin:0;
}

a[id="Mein Konto"] {
	background:none;
	/*
	background:url(../../gfx/ohrwurm/__mein_konto.jpg) center right no-repeat;
	padding:5px 30px 5px 5px;
	margin:0;
	*/
}
a#Registrieren, a#Register {
	background:url(../../gfx/ohrwurm/__registrieren.jpg) center right no-repeat;
	padding:5px 30px 5px 5px;
	margin:0;
}
a#Abmelden, a#Logout {
	background:url(../../gfx/ohrwurm/__abmelden.jpg) center right no-repeat;
	padding:5px 30px 5px 5px;
	margin:0;
}
a#Anmelden, a#Login {
	background:url(../../gfx/ohrwurm/__anmelden.jpg) center right no-repeat;
	padding:5px 30px 5px 5px;
	margin:0;
}



.header {
	background:url(../../gfx/ohrwurm/header.jpg) top left no-repeat;
	height:251px;
	width:950px;	
}

.suchfeld {
	height:72px;
	width:334px;
	position:absolute;
	margin:100px 0 0 318px;
}
.suchfeld form input[type="submit"] {
	background:url(../../gfx/ohrwurm/suche.png) top left no-repeat;
	border:none;
	float:left;
	height:72px;
	margin:0;
	padding:0;
	text-indent:-100000px;
	width:80px;	
}
.suchfeld form input[type="submit"]:hover {
	background:url(../../gfx/ohrwurm/suche_hover.png) top left no-repeat;
}
.suchfeld form input#ie_searchfield {
	background:url(../../gfx/ohrwurm/suche.png) top right no-repeat;
	border:none;
	color:#422c13;
	height:36px;
	margin:0 0 0 -4px;
	padding:35px 30px 0 10px;
	width:211px;
}

* html .suchfeld {
	height:72px;
	width:334px;
	position:absolute;
	margin:100px 0 0 -70px;
}
* html .suchfeld form input#ie_searchsubmit {
	background:url(../../gfx/ohrwurm/suche.png) top left no-repeat;
	border:none;
	float:left;
	height:72px;
	margin:0;
	padding:0;
	text-indent:-100000px;
	width:80px;		
	display:block;	
}
* html .suchfeld form input#ie_searchfield {
	background:url(../../gfx/ohrwurm/suche.png) top right no-repeat;
	border:none;
	color:#422c13;
	font-size:12px;
	height:72px;
	margin:-1px 0 0 -3px;
	padding:37px 0 0 10px;
	width:241px;
}
/*
*+ html .suchfeld {
	height:72px;
	width:334px;
	position:absolute;
	margin:100px 0 0 -155px;
}*/
*+ html .suchfeld {
	background:url(../../gfx/ohrwurm/suche.png) top left no-repeat;
}

*+ html .suchfeld form input#ie_searchfield {
	background:none;
	border:none;
	color:#422c13;
	font-size:12px;
	height:72px;
	margin:-1px 0 0 5px;
	padding:37px 0 0 -100px;
	width:205px;
}


.header_warenkorb {
	background:url(../../gfx/ohrwurm/white90.png);
	height:251px;
	margin:0 0 0 700px;
	position:absolute;
	width:250px;
}
*+ html .header_warenkorb {
	/*margin:0 0 0 225px;*/
	background:white;
	filter: alpha(opacity=95)
}
	.content_warenkorb {
		background:none;
		width:250px;
		margin:7px;
	}
	
		.content_warenkorb p {
			color:#422c13;
			text-align:left;
		}
		#subbox_warenkorb, #subbox_warenkorb_leer {
			background:none;
			width:230px;
		}
		*+ html #subbox_warenkorb, *+ html #subbox_warenkorb_leer {
			background:none;
		}
	
	a.zur_kasse {
		background:url(../../gfx/ohrwurm/zur_kasse.png) no-repeat;
		display:block;
		height:46px;
		margin:140px 0 0 15px;
		position:absolute;
		width:173px;
	}
	a.zur_kasse:hover, a.zur_kasse:focus {
		background:url(../../gfx/ohrwurm/zur_kasse_hover.png)
	}
	*+ html a.zur_kasse {
		margin:190px 0 0 -235px;
	}
