body			{
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 cm;
	/* funktioniert nur für MSIE, für NS und Opera muss im body-tag zusätzlich marginwidth="0" marginheight="0" gesetzt werden */
}
td, p, form, h1, h2, h3, ul, li	{
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* für Links KEINE Farben angeben, da diese sonst in der Navigation vom MSIE übernommen werden -
Farben für Links müssen über das body-Tag in HTML angegeben werden. */
a:link			{
	text-decoration: none;
}
a:visited		{
	text-decoration: none;
}
a:hover		{
	text-decoration: underline;
}
a:active 		{
	color: rgb();
	text-decoration: underline;
}

.bg_sitemap	{
	background-color : ;
}

.sitemap	{
	background-color : #D6DFFF;
	border : 1px solid Black;
}

.bg_inhalt {
	background-color: ;
}

.bg_nav		{
	background-color : ;
}

/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:15px;
	margin-left:0mm;
}
.nav1			{
	font-size:13px;
	margin-left:3mm;
}
.nav2			{
	font-size:12px;
	margin-left:6mm;
}
.nav3			{
	font-size:11px;
	margin-left:8mm;
}

.disclaimer 		{font: normal 8pt; text-align: justify; color: ;}
.footer		{white-space:nowrap; font-size:8pt; color: #666699;}

/*  Font-Eigenschaften in der Navigationsleiste */
.open			{
	font-style : normal;
	color : Black;
	text-decoration : none;
}
.closed	{
	font-style : normal;
	color : Navy;
	text-decoration : none;
}
.active		{
	color : Black;
	font-style : normal;
	text-decoration : none;
}
/* Vorsicht!!! Stylesheet sollte immer im selben Verzeichnis wie dei aufrufende Seite stehen, da Netscape 4.x Bilder in Stylsheets anders Referenziert als der Explorer. (Netscape: Von der den Stylesheet aufrufenden Seite, Explorer: Vom Stylesheet aus)  */
/* Netscape interpretiert bei mehreren style-Anweisungen in einem Tag immer nur die letzte */


.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}

.comment {
	color: red;
	font-style : italic;
}

.border_2columns {
	padding-right: 100px;
}
li {
	padding-bottom : 6px;
}