html
{
    height: 100%;
    padding: 0 0 1px 0;
}

body
{
    color: black;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin-top: 10px;
    padding-top: 0;
    background-color: #dddddd;
}

.rightim
{
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    border-width: 0px;
    clear:both;
}

.leftim
{
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    clear: both;
    border-width: 0px;
}

.centerim
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.panel
{
    width: 100%;
    height: 20px;
}

.panel1
{
    background-color: #ffa;
    width: 20%;
    height: 20px;
    float: left;    
    background-color: #646c70;
}

.panel2
{
    background-color: #ffa;
    margin-left: 4%;
    width: 75.9%;
    height: 20px;
    float: left;
    clear: right;
    background-color: #646c70;
}

.col1
{
    text-align: left;
    margin-right: 4%;
    width: 30%;
    float: left;
    border-bottom: 1em solid #dddddd;
}

.col2
{
    width: 65%;
    float: left;
    border-bottom: 1em solid #fff;
    border-bottom: 1em solid #dddddd;
}

#main
{
    min-width: 760px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

#header
{
    font-size: 0.9em;
    background-image: url("../graphics/all/logo.png");
    background-repeat: no-repeat;
    text-align: right;
    width: 100%;
    height: 130px;
    vertical-align: middle;
}

#header #inset
{
    margin-top: auto;
    margin-bottom: auto;
    float: right;
    clear: both;
}

#header a, a:visited
{
    color: #a00;
    text-decoration: underline;
    background-color: #ddd;
}

#header a:hover
{
    color: #fff;
    background-color: #a00
}

#footer
{
    text-align: center;
    padding-top: 10px;
    width: 100%;
    clear: both;
}

#nav
{
    margin-top: 80px;
    float: left;
    background-color: #646c70;
    width: 19%;
    padding-left: 1%;

}

#nav ul
{
    list-style-type: none;
    display: block;
    margin-left: 0;
    padding-left: 0
}

#nav li a, a:visited
{
    line-height: 1.5em;
    text-decoration: underline;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    background-color: #646c70;
    color: #fff;
}

#nav li a:hover
{
    color: #ffa;
    line-height: 1.5em;
    background-color: #a00;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    color: #cccccc;
    background-color: #000000;
}

#content
{
    margin-left: 2%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 2%;
    width: 75%;
    float: left;
    clear: right;  
    border-left: 1px solid #aa0000;
}

#content h1
{
    font-size: 1.3em;
    font-weight: bold;
}

#content h2
{
    font-size: 1.1em;
    font-weight: bolder
}

#disclaimer
{
    font-size: smaller;
}

.gallery
{
    background-color: #646c70;
    text-align: center;
}

.gallery img
{
    margin-left: 4px;
    margin-right: 4px;
}

.gallery a, a:visited, a:hover
{ 
    text-decoration: none;
}

.contlink
{
    color: #a00;
}

.contlink a, a:visited
{
    color: #a00;
    text-decoration: underline;
    background-color: #dddddd
}

.contlink a:hover
{
    color: #fff;
    background-color: #a00
}

#staff2
{
    display: none;
}


/* Oktober 2022 */
/* Tablet Portrait, Smartphone, kleines Browserfenster bzw. kleiner Monitor */
@media only screen and (max-width: 769px)
{  
    #main
    {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    #nav
    {
        margin-top: 0px;
        padding-top: 0;
        width: 100%;
        padding-left: 0;
        line-height: 1.8em;
    }

    #header
    {
        height: auto;
        background-size: 40%;
    }

    #staff
    {
        display: none;
    }

    #staff2
    {
        display: inline;
    }

    body
    {
        text-align: left;
        margin-top: 0;
        padding-top: 0;
    }

    #content
    {
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        width: 100%;
        float: left;
        clear: right;  
        border-left: 0px;
    }

    .panel1
    {
        display: none;
    }

    .panel2
    {
        display: none;
    }
}


