﻿.nyhedListe
{
    overflow: hidden;
    border-bottom: dashed 1px black;
    padding-bottom: 8px;
    margin-top: 12px;
    color: #333333;
    font-size: 8pt;
}

.nyhedListeOverskrift
{
    font-weight: bold;
}

.nyhedListeDato
{
    font-size: 7pt;
}

.nyhedListeKortTekst
{
    margin-bottom: 12px;
}

.nyhedListeMere
{

}

.nyhedListeLink
{
    color: #333333;
    text-decoration: underline;
}

.nyhedListeLink:hover
{
    color: #333333;
    text-decoration: none;
}

.nyhedListeMereBillede
{
    border: none;
    margin-right: 5px;
}






.nyhed
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.nyhedOverskrift
{
    font-size: 10pt;
    color: #FF9900;
    text-transform: uppercase;
}

.nyhedDato
{
    font-size: 7pt;
}

.nyhedTekst
{
    
}

.nyhedPagingLink
{
    
}

.nyhedPagingTilbage
{
    width: -20px;
    border: none;
}

.nyhedPagingFrem
{
    border: none;
}

.nyhedPagingNummer
{
    font-weight: bold;
}

