@CHARSET "UTF-8";

body {
        background: #651B1F;
        margin: 0;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-align: center;
}

a {
        color: #651B1F;
}

li {
        list-style-image: url(/images/bullet.gif);
}

#site {
        margin: auto;
        width: 900px;
        height: 600px;
        background: url(/images/background.gif) no-repeat;
        text-align: left;
}

#header {
        position: relative;
        margin: 0 69px 0px 43px;
        height: 176px;
        width: 788px;
        border-bottom: 1px solid #651B1F;
}

#header #logo {
        width: 165px;
        height: 134px;
        background: url(/images/wappen_logo.gif) no-repeat;
        float: left;
        margin-top: 40px;
}

#header #adresse {
        width: 480px;
        height: 60px;
        //background: url(/images/adresse.gif) no-repeat;
        float: left;
        margin: 94px 0 0 40px;
}

#nav {
        width: 200px;
        height: 250px;
        float: left;
        margin-right: 15px;
}

#nav ul {
        margin: 0 0 0 60px;
        padding: 0px;
}

#nav ul li {
        position: relative;
        margin: 0px;
        padding: 0px;
        height: 20px;
        list-style-type: none;
        list-style-image: none;
}

#nav ul li#active {
        list-style-image: url(/images/bullet.gif);
}

#nav ul li a {
        margin: 0px;
        margin-left: -7px;
        padding: 4px 9px 0px 8px;
        height: 20px;
        color: #651B1F;
        font-size: 12px;
        font-family: Georgia, Arial, sans-serif;
        font-weight: bold;
        text-decoration: none;
}

#nav ul li a:hover {
        margin: 0px;
        margin-left: -7px;
        padding: 4px 9px 0px 8px;
        height: 20px;
        color: #651B1F;
        font-size: 12px;
        font-family: Georgia, Arial, sans-serif;
        font-weight: bold;
        text-decoration: underline;
}

#content {
        overflow: auto;
        width: 615px;
        height: 370px;
        float: left;
}

#content h2 {
        color: #651B1F;
        font-size: 16px;
        font-family: Georgia, Arial, sans-serif;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
}

.fototrip a {
        display: block;
        width: 190px;
        height: 130px;
        float: left;
}