﻿*{
    margin: 0px;
    padding: 0px;
}
 
body{
    text-align: center;
}
 
#wrapper{
    margin: 0px auto;
    height: 580px;
    width: 900px;    
}

#content{
    background-image: url(../images/startseite.jpg);
    height: 571px;
    width: 900px;    
}

#footer{
    margin-top: 20px;
}

#footer li{
    display: inline;   
}

li{
    text-decoration: none;
    font-family: Arial;
    font-style: normal;
    font-size: 20px;
    color: #C0C0C0;
}

.dani{
    margin-right: 160px;
    padding-right: 20px;
}

.nicole{
    margin-left: 0px;
}

a{
    text-decoration: none;
    color: #C0C0C0;
}

a:hover{
    color: #000000; 
}
