body {
    /*margin: 20px;*/
}

div.content {
    padding: 15px;
    border: 1px solid black;
    background-color: #F6F6FF;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    overflow: auto;
}

div#thumblist {
    text-align: center;
    vertical-align: middle;
    /*padding: 15px;*/
}

body, td, p, a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}

h1, div.h1 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    padding: 5px;
    /*margin: 15px;*/
    margin-bottom: 15px;
    background-color: #EEF;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

h3 a {
    font-weight: bold;
    font-size: 12px;
}

div.linklist {
    display: none;
}

div.linklist ul {
    margin-top: 2px;
    padding-left: 15px;
}

img {
    border: none;
}
img.thumbimg {
    vertical-align: middle;
}

a {
    color: #D02;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
    color: #933;
}

table.kasten {
    border: 1px solid black;
    background-color: #EEF;
}

td.head {
    font-size: 13px;
    font-weight: bold;
    background-color: #CCE;
    padding: 2px;
    text-align: left;
}

td.subhead {
    font-size: 12px;
    font-weight: bold;
    background-color: #DDF;
    padding: 2px;
    text-align: left;
}

td.linkcol {
    vertical-align: top;
}

td.linkcol li a {
    white-space: nowrap;
}

td.foot {
    font-size: 9px;
    background-color: #EEEEEE;
}
