@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * Stylesheet für eine vertikale Navigation die mit PHPWCMS per NAV_LIST_UL erstellt wird.
 */

@media all
{
.ul_nav {
	margin: 0px;
	padding: 0 0 0 0;
	border:0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffcc00;
	font-weight:bold;
	width: 180px;
	/*float:left;*/

}

.nlu_navi1 em { font-style: normal; }

.ul_nav ul {
	margin: 0px;
	margin-left: -18px;
	padding: 0px;
	border: 0;
	list-style: none;
	width: 180px;
	}

.ul_nav ul li { position: relative; }
	
/*Level 1*/
/*---------------------------------------------------------------------------------------------------*/
/*Link - Normalzustand*/
.ul_nav ul li a,
.ul_nav ul li a:link,
.ul_nav ul li a:visited,
.ul_nav ul li a:active {
	display: block;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	background: transparent url("../../img_aydo/navi_linie.jpg") no-repeat bottom left;
	margin-left: 0px;
	margin-bottom: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 175px;
}

/*Link - aktiv*/
.ul_nav ul li.active a,
.ul_nav ul li.active a:link,
.ul_nav ul li.active a:visited,
.ul_nav ul li.active a:active {
	color: #ffcc00;
	background: transparent url("../../img_aydo/navi_linie.jpg") no-repeat bottom left;
}

/*Link - hover*/
.ul_nav ul li a:hover,
.ul_nav ul li.active a:hover {
	color: #ffcc00;
	background: transparent url("../../img_aydo/navi_linie.jpg") no-repeat bottom left;
}
/*---------------------------------------------------------------------------------------------------*/
/*Level 2*/
/*---------------------------------------------------------------------------------------------------*/

/*Link - normal*/
.ul_nav ul ul li.sub_no a,
.ul_nav ul ul li.sub_no a:link,
.ul_nav ul ul li.sub_no a:visited,
.ul_nav ul ul li.sub_no a:active,
.ul_nav ul ul li.sub_ul a,
.ul_nav ul ul li.sub_ul a:link,
.ul_nav ul ul li.sub_ul a:visited,
.ul_nav ul ul li.sub_ul a:active {
	display: block;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	background: transparent url("../../img_aydo/navi_linie.jpg") no-repeat bottom left;
	margin-bottom: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 170px;
}
/*Link aktiv*/
.ul_nav ul ul li.active a,
.ul_nav ul ul li.active a:link,
.ul_nav ul ul li.active a:visited,
.ul_nav ul ul li.active a:active {
	color: #ffcc00;
	background: transparent url("../../img_aydo/navi_linie.jpg") no-repeat bottom left;
}
/*Link - hover*/
.ul_nav ul ul li a:hover,
.ul_nav ul ul li.sub_no a:hover,
.ul_nav ul ul li.sub_ul a:hover,
.ul_nav ul ul li.active a:hover {
	color: #ffcc00;
	background: transparent url("../../img_aydo/navi_linie.jpg") no-repeat bottom left;
}
/*---------------------------------------------------------------------------------------------------*/
/*Level 3*/
/*---------------------------------------------------------------------------------------------------*/

/*Link - normal*/
.ul_nav ul ul ul li.sub_no a,
.ul_nav ul ul ul li.sub_no a:link,
.ul_nav ul ul ul li.sub_no a:visited,
.ul_nav ul ul ul li.sub_no a:active,
.ul_nav ul ul ul li.sub_ul a,
.ul_nav ul ul ul li.sub_ul a:link,
.ul_nav ul ul ul li.sub_ul a:visited,
.ul_nav ul ul ul li.sub_ul a:active {
	display: block;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	background: transparent url("../../img_aydo/navi_linie.jpg") no-repeat bottom left;
	margin-bottom: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	width: 160px;
}
/*Link aktiv*/
.ul_nav ul ul ul li.active a,
.ul_nav ul ul ul li.active a:link,
.ul_nav ul ul ul li.active a:visited,
.ul_nav ul ul ul li.active a:active {
	color: #ffcc00;
	background: transparent url("../../img_aydo/navi_linie.jpg") no-repeat bottom left;
}
/*Link - hover*/
.ul_nav ul ul ul li a:hover,
.ul_nav ul ul ul li.sub_no a:hover,
.ul_nav ul ul ul li.sub_ul a:hover,
.ul_nav ul ul ul li.active a:hover {
	color: #ffcc00;
	background: transparent url("../../img_aydo/navi_linie.jpg") no-repeat bottom left;
}
}
