/* CSS für Statische Navi */

/* Definitionen für Zelle */
td.navi_static
{
	width: 312px;
	height: 40px;
	background-color: #ecdaab;
}

/* Definitionen für DIV-Block */
div.navi_static
{
	width: 312px;
}

div.navi_static table 
{
	height: 100%;
}

div.navi_static table td 
{
	text-align: left;
}

div.navi_static table td.leer 
{
	width: 10px;
}

div.navi_static table td.inhalt 
{
	width: 94px;
	white-space: nowrap;
}

div.navi_static a:link, div.navi_static a:visited
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #632b2d;
}

div.navi_static a:hover 
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #a11325;
}

div.navi_static a.menue_akt, div.navi_static a.menue_akt:visited
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #a11325;
}
