/* Styles für Navigation */


/* ============================================ */
/* Layout-Tabelle
 */
table.layout
{
	border-collapse: collapse;
	margin-top: 0.3em;
}

td.layout-links
{
	vertical-align: top;
	width: 175px;
}

td.layout-rechts
{
	vertical-align: top;
	width: 625px;
}



/* ============================================ */
/* Aktive Links
 */
a.active, a:visited.active, a:active.active, a:hover.active
{
	color: #999933;
}



/* ============================================ */
/* Bild oben
 */
div#bild_oben
{
}


/* ============================================ */
/* Links oben waagrecht
 */
table.navigation_oben
{
	border-collapse: collapse;
}

td.navigation_oben
{
	vertical-align: top;
	padding-top: 1em;
	padding-right: 70px;
}

div.link_oben-gross
{
	padding-bottom: 0.8em;
	font-weight: bold;
}

div.link_oben-klein
{
	font-size: 85%;
	line-height: 120%;
}


/* ============================================ */
/* Links zu einzelnen Zentren (senkrecht)
 */
div#navigation_zentren
{
	margin: 0em;
}

div.link_zentrum
{
	font-weight: bold;
	padding: 0.7em;
}


/* ============================================ */
/* Horizontaler Balken unten
 */
div#balken_unten
{
	margin-top: 0.5em;
}

