@font-face {
    font-family: Verdana,Arial,Helvetica;
}

body {
    font-family: Verdana,Arial,Helvetica;
    font-size: 1em;
    line-height:1.1em;
    background-color: #ffffff;
    color: #000000;
    margin-left:   10px;
    margin-right:   0px;
    margin-top:     0px;
    margin-bottom:  0px;
}

table.main {
    width: 900px;
    height: 670px;
    text-align: center;
    background-color: #ffffff;
}

td.headline {
    height: 70px;
    background-color: #d3d3e3;
}

td.menu_left {
    width: 100px;
    height: 40px;
    background-color: #d3d3e3;
}

td.menu {
    height: 40px;
    background-color: #dce0d3;
}

td.content_left {
    width: 100px;
    height: 570px;
    background-color: #d3d3e3;
}

td.content {
    height: 570px;
    background-color: #ffffff;
    vertical-align:top;
    text-align:left;
}

td.footer {
    height: 40px;
    background-color: #ffffff;
}

.headline_white {
    font-size: 1.4em;
    line-height:1.1em;
    color: #ffffff;
}

.author_white {
    font-size: 0.8em;
    color: #ffffff;
}

.content_headline {
    font-weight: bold;
}

.content_text {
    font-size: 0.7em;
}

.dot {
    color: #5c5c5c;
}

a.menu:link {
    font-family: Verdana,Arial,Helvetica;
    font-size: 0.8em;
    font-style: normal;
    color: #5c5c5c;
    text-decoration:none;
}

a.menu:visited {
    font-family: Verdana,Arial,Helvetica;
    font-size: 0.8em;
    font-style: normal;
    color: #5c5c5c;
    text-decoration:none;
}

a.menu:hover {
    font-family: Verdana,Arial,Helvetica;
    font-size: 0.8em;
    font-style: normal;
    color: #5c5c5c;
    text-decoration:underline;
}

a.menu:active {
    font-family: Verdana,Arial,Helvetica;
    font-size: 0.8em;
    font-style: normal;
    color: #5c5c5c;
    text-decoration:underline;
}

a.default:link {
    font-family: Verdana,Arial,Helvetica;
    font-style: normal;
    color: #000000;
    text-decoration:none;
}

a.default:visited {
    font-family: Verdana,Arial,Helvetica;
    font-style: normal;
    color: #000000;
    text-decoration:none;
}

a.default:hover {
    font-family: Verdana,Arial,Helvetica;
    font-style: normal;
    color: #000000;
    text-decoration:underline;
}

a.default:active {
    font-family: Verdana,Arial,Helvetica;
    font-style: normal;
    color: #000000;
    text-decoration:underline;
}

a.footer:link {
    font-family: Verdana,Arial,Helvetica;
    font-size: 0.6em;
    font-style: normal;
    color: #5c5c5c;
    text-decoration:none;
}

a.footer:visited {
    font-family: Verdana,Arial,Helvetica;
    font-size: 0.6em;
    font-style: normal;
    color: #5c5c5c;
    text-decoration:none;
}

a.footer:hover {
    font-family: Verdana,Arial,Helvetica;
    font-size: 0.6em;
    font-style: normal;
    color: #5c5c5c;
    text-decoration:underline;
}

a.footer:active {
    font-family: Verdana,Arial,Helvetica;
    font-size: 0.6em;
    font-style: normal;
    color: #5c5c5c;
    text-decoration:underline;
}

