body {
  background: #FFFFFF;
  color: #006060;
  font: 14px verdana, arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

acronym { font-variant: normal; }
form    { margin:0; padding:0; }
img     { border:0;  vertical-align:middle; }
table   { margin:auto; empty-cells:show; }
td, th  { font: 11px verdana, arial, sans-serif; }
h1      { text-align: center; font-size: 30px; }
h2      { text-align: center; font-size: 23px; }
h3      { text-align: center; font-size: 15px; }
p       { text-align: left; margin: 0 0 15px 0; padding: 0;}

p a:link    { text-decoration: underline; }
p a:visited { text-decoration: underline; }

a:link, a:visited {
  color: #006060;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body > table {
  border-collapse: collapse;
  border-spacing:  0;
  width: 100%;
}

body > table > tbody > tr td {
  padding:  0;
}

.Navi {
  background: url( img/backbot.gif );
  background-repeat: repeat-x;
  height: 600px;
  text-align: left;
  vertical-align: top;
}

.Navi ul li {
  font-size: 16px;
  list-style-image: url( img/dreieck10x10.gif );
  padding: 2px;
}

.Navi ul li:hover {
  list-style-image: url( img/dreieck10x10ani.gif );
}

.Content {
  font-size: 14px;
  padding: 1px;
  vertical-align: top;
}

.Kontakt {
}

.Kontakt td {
  font-size: 16px;
  padding: 3px 3px 3px 20px;
  text-align: left;
  vertical-align: top;
}
.Kontakt th {
  background: url( img/dreieck16x32.gif );
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 3px 3px 20px;
  text-align: left;
}

.Valid {
  bottom: 0;
  left: 0;
  padding: 1px;
  position: fixed;
  text-align: center;
  width: 150px;
}

