/*normal.htm container*/

table.hh_container {
    width: 100%;
    marign: 0px;
}

td.hh_container_headline
{
    height: 20px;
    background-color: #87B3FA;
    text-align: left;
    vertical-align: middle;
    padding-left: 8px;
    margin-bottom: 2px;
}

td.hh_container_content
{
    background-color: #CDE0FF;
    padding: 8px;
}

/*seite.htm container (bezieht den rest von normal.htm container)*/

td.hh_container_seite_headline
{
    height: 20px;
    background-color: #0017A5;
    text-align: left;
    padding-left: 8px;
}

/*seite_image.htm container*/

td.hh_container_seite_image_content {
    padding: 0;
}

/*rest*/

.Head
{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.Tools
{
    color: #000000;
    font-size: 11px;
    font-family: Verdana, Arial, Sans-serif;
}


