/* 
    Document   : rte
    Created on : 05.06.2013, 11:54:04
    Author     : Grafik
    Description:
        css for RTE.
*/
/* Initial configuration */
* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a, a:link, a:visited, a:hover {
    /* grün color:#72BF44; */
    color: #0072BC;
    text-decoration: none; 
}

a:hover {
    text-decoration: underline; 
}

table { border-collapse: collapse; margin:0; padding:0; }
table td { vertical-align: top; margin:0; padding:0; }
table table { margin: -3px; }
table td p { margin: 0; padding: 0 0 4px 0; }

.align-right {
    text-align: right;
    padding-right: 5px;
}

.align-justify {
    text-align: justify;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.small {
    font-size: 10px;
}

.rot {
    color: #ff3333;
}

.gruen {
    color: #72BF44;
}