/* MENU 
 * Her importeres eksternt stylesheet med css til Xmenuen.
 * importeres med følgende synstaks @import "[stylesheet.css]"
 * Der er tre grundlæggende menuskabeloner til rådighed:
 *              - "menu_main_and_sub.css" : horisontal hovedmenu med vertikal undermenu der viser undersider og undersider til undersider i en træstruktur.
 *              - "menu_tree.css" : vertikal hovedmenu der viser undersider og undersider til undersider i en træstruktur.
 *              - "menu_dropdown.css" : vertikal hovedmenu med undersider i dropdownmenuer, der vises onmouseover.
 */

@import "menu_dropdown.css";


/* 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,td,p {
    font-family:Verdana, Arial, Helvetica;
    font-size:12px;
}



a {
    color:black;
    text-decoration:none;
}

a:hover {
    text-decoration:underline; /* understregning på link fjernes når musen holdes over det */
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

/* DESIGN */
body {
    margin:0px;
}

img {
    border:0px;
}

#container {
    width:1000px;
    margin:0px auto 0px auto; /* top right bottom left */
    overflow:hidden;
}

#header {
	background-color:#fff;
    height:148px;
}

#header p {
font-size:0px;
}

#header a {
font-size:9px;
font-weight:bold;
}

#header a:hover {
text-decoration:underline;
}

#menu {
margin-top: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;
    }
 
#nyheder {
font-size:10px;
} 

#nyheder td {
font-size:10px;
} 

#nyheder td i {
font-size:10px;
} 


.tekst  {
font-size:10px;
}

#leftColumn {
    float:left;
    background-color: #DCDDDE;
    width:216px;
    /* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20000px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
    margin-top:0px;
    padding-left:12px;
    padding-right:12px;
}

#rightColumn {
    float:right;
    background-color: #DCDDDE;
    width:148px;
    /* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20000px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
    margin-top:0px;
}

#content {
    background-color:lime;
    padding:5px;
    width:740px;
    margin-left:150px;
    min-height:550px;
    
    /* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20000px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
}

#content_front {
    float:left;
    background-color:#fff;
    padding:12px;
    width:588px;
    min-height:464px;
}

#footer {
	background-color:#006325;
	height:20px;
	color:#fff;
    width:995px; /* Samme vidde som containeren */
    margin:0px auto 0px auto; /* top right bottom left */
    padding-top:4px;
    padding-left:5px;
}

#footer a {
color:#fff;
font-size:12px;
}

#footer a:hover {
text-decoration:unerline;
}

#mercatus p {
font-size:10px;
text-align:center;
}

#mercatus a {
font-size:10px;
}

#mercatus a:hover {
text-decoration:underline;
}


/* UTILITY CLASSES */

.clear {
    clear:both;
}


/* END */


