html, body {
  height: 100%;
}

body {
  min-height: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: 'trebuchet ms', verdana, arial;
}

.holder {
  width: 765px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

body.page-antares-cms .holder {
  background-repeat: repeat-y;
}

.content-holder {
  float: left;
  width: 340px;
  margin-left: 175px;
}

.content-holder a.verder {
  float: right;
}

.footer {
  margin-bottom: -5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #b91184;
}

a {
  color: #b91184;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.verder {
  color: #f49d00;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

a.verder:hover {
  color: #b91184;
}

a.bestel {
  color: #b91184;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: lowercase;
}

a.bestel:hover {
  color: #f49d00;
}

body.page-antares-home a.verder {
  position: absolute;
  right: 95px;
  top: 445px;
  color: #ffffff;
}

body.page-antares-home a.verder:hover {
  color: #f49d00;
}

.menu {
  float: right;
  margin-right: 60px;
  padding: 0 10px 0 0;
}

.menu li {
  list-style: none;
  text-align: right;
}

.menu li a {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  color: #f49d00;
  text-decoration: none;
  padding-right: 30px;
}

.menu li a.active {
  background: url("/img/antares/menu-active.gif") right 5px no-repeat;
}

/*# sourceMappingURL=antares.css.map */