﻿body
{
    background-color: #D4D4D4;
    margin: 0px;
    font-family: Tahoma;
    font-size: 11px;
}

#menu
{
    background-color: #1F1F1F;
    height: 20px;
    padding-top: 55px;
}

.menu
{
    border: 1px dotted #CCCCCC;
    width: 200px;
    float: left;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#top
{
    background-color: #A3A7AA;
    height: 185px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
#shadow
{
    height: 30px;
    background-image: url('../img/shadow.jpg');
    background-repeat: repeat-x;
}
#content
{
    background-color: #FFFFFF;
    width: 485px;
    float: left;
    padding: 20px;
}
#extra
{
    background-color: #FFFFFF;
    width: 240px;
    float: left;
    margin-left: 8px;
}

#bund
{
    background-color: #1F1F1F;
    height: 25px;
    margin-top: 30px;
    padding-top: 10px;
    clear: both; 
}

#kalender
{
    background-color: #FFFFFF;
    width: 720px;
    padding: 20px;
    margin-left: auto;
    margin-right:auto;
    
}

.wrapper
{
    width: 773px;
    margin-left: auto;
    margin-right: auto;
    clear: both; 
    
}

.extra_top
{
    background-color: #1F1F1F;
    padding: 10px;
    font-family: 'Century Gothic';
    font-size: 18px;
    color: #FFFFFF;
}

.extra_content
{
    padding: 10px
}

.kommentar
{
    margin: 10px;
    border: 1px dotted #C0C0C0;
    padding: 10px;
}

#scroll
{
    font-family: Tahoma, Verdana;
    font-size: 11px;
    /*color: #FFCC00;*/
    height: 150px;
    font-weight: normal;
    /*width: 542px;*/
    
}
#firefox
{
    clear: both; 
    }
    
    .info_box
{
    padding: 10px;
    margin-bottom: 2px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;}

/* ---------------------------------------------- TEXT ---------------------------------------------------- */

.overskrift
{
    font-family: 'Century Gothic';
    font-size: 20px;
    font-weight: normal;
}

.udgivet
{
    font-family: 'Century Gothic';
    font-size: 11px;
    color: #808080;
}

.img_border
{
    border: 1px dotted #808080;
}

.menu_txt
{
    font-size: 10px;
    color: #ffffff;
    font-family: 'Century Gothic';
}

/* ------------------------------------------- links ----------------------------------------------------------- */



a:link
{
    color: #006666;
    text-decoration: none;
    font-weight: bold;
}
 
a:active
{
    color: #006666;
    text-decoration: none;
    font-weight: bold;
}


a:visited
{
    color: #006666;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #006666;
    text-decoration: underline;
    font-weight: bold;
}

.menu_txt a:link
{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
 
.menu_txt a:active
{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}


.menu_txt a:visited
{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
.menu_txt a:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
}

.menu a:link
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
 
.menu a:active
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}


.menu a:visited
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.menu a:hover
{
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}