/* 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";


/* 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:white;
}

.showlarge {
    font-size:2em;
}

/* TEXT FORMATTING (standard) */

body,p,td {
    xfont-family:trebuchet ms, Helvetica;
    font-family:verdana, Helvetica;
    font-size:11px;
    color:#000000;
}


a {
    color:#000000;
    text-decoration:none; 
}

a:hover {
    text-decoration:none; /* understregning på link fjernes når musen holdes over det */
    color:#ce3957;
}

h1 { font-family:verdana, Helvetica;font-size:14px; text-transform:uppercase; margin-left:0px;}
h2 { font-size:11px; margin-left:0px;}
h3 {}
h4 {}
h5 {}

/* DESIGN */
body {
    margin:0px;
    background-color:#ffffff;
    background-image:url(../images/bg.jpg);
    background-position:top center;
    background-repeat:no-repeat;
}

img {
    border:0px;
}

#container {
    width:800px;
    margin:0px auto 0px auto; /* top right bottom left */
    overflow:hidden;
}

#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;
    }

#content {
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-y;
    width:798px;
    margin-left:0px;
    xmin-height:444px;
    padding:1px;

}


#menu {
	height:35px;
	width:800px;
	margin-bottom:10px;
}

#submenu {
	height:30px;
	width:533px;
	float:left;
	padding:0px;
	margin:0px;
	margin-left:0px;
}

#text {
	padding:10px 30px 10px 10px;
	font-size:12px;
}

/* FORSIDE CLASSES */

#feltfade {
    	padding:1px;
    	width:560px;
    	height:444px;
    	margin-right:0px;
    	background-image:url(../images/feltfade_bg.jpg);
    	float:left;
}

#feltfade p { margin:0px; padding:0px;}

#felter {
	float:right;
	width:232px;
}

#felt1 {
	width:230px;
	height:144px;
	padding:1px;
	background-image:url(../images/felt_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:4px;
}

#felt2 {
	width:230px;
	height:144px;
	padding:1px;
	background-image:url(../images/felt_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:4px;
}

#felt3 {
	width:230px;
	height:144px;
	padding:1px;
	background-image:url(../images/felt_bg.jpg);
	background-repeat:no-repeat;
}

#adresse {
	height:25px;
	width:800px;
	text-align:center;
	background-image:url(../images/adresse_bg.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:6px;
	text-transform:uppercase;
	font-size:9px;
}

#pagecontent {
	xbackground-color:red;
	border:solid 1px #d3d3d3;
	width:798px;
	padding:0px;
	margin:0px;
	min-height:450px;
	background-color:#ffffff;
}

#pagecontent img {
	border-bottom:4px solid #00a8df;
}

#page {
	padding:0px;
	margin:0px;
	width:533px;
	min-height:450px;
	float:left;
}

#image {
	width:265px;
	float:left;
	min-height:100px;
} 
/* UTILITY CLASSES */

.clear {
    clear:both;
}


/* END */


