body{
    background-color: #ddd;
    font-family: 'Raleway', sans-serif;
    xfont-family: 'Raleway Dots', cursive;

    background-image: url(Bilder/holz02_tp2.jpg);
    background-size: 1500px;
    xbackground-repeat:no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: 50px;
}


#seefreud{
    font-size: 65px;
    font-family: 'UnifrakturMaguntia', cursive;
    opacity: 0.5;
    color: #fff;
    height: 200px;
    margin-top: 50px;
    
    position: absolute;
    left: 180px;
    top: 25px;
    z-index: 2;
}

.menu{
    background-color:#fff;
    font-size: 12px;
    opacity: 0.8;
    
    max-width: 900px;
    min-width: 540px;
    overflow: hidden;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: -20px;
    
}


.menu a{
    color: #000;
    text-decoration: none;
}

.menu a:hover{
    color: #ffa500;
    text-decoration: underline;
}

#header{
    max-width: 900px;
    min-width: 540px;
    overflow: hidden;
    padding-right: 100px;
    margin-top: -80px;

    
    /*margin: -40px auto;
    position: absolute;
    z-index: 1;
    width: 85%;
    xtext-align: center;
    overflow: hidden;*/
}


#header img{    
    max-width: 1200px;
    min-width: 800px;
    
    /*xmin-width: 540px;
    max-width: 1000px;*/
}



#home img{
    opacity:1;
}


.content{
    padding: 50px;
    padding-top:30px;
    margin-top: -5px;
    max-width: 900px;
    min-width: 540px;    
    
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.4px;
    background-color: #fff;
}


.content a{
    color: #000;
    text-decoration: underline;
}


.content a:hover{
    color: #ffa500;
}


.content img{
    height: 100px;
    margin-top: 20px;
    opacity: 0.7;
}


.content img:hover{
    opacity:1;
}


#link a{
    color: #000;
    font-size: 11px;
    text-decoration: none;
}
 

#link a:hover{
    color: #ffa500;
    text-decoration: underline;
}

.res{
    padding-top: 20px;
    font-size: 10px;
}

#footer{
    font-size: 9px;
    margin-left:50px;
}


#footer a{
    color: #000;
    text-decoration: underline;
}


#footer a:hover{
    color: #ffa500;
}
