﻿/* Generelle links */
A {
	COLOR: #666666; text-decoration: none; font-weight: bold;
}
A:hover {
	COLOR: #666666; text-decoration: underline; font-weight: bold;
}

a.fedlinks
{
	COLOR: #666666;
	font-weight: bold;
}

a.maillinks
{
	COLOR: #000000;
	font-weight: bold;
}

/* Links i menuen */

a.menulink {
  color: #FFFFFF;
  text-decoration: none;
}

a:visited.menulink {
  color: #FFFFFF;
}

a:hover.menulink {
  color: #FFFFFF;
  text-decoration: underline;
}

/* Links i Sitemap */

.sitemapHeader /* fjernede a, da header ikke skal være link */
{
  font-family: Tahoma; /*FagoCoRegularLf-Roman*/
  font-size:small;
  color: #5b5e68;
  font-weight:bold;
  text-decoration:underline;
}

a:visited.sitemapHeader 
{
  font-size :small;
  color: #666666;
}

a:hover.sitemapHeader 
{
  font-size :small;
  color: #464749;
  text-decoration: none;
}

a.sitemap 
{
  font-size :xx-small;
  color: #7b858f;
  text-decoration: none;
}

a:visited.sitemap 
{
  font-size :xx-small;
  color: #666666;
}

a:hover.sitemap 
{
  font-size :xx-small;
  color: #464749;
  text-decoration: none;
}

/* Links til sitemappath */

a.siteMaplink {
  color: #666666;
  text-decoration: none;
}

a:visited.siteMaplink {
  color: #666666;
}

a:hover.siteMaplink {
  color: #666666;
  text-decoration: underline;
}

/* Facebook Links */

a.faceLink {
  color: #3b5998;
  text-decoration: none;
}

a:visited.faceLink {
  color: #3b5998;
}

a:hover.faceLink {
  color: #3b5998;
  text-decoration: underline;
}

/* Links til kng */

a.knglink {
  color: #cea8d2;
  text-decoration: none;
}

a:visited.knglink {
  color: #ead9ea;
}

a:hover.knglink {
  color: #ead9ea;
  text-decoration: underline;
}