/*Auswahl-Styles*/
ul.auswahl{
    width: 577px;
    height: 175px;
    margin-top: 17px;
}

.auswahl li{
    width: 175px;
    height: 175px;
    margin-right: 17px;
    background: #ccc;
    float: left;
    overflow: hidden;
}

.auswahl a{
    display: block;
    width: 175px;
    height: 175px;
}

#eins {background: url(../images/dummy_title.jpg) no-repeat top;}
#eins:hover{background: url(../images/dummy_title.jpg) no-repeat bottom;}

#zwei {background: url(../images/dummy_title.jpg) no-repeat top;}
#zwei:hover {background: url(../images/dummy_title.jpg) no-repeat bottom;}

#drei {background: url(../images/dummy_title.jpg) no-repeat top;}
#drei:hover {background: url(../images/dummy_title.jpg) no-repeat bottom;}

#vier {background: url(../images/dummy_title.jpg) no-repeat top;}
#vier:hover {background: url(../images/dummy_title.jpg) no-repeat bottom;}

#fuenf {background: url(../images/dummy_title.jpg) no-repeat top;}
#fuenf:hover {background: url(../images/dummy_title.jpg) no-repeat bottom;}

#sechs {background: url(../images/dummy_title.jpg) no-repeat top;}
#sechs:hover {background: url(../images/dummy_title.jpg) no-repeat bottom;}

#sieben {background: url(../images/dummy_title.jpg) no-repeat top;}
#sieben:hover {background: url(../images/dummy_title.jpg) no-repeat bottom;}

#acht {background: url(../images/dummy_title.jpg) no-repeat top;}
#acht:hover {background: url(../images/dummy_title.jpg) no-repeat bottom;}

#neun {background: url(../images/dummy_title.jpg) no-repeat top;}
#neun:hover {background: url(../images/dummy_title.jpg) no-repeat bottom;}