/* CSS Document */
a{
color:#255282;
background:transparent;
text-decoration:underline;
}
a:link{
color:#255282;
background:transparent;
text-decoration:underline;
}
a:visited{
color:#255282;
background:transparent;
text-decoration:underline;
}
a:hover{
color:#AAAAAA;
background:transparent;
text-decoration:underline;
}
a:active{
color:#AAAAAA;
background:transparent;
text-decoration:underline;
}
#navin{
        font-size:12px;
}

#navin a{
       font-family:Tahoma,sans-serif;
       font-size:12px;
        font-weight:400;
        line-height:17px;
        display:block;
        text-decoration:none;
        border-bottom:1px solid #AAAAAA;
}
#navin a:link{
        display:block;
        text-decoration:none;
}
#navin a:visited{
        display:block;
        text-decoration:none;
}
#navin a:hover{
        display:block;
        text-decoration:none;
}

#pfeil a{
      background:transparent url(../hgb/pfeil1.jpg) no-repeat 0px 0px;
}
#pfeil a:link{
      background:transparent url(../hgb/pfeil1.jpg) no-repeat 0px 0px;
}
#pfeil a:visited{
      background:transparent url(../hgb/pfeil1.jpg) no-repeat 0px 0px;
}
#pfeil a:hover{
      background:transparent url(../hgb/pfeil2.jpg) no-repeat 0px 0px;
}