#pfeill a{
background-image: url(../img/pfeil_l_g.gif);
background-repeat: no-repeat;
}
#pfeill a:hover{
background-image: url(../img/pfeil_l_r.gif);
background-repeat: no-repeat;
}
#pfeill {
width: 23px;
height: 19px;
vertical-align: middle;
text-align: right;
padding: 0px;
font-size: 19px;
display: inline;

}
#pfeilr a{
background-image: url(../img/pfeil_r_a.gif);
background-repeat: no-repeat;
}
#pfeilr a:hover{
background-image: url(../img/pfeil_r_r.gif);
background-repeat: no-repeat;
}
#pfeilr {
width: 23px;
height: 19px;
vertical-align: middle;
text-align: left;
padding: 0px;
display: inline;
font-size: 19px;
}

