/*-----------------------*/
/* NÖV Stylesheet (CSS1) */
/*                       */
/* SITEMAP               */
/*-----------------------*/

/***********/
/* Sitemap */
/***********/
table.sitemap td.firstlevel {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background:  url(../Images/dotted_bh.gif) repeat-x bottom; /* AO: Pfad geändert */
	border-bottom-style: none;
	padding-bottom: 2px;
}
table.sitemap td.firstlevel a:link {
	color: #003366;
	text-decoration: none;
}
table.sitemap td.firstlevel a:visited {
	color: #003366;
	text-decoration: none;
}
table.sitemap td.firstlevel a:active {
	color: #003366;
	text-decoration: none;
}
table.sitemap td.firstlevel a:hover {
	color: #003366;
	text-decoration: none;
}

table.sitemap td.secondlevel {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	padding-left: 1px;
}
table.sitemap td.secondlevel a:link {
	color: #003366;
	text-decoration: none;
}
table.sitemap td.secondlevel a:visited {
	color: #003366;
	text-decoration: none;
}
table.sitemap td.secondlevel a:active {
	color: #003366;
	text-decoration: none;
}
table.sitemap td.secondlevel a:hover {
	color: #003366;
	text-decoration: none;
}

table.sitemap td.thirdlevel {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
}
table.sitemap td.thirdlevel a:link {
	color: #333333;
	text-decoration: none;
}
table.sitemap td.thirdlevel a:visited {
	color: #333333;
	text-decoration: none;
}
table.sitemap td.thirdlevel a:active {
	color: #333333;
	text-decoration: none;
}
table.sitemap td.thirdlevel a:hover {
	color: #333333;
	text-decoration: none;
}
