
/*@import "menu_main_and_sub.css.html";*/


/* AVIVA */

body.mceContentBody
{
	color:black;
	text-align:left;
	background-color:#ffffff;
	background-image:none;
}

.mce_h1 {
    color:yellow;
    font-size:3em;
}

/* AVIVA MCE STYLES (check mce_styles in domain.asp) */

.showimp {
    color:yellow;
    background-color:black;
}

.showlarge {
    font-size:2em;
}

/* TEXT FORMATTING (standard) */

body,p,td {
    font-family:Arial;
    font-size:14px;
    line-height: 18px;
}

a {
    color:#6d6e70;
}

a:hover {
    text-decoration:none; /* understregning på link fjernes når musen holdes over det */
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

/* DESIGN */
body {
    margin:0px;
}

img {
    border:0px;
}

#icons { /* Div med Print, søg og send til en ven */
    float:right;
}
    img.icon { /* Billeder til Print, søg og send til en ven */
        margin-right:10px;
    }


div#wrap {
    position:relative;
    margin:30px auto 0 auto;
    width:1100px;
    min-height:950px;
}

div#ufo {
    position:absolute;
    width:574px;
    height:381px;
    left:200px;
    top:-390px;
    background-repeat:no-repeat;
    background-image:url("../../../img/ufo.png");
    display:none;
}

div#kontaktufo {
    position:absolute;
    width:213px;
    height:180px;
    left:-350px;
    top:500px;
    background-repeat:no-repeat;
    background-image:url("../../../img/kontakt-ufo-off.png");
    display:none;
}



div#blok {
    position:absolute;
    /*margin:230px 0 0 100px;
    */
    top:230px;
    left:100px;

    width:1100px;
    min-height:1100px;
    background-repeat:no-repeat;
}

div#blyant {
    position:absolute;
    width:642px;
    height:439px;
    background-repeat:no-repeat;
    background-image:url("../../../img/pen.png");
    top:733px;
    left:616px;
}

div#text {
    position:absolute;
    width:442px;
    height:439px;
    top:460px;
    left:490px;
}


div#menu {
    position:absolute;
    width:162px;
    height:439px;
    padding-top:100px;
    top:250px;
    left:00px;
    background-image:url("../../../img/menu-baggrund.png");
}

div.menuitem {
    width: 161px;
    height: 38px;
    background-image:url("../../../img/menu-knap-baggrund.png");

}

div.menuitem a {
    color:black;
    text-align:center;
    text-decoration: none;
    width:161px;
    padding-top:9px;
    display:block;
    font-size:13px;
    letter-spacing: 1.7px;
}

div.menuitem a:hover {
    text-decoration: underline;
}

div.menuitem a.menu_sel {
    color:#8e1418;
}

div.submenu {
    width:133px;
    height:454px;
    margin-top:10px;
    padding-top:5px;
    padding-left:15px;
    padding-right:15px;
    background-color:white;
    /* background-image:url("../../../img/submenu-baggrund.png"); */
    background-image:url("../../../img/menu-knap-baggrund.png");
    background-repeat: no-repeat;
}

div.submenuitem a {
    color:#6d6e70;
    text-align:left;
    text-decoration: underline;
    width:131px;
    padding-top:5px;
    display:block;
    font-size:12px;
    /*letter-spacing: 1.7px;*/
}

div.submenuitem a:hover {
    text-decoration: none;
}

div.submenuitem a.submenu_sel {
    color:#8e1418;
}

div#footer {
	display: block;
    position: absolute;
    color:#6d6e70;
    text-align: center;
    font-size:12px;
    margin:0px auto 0px auto;
    top:950px;
    left:0px;
    width:1050px;
}

/* UTILITY CLASSES */

.clear {
    clear:both;
}


/* END */

