
@media all
{

/* ######################################################################################################
** ### Menu1: horizontale Bereichsnavigation ############################################################
** ######################################################################################################
*/

/* div um das ul */
#menu1 {
	background: transparent;
	border-top: 1px #333 solid; 
	border-bottom: 1px #333 solid;
	width: 100%;		/* Einfassen der Floats im IE */
}

/* Gesamtes ul */
#menu1 ul {
	background: transparent;
	margin: 0 20px;
	padding: 0 10px; 
}

/* normaler Block */
#menu1 ul li { 
	margin: 0 5px;
	font-size: 1.4em;
	line-height: 1.4em; 
	text-decoration: none;
	background: transparent;
}

/* normaler Text */
#menu1 ul li a,
#menu1 ul li strong { 
	color: #fff; 
	text-decoration: none; 
	font-weight: normal;
	background: transparent;
	padding: 4px 0.75em; 
}

/* aktueller Block */
#menu1 ul li.cur { 
	background: transparent;
}

/* aktueller Text */
#menu1 ul li strong { 
	font-weight: normal; 
}

/* aktiver Block */
#menu1 ul li.act { 
	background: #dd0; 
}

/* aktiver Text */
#menu1 ul li.act a { 
	color: #fff; 
}

/* Hover-Effekt des Blocks */
#menu1 ul li.act a:hover,
#menu1 ul li.act a:focus { 
	background: transparent;
}

/* Hover-Effekt des Texts */
#menu1 ul li a:hover,
#menu1 ul li a:focus { 
	text-decoration: underline !important; 
	/* color: #000 !important; 
	background: #ff0 !important; */
}


}

