body			{
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: ;
	/* funktioniert nur für MSIE, für NS und Opera muss im body-tag zusätzlich marginwidth="0" marginheight="0" gesetzt werden */
	font-size : 16px;
}
td, p, form, h1, h2, h3, ul, li	{
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 16px;
}

/* 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;
	color: Blue;
	
}
a:visited		{
	text-decoration: none;
	color: Navy;
}
a:hover		{
	text-decoration: underline;
	color: Blue;
}
a.navigation:hover		{
	text-decoration: underline;
	color: Blue;
	background-color : Fuchsia;
}
a.nav0:hover		{
	text-decoration: underline;
	color: Blue;
	background-color : Aqua;
}
a:active 		{
	color: red;
	text-decoration: underline;
}

.sitemap	{
	/* background-color :#CECFCE ; */
	border : 1px solid Navy;
	padding: 3px;
	background-image : url(bg_ameise_content.gif);
}

/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:15px;
	margin-left:0mm;
}
.nav1			{
	font-size:13px;
	margin-left:3mm;
}
.nav2			{
	font-size:11px;
	margin-left:6mm;
}
.nav3			{
	font-size:10px;
	margin-left:8mm;
}
.nav4			{
	font-size:10px;
	margin-left:10mm;
}
.footer		{
	white-space:nowrap;
	font-size: 10px;
	color: #666699;
	text-decoration: none;
}

/*  Font-Eigenschaften in der Navigationsleiste */
.open			{
	font-style : normal;
	color : white;
	text-decoration : none;
}
.closed	{
	font-style : normal;
	color : white;
	text-decoration : none;
}
.active		{
	color : #FFCC00;
	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;
	background-color : Yellow;
}

.border_2columns {
	padding-right: 100px;
}

.intro {
	color : Navy;
	font-size : 70%;
}
li {
	padding-bottom : 6px;
}