/* Stylesheet (c)2007 LOGO-SYS AG, im Auftrag von www.elinag-elektro.ch */


/* ===================================================================== */
/* = Navigation                                                       = */
/* ===================================================================== */

#navigation {
	position: relative;
	width: 225px;
	padding-bottom: 1px;
	border-bottom: #000000 1px solid;
}

ul.mainnav {
	list-style-type: none;
	list-style-position: outside;
}

ul.mainnav li.active {
	position: relative;
	min-height: 14px;
	background: url(../bilder/nav_active.gif) no-repeat;
	margin-top: 1px;
	text-align: right;
	padding: 14px 8px 2px 0;
	color: #000 !important;
}

/*li .passive a {
	position: relative;
	background: url(../bilder/nav_link.gif) no-repeat; 
	width: 217px;
	height: 24px;
	margin-top: 1px;
	text-align: right;
	padding: 14px 8px 0 0;
	display: block;
}*/

li.passive a:link, li.passive a:active, li.passive a:visited {
	position: relative;
	background: url(../bilder/nav_link.gif) no-repeat; 
	width: 217px;
	height: 24px;
	margin-top: 1px;
	text-align: right;
	padding: 14px 8px 0 0;
	display: block;

	color: #000;
	text-decoration: none;
}

li.passive a:hover {
	position: relative;
	background: url(../bilder/nav_link.gif) no-repeat; 
	width: 217px;
	height: 24px;
	margin-top: 1px;
	text-align: right;
	padding: 14px 8px 0 0;
	display: block;

	color: #000;
	text-decoration: none;
	background: url(../bilder/nav_hover.gif) no-repeat; 
}

ul.subnav {
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 3px;
	margin-bottom: -2px;
}

li.subactive {
	position: relative;
	background: #abc5df none;
	width: 206px;
	height: 22px;
	margin: 1px 0 0 11px;
	text-align: right;
	padding: 5px 8px 0 0;
	color: #dc2b19;
}

/*li.subpassive a {
	position: relative;
	background: #abc5df none;
	width: 206px;
	height: 22px;
	margin: 1px 0 0 11px;
	text-align: right;
	padding: 5px 8px 0 0;
	display: block;
}*/

li.subpassive a:link, li.subpassive a:active, li.subpassive a:visited {
	position: relative;
	background: #abc5df none;
	width: 206px;
	height: 22px;
	margin: 1px 0 0 11px;
	text-align: right;
	padding: 5px 8px 0 0;
	display: block;

	
	color: #000;
	text-decoration: none;
	background: #abc5df none;	
}

li.subpassive a:hover {
	position: relative;
	background: #abc5df none;
	width: 206px;
	height: 22px;
	margin: 1px 0 0 11px;
	text-align: right;
	padding: 5px 8px 0 0;
	display: block;
	
	color: #dc2b19;
	text-decoration: none;
	background: #abc5df none;
}

/* ===================================================================== */
/* = SHOP-Link-Formatierung per Attribut                               = */
/* ===================================================================== */

div#navigation ul.mainnav a[target="_blank"] {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	height: 28px;
	border-bottom: 1px #000 solid;
	padding: 10px 8px 1px 0;
	margin-bottom: 38px;
	background: url(../bilder/nav_linkshop.gif) no-repeat;	
}


