/* CSS für Navi - Top */

/* Definitionen für Zelle */
td.component_top_navi
{
	/*width: 936px;*/
	height: 25px;
	background-color: #a11325;
	background-image: url("/pic/bg/menue.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

/* Definitionen für DIV-Block */
div.component_top_navi
{
	height: 25px;
}

div.component_top_navi table
{
	height: 100%;	
}

div.component_top_navi table td
{
	text-align: left;
}

div.component_top_navi table td.leer 
{
	width: 10px;
}

div.component_top_navi table td.inhalt 
{
	width: 94px;
}

div.component_top_navi a:link, div.component_top_navi a:visited, div.component_top_navi a
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	white-space: nowrap;
}

div.component_top_navi a:hover 
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ecdaab;
	white-space: nowrap;
}
