html{
   height: 100%;
   width: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;

    background-color: #025B49;
    color: #025B49;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #025B49;
}

a.text {
    color: #A0642E;
    text-decoration: none;
}

a.text:hover {
    color: #025B49;
}

a.home {
    color: #E39B44;
    margin-left: 10px;
    font-size: 10px;
}

a.home:hover {
    color: #FFFFFF;
}

a.active {
    color: #025B49;
}

a.active:hover {
    color: #FFFFFF;
}

a.impr {
    color: #A0642E;
    font-size: 10px;
    margin-left: 10px;
}

a.impr:hover {
    color: #025B49;
    text-decoration: none;
}

table.body {
    height: 95%;
    width: 100%;
}

table.home {
    width: 400px;
    height: 400px;
    margin: 0px;
    padding: 0px;

    margin-left: auto;
    margin-right: auto;
}

table.content {
    width: 540px;
    height: 525px;
    margin: 0px;
    padding: 0px;
    background-color: #F0C485;

    margin-left: auto;
    margin-right: auto;
}

td.navi {
    width: 540px;
    height: 25px;
    color: #FFFFFF;
    background-color: #E39C44;
}

td.foto {
    width: 540px;
    height: 320px;
    vertical-align: top;
}

td.line {
    width: 540px;
    height: 10px;
    background-color: #E39C44;
}

td.headline {
    width: 180px;
    height: 150px;
    background-color: #EEBB76;
}

td.text {
    width: 340px;
    height: 150px;
    line-height: 18px;
    color: #025B49;
    vertical-align: top;
}

td.bottom {
    height: 20px;
    background-color: #F3CE96;
}
