/* Grundeinstellungen */

*{
margin:0px;
padding:0px;
}


body
{
background-color: #663300;
background-image: url(PICS/bg-2.jpg);
background-size: 100%;
font:14px Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
color:#630;
}



/* galerieainer-------------------------------------------------------------------------------------------------*/

#container
{
width: 1000px;
background-image: url(PICS/bg.jpg);
background-color:#fff;
overflow:auto;
margin: 0px auto;
padding: 0px;
}

/* oben-------------------------------------------------------------------------------------------------*/

#oben
{
background-image: url(PICS/oben.jpg);
width: 975px;
height:33px;
padding-top: 180px;
padding-left: 25px;
}

oben ul {
        margin: 0;
        padding: 0px 0px 0px 0px;
        list-style: none;

}

#oben li {
        float: left;
 list-style: none;
}

#oben a {
background: #000;
        display: block;
        float: left;
        height: 20px;
        margin: 3px;
        padding: 0px 15px 0px 15px;
        line-height: 20px;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'futura', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #ccc;
        border: none;
}

#oben .current_page_item a {
        color: #e64f29;
}

#oben a:hover {
        text-decoration: none;
        color: #fff;
}


/* galerieent-------------------------------------------------------------------------------------------------*/

#content
{
background-image: url(PICS/bg.jpg);
float: left;
width:700px;
overflow:auto;
margin:0px;
padding: 20px;
}

a
{
font:14px Arial, Helvetica, sans-serif;
list-style-type: none;
padding: 2px;
color:#Fff;
background: #630;
text-decoration: none;
list-style-type: none;
white-space: nowrap;
}

a:hover {
list-style-type: none;
background:#fff;
color:#630;
}

/* neben-------------------------------------------------------------------------------------------------*/

#neben
{
float:right;
overflow:auto;
width:220px;
padding:20px;
}

#neben a {
background: #000;
color:#FF9933;
        display: block;
        height: 20px;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 5px 3px;
        line-height: 25px;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'futura', sans-serif;
        font-size: 9.5px;
        font-weight: bold;
        border: none;
}

#neben .current_page_item a {
        color: #e64f29;
}

#neben a:hover {
list-style-type: none;
background:#fff;
color:#630;

}

#face a {
background: #000;
color:#FF9933;
        height: 18px;
        width:90px;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 5px 3px;
}

/* Footer */

#footer
{
background-image: url(PICS/bg-footer.jpg); background-repeat:no-repeat;
float:right;
overflow:auto;
        width: 960px;
        height: 125px;
margin:0px;
padding: 20px;
}

}

#footer a {
        color: #ed6929;