/* Allgemeines */

a:link, a:visited, a:hover, a:focus, a:active {
  color: rgb(184,13,16);
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #0033cc;
}

/* Ueberschriften */

.headline1 {
  font-size: 16px;
  font-weight: bold;
  color: #0033cc;
  margin-bottom: 2px;
}

.headline2 {
  font-size: 13px;
  font-weight: bold;
  color: #0033cc;
  margin-bottom: 2px;
}

.headline3 {
  font-size: 14px;
  font-weight: normal;
  color: black;
  margin-bottom: 4px;
}

.headline4 {
  font-size: 12px;
  font-weight: bold;
  color: black;
  margin-bottom: 3px;
}

a img {
  border: none;
}

/* By Cybox Zeile */

div.by-cybox {
   position: relative;
   width: 988px;
   margin: 0 auto 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #0033cc;
   text-align: right;
}

a.by-cybox:link, a.by-cybox:visited, a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: rgb(51,51,51);
   font-weight: normal;
}
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: black;
}

/* Templatespezifische-Konfiguration */

div.links {
  position: relative;
  width: 774px;
  margin-right: 2px;
  float: left;
  overflow: hidden;
}

div.links-inhalt-breit {
  position: relative;
  width: 774px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgb(225,225,225);
  background-position: bottom;
  background-repeat: repeat-x;
  float: left;
  overflow: hidden;
}

div.links-inhalt-schmal1, div.links-inhalt-schmal2, div.links-inhalt-schmal3 {
  position: relative;
  width: 217px;
  padding-top: 16px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 15px;
  margin-right: 1px;
  float: left;
  overflow: hidden;
}
div.links-inhalt-schmal2 {
  width: 225px;
}
div.links-inhalt-schmal3 {
  width: 228px;
  margin: 0;
}
div.links-inhalt-schmal1 img, div.links-inhalt-schmal2 img, div.links-inhalt-schmal3 img {
  margin: 3px 0 3px 0;
}

div.rechts {
  position: relative;
  width: 184px;
  padding: 26px 14px 12px 14px;
  float: left;
  overflow: hidden;
}
div.rechts img {
  margin: 2px 0 2px 0;
}

div.fuss {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 988px;
  height: 2px;
  border-bottom: 2px solid rgb(240,240,240);
  background-repeat: repeat-x;
  overflow: hidden;
  cursor: default;
}