body {
  background-color: #4d4f54;
  margin: 0px;
  font-family: Arial;
  font-size: 12px;
}

table {
  font-family: Arial;
  font-size: 12px;
}

h1 {
  margin-top: 0px;
  font-size: 18px;
}

h2 {
  margin-top: 0px;
  font-size: 15px;
}

p { margin: 0px; }

a { text-decoration: underline; color: #233f77; }
a.menu, a.amenu, a.topmenu { text-decoration: none; color: black; }

a.topmenu:hover { text-decoration: underline; color: black; }

a.footer { text-decoration: underline; color: white; }

a.menu:hover { text-decoration: none; color: black; }
a.amenu:hover { text-decoration: none; color: black; }
a:focus {outline: solid 0; color: black; }

a:hover{ text-decoration: underline; color: red; }
a:focus {outline: solid 0; color: red; }

img {
  border: 0px;
}

td { vertical-align: top; }

td.head {
  background: url(img/kategorie.jpg);
  width: 190px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}

td.menu {
  background-color: #dfe0df;
  border: #7b7c7c 1px solid;
  border-top: 0px;
  height: 22px;
  vertical-align: middle;
}

td.amenu {
  background-color: #bfbfbf;
  border: #7b7c7c 1px solid;
  border-top: 0px;
  height: 22px;
  vertical-align: middle;
}

div.left {
  margin-top: -10px;
  margin-left: 10px;
  float: left;
}

div.content {
  margin-top: -10px;
  margin-left: 40px;
  margin-bottom: 20px;
  float: left;
  width: 660px;
  min-height: 460px;
}

td.footer {
  background: url(img/footer_small.jpg);
  height: 30px;
  color: white;
  text-align: center;
}