/* Allgemeines */

body {
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
}

form, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: rgb(153,153,153);
  font-weight: normal;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: rgb(221,187,85);
}

/* Ueberschriften */

.headline1 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(79,93,128);
  margin-bottom: 6px;
}

.headline2 {
  font-size: 14px;
  font-weight: bold;
  color: rgb(51,51,51);
  margin-bottom: 4px;
}

.headline3 {
  font-size: 12px;
  font-weight: bold;
  color: rgb(102,102,102);
  margin-bottom: 2px;
}

a img {
  border: none;
}

/* Listen */

ul {
  margin: 0;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

li {
  margin: 0;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

/* By Cybox Zeile */

div.by-cybox {
   display: none;
}

/* Templatespezifische-Konfiguration */

div.umrandung {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  text-align: left;
  background-repeat: repeat-y;
}

div.kopf-hintergrund {
  display: none;
}

div.kopf-logo {
  display: none;
}

div.kopf-logo-druck {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

div.kopf-banner {
  display: none;
}

div.kopf-quickmenu {
  display: none;
}

div.kopf-menu {
  display: none;
}

div.kopf-text {
  display: none;
}

div.links {
  display: none;
}

div.mitte {
  position: relative;
  width: 100%;
}
div.mitte img {
  margin: 5px 8px 5px 8px;
}

div.mitte-content-breit, div.mitte-content-schmal1, div.mitte-content-schmal2 {
  position: relative;
  width: 100%;
  float: left;
}
div.mitte-content-schmal1, div.mitte-content-schmal2 {
  width: 45%;
}
div.mitte-content-schmal2 {
  margin-left: 10%;
}


/* Cyres-CSS */

div.image   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
}

div.image-left   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
  float: left;
}

div.image-right   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  9px;
  margin-right:  10px;
  float: right;
}

div.image-center   {
  width:  100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 7px;
}

div.image, div.image-left, div.image-right, div.image-center {
  
}