/* Allgemeines */

a:link, a:visited, a:hover, a:focus, a:active {
  color: rgb(184,13,16);
  font-weight: normal;
  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: 14px;
  font-weight: bold;
  color: rgb(102,102,102);
  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;
}


/* Templatespezifische-Konfiguration */

div.verlauf-links, div.verlauf-mitte {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 205px;
  width: 223px;
  background-repeat: repeat-x;
  overflow: hidden;
  cursor: default;
}
div.verlauf-mitte {
  left: 225px;
  width: 763px;
}

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;
}

div.links {
  position: relative;
  width: 223px;
  padding-top: 16px;
  padding-bottom: 10px;
  margin-right: 2px;
  float: left;
  overflow: hidden;
}

div.links-content {
  position: relative;
  width: 194px;
  padding: 20px 10px 0 19px;
  font-size: 11px;
  overflow: hidden;
}
div.links-content img {
  margin: 3px 0 3px 0;
}

div.mitte {
  position: relative;
  width: 763px;
  float: left;
  overflow: hidden;
}

div.mitte-bild {
  position: relative;
  width: 763px;
  padding-bottom: 2px;
  overflow: hidden;
  background-repeat: repeat-x;
  background-position: bottom;
}

div.mitte-content {
  position: relative;
  width: 719px;
  padding: 29px 30px 20px 14px;
  overflow: hidden;
}
div.mitte-content img {
  margin: 3px 8px 3px 8px;
}

/* OVERWRITE */





