* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: left;
  border: 0;
}

body {
  padding: 0 0 20px 0;
  font-size: 100.1%;
  font-family: Verdana, sans-serif;
  background: #fff;
  text-align: center;
  color: #666867;
}

/* links */
a, a:visited {
  color: #6ea0bb;
  font-weight: bold;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

/* headlines */
h1 {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 20px;
}

h2 {
  margin: 0 0 18px 0;
  font-size: 1em;
  font-weight: bold;
}

h3{
  margin: 0 0 2px 0;
  text-decoration: underline;
  font-size: 1em;
}

h4{
  margin: 5px 0 10px 0;
  font-size: 1em;
}

h5{
  margin: 5px 0 10px 0;
  font-size: 1em;
}

h6{
  margin: 5px 0 10px 0;
  font-size: 1em;
}

.content_object_hr {
  display: none;
}


/* Klassen die oft benötigt werden und einfach zusätzlich eingebunden werden können */

.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
}

.bold{
  font-weight: bold
}

.normal{
  font-weight: normal;
}

.invisible{
  display: none;
}

.nobottom {
  font-size: 0;
}

/*
 * positioniert das Element ausserhalb des Bildschirms
 * wird für Links verwendet, die nicht sichtbar sein sollen, die aber das Navigieren
 * mit einem Screenreader erleichtern sollen (Direktzugriff auf Hauptnavigation und Content)
 */

.offscreen{
  position: absolute;
  left: -1000px;
}

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  position:absolute;
  left: 20px;
  top: 67px;
  z-index: 3;
  background-color: #fff;
  color: #000;
}


/* Druckversion */

@media print {

  body {
    text-align: left;
  }

  .offscreen{
    display: none;
  }
}