/*   Überschriften  */

h1
{
   Color: #000000;
   font-family: Arial;
   font-size: 15pt;
}

h2
{
   Color: #000000;
   font-family: Arial;
   font-size: 11pt;
}

/*   Schriften  */

p
{
   font-family: Arial;
   font-size: 10pt;
}

table
{
   font-family: Arial;
   font-size: 10pt;
}

li
{
   font-family: Arial;
   font-size: 10pt;
}

/*   Tabellen */

td.titel
{
   background-color: #669966;
   font-family: arial;
   color: #FFFFFF;
   size: 12px;
   font-weight:bold;
}

td.inhalt
{
   background-color: #DCE9DC;
   font-family: Arial;
   color: #333333;
   size: 12px;
}

tr.titel
{
   background-color: #669966;
   font-family: arial;
   color: #FFFFFF;
   size: 12px;
   font-weight:bold;
}

tr.inhalt
{
   background-color: #DCE9DC;
   font-family: Arial;
   color: #333333;
   size: 12px;
}

/*   Links  */

A:ACTIVE, A:LINK, A:VISITED
{
   Color: #000000;
   Text-Decoration: underline;
}

A:Hover
{
   Color: #000000;
   Text-Decoration: none;
}

/*   Tabellen  */

table.tabelle1
{
   border-collapse: collapse;
   background-color: #EFF7E8;
   border: solid 1px #D8EBC7;
   line-height: 18px;
   margin-top: 10px;
}

table.tabelle2
{
   border-collapse: collapse;
   background-color: #EFF7E8;
   border: solid 1px #D8EBC7;
   line-height: 18px;
   margin-top: 10px;
}


