﻿body
{
background: url('images/layout/struktur.gif');
font-family: Arial;
font-size: 90%;
color: #000080;
padding-left: 0;
padding-right: 0;
}

/* Alle Links (auch visited und active) werden in Rot dargestellt. */
a:link    { color:#FF0000;text-decoration:none; };
a:visited { color:#FF0000;text-decoration:none; };
a:active  { color:#FF0000;text-decoration:none; };


table, tr, td, th
{
border-collapse:collapse;
border-spacing:10px;
border:0px solid black;
padding-left: 5px;
padding-right: 5px;
text-align:left;
vertical-align:middle;
font-size:10pt;
}

th
{
background-color:#FF9999;
text-align:left;
border-width:1px;
border-color:#ffffff;
}

/* Alle Links in Tabellen (auch visited und active) werden in Blau dargestellt. */
table a:link, table a:visited, table a:active {
  color: #000080;
  text-decoration: none;
}

table a:hover {
  color: #FF0000;
  text-decoration: underline;
}

/* Alle Links in p-tags (auch visited und active) werden in Rot dargestellt. */

p 
{
    text-align:justify;
    line-height:200%;
}


p a:link, p a:visited, p a:active 
{
  color: #FF0000;
  text-decoration: none;
}

p a:hover {
  color: #FF0000;
  text-decoration: underline;
}
.tblTermine
{
font-size:10pt;
border-width:1px;
background-color=#FFCDCD;
border-color:#ffffff;
}

table.termine, td.termine
{
  font-size:10pt;
  color: #000080 ;
  border:1px solid white;
  background-color:#FFCDCD;
  vertical-align:middle;
  padding-left: 5px;
  text-align:left;
}
td.termine a:link, td.termine a:visited, td.termine a:active
{
  color: #ff0000;
}

table.presse,  tr.presse
{
  font-size:10pt;
  color: #000080 ;
  border:1px solid white;
  background-color:#FFCDCD;
  vertical-align:middle;
  padding-left: 5px;
  text-align:left;
}
td.presse
{
  padding-left:15;
}
td.presse a:link, td.presse a:visited, td.presse a:active
{
  color: #ff0000;
}

table.vorstand
{
    font-size:10pt;
    color:maroon;
}
table.vorstand a:link
{
  text-decoration: none;
  color:maroon;
  font-size:10pt;
}


