body {
  margin: 0px;
  font-family: Arial;
  font-size: 13px;
  background-color: #000;
}

table {
  font-size: 13px;
  color: white;
}

h2 {
  color: black;
}

a { color: #fff; text-decoration: none; }

a:focus {outline: solid 0;}
a.menu { 
  text-decoration: none;
  color: black;
  display: block;
  margin-left: 7px;
  font-size: 14px;
  position: relative;
}
a.menu:hover { text-decoration: none; color: #b4142e; }
a.submenu { 
  text-decoration: none;
  color: white;
  display: block;
  margin-left: 7px;
  line-height: 25px;
}
a.submenu:hover { color: #e26624; }

li:hover { color: #e26624; }

table.frame {
  margin-left: 20px;
  height: 600px;
  width: 1075px;
  background-image: url(img/bg.jpg);
  background-repeat: no-repeat;
}

td {
  vertical-align: top;
}

td.menu {
  background: url(img/reiter.png);
  width: 110px;
  background-repeat: no-repeat;
  line-height: 25px;
  color: #000;
  padding-left: 2px;
}

* html td.menu {
  background-image: none; 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/template/img/reiter.png', sizingMethod='scale');
}


td.filler {
  width: 10px;
}