/* Links */
A:link, A:visited, A:active {
text-decoration: underline; 
font-size:12px;
color: #ffffff;
}       
A:hover {
text-decoration: underline; 
font-size:12px;
color: #ffffff;
}

/* Læs nyhed */
A:link.readnews, A:visited.readnews, A:active.readnews, A:hover.readnews {
text-decoration: none; 
text-transform:uppercase;
color: #A01101;
font-weight: bold;
}

/* Underside menupunkt */
A:link.undersidemenu, A:visited.undersidemenu, A:active.undersidemenu, A:hover.undersidemenu {
text-decoration: none; 
font-size:12px;
color: #9E0F00;
text-transform:uppercase;
}       

/* check resultat */
A:link.results, A:visited.results, A:active.results, A:hover.results {
text-decoration: underline; 
color: #DEDEDE;
}

/* Læs mere (pile på højre side) */
A:link.readmore, A:visited.readmore, A:active.readmore {
text-decoration: none; 
background: url("../img/layout/link.jpg") center right no-repeat;
padding-right: 10px;
}       
A:hover.readmore {
text-decoration: underline; 
background: url("../img/layout/link.jpg") center right no-repeat;
padding-right: 10px;
}

/* Mail */
A:link.mail, A:visited.mail, A:active.mail {
text-decoration: none; 
background: url("../img/layout/mail_icon.gif") center right no-repeat;
padding-right: 16px;
}       
A:hover.mail {
text-decoration: underline; 
background: url("../img/layout/mail_icon.gif") center right no-repeat;
padding-right: 16px;
}

/* PDF */
A:link.pdf, A:visited.pdf, A:active.pdf, A:hover.pdf {
text-decoration: underline; 
background: url("../img/layout/pdf.jpg") center right no-repeat;
padding-right: 16px;
}       

/* Video */
A:link.video, A:visited.video, A:active.video, A:hover.video{
text-decoration: underline; 
background: url("../img/layout/video.gif") center right no-repeat;
padding-right: 12px;
}       


/* Eksterne links */
A:link.external, A:visited.external, A:active.external {
text-decoration: none; 
background: url("../img/layout/external.png") center right no-repeat;
padding-right: 11px;
}       
A:hover.external {
text-decoration: underline; 
background: url("../img/layout/external.png") center right no-repeat;
padding-right: 11px;
}

.rightmenu a {
text-decoration: none;
}

.odd a{
text-decoration: none;
color: #DEDEDE
}
.even a{
text-decoration: none;
color: #DEDEDE
}
.header a{
text-decoration: none;
color: #DEDEDE;
}
A img {
border: 0;
}

