/*
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Dateiname:				navi_style.css
	Beschreibung: 			Stylesheet-Template für WebPortal-Navigation
	Navigationsvariante:	TreeTable
	WebPortal-Version:		ab 2.6
	Erstellt: 				21.07.2005 Ch. Holzer / Opacc Laboratory AG
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/


/* Navigationstabelle */
.navi_table
{
	width: 190px;
	border-top: dotted 1px #1c54b1;	
	/* border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5; */
	font-family: Arial;
	border-collapse:separate;
}
/* Alle Zellen */
.navi_table td
{
	font-family: Arial;
	font-size: 8pt;
	height: 12px;
	color: black;
	cursor: pointer;
	border-bottom: dotted 1px #1c54b1;
	}
.navi_table td a
{
	/*text-decoration: none; */
	/*color: white;*/
}

/* TOP-NAVIGATION */
/* Aktive Zelle der Navigationstabelle */
.top_navi_active
{
	background-color: white;
	height: 12px;
	font-weight: bold;
	color: black;
	border-bottom: dotted 1px #1c54b1;
}
.top_navi_activeWK
{
	background-color: white;
	height: 12px;
	font-weight: bold;
	color: green;
}

/* Aktiver Hyperlink */
.top_navi_active a
{
	font-weight: bold;
	/* color: black; */
}
.top_navi_activeWK a
{
	font-weight: bold;
	color: green;
}

/* Passive Zelle der Navigationstabelle */
.top_navi_passive td a
{
	background-color: white;
	border-bottom: dotted 1px #1c54b1;
	height: 12px;
	color: black;
}

/* Passive Zelle der Navigationstabelle */
.top_navi_passiveWK a
{
	background-color: white;
	border-bottom: dotted 1px #1c54b1;
	height: 12px;
	font-weight: bold;
	color: green;
}

/* Passive Zelle bei MouseOver */
.top_navi_passive_hover 
{
	background-color: white;
	border-bottom: dotted 1px #1c54b1;
	height: 12px;
	color: black;
}

.top_navi_passive_hoverWK a
{
	background-color: white;
	border-bottom: dotted 1px #1c54b1;
	height: 12px;
	color: green;
	font-weight: bold;
}

/* SUB-NAVIGATION */
/* Aktive Zelle der Navigationstabelle */
.sub_navi_active
{
	background-color: white;
	padding-left: 10px;
	height: 10px;
	color: black;
}
/* Aktiver Hyperlink */
.sub_navi_active a
{
	/* font-weight: bold; */
	color: black;
}
/* Passive Zelle der Navigationstabelle */
.sub_navi_passive
{
	background-color: white;
	border-bottom: dotted 1px #1c54b1;
	padding-left: 10px;
	height: 10px;
	color: black;
}
.sub_navi_passive_hover
{
	background-color: white;
	padding-left: 10px;
	height: 10px;
	color: white;
}
