/* Allgemeines */

body {
    background-color: rgb(220,220,220);
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

form, h1, h2, h3, h4, h5, h6, img {
    padding: 0;
    margin: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
    color: rgb(102,102,102);
    font-weight: normal;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: rgb(52,132,187);
}

/* Ueberschriften */

.headline1 {
  font-size: 20px;
  font-weight: normal;
  color: black;
  margin-bottom: 6px;
}

.headline2 {
  font-size: 15px;
  font-weight: normal;
  color: rgb(102,102,102);
  margin-bottom: 4px;
}

.headline3 {
  font-size: 13px;
  font-weight: normal;
  color: rgb(128,128,128);
  margin-bottom: 3px;
}

.headline4 {
  font-size: 13px;
  font-weight: normal;
  color: rgb(52,132,187);
  margin-bottom: 3px;
}

a img {
    border: none;
}

/* 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;
}

/* 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 {
   position: relative;
   width: 988px;
   margin: 0 auto 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: rgb(220,220,220);
   text-align: right;
}

span.by-cybox {
   color: rgb(184,184,184); 
}

a.by-cybox:link, a.by-cybox:visited, a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: rgb(184,184,184);
   font-weight: normal;
}
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: rgb(204,204,204);
}

a.cybox-links:link, a.cybox-links:visited, a.cybox-links:hover, a.cybox-links:focus, a.cybox-links:active {
   color: rgb(220,220,220);
   font-weight: normal;
   cursor: default;
}

/* Templatespezifische-Konfiguration */

div.umrandung {
  position: relative;
  width: 988px;
  min-height: 427px;
  padding-top: 110px;
  margin: 0 auto 0;
  text-align: left;
  background-color: white;
  background-repeat: repeat-y;
}

div.kopf {
  position: absolute;
  top: 0;
  left: 0;
  width: 988px;
  height: 82px;
  background-color: white;
}

div.kopf-logo {
  position: absolute;
  top: 19px;
  left: 6px;
  width: 171px;
  height: 58px;
}

div.kopf-bild {
  position: absolute;
  top: 19px;
  left: 183px;
  width: 798px;
  height: 61px;
  overflow: hidden;
}

div.kopf-quickmenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 973px;
  height: 13px;
  padding: 3px;
  padding-right: 5px;
  font-size: 11px;
  color: rgb(51,51,51);
  text-align: right;
  overflow: hidden;
}
div.kopf-quickmenu a:link, div.kopf-quickmenu a:visited, div.kopf-quickmenu a:hover, div.kopf-quickmenu a:focus, div.kopf-quickmenu a:active {
  font-size: 11px;
  color: rgb(51,51,51);
}
div.kopf-quickmenu a:hover, div.kopf-quickmenu a:focus, div.kopf-quickmenu a:active {
  color: rgb(102,102,102);
}

div.kopf-sprachen {
  position: absolute;
  top: 90px;
  left: 28px;
  width: 149px;
  height: 13px;
  padding: 2px;
  border-bottom: 1px solid white;
}

div.kopf-menu {
  position: absolute;
  top: 82px;
  left: 183px;
  width: 774px;
  height: 18px;
  padding: 4px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  border-bottom: 2px solid white;
  background-color: rgb(1,100,137);
  overflow: hidden;
}

div.links {
  position: relative;
  width: 181px;
  padding-top: 44px;
  padding-bottom: 20px;
  float: left;
  overflow: hidden;
}

div.links-slot {
  position: relative;
  width: 181px;
  padding-bottom: 14px;
}

div.links-slot2 {
  position: relative;
  width: 167px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 11px;
  color: white;
}

div.mitte {
  position: relative;
  width: 545px;
  padding-top: 12px;
  padding-left: 18px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-left: 3px;
  border-top: 1px solid rgb(53,132,187);
  float: left;
}
div.mitte-content-links img, div.mitte-content-rechts img {
  margin: 5px;
}

div.mitte-content-breit {
  position: relative;
  width: 545px;
  padding-bottom: 24px;
  float: left;
}

div.mitte-content-links {
  position: relative;
  width: 250px;
  float: left;
}

div.mitte-content-rechts {
  position: relative;
  width: 250px;
  margin-left: 45px;
  float: left;
}

div.rechts {
  position: relative;
  width: 194px;
  padding: 12px;
  padding-top: 60px;
  font-size: 11px;
  color: white;
  border-top: 1px solid rgb(53,132,187);
  float: left;
  overflow: hidden;
}

div.rechts-titel {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 169px;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid white;
}

div.linie-unten {
  position: relative;
  width: 988px;
  height: 4px;
  margin: 0 auto 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

div.fuss {
  position: relative;
  width: 797px;
  height: 15px;
  padding: 2px;
  padding-left: 189px;
  margin: 0 auto 0;
  font-size: 11px;
  color: white;
  text-align: left;
  background-color: rgb(1,73,101);
  background-repeat: no-repeat;
}

/* Menu */

a.menu-line-0:link, a.menu-line-0:visited, a.menu-line-0:hover, a.menu-line-0:focus, a.menu-line-0:active {
  font-size: 13px;
  font-weight: bold;
  color: white;
}
a.menu-line-0:hover, a.menu-line-0:focus, a.menu-line-0:active {
  color: rgb(153,153,153);
}
a.menu-line-0-marked:link, a.menu-line-0-marked:visited, a.menu-line-0-marked:hover, a.menu-line-0-marked:focus, a.menu-line-0-marked:active {
  font-size: 13px;
  font-weight: bold;
  color: rgb(102,204,255);
}

a.menu-block3-1:link, a.menu-block3-1:visited, a.menu-block3-1:hover, a.menu-block3-1:focus, a.menu-block3-1:active {
  display: block;
  width: 180px;
  padding-bottom: 9px;
  color: rgb(51,51,51);
  background-repeat: no-repeat;
  background-position: bottom left;
}

a.menu-block3-1:hover, a.menu-block3-1:focus, a.menu-block3-1:active {
  color: rgb(123,123,123);
}

a.menu-block3-1-marked:link, a.menu-block3-1-marked:visited, a.menu-block3-1-marked:hover, a.menu-block3-1-marked:focus, a.menu-block3-1-marked:active {
  display: block;
  width: 180px;
  padding-bottom: 9px;
  color: rgb(208,0,16);
  background-repeat: no-repeat;
  background-position: bottom left;
}

a.menu-block3-2:link, a.menu-block3-2:visited, a.menu-block3-2:hover, a.menu-block3-2:focus, a.menu-block3-2:active {
  display: block;
  width: 180px;
  padding-bottom: 9px;
  margin-left: 28px;
  font-size: 11px;
  color: rgb(51,51,51);
  background-repeat: no-repeat;
  background-position: bottom left;
}

a.menu-block3-2:hover, a.menu-block3-2:focus, a.menu-block3-2:active {
  color: rgb(123,123,123);
}

a.menu-block3-2-marked:link, a.menu-block3-2-marked:visited, a.menu-block3-2-marked:hover, a.menu-block3-2-marked:focus, a.menu-block3-2-marked:active {
  display: block;
  width: 180px;
  padding-bottom: 9px;
  margin-left: 28px;
  font-size: 11px;
  color: rgb(208,0,16);
  background-repeat: no-repeat;
  background-position: bottom left;
}

a.menu-block3-3:link, a.menu-block3-3:visited, a.menu-block3-3:hover, a.menu-block3-3:focus, a.menu-block3-3:active {
  display: block;
  width: 180px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgb(153,153,153);
  margin-left: 60px;
  margin-bottom: 2px;
  font-size: 11px;
  color: rgb(51,51,51);
  background-repeat: no-repeat;
  background-position: bottom left;
}

a.menu-block3-3:hover, a.menu-block3-3:focus, a.menu-block3-3:active {
  color: rgb(123,123,123);
}

a.menu-block3-3-marked:link, a.menu-block3-3-marked:visited, a.menu-block3-3-marked:hover, a.menu-block3-3-marked:focus, a.menu-block3-3-marked:active {
  display: block;
  width: 180px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgb(153,153,153);
  margin-left: 60px;
  margin-bottom: 2px;
  font-size: 11px;
  color: rgb(208,0,16);
  background-repeat: no-repeat;
  background-position: bottom left;
}