a {

    text-decoration: none;
    color: #1d1d1b;
}

body { 
    margin: 0;
    color: #1d1d1b;
}

h1{
    font-weight: normal;
}

footer{
    margin: 0 auto;
    height: 50px;
    text-align:center;  
    width: 100%;
    bottom: 0;
    position: absolute;
    padding-bottom: 3%;
}


img{
    width: 800px;
    text-redering: optimizeLegibility;
}

#content{
        position: relative; 
/*         border: 1px solid yellow; */
        height: 600px;
        width: 1200px;
        padding-top: 4%;
        margin-left: auto;
        margin-right: auto;

}



#quote{
    position: relative;
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 500px;
    padding-top: 365px;
    font-size: 16px;

}

#sign{
    float: right;
    
}



@media (min-width: 950px) {
   /* breite Browserfenster */
 }
 @media (min-width: 100px) and 
  (max-width: 1200px) {
  
  img{
    width: 450px;
}

    #content{
        position: relative; 
        height: 600px;
        width: 450px;
        padding-top: 18%;
        margin-left: auto;
        margin-right: auto;

    }

    #quote{
    position: relative;
    left: 10px;
    bottom: 0px;
    height: 40px;
    width: 650px;
    padding-top: 20px;
    font-size: 18px;

    }


   /* Darstellung auf Netbooks */ } 


