/* Standard Link-Formate definieren */
a, a:link, a:visited, a:focus{
               font-family:"Arial Black", Tahoma, Verdana;
               color:#363636;
               text-decoration:none;
               font-size:16px;
}
a:hover {
               color:#4666BE;
}
a:active{
               color:#213A7F;
}

/* Hauptmenü */
a.menu_left,a.menu_left:link,a.menu_left:visited, a.menu_left:focus{
               font-family:"Arial Black", Tahoma, Verdana;
               font-size:15px;
               color:#FFFFFF;
               text-align:center;
               line-height:35px;
}
a.menu_left:hover{
                color:#E2E2E2;
}
a.menu_left:active{
                color:#E2E2E2;
}
a.menu_left.active{
                color:#E2E2E2;
}


/* Grey-Link-Formate definieren */
a.grey, a.grey:link, a.grey:visited, a.grey:focus{
               font-family:"Arial Black", Tahoma, Verdana;
               color:#363636;
               text-decoration:none;
               font-size:16px;
}
a.grey:hover {
               color:#4666BE;
}
a.grey:active{
               color:#213A7F;
}

/* Bestellen Link auf Produkteübersicht-Seite*/
a.bestellen, a.bestellen:link, a.bestellen:visited, a.bestellen:focus, a.bestellen:active{
              position:relative;
              float:left;
              margin-left:0px;
              border:none;
              line-height:13px;
              font-family:"Arial", Tahoma, Verdana;
              color:#363636;
              text-decoration:none;
              font-size:11px;
              margin-bottom:5px;
}