﻿div#home .home_table
{
    width: 100%;
    width: 100% !important;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 30px;
}

div#home td
{
    margin: 0px;
    padding: 0px;
}

div#home .home_top
{
    height: 5px;
    height: 5px !important;
}

div#home .home_border_top
{
    border-top: solid thin #B9D9D8;
    border-left: solid thin #B9D9D8;
    border-right: solid thin #B9D9D8;
}

div#home .home_category_delimiter
{
    min-width: 10px;
    min-width: 10px !important;
    width: 6%;
    width: 6% !important;
}

div#home .home_category
{
    width: 26%;
    width: 26% !important;
    background-image: url('../images/home/home_verlauf2.png');
    background-position: top;
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: #B9D9D8;
    border-bottom: solid thin #C1DDDE;
    border-left: solid thin #C1DDDE;
    border-right: solid thin #C1DDDE;
}

div#home .home_headline_row
{
    padding-top: 15px;
    width:100%;
}

div#home .home_headline
{
    font-size: 16pt;
    font-family: "arial" , serif;
    font-style:italic;
    color: #019B4D;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
}

div#home .home_text
{
    font-size: 10pt;
    font-family: "arial" , serif;
    color: #000000;
    text-decoration: none;
    text-align: left;
}

div#home .home_cite
{
    font-size: 9pt;
    font-family: "arial" , serif;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    font-style:italic;
}

div#home .home_author
{
    font-size: 8pt;
    font-family: "arial" , serif;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 8px;
}

div#home .home_category a
{
    color: #006699;
    white-space: nowrap;
    text-decoration: underline;
    background-color: Transparent;
}

div#home .home_category a:visited
{
    color: #006699;
    white-space: nowrap;
    text-decoration: underline;
    background-color: Transparent;
}

div#home .home_category a:hover
{
    color: #0066ff;
    font-family: "arial" , serif;
    text-decoration: underline;
    background-color: Transparent;
}


div#home .home_img
{
    background-color: #ffffff;
    text-align: center;
    border-top: solid thin #C1DDDE;
    border-left: solid thin #C1DDDE;
    border-right: solid thin #C1DDDE;
}

div#home .home_img img
{
    width: 95%;
    border: none;
    margin: 0px;
    padding: 0px;
    margin: 0px;
}

div#home .home_img a
{
    border-style: none;
}

div#home .home_img a:link, .text a:visited, .text a:active
{
    background-color: #ffffff;
    border-style: none;
}

div#home .home_img a:hover
{
    background-color: #B9D9D8;
}

