#main {
    padding: 0px;
    margin: 0px;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
    background-color: white;
}
table {
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #000066;
    background-color: #FFFFFF;
}
td.content {
}
#layouttable {
    position: relative;
    width: 800px;
    height: 600px;
    background-image: url(gfx/zeitung-hg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #FFFFFF;
}
#linktable {
    background-color: transparent;
}
.bereich {
    position: absolute;
}
.beschreibung {
    color: #445544;
    background-image: url(gfx/ausruf.gif);
    background-repeat: no-repeat;
    width: 280px;
    height: 110px;
    position: relative;
    left: -70px;
    display: block;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 5px;
    font-family: "Andale Mono", "Lettergothic", monospace, "Courier New", Courier;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

