/* 
    Document   : bsb_schalla_rte
    Created on : 25.05.2009, 11:06:19
    Author     : mfreitag
    Description:
        Style Sheet for text styling
*/

/* Content Elemente */
/* Tabellen */

.tbllist td {
    padding: 5px;
    vertical-align: top;
}

.tbllistborder td {
    padding: 5px;
    vertical-align: top;
    /* border-bottom: 1px solid #F3F3F3 */
}

.tbllistunderline td {
    padding: 5px;
    vertical-align: top;
    text-decoration: underline;
}

p.bodytext {
   font-family:Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-style:normal;
   line-height:1.5em;
   color: #444444;
}

p.teasertext {
   color: #121212;
   font-family:Arial,Helvetica,sans-serif;
   font-size: 12px;
   font-style:normal;
   line-height:1.5em;
}

p.smalltext {
    font-size: 11px;
}


/* Überschriften */
h2 {
    margin-bottom: 15px;
    color: #444444;
    font-size: 16px;
}

h3 {
    margin-bottom: 10px;
    color: #444444;
    font-size: 14px;
}

h4 {
    margin-bottom: 5px;
    color: #444444;
    font-size: 12px;
}

