/***********************************
* Navigation Menu Stylesheet-file  *
*								   *
* (c) 2007 by Octamex | LameM      *
***********************************/

.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
	font-weight: bold;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #ffffff;

}
.navi img {
	border: 0px;
	vertical-align: middle;
	text-align: left;
	background-image: none;


}
a.navi {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:hover.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	text-decoration: none;
	font-weight: bold;
}

a:select.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

.navi_table_level0 { /* Fuer Hauptmenu */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
	font-weight: bold;
	background-color:#FCA900;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	padding:2px;
	padding-left:10px;
	padding-right:10px;

}

.navi_level1_2 { /* neu von Robert */
	background-repeat: x-repeat;
	background-image: url(../images/menu_left/pic_articlenavi_sp.jpg);
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #FFFFFF;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	}

.navi_table_level1 { /* aktueller Menuezweig */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
	font-weight: bold;
	background-color:#FFD071;
	border-top: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	padding:2px;
	padding-left:10px;
	padding-right:10px;	
	}

.navi_table_level1i { /* aktuelle inaktive Menuezweige */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
	font-weight: bold;
	background-color:#FFD071;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	padding:2px;
	padding-left:10px;
	padding-right:10px;

}

.navi_table_level2 { /* ein Level tiefere Menuezweige */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
	font-weight: bold;
	background-color:#FCA900;
	border-top: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	padding:2px;
	padding-left:10px;
	padding-right:10px;

}

.navi_table {
	width: 200px;

}