body {  font-family: "Times New Roman", Times, serif; color: #CCCCCC}
A:link {

COLOR: #FFFFFF; TEXT-DECORATION: underline; font-weight:bold;
}
A:visited {

COLOR: #FFFFFF;  font-weight:bold;
}
A:hover {
COLOR: #990000; font-weight:bold;BACKGROUND-COLOR:  #D7A100;
}
A:active  {

COLOR: #FFFFFF;  font-weight:bold;
}


/* thumbnails in productdetails */

.tmbn_button a:link,.tmbn_button a:active,.tmbn_button a:visited {
 display: block;
 text-decoration: none;
 border:2px solid #000000;
 /*background-image: url(bilder/firefox.gif); */
 background-repeat: no-repeat;
}
.tmbn_button a:hover {
 display: block;
 text-decoration: none;
 border:#D7A100 2px outset;
 background-color:#D7A100;
/* background-image: url(bilder/hover.gif); */
 background-repeat: no-repeat;
}
.tmbn_button {
 
 display: block;
 border:1px outset #ffffff;
 /*background-image: url(bilder/firefox.gif);*/
 background-repeat: no-repeat;
}
/* end thumbnails in productdetails  */

/* thumbnails in productdetails ohne rahmen*/

.tmbn_button_wo_border a:link,.tmbn_button_wo_border a:active,.tmbn_button_wo_border a:visited {
 display: block;
 text-decoration: none;
 border:1px solid #000000;
 /*background-image: url(bilder/firefox.gif); */
 background-repeat: no-repeat;
}
.tmbn_button_wo_border a:hover {
 display: block;
 text-decoration: none;
 border:#D7A100 1px outset;
 background-color:#D7A100;
/* background-image: url(bilder/hover.gif); */
 background-repeat: no-repeat;
}
.tmbn_button_wo_border {
 
 display: block;
 border:1px solid #000000;
 /*background-image: url(bilder/firefox.gif);*/
 background-repeat: no-repeat;
}
/* end thumbnails in productdetails  ohne rahmen*/