body
{
	background-color: #CCCCCC;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
	margin: 0cm;
	/* nur noch für die Seiten bei Sedo und Crawl it*/
}

td, p, form, h1, h2, h3
{
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size : 12pt;
}
.editor {
	background-color: #003063;
}
/* 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:yellow;
}
a:visited		{
	text-decoration: none;
	color:white;
}
a:hover		{
	text-decoration: underline;
	color:yellow;
}
a:active 		{
	text-decoration: underline;
	color:yellow;
}

.sitemap	{
	color : Black;
	background-color : #999999;
	padding:3px;
}

/* Einzüge in der Navigationsleiste */
.nav0			{
	font-size:14px;
	padding-top : 6px;
}
.nav1			{
	font-size:9pt;
	margin-left:2mm;
}
.nav2			{
	font-size:8pt;
	margin-left:4mm;
}
.nav3			{
	font-size:7pt;
	margin-left:6mm;
}

.footer	{
	font-size:8pt;
	color: #999999;
	text-decoration : none;
}


/*  Font-Eigenschaften in der Navigationsleiste */
.open			{
	color : #003063;
	text-decoration : none;
}
.closed		{
	color : #003063;
	text-decoration : none;
}
.active			{
	color : #003063;
	font-weight : bold;
	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 */

.comment {
	color : Red;
	background-color : Yellow;
	padding: 3px;
}

.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}

li  {
	margin-bottom : 5px;
}
input, textarea {
	background-color : #CECFCE;
}