h1, h2, h3, a, p, body {
  color: #3131a2;
  font-family: Arial, Verdana, Sans-Serif;
}
h1 {
  font-size: 29px;
}
h2 {
  font-size: 20px;
}
p {
  color: black;
}
div {
  font-size: 14px;
}

a:hover {
  color: #5656b9;
}

body {
  margin: 0;
  color: black;
}

div#main {
  width: 1024px;
  height: 537px;
  background: url(../images/header.png) no-repeat;
  margin: 0 auto;
}
div#footer {
  width: 1024px;
  height: 86px;
  background: url(../images/footer.png);
  margin-top: 20px;
}

div#content {
  
  padding: 0 50px;
  padding-top: 230px;
}
div.float {
  width:460px;
  margin-right: 20px;
  float: left;
}

a#wdmbutton, a.angebotbutton {
  margin-top: 14px;
  margin-bottom: 40px;
  display: block;
  width: 352px;
  height: 55px;
  overflow: hidden;
  background: url(../images/button_wdm.png);
  font-size: 1px;
  text-indent: -300px;
}
br.clear {
  clear: both;
}
a.angebotbutton {
  width: 151px;
  height: 29px;
  background: url(../images/button_angebot.png);
}
a#wdmbutton:hover, a.angebotbutton:hover {
  background-position: bottom;
}

span#footer_copy {
    display: block;
    padding-top: 58px;
    text-align: center;
    width: 100%;
    color: #8181bd;
    text-transform: uppercase;
    font-size: 0.8em;
}
#footer_copy a {
    color: #8181bd;
}
#footer_copy a:hover {
    text-decoration: none;
}