body {
  margin: 0px;
  background-image: url(/images/background.gif);
  background-repeat: repeat;

}

body, p, #impressum, a.button {
  color: #000000;
}

body, p, h1, h2, h3,  a {
  font-face: times, times roman, times new roman, serif;
}

#image {
  margin-left: 0px;
  padding-left: 20px;
  margin-right: 10px;
  float: left;
}

a {
  color: #cc0000;
  font-weight: 700;
}

.menu a, a.dlButton, #impressum {
  font-family: verdana, helvetica, arial, sans-serif;
}

p, h1, h2, h3, a.pageLink {
  margin-left: 10px;
}

body, p, h2, h3, a {
  font-size: 12px;
}

h1 {
  margin-top:0px;
  font-size: 32px;
}

h2, h3 {
  font-weight: 700;
}

.bigBodyText {
  font-size: 17px;
}

#menu_bar {
  /* background-color: #fac986; */
  position: relative;
  width: 205px;
  padding-top: 10px;
  background-image: url(/images/pro-change.gif);
  background-position: 10px 10px;
  background-repeat: no-repeat;
}

.menu, #impressum {
  margin-left: 75px;
  width: 120px;
}



.menu {
  position: relative:
  margin-top: 20px;
}

#impressum {
  position: relative;
  margin-top: 75px;
  font-weight: 700;
  font-size: 10px;
}

#bodyText {
  /* border: solid 1px #000000; */
  left: 205px;
  width: 510px;
  top: 0px;
  position: absolute;
  padding-top: 50px;
}

#dlLinkCell {
  padding-left: 20px;
}

.menu a, a.dlButton {
  color:#000000;
  margin-top:6px;
  margin-bottom: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  border-left: solid 2px #fceba8;
  border-top: solid 2px #fceba8;
  border-right: solid 2px #d8a764;
  border-bottom: solid 2px #d8a764;
}

a.dlButton {
  color: #fac986;
  background-color: #fac986;
}

#dlTable {
  width: 450px;
  margin-left: 100px;
}

#dlButtonCell {
  height: 30px;
  width: 30px;
}

.menu a:hover,
a.dlButton:hover,
#public_index    #_home,
#public_home     #_home,
#public_about_us #_about_us,
#public_topics   #_topics,
#public_downloads #_downloads,
#public_tools    #_tools,
#contact_index   #_index,
#contact_send_message   #_index {
  background-color: #d8a764;
  border-left: solid 2px #b68542;
  border-top: solid 2px #b68542;
  border-right: solid 2px #fceba8;
  border-bottom: solid 2px #fceba8;
}

