body			{
	color: #34B6BC;
	background-color: White;
	margin: 0 cm;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* funktioniert nur für MSIE, für NS und Opera muss im body-tag zusätzlich marginwidth="0" marginheight="0" gesetzt werden */
	font-size : 12px;
}
td, p, form, h1, h2, h3, ul, li	{
	/* fuer NS4 */
	color:  #34B6BC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
}

a:link			{
	text-decoration: none;
	color:  #42C4CA;
	
}
a:visited		{
	text-decoration: none;
	color: #47A7AB;
}
a:hover		{
	text-decoration: none;
	color: #000000;
}
ctive 		{
	color: #000000;
	text-decoration: none;
}

.sitemap	{
	background-color : #2DB3B3;
	border : 1px solid Navy;
	padding: 3px
}

/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:12px;
	margin-left:0mm;
	height:22px;/*IE*/
	line-height:22px;/*MOZ*/
}
.nav1			{
	font-size:10px;
	margin-left:3mm;
	height:20px;/*IE*/
	line-height:20px;/*MOZ*/
}
.nav2			{
	font-size:10px;
	margin-left:5mm;
	height:20px;/*IE*/
	line-height:20px;/*MOZ*/
}
.nav3			{
	font-size:10px;
	margin-left:7mm;
	height:20px;/*IE*/
	line-height:20px;/*MOZ*/
}

.footer		{
	white-space:nowrap;
	font-size: 10px;
	color: #00CCCC;
}

/*  Font-Eigenschaften in der Navigationsleiste */
.open			{
	font-style : normal;
	color : #000000;
	text-decoration : none;
}
.closed	{
	font-style : normal;
	color : #2E9EA5;
	text-decoration : none;
}
.active		{
	color : #000000;
	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;
	padding:3px;
}

.border_2columns {
	padding-right: 100px;
}
li	{
	margin-bottom : 10px;
}