body
{
	background-color: White;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(bg_seite.jpg);
}

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.navigation:link		{
	border : 1px none;
	padding: 1px:
}
a:visited		{
	text-decoration: none;
	color: black;
}
a.navigation:visited		{
	border : 1px none;
	padding: 1px:
}
a:hover		{
	text-decoration: underline;
	color: gray;
}
a.navigation:hover		{
	border : 1px solid Black;
	padding: 1px:
}
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:0mm;
	padding-top : 5px;
}
.nav1			{
	font-size:12px;
	margin-left:2mm;
}
.nav2			{
	font-size:11px;
	margin-left:4mm;
}
.nav3			{
	font-size:10px;
	margin-left:6mm;
}

.footer		{
	white-space:nowrap;
	font-size:8pt;
	color: #999999;
}

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 : #CBCBCB;
	text-decoration : none;
	border : 1px none;
	padding: 1px:
}
.closed		{
	font-style : normal;
	color : #CBCBCB;
	text-decoration : none;
	border : 1px none;
	padding: 1px:
}
.active			{
	color : black;
	font-style : normal;
	text-decoration : none;
	border : 1px none;
	padding: 1px:
}
/* 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 */

.border_2columns {
	padding-right: 100px;
}

.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}
