/* css isio-design für menue*/

ul#horizontal{
  margin: 0px 0 0 -35px;
	
}

/* listen abschalten und padding und margin wegen unterschiedlichem Einrücken der Browser auf 0 setzen */
ul#horizontal, ul#horizontal ul
{
  list-style-type: none;
	margin:0px;
	padding: 0px;
}

/* Formatierung Listen*/
ul#horizontal li{
	width: auto;
  padding: 0 12px;
	float: left;
}
/* letzer menuepunkt hat keinen strich */
ul#horizontal li.last{
	border-right: 0;	
}

/* Einrückung Unter-Ebene 1*/
ul#horizontal ul
{
  padding-left: 0px;
}

/* Einrückung Unter-Ebene 2 */
ul#horizontal ul ul
{
  padding-left: 5px;
}

/* Links Ebene 1 (alle unteren Links, wenn diese nicht spezifiziert sind */
ul#horizontal a{
  font-size: 12px;
	color: #6699CC;
	text-decoration: none;
	cursor: pointer;
}

/* Links Ebene 2  */
ul#horizontal ul a{
  font-size: 14px;
	line-height: 13px;
	cursor: pointer;
}

/* Links Ebene 3  */
ul#horizontal ul ul a{
  font-size: 13px;
	font-weight: bold;
}

ul#horizontal a:hover{
	color: #cc33cc;
}

ul#horizontal a#aktLink{
  color: #cc33cc;
}


/* MENUE ANGEBOTE */

ul#angebote{
  margin: 80px 0 0 -32px;
	
}

/* listen abschalten und padding und margin wegen unterschiedlichem Einrücken der Browser auf 0 setzen */
ul#angebote, ul#angebote ul
{
  list-style-type: none;
	margin:40px 0 0 0;
	padding: 0px;
}

/* Formatierung Listen*/
ul#angebote li{
  margin-bottom: 10px;
}

/* Einrückung Unter-Ebene 1*/
ul#angebote ul
{
  padding-left: 0px;
}

/* Einrückung Unter-Ebene 2 */
ul#angebote ul ul
{
  padding-left: 5px;
}

/* Links Ebene 1 (alle unteren Links, wenn diese nicht spezifiziert sind */
ul#angebote a{
  color: #cc33cc;
	text-decoration: none;	
	line-height: 1;
}

/* Links Ebene 2  */
ul#angebote ul a{
  font-size: 14px;
	cursor: pointer;
}

/* Links Ebene 3  */
ul#angebote ul ul a{
  font-size: 13px;
	font-weight: bold;
}

ul#angebote a:hover{
	color: #6699CC;
}

ul#angebote a#aktLink{
  color: #6699CC;
}