#mainnavigation,
#metanavigation,
footer nav,
header form,
aside nav,
#newsletter_box {
  display: none;
}

@font-face {
    font-family: 'AbelRegular';
    src: url('../fonts/abel-regular-webfont.eot');
    src: url('../fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abel-regular-webfont.woff') format('woff'),
         url('../fonts/abel-regular-webfont.ttf') format('truetype'),
         url('../fonts/abel-regular-webfont.svg#AbelRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #000;
}
p,
td,
.form,
.date,
.day,
.minicalendar,
.mod_eventlist .empty {
  margin: 15px 0;
}
h1,
h2,
h3 {
  border-bottom: 1px solid #000;
  font-size: 14px;
  margin: 15px 0;
}
#copyright {
  position: relative;
  top: 50px;
  border-top: 1px solid #000;
}
img {
  max-width: 600px;
}
aside .mod_eventlist img {
  max-width: 270px;
}
.download {
  display: block;
  background: url(../images/download.png) no-repeat;
  width: 100px;
  height: 22px;
  padding-left: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}
