/*
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Dateiname:				navi_style.css
	Beschreibung: 			Stylesheet-Template für WebPortal-Navigation
	Navigationsvariante:	TopLeft
	WebPortal-Version:		ab 2.6
	Erstellt: 				21.07.2005 Ch. Holzer / Opacc Laboratory AG
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* TOP-NAVIGATION */
/* Navigationstabelle */
.top_navi_table
{
	background-color: #339967;
	border: 1px solid #b0b0b0;
	width: 100%;
}
/* Alle Zellen */
.top_navi_table td
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	height: 20px;
}
/* Aktive Zelle der Navigationstabelle */
.top_navi_active
{
	background-color: #ffffff;	
	width: 140px;
	cursor: pointer;
}
/* Aktiver Hyperlink */
.top_navi_active a
{	
	font-weight: bold;
	text-decoration: none;
}
/* Passive Zelle der Navigationstabelle */
.top_navi_passive
{
	background-color: #339967;
	width: 140px;
	border-right: 1px solid #b0b0b0;
	color: #ffffff;
}
/* Passive Zelle bei MouseOver */
.top_navi_passive_hover
{
	background-color: #d0d0d0;
	border-right: 1px solid #b0b0b0;
	cursor: pointer;
	width: 140px;
}
.top_navi_passive_hover a
{
	text-decoration: none;
}
/* Passiver Hyperlink */
.top_navi_passive a
{
	color: #ffffff;
	text-decoration: none;
}

/* SUB-NAVIGATION */
/* Navigationstabelle */
.sub_navi_table
{
	background-color: #e0e0e0;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	width: 145px;
	margin-bottom: 10px;
}
/* Alle Zellen */
.sub_navi_table td
{
	height: 20px;
	font-size: 8pt;
}

/* Aktive Zelle der Navigationstabelle */
.sub_navi_active
{
	background-color: #339967;
	cursor: pointer;
	color: #FFFFFF;
}
/* Aktiver Hyperlink */
.sub_navi_active a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Passive Zelle der Navigationstabelle */
.sub_navi_passive
{
	background-color: #ffffff;
	border-bottom: 1px solid #b0b0b0;
}
.sub_navi_passive_hover
{
	background-color: #d0d0d0;
	cursor: pointer;
	border-bottom: 1px solid #b0b0b0;
}
/* Passiver Hyperlink */
.sub_navi_passive a
{
	text-decoration: none;
}
.sub_navi_passive_hover a
{
	text-decoration: none;
}
