.prick
{
    font-size:12pt;
    font-family: verdana, tahoma;
    color:#ff8888;
}

.rubrik
{
    font-size: 24pt;
    font-family: verdana, tahoma;
    color: silver;
    font-weight: normal;
}

.underrubrik
{
    text-decoration: none;
    font-size: 14pt;
    font-family: Verdana;
    color: silver;
    font-weight: normal;
    display: table-cell;
}

.underrubrik:after
{
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    position: relative;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid silver;
}


a
{
    text-decoration: none;
    color: #ff8888;
}

a:hover
{
    color: #d00000;
}

A.back
{
    text-decoration: none;
    font-size: 12pt;
    font-family: verdana, tahoma;
    color: silver;
    font-weight: bold;
}

A.back:hover
{
    color:#ff8888;   
}

A.lank
{
    text-decoration: none;
    font-size: 12pt;
    font-family: verdana, tahoma;
    color: silver;
    font-weight: bold;
}

A.lank:before
{
    content: '.: ';
    color:#ff8888;
    font-weight: normal;
}

A.lank:hover:before
{
    color:#d00000;   
}

A.date
{
    text-decoration: none;
    font-size: 12pt;
    font-family: verdana, tahoma;
    color: silver;
    font-weight: bold;
    white-space: nowrap;
    cursor: default;
}

A.meny
{
    text-decoration: none;
    font-size: 12pt;
    font-family: verdana, tahoma;
    color: silver;
    font-weight: bold;
}

A.meny:before
{
    content: '.: ';
    color:#ff8888;
    font-weight: normal;
}

A.meny:hover:before
{
    color:#d00000;   
}

A.bildlank
{
    text-decoration: none;
    font-size: 14pt;
    font-family: verdana, tahoma;
    color: transparent;
    font-weight: bold;
}

.text
{
    font-size: 12pt;
    color: white;
    font-family: verdana,tahoma, times, courier;
}

LI.fester
{
    font-family: verdana,tahoma, times, courier;
    font-size: 8pt;
    color: white;
}

table.main
{
    max-width: 600px;
}

td.header_line
{
    height: 1px;
    border-bottom: 1px solid silver;
}

/*
@media only screen and (max-width : 480px) 
{
    A.meny
    {
        font-size: 20pt;
        font-weight: normal;
    }
}
*/