 
<style type="text/css">{  }

* {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
}

body {  background-color: white}
h1 {  font-size: 12pt}
h2 {  font-size: 11pt}
h3 {  font-size: 8pt}
a:link {  color: #0080FF; text-decoration: underline}
a:visited {  color: #0080FF; text-decoration: underline}
a:hover {  color: #FF0000; text-decoration: underline}
.fett {  font-size: 10pt; font-weight: bold;}


#findus_leserkonto_vorwarnbereich p {
    text-align: center;
    }   
#tagcloud {
     color: white;
     background-color: #990000;
     border: 1px solid #ffa03e;
     margin: 1px;
     padding: 3px;
}
/* Bereich Leserkonto */
/* class = leserkonto */
h2.findus_leserkonto { 
    text-align: center;
    }   
p.findus_leserkonto { 
    text-align: center;
    }   
    
/* class = leserkonto */
table.findus_leserkonto {
    /* Ganze Tabelle mittig ausrichten: */
    margin-left:auto; margin-right:auto;
}   
    
/* class=lesserkonto und dann die td-Elemente */
table.findus_leserkonto td {
    text-align: center;
}

.findus_veranstaltung_alt_1 {
     /* Erstelle einen Rand für diese Meldung */
     border: 2px solid;
     border-color: #900000;
     /* Hintergrundfarbe NICHT rot, sondern weinrot!!!!!!!!! */
     background: #990000;

     /* Platz vom Rand */
     padding: 5px;
     /* Schrift mittig, linksbuendig */
     text-align: left;

     /* Schriftfarbe */
     color: white;
     /* font-size: large; */
}

