html,body,form {
  margin: 0px;
  padding: 0px;
}
img {
  display: block;
}
body,tr,td,th,form,input,select,p,div,textarea,h1,h2,h3,h4,h5,h6 {
  font-family: verdana, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #000;
  font-weight: normal;
}
#homeheader {
  height: 200px;
  background-image: url(/artwork/header_200_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
#homeheader div {
  margin: 0px auto 0px auto;
  width: 760px;
  height: 200px;
  background-image: url(/artwork/therapeuten_register_large.gif);
  background-position: center left;
  background-repeat: no-repeat;
}
#header {
  height: 50px;
  background-image: url(/artwork/header_50_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
#header img {
  margin: 0px auto 0px auto;
}
#shadow {
  height: 20px;
  background-image: url(/artwork/shadow.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
#menu {
  line-height: 15px;
  background-color: #008000;
  border-top: 5px solid #008000;
  border-bottom: 5px solid #008000;
  text-align: right;
}
#menu a {
  border-left: 1px solid #fff;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#menu a:hover {
  color: #2ebd2e;
}
#copyright {
  text-align: center;
  padding: 15px 20px 0px 0px;
}
#copyright a#romec {
  color: #000;
  padding-left: 20px;
  background-image: url(/artwork/miniromec.gif);
  background-repeat: no-repeat;
  background-position: top middle;
  text-decoration: underline;
}
#copyright a#romec:hover {
  color: #666;
}
#master {
  width: 100%;
}
#master #left,
#master #right {
  vertical-align: top;
  width: 120px;
  padding: 0px 20px 0px 20px;
}
#master #left div,
#master #right div {
  width: 120px;
}
#master #center {
  vertical-align: top;
  padding: 0px 0px 0px 0px;
  width: auto;
}