/*
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Dateiname:				navi_style.css
	Beschreibung: 			Stylesheet-Template für WebPortal-Navigation
	Navigationsvariante:	TopLeft
	WebPortal-Version:		ab 2.6
	Erstellt: 				09.08.2007 STephan Helfenstein / Opacc Software AG (V1)
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* Navigationstabelle */

/* TOP-NAVIGATION */
.top_navi_table
{	
	background-color: #FFCC33;
}
/* Alle Zellen */
.top_navi_table td
{
	font-family: Tahoma, Arial, sans-serif;
	font-style: italic;
	font-size: 8pt;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
/* Aktive Zelle der Navigationstabelle */
.top_navi_active
{
	background-color: #C0C8CC;
	border: 1px solid #C0C8CC;
}
/* Aktiver Hyperlink */
.top_navi_active a
{
	color: black;
	font-weight: bold;
}
.top_navi_active a:hover
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
/* Passive Zelle der Navigationstabelle */
.top_navi_passive
{
	background-color: #FFCC33;
	color: black;
        font-weight: bold;
}
/* Passive Zelle bei MouseOver */
.top_navi_passive_hover
{
	color: black;
        font-weight: bold;
}
.top_navi_passive_hover a
{
	color: black;
        font-weight: bold;
}
/* Passiver Hyperlink */
.top_navi_passive a
{
	color: black;
        font-weight: bold;
}
.top_navi_passive_hover a:hover
{
	color: black;
	text-decoration: none;
        font-weight: bold;
}

/* SUB-NAVIGATION */
.sub_navi_table
{
	background-color: #FFFFFF;
	width: 145px;
	margin-bottom: 10px;
}
/* Alle Zellen */
.sub_navi_table td
{
	height: 20px;
	font-size: 8pt;
	cursor: pointer;
}
.sub_navi_table td a
{
	text-decoration: none;
	color: black;
}
/* Aktiver Hyperlink */
.sub_navi_active a
{
	/* font-weight: bold; */
	text-decoration: none;
}
.sub_navi_active a:hover
{
	/* font-weight: bold; */
	text-decoration: none;
	color: black;
}
.sub_navi_active_hover a:hover
{
	text-decoration: none;
	color: black;
}
/* Passiver Hyperlink */
.sub_navi_passive a
{
	text-decoration: none;
}
.sub_navi_passive_hover a:hover
{
	text-decoration: none;
	color: black;
}

