﻿/* Tabel for Forsiden samt navigationen */
/****************************************************
	T Y P O G R A P H Y

	Grundfarven
	Logofarver:
	Orange: #F49722;
	Rod: #FB350E;
	Blaa: #093B90;
	Gron: #018241;
	-------------
	Andre farver:
	Graa #959595; bruges som streger

****************************************************/

#tabel_ramme
{
    font-size: 80%;
    width: 468px;
    text-align: left;
    margin-left:23px; /* Holder afstanden fra venstre navigation */
}

#Kontrolbog
{
    margin-top: 0px;
    z-index: 2;
}


.tb_forside
{
    border: #959595 1px solid !important;
    width: 210px;
    border-collapse: collapse;
    font-size: 100%;
    margin-bottom: 20px;
    z-index: 1;
}


.td_overskrift
{
    border: #959595 1px solid;
    background-color: #ced6e7;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}

a.td_overskrift
{
    color: #093b90 !important;
    text-decoration: none;
}

a.td_overskrift_link:hover
{
    color: #F49722 !important;
}

a.td_overskrift_link
{
    color: #093b90 !important;
    text-decoration: none;
}

a.td_overskrift_link:hover
{
    color: #F49722 !important;
}

.td_tekst
{
    padding: 2px 2px 2px 2px;
    
}

.td_tekst_r
{
    border-right: #959595 1px solid !important;
     font-size: 100%;  
}

a.td_grafik_link
{
    color: black;
    text-decoration: none;
}

.td_grafik
{

    padding: 2px;

}

.td_grafik
{
    border: 1px solid #ced6e7;

}

.td_grafik_r
{
   border-right: #959595 1px solid !important;
}



    #Tabel_Nyhedsservice
    {
        margin-top: -2px;
    }
    .td_overskrift_aktuelt
    {
        border: #959595 1px solid;
        background-color: #ced6e7;
        font-weight: bold;
        padding: 2px 2px 2px 2px;
        font-size: 100%;
        color: #093B90;
    }
    .td_overskrift_aktuelt a
    {
        color: #093b90 !important;
        text-decoration: none;
    }
    .td_overskrift_aktuelt a:hover
    {
        color: #F49722 !important;
        font-weight: bold;
        text-decoration: none;
    }
    .td_text_aktuelt
    {
        font-size: 100%; /*  border-right: #959595 1px solid; */
    }
    .td_text_aktuelt_r
    {
        border-right: #959595 1px solid !important;
        font-size: 100%;
    }
    .td_grafik_aktuelt_r
    {
        border-right: #959595 1px solid !important;
    }