/* CSS-Definitionsdatei für NavigationsLeiste */

table.Body
{
	width: 100%  ;
}

tr.Body
{
	vertical-align: top   ;
}

td.Body
{
	padding-left: 150px ;
}

table.mainTbl
{
	vertical-align: top   ;
	align         : left  ;
	table-layout  : fixed ;
	border-color  : white ;
}

table.subTbl
{
	vertical-align: top    ;
	align         : left   ;
	table-layout  : fixed  ;
	border-color  : yellow ;
}

tr.Navi
{
	vertical-align: top ;
	text-align: left ;
}

tr.NavBut
{
	vertical-align: top ;
	text-align: left ;
}

td.NavBut
{
	height: 25px ;
	color: white ;
	font-size: 12 ;
	font-weight: bold ;
	vertical-align: middle ;
	text-align: left ;
	text-decoration: none ;
}

td.NavTable
{
	width: 150px;
}

.NavBut
{
	color: white ;
	font-size: 8pt ;
	font-weight: bold ;
	vertical-align: middle ;
	text-align: left ;
	text-decoration: none ;
	background-color: indigo ;
}

