/* strg.at 2006 */

/*

overrule css.css by shopcolors


used colors (find n replace):
CYAN    #10B3F0
BROWN   #8B4F2A
MAGENTA #FF109F

*/



/*
  #### 6 - links ####
*/

a {
color: #FF109F;
}
a:hover {
color: #fff;
background: #FF109F;
}


#menu #shopcat a {
background: none;
color: #FF109F;
}

#menu #shopcat a:hover span,
#menu #shopcat a span.active {
color: #fff;
background: #FF109F;
text-decoration: none;
}

.login a {
color: #666;
text-decoration: underline;
}
.login a:hover {
color: #8B4F2A;
text-decoration: underline;
}



/* functionlinks - more, send email etc */
.more a,
.start_topnewsbox a,
.start_newsbox a,
.top a /* to top link - footer */ {
color: #FF109F;
text-decoration: underline;
}
.more a:hover,
.start_topnewsbox a:hover,
.start_newsbox a:hover,
.top a:hover {
color: #fff;
background: #FF109F;
text-decoration: none;
}
