#logo {
    margin-left: auto;
    margin-right: auto;
    display:block;
    height:100px;
}

#navigation {
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    z-index: 100;
    /*margin-top: 50px;*/
/*        font-size:14px;*/

}



#menu {
all .33s cubic-bezier(.694,.0482,.335,1)
}

/* li+li */
li {
/*    border-left: 1px solid #000000; */
    padding-left:15px;
    padding-right:15px;
}

body a:link, body a:visited {
    text-decoration: none;
    color: #6e6e6e;
}

body a:hover {
    text-decoration: underline;
    color: #6e6e6e;
}

#footer {
    color: #3e3e3e;
    font-weight: 400;
    text-align:right;
    padding-top:6px;
    padding-bottom:6px;
    padding-right:30px;
    border-top:1px solid black;
}

#navigation a {
/*    color: #6e6e6e;*/
    color: #3e3e3e;
    font-weight: 400;
}

#navigation a#selected {
    color: #3e3e3e;
    font-weight: 400;
}

#navigation ul
{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-family: 'Quattrocento Sans', sans-serif;
    letter-spacing:2px;
    font-weight: 300;
}

html body {
    color: #c0c0c0;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size:14px;
    letter-spacing:2px;
    font-weight: 300;
    border:0;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}


#navigation ul li
{
    list-style-type: none;
    display: inline;
}

#navigation ul img
{
    padding-right:0px;
    float:right;
}

#main
{
    background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center;
/*    margin-left: 8%;
    margin-right: 8%;*/
    /*display:block;*/
    width:100%;
    /*background-size-height:100%; */
    opacity:0.0;
    /*border-top: 1px solid black;*/
    margin-top: 20px;
    
}

#content
{
    opacity:0.9;
    position:absolute;
    margin-left:30px;
    background-color:#ffffff;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size:18px;
    letter-spacing:2px;
    font-weight: 300;
    width:300px;
}

#impressum
{
    float:right;
    margin:15px;
}

