{
        margin: 0;
        padding: 0;
    }
    
    body {
        text-align: center;
        margin: 20px;  
        font: 12px verdana;
    }
    
    #wrapper {
        margin: 0 auto;
    }
    
    .abstand {
        margin-bottom: 25px;
    }
    
    h1 {
        font-weight: normal;
        font-size: 12px;
        margin: 0 0 25 0;
        letter-spacing: 0.2em;
        text-shadow: 2px 3px 4px #bbb;
    }
    
    h2 {
        clear: both;
        font-size: 10px;
        font-weight: normal;
        padding: 30px 0 0 0;
    }
    
    h3 {
        font-size: 1em;
        font-weight: normal;
        margin: 0 0 25px 0;
    }
    
    li {
        display: inline;
        width: 50px;
        padding: 8px;
        margin: 15px 5px 5px 5px;
        border: #888 1px solid;
        list-style: none;
    }
    
    img {
        border: #7C3A34 1px solid;
        padding: 10px;
        margin: 28px 0;
    }
    
    li a {
        padding: 3px;
    }
    
    a:link, a:active {
        color: #888;
        text-decoration: none;
    }
    
    a:visited {
        color: #aaa;
        text-decoration: none;
    }
    
    a:hover {
        color: #B48274;
        text-decoration: none;
        border-top: 1px solid #B48274;
        border-bottom: 1px solid #B48274;
    }    
    
    hr {
        width: 100%;
        clear: both;
        border: none;
        border-bottom: 1px #999 solid;
        padding: 25px 0 0 0;
    }
    
    .thumb a {
        float: left;
    }
    
    .thumb img {
        margin: 5px 0 0 0;
    }
    
    .thumb ul {
        width: 55px;            /* Platz für Bild-Infos in der Übersicht */
        overflow: hidden;
        padding: 0 5px;
    }
    
    .thumb li {
        font: 10px verdana, arial, sans-serif;
        margin: 3px 0 0 0;
        padding: 0;
        border: none;
        display: block;
    }
    
        .thumb a:link, .thumb a:active, .thumb a:hover {
        color: #888;
        text-decoration: none;
        border: none;
    }
    
    .thumb a:visited {
        color: #aaa;
        text-decoration: none;
    }
    
    .thumb a:hover img {
        border: 1px solid #B48274;
        text-decoration: none;
    }
    
    .thumb {
        overflow: hidden;
        text-align: left;
        width: 220px;      /* Platz für Thumbnail und Infos: Breite */
        height: 150px;     /* Platz für Thumbnail und Infos: Höhe */
        float: left;
        margin: 10px 10px 0 0;
    }    

