/* CSS menymall */

body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #640000;
	background-image: url(1100.jpg);
	background-repeat: repeat;
	scrollbar-face-color: #3C0000;
	scrollbar-highlight-color: #3C0000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #3C0000;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #3C0000;
	scrollbar-darkshadow-color: #3C0000;
	font-weight: normal;
		letter-spacing: 0.1em;

}

h1{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCCCCC;
	color: #590000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #3C0000;
	border-right-color: #3C0000;
	border-bottom-color: #3C0000;
	border-left-color: #3C0000;
		letter-spacing: 0.1em;

}
h2{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
	color: #000000;
	text-decoration: none;
		letter-spacing: 0.1em;

}
h3{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bolder;
	background-color: #FFFFFF;
	color: #6C0000;
	text-decoration: none;
	font-variant: normal;
	font-style: italic;
	letter-spacing: 0.2em;
	border-top: thin ridge #6C0000;
	border-right: thin none #6C0000;
	border-bottom: thin ridge #6C0000;
	border-left: thin none #6C0000;
}


a:link {color: #590000;	font-weight:normal;	text-decoration: none;}
a:visited { text-decoration: none;color: #590000;}
a:active { text-decoration: none;color: #590000;}
a:hover {
	font-weight: bold;
	color: #400000;
	text-decoration: underline;
}

#content{margin: 2em; padding: 0;}

#menycontainer{padding: 7.2em 0 0 0em; border-bottom: 1px solid #000000; background: #FFFFFF url(diversebilder2009/header2.jpg) no-repeat scroll center top;}
#menycontainer ul{padding: 0.4em 0; margin: 0;  font: 13px "Trebuchet MS", Verdana, Arial;}
#menycontainer li{margin: 0; padding: 0; display: inline; list-style: none;}
#menycontainer li a{text-decoration: none; padding: 0.4em 1.2em; margin-left: 1em; border: 1px solid #000000; border-bottom: none; background: #640000;}
#menycontainer a:link{
	color: #ffffff;
	font-weight: bold;
}
#meny a:visited{
	color: #ffffff;
	font-weight: bold;
}
#meny a:hover{background: #400000;}
#meny a#current{background: #FFFFFF; border: 1px solid #000000; border-bottom: 1px solid #ffffff; color: #333333;}

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

