* {
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  color: #343233;
}

body {
  padding: 0px;
  margin: 2px 0px 0px 0px;
  border-top: 2px solid #7ca454;
  /*background: #f0efeb url("../images/bg_body.jpg") 0px 115px repeat-x;*/
}

header  {
    height: 165px;
    /*background: url("../images/bg_kopf.jpg") center top no-repeat, url("../images/bg_kopf_wdh.jpg") left top repeat;*/
    
  }

h1 {
  color: #7ca454;
  font-size: 20px;
  padding: 5px 0px;
}

.btn-success {
    background-color: #7ca454;
    border-color: #7ca454;
}
