body {
        font-family     : Verdana, Arial, sans-serif;
        font-size       : 70%;
        color           : #000;
        background-color: #e9e9f5;
        margin                    : 0px;
    padding                        : 0px;
}

.overeff {
        background-color:#e9e9f5;
        }
.overeff2 {
        background-color:#fff;
        }

a:link                {color: #000000; text-decoration:none; font-weight: normal; }
a:Visited         {color: #000000; text-decoration:none; font-weight: normal; }
a:hover                {color: #11216d; text-decoration:none; font-weight: normal; }

.linkto {
        font-size           : 90%;
        font-weight                : normal;
        font-style                : italic;
        color                        : #11216d;
        display                        : inline;
        }

H1 {
        font-size           : 300%;
        font-weight                : bold;
        color                        : #11216d;
        display                        : inline;
        }

H2 {
        font-size           : 100%;
        font-weight                : normal;
        color                        : #000;
        display                        : inline;
        }

H3 {
        font-size           : 155%;
        font-weight                : bold;
        color                        : #11216d;
        display                        : inline;
        letter-spacing        : 14pt;
        }

#Content {
        position                : absolute;
    top                                : 0px;
    left                        : 0px;
    width           : 910px;
    height          : 100%;
        background                : url(../img/top_gfx.jpg) top left no-repeat;
        z-index                        : 1;
}

#nyheder {
        position                : absolute;
        top                                : 180px;
        left                        : 105px;
        width                        : 205px;
        height                        : float;
        padding                        : 3px;
        background-color: #e9e9f5        ;
        border                        : 1px solid #11216d;
        z-index                        : 2;
        }

#overskrift {
        position                : absolute;
        top                                : 180px;
        left                        : 322px;
        width                        : 565px;
        height                        : 10px;
        z-index                        : 2;

        }
#indhold {
   position                        : absolute;
   top                                : 220px;
   left                                : 322px;
   height                        : 100%;
   width                        : 575px;
   overflow                        : auto;
   z-index                        : 4;

}

#m_main {
        position        : relative;
        margin-top        : 0px;
        padding                : 0;
        height                : 100%;
        border                : 1px;
}



#m_footer {
   position                : absolute;
   left                        : 105px;
   margin                : -40px auto 0 auto;
   height                : 0px;
   width                : 787px;
   text-align        : center;
   z-index                : 4;
}

/* MENU */
#menu {
        position                : absolute;
        top                                : 151px;
        left                        : 492px;
        width                        : 400px;
        height                        : 24px;
        z-index                        : 5;
        border                        : 0px solid #000;
        }

ul {
        text-align                : left;
        margin                        : 0px;
        width                        : 400px;
        padding                        : 0px;
        }

ul li {
        position                : relative;
        width                        : 80px;
        list-style-type : none;
        float                        : left;
        padding                        : 0px;
        margin                        : 0px;
        line-height                : 25px;
        text-align                : left;
        height                        : 24px;
        }

li ul {  /*undermenu*/
        background-color: #000;
        width                        : 84px;
        position                : absolute;
        top                                : 25px;
        display                        : none;
        border                        : 1px solid #11216d;
        }

/* Styles for Menu Items */
ul li a {
        display                        : block;
        text-decoration        : none;
        color                        : #000;
        padding                        : 0px;                /* USE FULL */
        border                        : 0px;                /* IE6 Bug */
        border-bottom        : 0px;
        }

li li {
        clear                                : left;
        border                                : 0px solid;
        background                        : #f5f6f6;
        padding                                : 2px;
        }

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; }
