html,
body,
div,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
}
img {
  border: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'archivonarrow-bold-webfont';
  src: url('../fonts/archivonarrow-bold-webfont.eot');
  src: url('../fonts/archivonarrow-bold-webfont.woff') format('woff'), url('../fonts/archivonarrow-bold-webfont.ttf') format('truetype'), url('../fonts/archivonarrow-bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'archivonarrow-regular-webfont';
  src: url('../fonts/archivonarrow-regular-webfont.eot');
  src: url('../fonts/archivonarrow-regular-webfont.woff') format('woff'), url('../fonts/archivonarrow-regular-webfont.ttf') format('truetype'), url('../fonts/archivonarrow-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  color: black;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.btn-edit a {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: white;
}
.btn-edit a:hover {
  color: #aaa;
}
.space-left {
  float: left;
  width: 60%;
}
.space-right {
  float: right;
  width: 40%;
}
.page {
  width: 900px;
  margin: 0 auto;
}
.header {
  *zoom: 1;
}
.header:before,
.header:after {
  display: table;
  content: "";
  line-height: 0;
}
.header:after {
  clear: both;
}
.header .space-left {
  *zoom: 1;
}
.header .space-left:before,
.header .space-left:after {
  display: table;
  content: "";
  line-height: 0;
}
.header .space-left:after {
  clear: both;
}
.header .space-left .title {
  width: 50%;
  float: left;
}
.header .space-left .title h1 {
  font-size: 48px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
}
.header .language {
  width: 45%;
  float: right;
  padding-top: 39px;
  font-weight: bold;
  text-align: center;
}
.header .teaser {
  text-align: left;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  padding-top: 36px;
}
.header .teaser .date {
  font-size: 48px;
  line-height: 1;
}
.header .teaser .title {
  padding: 20px 0;
  font-size: 20px;
}
.sidebar .menu {
  list-style-type: none;
}
.sidebar .menu li {
  margin: 20px 0;
}
.sidebar .menu li a,
.sidebar .menu li.subtitle {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.sidebar 
.sidebar .address {
  margin-top: 10px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
}
.content .content-wrapper {
  padding-right: 30px;
  min-height: 280px;
}
.content .content-wrapper #page-title {
  display: none;
}
.footer {
  padding-top: 40px;
}
.footer img {
  width: 100%;
}
.content .par-edit {
  display: none;
}
.content h2 {
  margin-top: 9px;
}
.content img {
  max-width: 100%;
}
.content a {
  text-decoration: underline;
}
.content ul,
.content ol {
  margin-left: 20px;
}
.content h4,
.content h3,
.content h2,
.content h1 {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.content .open {
  display: none;
  cursor: pointer;
}
.content .open.live {
  display: inline;
  text-decoration: underline;
}
.content .block {
  padding-bottom: 20px;
}
form a {
  display: none;
}
form textarea {
  margin-bottom: 10px;
  margin-top: 5px;
}
form input {
  line-height: 120%;
  font-size: 18px;
  margin-top: -5px;
  width: 150px;
}
form input.submit {
  margin: 10px 5px 0 0;
}
form .toolbarTextarea {
  padding-top: 5px;
  display: block;
  *zoom: 1;
}
form .toolbarTextarea:before,
form .toolbarTextarea:after {
  display: table;
  content: "";
  line-height: 0;
}
form .toolbarTextarea:after {
  clear: both;
}
form .toolbarTextareaItem {
  padding: 5px 10px;
  border: 1px solid gray;
  display: block;
  float: left;
  margin: 2px 2px 0 0;
}
