/* Links auf der Seite Sitemap */
.sitemap
{
   font-size:14px;
}

/* Dritte Navigationsebene im Inhaltsbereich */
.navi3
{
   color:#000080;   /* color:#808080; */
   font-size:10px;
   text-align:center;
}

/* Hintergrundbild ausserhalb der Tabelle */
body
{
   background-image:url(../../images/bg1.gif);
}

/* Bereich fuer den Inhalt */
div.main
{
   color:#808080;
   font-family:Arial;
   font-size:16px;
}

/* Formular */
form
{
   color:#808080;
}

/* Ueberschriften */
h1, h2, h3, h4, h5, h6
{
   color:#004B96;
}

h1 {font-size:18pt;text-align:center;}
h2 {font-size:16pt;}
h3 {font-size:14pt;}
h4, h5, h6 {font-size:13pt;font-style:italic;}

/* Absaetze */
p
{
   color:#808080;
   font-size:16px;
}

/* Tabellen */
table
{
   font-size:14px;
}

/* Gesamte Tabelle */
table.main
{
   border:1pt solid #000000;
   background-image:url(../../images/water.jpg);
   font-size:14px;
   text-align:left;
}

/* Tabellenzellen */
td
{
   vertical-align:top;
   font-family:Arial;
   color:#808080;
}

/* Navigationsbereich 1 (Home, News, ...) */
td.navi
{
   color:#ffffff;
   font-size:12px;
}

/* Navigationsbereich 2 */
/* Button fuer aktive Seite */
td.navi2active
{
   color:#ffffff;
   font-size:12px;
   background-image:url(../../images/waterdark.jpg);
   background-repeat:repeat-x;
}

/* Links allgemein */
a
{
   color:#808080;
   font-size:12px;
   vertical-align:middle;
}

div.main a
{
   font-size:12px;
}

/* Links der ersten Navigationsebene */
a.navi
{
   color:#ffffff;
}

a.navi:hover
{
   color:#8ABAFA;
}

/* Links der zweiten Navigationsebene */
a.navi2
{
   color:#ffffff;
   text-decoration:none;
}
/* Auflistungen */
ul, ol
{
	color:#808080;
	vertical-align:top;
	font-family:Arial;
	text-align: left;
	line-height: normal;
	list-style-position: outside;
	left: 50px;

	padding-left: 50px;

}
