/* 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_main_and_sub.css";
@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 {
    font-family: Arial, Helvetica;
font-size:12px;  }

a {
    color:black;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}

a:hover {
    text-decoration:underline; /* understregning på link fjernes når musen holdes over det */
}
.newz_header{
font-size:16px;
color:#000;
font-weight:bold;}

.newz_link{font-size:12px;}

.newz_link a
{font-size:12px;
text-decoration:none;}

.newz_link a:hover
{font-size:12px;
text-decoration:underline;}
h1 {font-size:12px;
font-style:normal;
color:#000;}
h2 {font-size:14px;
font-weight:bold;
color:#000;}
h3 {font-size:36px;
color:#000;
font-weight:bold;}
h4 {}
h5 {}

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

img {
    border:0px;
}

#container {
    width:960px;
    margin:0px auto 0px auto; /* top right bottom left */
    overflow:hidden;
}

#header {
	background-color:#bfb7ae;
    height:85px;
}

#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;
    }

#leftColumn {
    float:left;
    background-color: red;
    width:150px;
    /* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20000px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
}

#content {
    background-color:#fff;
    padding:5px;
    width:960px;
    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 a {

}

#mercatus
{text-align:center;}
#content_front {
    background-color:#fff;
  margin-top:5px;
      font-size:16px;
  margin-bottom:5px;
    width:960px;
    min-height:443px;
}
/* Giver ERHVERV den rigtige font-size */
.forside_link{
font-family:arial;
font-size:16px;
color:#fff;
text-decoration:none;
}

.forside_link a{
font-family:arial;
font-size:16px;
color:#fff;
text-decoration:none;
}
#content_front a {
font-family:arial;
font-size:14px;
color:#000;
text-decoration:none;
}

#content_front a:hover {
text-decoration:underline;
}

.sitemap{font-family:arial;
font-size:9px;
color:#fff;
text-decoration:none;}

.sitemap a{font-family:arial;
font-size:9px;
color:#fff;
text-decoration:none;}

.sitemap a:hover{font-family:arial;
font-size:9px;
color:#fff;
text-decoration:underline;}

#nyheder
{font-family:arial;
font-size:10px;
color:#000;
text-decoration:none;}

#nyheder a
{font-family:arial;
font-size:10px;
color:#000;
text-decoration:none;}

#nyheder a:hover
{font-family:arial;
font-size:10px;
color:#000;
text-decoration:underline;}

.nyhed_forside{
font-family:arial;
font-style:italic;
font-size:16px;
color:#000;
}
.nyhed_forside a{
font-family:arial;
font-style:italic;
color:#000;
font-size:16px;
text-decoration:none;
}

.nyhed_forside a:hover{
font-family:arial;
font-style:italic;
color:#000;
font-size:16px;
text-decoration:underline;
}


#footer {
	background-color:#008FD5;
    width:960px; /* Samme vidde som containeren */
    height:30px;
    color:#fff;
    margin:0px auto 0px auto; /* top right bottom left */
}

#footer a {
    color:#fff;
    text-decoration:none;
}

#footer a:hover {
    color:#fff;
    text-decoration:underline;
}

#printervenlig {
	background-color:#008FD5;
    width:960px; /* Samme vidde som containeren */
    height:30px;
    color:#fff;
    margin:0px auto 0px auto; /* top right bottom left */
}


/* UTILITY CLASSES */

.clear {
    clear:both;
}


/* END */
