body {
    font-family: Arial, Tahoma;
    font-size: 9pt;
    color: #643200;
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

a:link {
    text-decoration: underline;
    color: #643200;
}

a:visited {
    text-decoration: underline;
    color: #643200;
}

.impressum {
    font-size: small;
    color: #643200;
}

table {
    position: absolute;
    top: 110px;
    left: 110px;
    width: 500px;
    /*text-align: left;*/
    text-align: justify;
    font-family: "Arial" ,"Tahoma";
    font-size: 9pt;
    color: #643200;
    table-layout: fixed;
}

#wideCol{
    width: 400px;
    padding: 5px;
    padding-left: 25px;
    font-weight: normal;
    vertical-align: top;
}

#smallCol{
    width: 100px;
    text-align: center;
    vertical-align: top;
}

#smallColMiddle{
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

#standardCol{
    width: 250px;
    text-align: justify;
    padding: 5px;
    padding-left: 25px;
    font-weight: normal;
}

#bigcolumn{
    width: 500px;
    padding: 5px;
    padding-left: 25px;
    font-weight: normal;
    vertical-align: top;
}

h1 {
    font-size: 12pt;
}

#text{
    position: absolute;
    top: 110px;
    left: 110px;
    width: 500px;
    text-align: justify;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
}

#tableheader{
    width: 400px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 9pt;
    font-weight: bold;
}

#headimg {
    position: fixed;
    top: 50px;
    left: 50px;
    border: 0;
    z-index: 99;
}

#headbox {
    position: fixed;
    top: 50px;
    left: 50px;
    width: 140px;
    height: 30px;
    background-color: #643200;
    border: 0px #643200solid;
    z-index: 10;
}

<!--
#headboxText{
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    position: relative;
    top: 5px;
    left: 0px;
    z-index: 11;
}
-->
#linkimage {
    width: 25px;
}

#exponatleft{
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
}

#exponatright{
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 0px;
}

#name{
    font-weight: bold;
}

#itemimage {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    width: 15px;
}