/* RTE */

.red,span.red,h2.red,h3.red,p.red {
    color: #FF0000;
}

.lila,span.lila,h2.lila,h3.lila,p.lila {
    color: #4009fa;
}

.gruen,span.gruen,h2.gruen,h3.gruen,p.gruen {
    color: #198a04;
}

h3.red,
h3.lila,
h3.gruen {
    font-weight:bold;
    margin:0 !important;
}
table {
    font-size:1em;
}
td {
    vertical-align:top;
    padding:2px 8px 2px 0;
}
.box-blue {
    background:#F1F8FE;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding: 10px 20px;
}
.box-blue td {
    font-size: 0.75em;
    line-height:1.4em;
}
.box-blue h3 {
    font-size:0.8em !important;
    line-height:1.4em;
}

.box-blue .ce-textpic {
    margin:-25px -26px;
}

.box-blue .ce-gallery {
    margin:2px !important;
}

.box-blue .ce-gallery figure {
    margin-bottom: 10px;
    margin-left: 5px;
}

.ce-gallery figure {
    margin-left: 0px;
}

.ce-gallery figure img {
    float: left;
    margin-right: 30px;
}

.box-blue .ce-gallery img {
    border: none;
    margin-bottom: 20px;
}

.box-blue .ce-bodytext {
    padding: 12px 20px;
}

.standardBox .box .ce-gallery {
    margin:0;
}

.standardBox .ce-gallery figure img {
    margin-bottom: 10px;
    margin-left: 15px;
}

.ce-above .ce-gallery {
    margin-bottom: 9px;
    margin-top: -9px;
}

.standardBox .box .ce-bodytext table td {
    padding:2px 8px 2px 0;
    vertical-align:top;
}

ul.linkliste {
    font-size: 0.8em;
    margin: 0 0 1.6em 0;
    display:flow-root;
}

ul.linkliste li {
    float: left;
    clear: both;
    line-height: 1.5em;
    margin: 0 0 0 0;
    background-image: url(../Images/_layout/linkpfeil.gif);
    background-position: 0 0.3em;
    background-repeat: no-repeat;
    padding: 0 0 0 .75em;
}

/* remove duplicate indicator */
ul.linkliste li a.standard {
    background-image: none;
    padding:0;
}
