/*allgemeine Formatierungsangaben*/
p,h4,ul,ol,li,div,td,th,address,blockquote,nobr,i
      { font-family:Tahoma,sans-serif; font-size:10pt; }

/*Logo-Überschrift*/
h1    { font-family:Tahoma,sans-serif; font-size:12pt; text-decoration:underline; font-weight:bold  }

/*Seiten-Überschrift*/
h2    { font-family:Tahoma,sans-serif; font-size:10pt; margin:2px; font-weight:bold; }

/*News-Überschrift*/
h3    { font-family:Tahoma,sans-serif; text-align:left; font-size:10pt; font-weight:bold; margin:0px;
        border-bottom-style:dotted; border-bottom-width:1px; border-color:#C0C0C0; }

/*Formulare*/
.wcms {
        font-family: Tahoma, Verdana, Helvetica, sans-serif;
        font-size:8pt;
        color:#000000;
        width:250px;
        background:#ffffff;
        border: 1px solid #C0C0C0;
}
.rahmen {
        font-family: Tahoma, Verdana, Helvetica, sans-serif;
        font-size:8pt;
        color:#000000;
        width:250px;
        background:#ffffff;
        border: 1px solid #C0C0C0;
}

/*Link-Formatierung*/
a:link   { color:#dc3020; text-decoration:none; font-weight:bold }
a:visited{ color:#dc3020; text-decoration:none; font-weight:bold }
a:active { color:#dc3020; text-decoration:none; font-weight:bold }
a:hover  { color:#ef9a49; text-decoration:underline; font-weight:bold }