BODY {
  background: #E6E6E6;
  color: #002C91;
  margin: 0px;
}

table {
  border-collapse: collapse;
}

table.expose {
  width: 800px;
}

td {
  border: 0px;
  padding: 2px;
  vertical-align: top;
}

TD.linie {
  background: #3399FF;
  height: 1px;
  padding: 0px;
}

TD.vlinie {
  background: #3399FF;
  width: 1px;
  padding: 0px;
}

TD.menuON {
  background: #BDBDBD;
}

TD.HeadTeil {
  background: #D6DADB;
  text-align: center;
  margin-top: 3pt;
  margin-bottom: 3pt;
}

TD.sprachewahl {
  background: #D6DADB;
  text-align: center;
}

td.expose {
  padding: 10px 2px;
  border-bottom: 1px solid #3399FF;
}

H1 {
  margin-top: 10pt;
  margin-bottom: 5pt;
  text-align: center;
}

H2 {
  margin-top: 8pt;
  margin-bottom: 4pt;
  text-align: center;
}

H3 {
  margin-top: 6pt;
  margin-bottom: 3pt;
  text-align: center;
}

A {
  text-decoration: underline;
}

A:link    { color: #002C91;  }
A:visited { color: #002C91;  }
A:active  { color: #002C91;  }
A:hover   { color: #002C91;  }

P.REMARK {
  text-align: center;
  margin-top: 2pt;
  margin-bottom: 2pt;
}

p.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-align: justify;
}

IMG {
  border: 1px solid #002C91;
}

IMG.gallery {
  margin: 3px;
}

UL {
  text-align: left;
  LIST-STYLE-TYPE: square;
  margin-bottom: 0px;
}

LI {
  margin-left: -1em;
}

HR {
  color: #002C91;
  height: 1px;
}

.thumb {
  cursor: hand;
}
        
