/* Style-Sheet f&uuml;r die normalen Einleitungstexte  (urspr&uuml;nglich wiruns/start.html) */
body {
        font-family: "MS Sans Serif", Arial, Helvetica;
        font-size: 1em;
        width:     95%;
        text-margin: 0 20px 0 10px;

}

img {
        float: left;
}

a:link  {
        font-size: 80%;
        color: #0000aa;
}

a:visited  {
        font-size; 80%;
        color: #000088;
}

a:hover {
        font-size: 100%;
        color: #aa0000;
}

p       {
        font-size: 80%;
        text-align: justify;
        margin: 0 10px 0 10px;
}

tr      {
        font-size: 80%;
        margin: 0 10px 0 10px;
}


p.note1 {
        font-size: 100%;
        font-weight: 600;
        text-align: center;
        margin: 0 10px 0 10px;
}

p.note2 {
        font-size: 120%;
        font-weight: 600;
        font-color: blue;
        text-align: center;
        margin: 0 10px 0 10px;
}

p.firstnote {
        font-size: 100%;
        font-weight: 700;
        margin-top: 20px;
        color:#000088;
}

p.centernote {
        font-size: 120%;
        text-align: center;
        color:#880000;
}

p.linkliste {
        font-size: 120%;
        text-align: center;
      line-height: 150%;
      padding-bottom: 5px;
      margin-top: 5px;
      margin-bottom: 5px;
      border-top-style: ridge;
      border-bottom-style: ridge;
}

dt {
     margin-top: 1em;
     font-size: 150%;
     font-weight: bold;
}

address {
        font-size: 130%;
        font-style: normal;
        text-align: center;
        color: darkblue;
}

#tickerrahmen {
        border-style: groove;
}