/**************************************************/
/* Abstände, Ausrichtung                          */
/**************************************************/

.horz-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.links {
  float: left;
}

.rechts {
  float: right;
}

.absatz1 {
  padding: 0 5px 5px 22px;
}

.absatz2 {
  padding: 10px 5px 5px 10px;
}

.abstand1 {
  padding: 8px 0 0 0;
  display: block;
}

.abstand2 {
  margin: 10px 0 0 0;
}

.abstand3 {
  margin: 15px 0 0 0;
}

/**************************************************/
/* Text                                           */
/**************************************************/

.weiss {
  color: #ffffff;
}

.rot1 {
  color: #E60005;
}

.small1 {
  font-size: 9px;
}

.titel1 {
  color: #000000;
  padding: 8px 10px 0 10px;
  font: bold 18px Arial, sans-serif;
  display: block; /* IE: padding funktioniert sonst nicht */
}

.titel1b {
  color: #ffffff;
  padding: 8px 10px 0 10px;
  font: bold 18px Arial, sans-serif;
  display: block; /* IE: padding funktioniert sonst nicht */
}

.titel2 {
  color: #ffffff;
  padding: 11px 10px 0 10px;
  font-weight: bold; /* IE: padding funktioniert sonst nicht */
  display: block;
}

/**************************************************/
/* Boxes                                          */
/**************************************************/

.teaser1 {
  margin: 0 0 10px 0;
}

.header1 {
  width: 390px;
  height: 35px;
  background: #FFDC00;
  float: left;
  display: inline; /* IE: funky-bug -> letzte Buchstaben gedoppelt, außerhalb Box */
}

.header2 {
  width: 190px;
  height: 35px;
  background: #044FA2;
  float: left;
  display: inline; /* IE: funky-bug -> letzte Buchstaben gedoppelt, außerhalb Box */
}

.header3 {
  height: 35px;
  background: #FFDC00;
}

.header4 {
  height: 35px;
  background: #F6F6F6;
}


/**************************************************/
/* Links                                          */
/**************************************************/

a {
  color: #E60005;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #E60005;
}

a:hover {
  color: #000000;
}

a.pic  {
  background: none;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
}


/**************************************************/
/* Navigation                                     */
/**************************************************/

a.weiss {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a.weiss:visited {
  color: #ffffff;
}

a.weiss:hover {
  color: #FFDC00;
}

a.navi1 {
  width: 195px;
  height: 15px;
  background: url(../images/bg_navi1_off.gif) repeat-x;
  color: #000000;
  padding: 3px 0 0 5px;
  display: block;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;
}

a.navi1:visited {
  color: #000000;
}

a.navi1:hover {
  background: url(../images/bg_navi1_on.gif) repeat-x;
  color: #E60005;
}

a.link-liste1, a.link-liste2 {
  padding: 0 5px 5px 15px;
  display: block;
  font-size: 10px;
}

a:hover.link-liste1, a:hover.link-liste2 {
  color: #000000;
}

a.link-liste2 {
  padding: 0;
}