
/*-------------------------------------------------*/
.shop_aktiv
{
display: block;
width: 130px;
padding: 4px;
background-color: #EBF1F1;
color: #000;
text-decoration: none;
text-align: center;
font-weight: normal;
border: 1px outset #000;
}

/*-------------------------------------------------*/
.shop_aktiv:link
{
background-color: #EBF1F1;
color: #000;
text-decoration: none;
font-weight: normal;
}

/*-------------------------------------------------*/
.shop_aktiv:visited
{
background-color: #EBF1F1;
color: #000;
text-decoration: none;
font-weight: normal;
}

/*-------------------------------------------------*/
.shop_aktiv:hover
{
background-color: #EBF1F1;
color: #2069A0;
text-decoration: none;
font-weight: normal;
}

/*-------------------------------------------------*/
.shop_aktiv:active
{
background-color: #EBF1F1;
color: #000;
text-decoration: none;
font-weight: normal;
}

