/* ------------------- Styling des Logomenü ------------------- */  

/* ------------------- news ------------------- */  
A.news:link, A.news:visited, A.news:active   {                
      display: block;                
      background-image : url(../layout/topmenue/btn_news_off.jpg);               
      background-repeat : repeat-x;                
      background-position: center; 
      height : 47px;
      width : 78px;                
}  

A.news:hover   {                
      display: block;                
      background-image : url(../layout/topmenue/btn_news_on.jpg);               
      background-repeat : repeat-x;                
      background-position: center;  
      height : 47px;
      width : 78px;           
}
   

/* ------------------- galerie ------------------- */  
A.galerie:link, A.galerie:visited, A.galerie:active    {
      display: block;
      background-image : url(../layout/topmenue/btn_galerie_off.jpg);
      background-repeat : repeat-x;
      background-position: center;  
      height : 47px;
      width : 78px;    
}  
A.galerie:hover   {                
      display: block;                
      background-image : url(../layout/topmenue/btn_galerie_on.jpg);               
      background-repeat : repeat-x;                
      background-position: center;  
      height : 47px;
      width : 78px;           
}

/* ------------------- forum ------------------- */  
A.forum:link, A.forum:visited, A.forum:active  A.forum:hover  {                
      display: block;                
      background-image : url(../layout/topmenue/btn_forum_on.jpg);               
      background-repeat : repeat-x;
      background-position: center;  
      height : 47px;
      width : 78px;                       
}  


/* ------------------- Chat ------------------- */  
A.chat:link, A.chat:visited, A.chat:active    {                
      display: block;                
      background-image : url(../layout/topmenue/btn_chat_off.jpg);               
      background-repeat : repeat-x;
      background-position: center;  
      height : 47px;
      width : 78px;                       
}  
A.chat:hover   {
      display: block;
      background-image : url(../layout/topmenue/btn_chat_on.jpg);
      background-repeat : repeat-x;                
      background-position: center;  
      height : 47px;
      width : 78px;          
}  
 

/* ------------------- contact ------------------- */
A.contact:link, A.contact:visited, A.contact:active    {
      display: block;
      background-image : url(../layout/topmenue/btn_contact_off.jpg);
      background-repeat : repeat-x;
      background-position: center;
      height : 47px;
      width : 78px; 
}  
A.contact:hover   {
      display: block;
      background-image : url(../layout/topmenue/btn_contact_on.jpg);
      background-repeat : repeat-x;
      background-position: center;
      height : 47px;
      width : 78px;    
}  



