html, body {
    margin: 0;
    padding: 0;
}

DIV {
    color: Black;
    font-style: normal;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

BODY {
    color: Black;
    font-style: normal;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    background-color: #F5F5F5;
    padding: 0;
    border: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

p {
    color: Black;
    font-style: normal;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a:active {
    color: Black;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a:link {
    color: Black;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a:visited {
    color: Black;
    font-size: 10pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

h1 {
    color: Black;
    font-size: 14px;
    font-family: Verdana;
}

.rahmen {
    border: 1px outset #727272;
}

.rahmen1 {
    border: ridge thick gray
}

.liste {
    color: #FFFFFF;
    font-size: 9pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

FORM {
    font-style: normal;
    font-weight: normal;
    font-size: x-small;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: Black;
}

textarea {
    color: black;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: small;
    font-weight: normal;

}

.input_motivsuche {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    line-height: normal;
    font-weight: normal;
    height: auto;
    width: auto;
    font-style: normal;
    color: #000000;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-color: #767676;
}

.input_button {
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #0B5E13;
    line-height: normal;
    font-weight: normal;
    height: auto;
    width: auto;
    border: 1px solid #CCCCCC;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

#thumbs {
    list-style-type: none;
    text-align: center;
}

#thumbs_nr {
    font-size: 9pt;
    margin-top: 5px;
    width: auto;
    text-decoration: underline;
}

li.thumbnail {
    float: left;
    text-align: center;
    height: 230px;
    width: 220px;
    list-style-type: none;
}

li#thumbnail_kat {
    float: left;
    text-align: center;
    height: 170px;
    width: 190px;
    list-style-type: none;
}

li#thumbnail a {
    font-size: 9pt;
}

#clearfix_thumbnails {
    clear: both;
}