/* Allgemeines */

body {
  background-color: white;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  text-align: center;
}

form, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: rgb(56,86,148);
  font-weight: normal;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: rgb(194,16,30);
}

a img {
  border: none;
}


/* Ueberschriften */

.headline1 {
  margin-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 14px;
  font-weight: bold;
  color: rgb(51,51,51);
}
.headline2 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: rgb(34,53,91);
}
.headline3 {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
  color: black;
}

/* Listen */

ul {
  margin: 0;
  margin-top: 10px;
  margin-left: 3px;
  margin-bottom: 0;
  padding: 0;
}

ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 3px;
  margin-bottom: 0;
  padding: 0;
}

li {
  margin: 0;
  margin-left: 15px;
  margin-bottom: 2px;
  padding: 0;
}

/* By Cybox Zeile */

div.by-cybox {
  display: none;
}

/* Templatespezifische-Konfiguration */

div.umrandung {
  text-align: left;
}

div.druck-kopf {
    display: block;
    margin-bottom: 30px;
}
div.druck-kopf img {
    vertical-align: middle;
}

div.kopf {
  display: none;
}

div.unter-kopf {
  display: none;
}

div.hauptmenue {
  display: none;
}

div.links {
  display: none;
}

div.mitte {
    position: relative;
    margin-bottom: 20px;
}
div.mitte img {
    margin: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}

div.rechts {
    position: relative;
}
div.rechts img {
    margin: 4px;
    margin-left: 0;
    margin-right: 0;
}

div.fuss {
  display: none;
}

/* Cyres-CSS */

div.image {
  min-width: 100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 10px;
}

div.image-left {
  min-width: 100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 10px;
  float: left;
}

div.image-right {
  min-width: 100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 5px;
  float: right;
}

div.image-center {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  text-align: center;
}

div.image img, div.image-left img, div.image-center img, div.image-right img {
   margin: 0;
}
