/*---------------------------------------------------------------------------*/
/*--- HTML, Body                                                          ---*/
/*---------------------------------------------------------------------------*/
html, body
{
    background: #293364;
    background-image: url(webimg/v1_sidebg.jpg);
    background-repeat: repeat-x;
    color: #000000;
    font-family: calibri;
    font-size: 11px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/*---------------------------------------------------------------------------*/
/*--- Text                                                                ---*/
/*---------------------------------------------------------------------------*/
.text_pagnav
{
    color: #003366;
    font-family: calibri;
    font-size: 11px;
    text-decoration: none;
}
.text_pagnav:hover
{
    text-decoration: underline;
}
.text_link_menu
{
    color: #003366;
    text-decoration: none;
}
.text_link_menu:hover
{
    text-decoration: underline;
}
.text_link
{
    color: #003366;
    text-decoration: none;
}
.text_link:hover
{
    text-decoration: underline;
}
.text_link_s
{
    color: #003366;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
}
.text_link_s:hover
{
    font-family: verdana;
    font-size: 11px;
    text-decoration: underline;
}
.text_align_left
{
    text-align: left;
}
.text_align_right
{
    text-align: right;
}
.displaynone
{
    display: none;
}

.modal
{
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.7;
}
.modalPopup
{
    color:#f5f5f5;
    font-weight:bold;
    background-color: #293364;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    padding: 5px;
}
/*---------------------------------------------------------------------------*/
/*--- Table                                                               ---*/
/*---------------------------------------------------------------------------*/
.tb_side
{
    width: 810px;
    text-align: left;
}
.side_top
{
    width: 810px;
    height: 240px;
    background-image: url(webimg/v1_top.jpg);
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;
}
.side_midt
{
    width: 810px;
    background-image: url(webimg/v1_midt.jpg);
    background-repeat: repeat-y;
    padding-left: 15px;
    padding-right: 15px;
}
.side_bund
{
    width: 810px;
    height: 30px;
    background-image: url(webimg/v1_bund.jpg);
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;
}
.tb_midt
{
    width: 780px;
}
.td_midt
{
    width: 780px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.td_midt_menu
{
    width: 130px;
    border-right: 1px solid #dddddd;
    padding-top: 5px;
}
.td_midt_indhold
{
    width: 650px;
}
.tb_top
{
    width: 780px;
    padding-bottom: 3px;
}
.td_top_l
{
    width: 390px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
}
.td_top_r
{
    width: 390px;
}
.tb_bund
{
    width: 780px;
}
.td_bund_l
{
    color: #003366;
    width: 580px;
}
.td_bund_r
{
    color: #003366;
    width: 200px;
}
.tb_menu
{
    width: 120px;
}
.td_menu_top
{
    font-weight: bolder;
}
.td_menu_punkt
{
    font-weight: bolder;
}
.tb_indhold
{
    width: 630px;
    height: 350px;
}
.td_indhold_l
{
    width: 420px;
    border-right: 1px solid #dddddd;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-family: verdana;
    font-size: 11px;
}
.td_indhold_r
{
    width: 210px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.td_indhold_a
{
    width: 630px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-family: verdana;
    font-size: 11px;
}
.td_row_top
{
    color: #000000;
    font-weight: bold;
    background-color: #e5e5e5;
    text-decoration: none;
    border-top: 1px solid #cccccc; 
    border-bottom: 1px solid #cccccc;
}
.td_row_dark
{
    color: #000000;
    background-color: #eeeeee;
    text-decoration: none;
}
.td_row_light
{
    color: #000000;
    background-color: #f5f5f5;
    text-decoration: none;
}
.td_overskrift
{
    color: #000000;
    font-size: 12px;
    font-weight: bolder;
    background-color: #eeeeee;
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/*---------------------------------------------------------------------------*/
/*--- Billeder                                                            ---*/
/*---------------------------------------------------------------------------*/
#img_lille
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #000000;
}
.img_lille_cl
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #000000;
}
#img_stor
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 2px solid #000000;
}
.float_image_left
{
    float: left;
    padding: 5px 5px 5px 5px;
}
.float_image_right
{
    float: right;
    padding: 5px 5px 5px 5px;
}
/*--------------------------------------------------------*/
/*-- Forms                                              --*/
/*--------------------------------------------------------*/
.frm_input
{
    border: 1px solid #dddddd;
    color: #000000;
    background-color: #f1f1f1;
    font-family: calibri;
    font-size: 11px;
}
.frm_dropdown
{
    border: 1px solid #dddddd;
    color: #000000;
    background-color: #f1f1f1;
    font-family: calibri;
    font-size: 11px;
}
.frm_textarea
{
    border: 1px solid #dddddd;
    color: #000000;
    background-color: #f1f1f1;
    font-family: calibri;
    font-size: 11px;
}
.frm_listbox
{
    border: 1px solid #dddddd;
    color: #000000;
    background-color: #f1f1f1;
    font-family: calibri;
    font-size: 11px;
}
.frm_button
{
    border: 1px solid #dddddd;
    color: #000000;
    background-color: #f1f1f1;
    font-family: calibri;
    font-size: 11px;
}

