/* 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 {
    font-family:trebuchet ms, Helvetica;
    font-size:11px;
    color:#000000;
}


a {
    color:#000000;
    text-decoration:underline; 
}

a:hover {
    text-decoration:none; /* understregning på link fjernes når musen holdes over det */
    color:#ce3957;
}

h1 { font-family:trebuchet ms, Helvetica;color:#7e8073;font-size:12px; text-transform:uppercase; margin-left:0px;}
h2 { font-size:11px; margin-left:0px;text-transform:uppercase;}
h3 {}
h4 {}
h5 {}

/* DESIGN */
body {
    margin:0px;
    background-color:#ffffff;
    background-image:url(../images/bg.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

img {
    border:0px;
}

#container {
    width:1000px;
}

#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 {
	xheight:35px;
	xwidth:800px;
	xmargin-bottom:10px;
}

#submenu {
	height:30px;
	width:700px;
	xfloat:left;
	padding:0px;
	margin:0px 0px 0px 35px
}

#text {
	padding:10px 30px 10px 10px;
	font-size:12px;
}

/* FORSIDE CLASSES */

#feltfade {
    	width:700px;
    	height:310px;
    	margin-bottom:10px;
    	margin-left:12px;
}

#feltfade img {
    	width:700px;
    	height:310px;
}

#feltfade p { margin:0px; padding:0px;}

#felter {
	width:700px;
	margin-left:12px;
	height:105px;
}


#felt1 {
	width:345px;
	height:105px;
	float:left;
	background-image:url(../images/bg-felter.jpg);
	padding:0px;
	color:#555555;
}

#felt1 p {
	margin:0px;
	padding:0px;
	color:#555555;
}

#felt1 td,a {
	color:#555555;
}

#felt2 {
	width:345px;
	height:105px;
	float:left;
	margin-right:0px;
	margin-left:10px;
	background-image:url(../images/bg-felter.jpg);
	padding:0px;
	color:#555555;
}

#felt2 p {
	margin:0px;
	padding:0px;
	color:#555555;
}

#felt2 td,a {
	color:#555555;
}

#felt3 {
	width:216px;
	height:95px;
	float:right;
	background-image:url(../images/bg-felter.jpg);
	padding:5px;
}

#felt3 p {
	margin:0px;
	padding:0px;
}

/* ADRESSE CLASSES */
#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;
}





/* PAGE CLASSES */

#pagecontentfade {
	width:640px;
	margin-left:45px;
	height:400px;
}

#pagecontent {
	width:660px;
	margin-left:35px;
	overflow-y:auto;
	overflow-x:none; 
	height:370px;
	scrollbar-arrow-color:#454545;
	scrollbar-face-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff;
}

#pagecontentfade a {
    color:#000000;
    text-decoration:none; 
}

#pagecontentfade a:hover {
    text-decoration:none; /* understregning på link fjernes når musen holdes over det */
    color:#ce3957;
}
#lightbox{position: absolute;left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.slideshow { width: 640px; height: 380px; }
.slideshow img { padding: 0px; border: 0px solid #ccc; }




/* UTILITY CLASSES */

.clear {
    clear:both;
}


/* END */

