body {
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 0px; 
  margin: 0px;
}

.bordercolor {
  background-color: #62A4F2;
}

.tablebgcolor {
  background-color: #ffffff;
}


.kleinschrift {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.head2 {
  background-color: #62A4F2;
  color: #ffffff;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* ------------------- 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, 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    {                
      display: block;                
      background-image : url(../layout/topmenue/btn_forum_off.jpg);               
      background-repeat : repeat-x;
      background-position: center;  
      height : 47px;
      width : 78px;                       
}  
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;    
}  
