﻿#Pfeil_links a {
   background-image:url('../pfeile/Pfeil_Links.jpg');
   background-repeat: no-repeat;
   float:right;
   width:78px;
   height:34px;
   display: block;
}
#Pfeil_links a:hover {
   background-image:url('../pfeile/Pfeil_Links_aktiv.jpg');
   background-repeat: no-repeat;
   float:right;
   width:78px;
   height:34px;
   display:block;
}
#Pfeil_links {
   background-image:url('../pfeile/Pfeil_Links_ausgegraut.jpg');
   background-repeat: no-repeat;
   float:right;
   width:78px;
   height:34px;
   display:block;
}
#Pfeil_rechts a {
   background-image:url('../pfeile/Pfeil_Rechts.jpg');
   background-repeat: no-repeat;
   width:78px;
   height:34px;
   display: block;
}
#Pfeil_rechts a:hover {
   background-image:url('../pfeile/Pfeil_Rechts_aktiv.jpg');
   background-repeat: no-repeat;
   width:78px;
   height:34px;
   display: block;
}
#Pfeil_rechts {
   background-image:url('../pfeile/Pfeil_Rechts_ausgegraut.jpg');
   background-repeat: no-repeat;
   width:78px;
   height:34px;
   display:block;
}





