body
{
	background-color: White;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

td, p, form, h1, h2, h3
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* 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: gray;
}
a.nav:link		{
	color: #44C7F4;
	background-color: White;
}
a:visited		{
	text-decoration: none;
	color: black;
}
a:hover		{
	text-decoration: underline;
	color: gray;
}
a.nav:hover		{

}
a:active 		{
	text-decoration: underline;
	color: gray;
}

.sitemap	{
	color : black;
	border : 1px solid Black;
	padding: 3px;
	
}


/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:14px;
	margin-left:5mm;
	padding-top : 5px;
}
.nav1			{
	font-size:13px;
	margin-left:7mm;
}
.nav2			{
	font-size:12px;
	margin-left:9mm;
}
.nav3			{
	font-size:11px;
	margin-left:10mm;
}

.footer		{
	white-space:nowrap;
	font-size:8pt;
	color: #44C7F4;
	text-decoration: none;
}

h1				{font-size:15pt;}
h2				{font-size:14pt;}
h3				{font-size:12pt;}
h4				{font-size:11pt;}

/*  Font-Eigenschaften in der Navigationsleiste */
.open		{
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
}
.closed		{
	color : #ffffff;
	font-style : normal;
	text-decoration : none;
}
.active			{
	color : #ffffff;
	font-style : bold;
	text-decoration : none;
	background-color : #44C7F4;
	font-weight : bold;
}
/* 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 */

.comment {
	color: red;
	background-color : Yellow;
}

.border_2columns {
	padding-right: 100px;
}

.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}
