/* ===================================================================== */
/* css content Presse                                                    */
/* ===================================================================== */

/* Ringbuch Image Presseseite */
tr.presseimage {
    background-image: url(../pics/ringbuch.gif);
    background-repeat: repeat-y;
}

td.pressecontent {
    text-align: justify;
/*    vertical-align: top;*/
    padding-left: 80px;
    padding-right: 10px;
}

/* Ort */
span.bold {
    font-weight: bold;
}

/* Titel */
div.pressetitle {
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0px;
}

/* Untertitel */
div.subtitle {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0px;
}

/* Autor und Fotos */
div.autor {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10px;
    text-align : right;
    margin-top: 15px;
    margin-bottom: 10px;
}

/* Linie unter dem Artikel */
hr.line {
    width: 100%;
    color: #505353;
    height: 1px;
}

img.imgCrossLeft
{
    border-style: none;
    width: 160px;
    height: 120px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.imgCrossRight
{
    border-style: none;
    width: 160px;
    height: 120px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.imgUpLeft {
    border-style: none;
    width: 120px;
    height: 160px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.imgUpRight {
    border-style: none;
    width: 120px;
    height: 160px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}