/* Stylesheet für Berichte */

@import "../impact.css";

/* allgemein */
div.heading {
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 1em;
}
div.bericht p {
        text-align:justify;
        text-indent:2ex;
}
div.bericht img {
    margin:0 1ex;
    border:1px solid #000;
}
div.bericht .img img {
    margin:0;
    border:0 none;
}
div.bericht .img {
	display:block;
        background-color:#000;
        border:1px solid #000;
        margin:0 1ex;
        font-size:10px;
        color:#fff;
        text-align:center;
}


/* new, as <div> */
div.sermonsummary {
        width:40%;
        float:right;
        margin:0 0 1ex 1ex;
        padding:1ex;
        border:1px solid #000;
        background-color:#ddd;
}
div.sermonsummary ul,
div.sermonsummary ol {
        font-size:9pt;
        margin:0 0 0 3ex;
        padding:0;
}
div.sermonsummary ul ul {
	list-style-image:url("img/list-arrow.gif");
}
div.sermonsummary ul ul ul {
	list-style-type:square;
}
