/*
Verschiedene Einstellungen werden überschrieben, sofern eine rechte Navi eingesetzt wird
--- überwiegend Breitenangaben
*/

.inhalt
{
	/* width: 575px;  */
	width: 472px;
}

.inhalt_breit
{
	width: 472px;
}

.inhalt_inh
{
	width: 210px;
}

/* Bild-Spalte */
.inhalt_bild
{
	width: 210px;
}

.inhalt_inh p
{
	margin-top: 0;
}

/* rechte Navi */
.nr_alles
{
	vertical-align: top;
	width: 288px;
	/*padding-left: 95px;*/
	padding-right: 50px;
}

.navi_rechts
{
	border-collapse: collapse;
	margin-top: 15px;
	/* width: 135px; */
	text-align: right;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.navi_rechts a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

.navi_rechts_link
{
	color: #092074;
	font-weight:bold;
}
.navi_rechts_kat4 a:hover
{
	background: #C4FDAB;
	color: #000000;
}

.navi_rechts_kat5 a:hover
{
	background: #C9DDFB;
	color: #000000;
}

.navi_rechts_kat6 a:hover
{
	background: #F6FB71;
	color: #000000;
}

.navi_rechts_kat7 a:hover
{
	background: #FFE185;
	color: #000000;
}

/* - Ein tr (Zeile) der rechten Navi - */
.nrechts_zeile
{
	background: none;
	font-weight:bold;
}

.navi_rechts ul,li
{
	margin-left: 0;
}
