
/*** Titel-Fahne ***/

.recentirgendwas h2 .fahne-titel { background-color: #0033cc;
                                   color: white;
                                   font-size: 10pt;
                                   padding: 1px 3px 1px 2px; }

.recentirgendwas h2 { width: 100%; 
                         border-bottom: 1px solid black;
                         font-size: 9pt;
                         font-weight: normal;
                         }  

.recentirgendwas h2 .fahne-other {  background: url(img/pfeil_re.gif) scroll no-repeat left;
                                      padding-left: 15px;
                                      color: rgb(60,60,60);}

/*** Selektor ***/

.recentirgendwas div.selektor { font-size: 9pt; 
                                color: rgb(60, 60, 60); }
.recentirgendwas div.selektor a { color: rgb(60,60,60); }

/*** Eintraege ***/

div.items { margin-top: 1em; font-size: 9pt; } /* abstand zum kopf */

div.items div.titelzeile { border-bottom: 1px solid #999; margin-top: 1em; padding: 0; }
div.items div.titelzeile span { color: #008; float: left;
                                      font-size: 9pt;
                                      font-weight: bold;}
div.items div.titelzeile a { display: block;
                             width: 100%; 
                             color: #999;
                             text-decoration: none;
                             text-align: right;
                             background: url(PfeilNachObenGrau.gif) no-repeat scroll right bottom;
                             padding: 0.3em 16px 0px 0;
                             position: relative;
                             right: 16px;
                             font-size: 8pt; }

div.items h4 { color: #3c3c3c;
               padding:0;
               margin: 0;}

div.items div.description { 
                            color: #3c3c3c;
                            }

div.items div.description a { color: #008; text-decoration: none; }
