/* BOF - Statische Navigationsleiste */
#staticnav {
	background: #000;
	border-bottom: 1px solid #893769;
	box-shadow:0px 0px 6px #893769;
	left: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000000;
}
#staticnavinner {
	color: #FFF;
	margin: 0 auto;
	width: 980px;
}
#staticnavinner a {
	color: #FFF;
	text-decoration: none;
}
#staticnavinner a: hover {
	color: #893769;
}

/* LOGIN / ACCOUNT / ADMIN */ 
#login_account_admin {
	float: left;
	line-height: 32px;
	width: 225px;		/* voneinander abhänging [1] */
}

/* CART */ 
#cart {
	float: left;
	line-height: 32px;
	margin-left: 0;
	text-indent: 10px;
	width: 530px;		/* voneinander abhänging [1] */
}

/* SPRACHE */ 
#sprache {
	float: right;
	line-height: 32px;
	text-align: center;
	width: 60px;		/* voneinander abhänging [1] */
}
/* WÄHRUNG */ 
#navgeld {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 32px;
	text-align: center;
	width: 60px;		/* voneinander abhänging [1] */
}


/* SUCHE */
#suche {
	/* DIV-Container */
	float: right;
	text-align: right;
	width: 160px;		/* voneinander abhänging [1] */
}
#suche table {
	/* Tabelle */
	height: 32px;
	float: right;
	font-size: 11px;
	line-height: 32px;
}
#suche .search {
	/* Suchfeld */
	border: none;
	height: 20px;
	padding-left: 3px;
}
#suche input, #suche td {
	/* Suchen Button */
	color: #000;
	margin: 0;
	padding: 0;
}

/* HOVER */
.hover {
	position: relative;
}
.hover span {
	background: #000;
	border-left: 1px solid #893769;
	border-right: 1px solid #893769;
	border-bottom: 1px solid #893769;
	box-shadow: 0px 0px 6px #000;
	color: #fff;
	display: block;
	left: 0px;
	padding: 3px;
	position: absolute;
	text-align: left;
	text-indent: 0;
	top: 32px;
	/* Auf Wunsch kann eine Transparenz hinzugefügt werden
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	*/
}
/* EOF - Statische Navigationsleiste */