body {
  background-color: #414141;
  text-align: center;
  font-family: tahoma;
  font-size: 11px;
  color: #414141;
}

a {
  color: #005083;
}

a:hover {
  color: #FE6702;
}

#page {
  width: 765px;
  margin: 0 auto;
  text-align: left;
}

.toplink {
  list-style-type: none;
  margin: 8px 0 16px 0;
  padding: 0;
  float: right;
}

.toplink li {
  float: left;
  margin: 0;
  padding: 0 16px;
}

.toplink a {
  color: #B7B7B7;
  text-decoration: underline;
}

.toplink a:hover {
  color: #FFFF80;
}

.cleaner {
  clear: both;
}

#bg {
  background-color: #ffffff;
}

#panel {
  width: 269px;
  float: left;
}

#panel h1 {
  background: url('imgs/title.gif') no-repeat top center;
  margin: 0;
  height: 96px;
}

#panel h1 a {
  display: block;
  text-decoration: none;
  height: 64px;
}

#panel h1 span {
  visibility: hidden;
}

.kontakt {
  display: none;
}

#footer {
  background: url('imgs/footer.gif') no-repeat #414141 top center;
  padding-top: 24px;
  color: #ffffff;
}

#footer a {
  color: #B7B7B7;
  text-decoration: underline;
}

#footer a:hover {
  color: #FFFF80;
}

.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li {
  background: url('imgs/button.gif') no-repeat center center;
  height: 21px;
  color: #ffffff;
  padding: 7px 0 0 46px;
}

.menu li span {
   text-decoration: underline;
   font-weight: bolder;
}

.menu li a {
  color: #ffffff;
  font-weight: bolder;
  text-decoration: none;
}

.menu li a:hover {
  text-decoration: underline;
}

.ltable {
  background: url('imgs/table_t.gif') no-repeat 32px top;
  padding: 10px 0 0 32px;
  margin: 28px 0 16px 0;
}

.ltable strong {
  font-weight: normal;
  position: absolute;
  padding-left: 28px;
  
}

.ltable ul {
  list-style-type: none;
  margin: 28px 0 0 0;
  padding: 0 0 7px 0;
  background: url('imgs/table_b.gif') no-repeat 0 bottom;
}

.ltable ul li {
  padding: 2px 0 2px 28px;
  margin: 0;
  background: url('imgs/table_c.gif') repeat-y;
}

.ltable ul li a {
  text-decoration: none;
  color: #005083;
}

.ltable ul li a:hover {
  text-decoration: underline;
}

#content {
  float: right;
  background: url('imgs/header.jpg') no-repeat;
  width: 472px;
  padding: 160px 24px 16px 0;
  margin: 0;
  text-align: justify;
}

h1 {
  text-align: center;
  color: #000000;
  font-size: 18px;
}

.columns .space {
  width: 8%;
}