/*-----------------------*/
/* NÖV Stylesheet (CSS1) */
/*                       */
/* LIFE                  */
/*-----------------------*/

table#content *.lebensabschnittlink a:link {
	color: #162C6F;
	font-weight: bold;
	text-decoration: none;
}
table#content *.lebensabschnittlink a:visited {
	color: #162C6F;
	font-weight: bold;
	text-decoration: none;
}
table#content *.lebensabschnittlink a:active {
	color: #162C6F;
	font-weight: bold;
	text-decoration: none;
}
table#content *.lebensabschnittlink a:hover {
	color: #162C6F;
	font-weight: bold;
	text-decoration: none;
}

/******************************/
/* Lebensabschnittsnavigation */
/******************************/
table.container {
	background-color: #FFFF99;
	background: url(../Images/dotted_gh.gif) repeat-x bottom;  /* AO: Pfad geändert */
	border-bottom-style: none;
	padding-bottom: 1px;
}
/* Moved to base_ie/ns: td.rootnavigation_lb */
td.rootnavigation_rb {
	background: url(../Images/dotted_yv.gif) repeat-y right;  /* AO: Pfad geändert */
	border-right-style: none;
}
table#sub td {
    font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	line-height: 14px;
}
td.subnavigation {
	background: url(../Images/dotted_oh.gif) repeat-x bottom;  /* AO: Pfad geändert */
	border-bottom-style: none;
	height: 18px;
}
td.subnavigation span {
	padding-left: 10px;
}
td.subnavigation a:link {
	color: #333333;
	text-decoration: none;
}
td.subnavigation a:visited {
	color: #333333;
	text-decoration: none;
}
td.subnavigation a:hover {
	color: #333333;
	text-decoration: none;
}
td.subnavigation a:active {
	color: #333333;
	text-decoration: none;
}
td.subnavigation_lb {
	background: url(../Images/dotted_gv.gif) repeat-y left;  /* AO: Pfad geändert */
	border-left-style: none;
}
td.subnavigation_rb {
	background: url(../Images/dotted_gv.gif) repeat-y right;  /* AO: Pfad geändert */
	border-right-style: none;
}
