
/* Eigenschaften der Container  */
div.steuer
{
	position: fixed;
	left: 0px; top:0px;
	width: 608px; height: 90;
}

div.ankerliste
{
	position: absolute;
	left: 8px; top: 90px;
	width: 600px;
}

/* Auswahl der diversen container */
table.auswahl
{
	background-color: white;
    border-collapse:collapse;
	table-layout:fixed;
	empty-cells:show;

}
tr.zeile
{}
td.zelle
{
	text-align:center;
	margin:3px;
	font-size: 1em;
	font-weight:bold;
}
td.zelle a, td.zelle a:visited
{
	color: blue;
}
td.zelle a:hover
{
	background-color: blue;
	color: white;
}

/* weiter unten die tatsächlichen Links */
li.eintrag
{
	font-size: 1em;
	font-weight:bold;
}
li.eintrag a, li.eintrag a:visited
{
    color: blue;
    font-size: 1em;
	font-weight:bold;
}
li.eintrag a:hover
{
	background-color: white;
	color: black;
    font-size: 1em;
	font-weight:bold;
	width: 600px;
}
