/* CSS Document */
#modul_losung {
  color: black;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.2em;
}

#modul_losung .ueberschrift {
  background: #ffcc00;
  color: black;
  text-align: right;
  padding: 2px 20px 4px 20px;
}

#modul_losung .ueberschrift .kopf {
  font-weight: bold;
  float: left;
}

#modul_losung .texte {
}

#modul_losung .L {
  padding: 5px 20px 0px 20px;
}

#modul_losung .SL {
  padding: 0px 20px 5px 20px;
  text-align: right;
  font-style: italic;
  background: url(dot_line.gif) repeat-x bottom left;
}

#modul_losung .copyright {
  padding: 5px 20px 0px 20px;
  font-size: 0.9em;
}

#modul_losung .copyright a {
  color: #69737D;
  text-decoration: none;
}

#modul_losung .copyright a:hover {
  color: blue;
}



