
.textlink a:link
 {
  color:#000000; text-decoration: none; font-weight: normal; font-family: Arial; font-size: 10pt;
 }
 .textlink a:visited
 {
  color:#000000; text-decoration: none; font-weight: normal; font-family: Arial; font-size: 10pt;
 }
 .textlink a:active
 {
  color:#FF0000; text-decoration: none; font-weight: normal; font-family: Arial; font-size: 10pt;
 }
 .textlink a:hover
 {
  color:#FF0000; text-decoration: none; font-weight: normal; font-family: Arial; font-size: 10pt;
 }  
  
 .button {
    width:92px; /*nicht notwendig*/
    height:20px; /*nicht notwendig*/
 }
 .button a:link, .button a:visited, .button a:active {
    width:92px;
    height:20px;
    background: url(img/nav/button0.gif);
    display:block;
	color:#000000; text-decoration: none; line-height:20px; font-weight: bold; font-family: Arial; font-size:10pt;
 }
 .button a:hover {
    background: url(img/nav/button1.gif);
	color:#FF0000; text-decoration: none; line-height:20px; font-weight: bold; font-family: Arial; font-size:10pt;
 }
 
 .button1 {
    width:92px; /*nicht notwendig*/
    height:20px; /*nicht notwendig*/
 }
 .button1 a:link, .button1 a:visited, .button1 a:active {
    width:92px;
    height:20px;
    background: url(img/nav/button0.gif);
    display:block;
	color:#FF0000; text-decoration: none; line-height:20px; font-weight: bold; font-family: Arial; font-size:10pt;
 }
 .button1 a:hover {
    background: url(img/nav/button1.gif);
	color:#FF0000; text-decoration: none; line-height:20px; font-weight: bold; font-family: Arial; font-size:10pt;
 }

