* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-repeat: repeat-x;
  background-image: url(../img/head_bg.gif);
}

table {
  border-style: hidden;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 963px;
}

table.sortable {
  border-style: hidden;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 944px;
}

th.tab {
  vertical-align: top;
  text-align: left;
  height: 170px;
}

th {
  font-size: 0.7em;
  font-family: Arial,Helvetica;
  font-weight: bold;
  color: #666666;
  background-color: #ffffff;
  text-align: left;
}

td {
  border-style: hidden;
  padding: 2px 0 2px 9px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #666666;
}

a {
  padding: 1px 10px 1px 0;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #336666;
}

a:hover {
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #222222;
}

a.active {
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: underline;
  font-weight: bold;
  color: #336666;
}

a.active:hover {
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: underline;
  font-weight: bold;
  color: #222222;
}

h1 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #336666;
  text-align: left;
}

h2 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  text-align: left;
}
h3 {  font-family: Verdana,Arial;Helvetica,sans-serif;  font-size: 15px;  font-weight: normal;  color: #336666; text-align: center;}
a.h2 {
  padding: 1px 1px 1px 1px;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #336666;
}

a.h2:hover {
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #222222;
}

a.h2.active {
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: underline;
  font-weight: normal;
  color: #336666;
}

a.h2.active:hover {
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: underline;
  font-weight: normal;
  color: #222222;
}

a.ueber {
  color: #336666;
  font-weight: bold;
  font-size: 1em;
  font-family: Arial,Helvetica;
  text-decoration: underline;
}

a.ueber:hover {
  color: #666666;
  font-weight: bold;
  font-size: 1em;
  font-family: Arial,Helvetica;
  text-decoration: none;
}
.odd {
  background-color: #ffffff;
}

.even {
  background-color: #cadfd8;
}

#footer {
  padding: 20px 60px 78px 0px;
  clear: both;
  width: 963px;
  margin-left: auto;
  margin-right: auto;
}

ul {
  list-style-type: none;
}

.footer {  position: fixed;  right: 0;  bottom: 0;  left: 0;  padding: 32px;  background-color: #cfcfcf;  background-image: url(../img/footer_bg.gif);  text-align: center;}