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

/*==================================*/
/* Website inge-mandos.de			*/
/* Datum: März 2011					*/
/* Autor: graugans-design			*/
/*==================================*/

/*==============================*/
/* Navigation:					*/
/*==============================*/

#navi {
	float: right;
	margin-top: -93px;
	
}

#navi a {
	color: #8e523d;
	text-decoration: none;
	display: block;
	/*background: #F69;*/
	padding: 11px 10px 7px 10px;
}

/* Link der 2. Ebene andere Größe */
#navi li ul a {
	padding: 0 8px;
	margin-left: -8px;	
	background: none !important;
}

#navi a:hover {
	text-decoration: underline;
}

#navi li {
	float: left;
	list-style: none;	
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 2px;
}

/* Untermenu verstecken und positionieren */
#navi li ul {
	position: absolute;
	left: -9999px;
	height: auto;
}

/* Untermenu beim Hovern anzeigen */
#navi li:hover ul,
#navi li:focus ul {
	left: auto;
	z-index:1000;
}
#navi li li {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	text-transform: none;
	margin-left: 25px;
	list-style: disc;	
}

/* Aktive Links */
#index .start a,
#musik .musik a,
#jiddische-musik .musik a,
#sefardische-musik .musik a {
	background: url(../img/hg/hg_start.gif) no-repeat;	
	text-shadow:#dacebb 0 1px 0;
}

#ensembles .ensembles a,
#zinger .ensembles a,
#schmattes .ensembles a,
#moscheljer .ensembles a
#zimt .ensembles a,
#projekte .projekte a {
	background: url(../img/hg/hg_ensembles.gif) no-repeat;	
	text-shadow: #dacebb 0 1px 0;
}

#termine .termine a {
	background: url(../img/hg/hg_termine.gif) no-repeat;	
	text-shadow: #dacebb 0 1px 0;
}

#presse .presse a,
#pressematerial .presse a,
#pressestimmen .presse a {
	background: url(../img/hg/hg_presse.gif) no-repeat;	
	text-shadow: #dacebb 0 1px 0;
}

/*==============================*/
/* Sekundär-Navi:				*/
/*==============================*/

#sekundaernavi {
	text-align: right;	
	padding-right: 10px;
	position: absolute;
	top: 124px;
	right: 50px;
}

#sekundaernavi li {
	display: inline;
	list-style: none;	
}

#sekundaernavi a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #8e523d;	
}
