﻿/* **********************

General apperence of links

********************** */

a:link, a:active, a:visited
{
    color:#289D39;
    text-decoration:underline;
    font-size:10px;
}
a:hover
{
    color:#666;
    text-decoration:none;
}

/* **********************

General apperence of links in top & footer

********************** */

#top a:link, #top a:active, #top a:visited,
#footer a:link, #footer a:active, #footer a:visited
{
    color:#000;
    text-decoration:none;
}
#top a:hover, #footer a:hover
{
    color:#666;
    text-decoration:none;
}
/* **********************

GLOBAL MAP PAGE

********************** */

a.global :link
{
    color:#000;
    text-decoration:none;
}
a.global :visited
{
    color:#000;
    text-decoration:none;
}
a.global :hover
{
    color:#ccc;
    text-decoration:none;
}
a.global :active
{
    color:#000;
    text-decoration:none;
}

/* **********************

Sub headings and news (Displayed on startpage and few Toppages)

********************** */
a.subAndNews:link, a.subAndNews:visited, a.subAndNews:active
{
    text-decoration:none;
}
a.subAndNews:link .intro, a.subAndNews:visited .intro, a.subAndNews:active .intro 
{
    color:#000;
    font-weight:normal;
}
a.subAndNews:link .subject, a.subAndNews:visited .subject, a.subAndNews:active .subject 
{
    color:#289D39;
    font-weight:bold;
}
a.subAndNews:link .date, a.subAndNews:visited .date, a.subAndNews:active .date 
{
    color:#666;
    font-weight:normal;
}
a.subAndNews:hover .subject,
a.subAndNews:hover .date,
a.subAndNews:hover .intro,
a.subAndNews:hover div
{
    color:#666;
}


/* **********************

Product selector (All listings in product selector)

********************** */

a.greenNoUnderline:link, a.greenNoUnderline:active, a.greenNoUnderline:visited
{
    color:#289D39;
    text-decoration:none;
}
a.greenNoUnderline:hover
{
    color:#666;
}

/* **********************

GLOBAL MAP PAGE

********************** */

a.global:link, a.global:visited, a.global:active
{
    color:#000;
    text-decoration:none;
}
a.global:hover
{
    color:#666;
    text-decoration:none;
}

a.redLink
{
    
}

