

/*Egen stilmall nedan*/
body{
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 780px;
	
/*NEDAN ÄR BAKGRUNSFÄRG FÖR HELA SIDAN*/
	background:#121212;
	
	/*background:url(img/bg3.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	font-family:Georgia, Garamond;
	font-size:10pt;
	}

img{border:none}
	
a:link {text-decoration:none; color:#999999; }
a:visited {text-decoration:none; color:#999999; }
a:active {text-decoration:none;}
a:hover {text-decoration:none;color:#d1d1d1}
h1{margin:10px;font-family:Georgia, Garamond;}
h2{margin:10px;font-family:Georgia, Garamond;}
h3{margin:10px;font-family:Georgia, Garamond;}
h4{margin:10px;font-family:Georgia, Garamond;}
p{font-family:Arial;color:#bdbdbd;font-size:11px;margin:0px;}

.logo_wrap{
	margin-left: auto;
	margin-right: auto;
	width:620px;
	/*height: 20px;*/
	margin-top: 7%;
	margin-bottom:0px;
	background:inherit;
	}
.navigation_wrap{
	width:100%;
	background:inherit;
	margin:0px;
	}
.navigation_wrap_inner{
	margin-left: auto;
	margin-right: auto;
	width:620px;
	height: 17px;
	background:inherit;
	}
	
.over_wrap{
	width:100%;
	
/*NEDAN ÄR BAKGRUNSFÄRG FÖR ÖVERSTA RANDEN*/
	background: #171717;
	margin:0px;
	}
	
.over_wrap_inner{
	margin-left: auto;
	margin-right: auto;
	width:620px;
	height: 17px;
	background:inherit;
	}
.over_wrap_inner{text-align:right;}

.main_wrap{
	width:100%;
	margin-top: 0px;
	
/*NEDAN ÄR BAKGRUNSFÄRG FÖR STORA RUTAN*/
	background: #171717;
	}
	
.main_wrap_inner{
	margin-left: auto;
	margin-right: auto;
	width:620px;
	height: 400px;
	background:inherit;
	}
	
.under_wrap{
	width:100%;
	margin-top: 0px;
	
/*NEDAN ÄR BAKGRUNSFÄRG FÖR UNDRE RANDEN*/
	background: #171717;
	}
	
.under_wrap_inner{
	margin-left: auto;
	margin-right: auto;
	width:620px;
	height: 17px;
	background:inherit;
	}	
	

.galleri_wrap{
	float:left;
	height:399px;
	width:510px;
	background:inherit;
	border-right:3px solid #121212;
	overflow:auto;
	}
	
.galleri_wrap img{margin-top:7px;margin-right:6px;}
	
.gallerimeny_wrap{
	float:right;
	height:400px;
	width:100px;
	background:inherit;
	}
.gallerimeny_wrap p{
	text-align:right;
	line-height:2;
	font-size:15;
	margin-top:60px;
	}	
.galleri_bilder{
	float:left;
	margin-top:58px;
	margin-right:10px;
	}
.kontakt p{
	padding-top:75px;margin-left:42px;font-size:11px;color:#807f7d;width:45%;
	}

.copyrightrad_wrap{
	width:100%;
	background:inherit;
	margin:0px;
	}
.copyrightrad_wrap_inner{
	margin-left: auto;
	margin-right: auto;
	width:620px;
	height: 20px;
	background:inherit;
	text-align:right;
	}
.copyrightrad_wrap_inner p{
	padding-top:5px;
	font-size:9px;
	color:#999999;
	}

.meny{background:inherit;height:17px; float:left; padding:0;}
.meny ul{padding:0; margin:0; list-style:none;font-size:11px;font-family:arial;}
.meny table {border-collapse:collapse;}
.meny li {float:left;}
.meny li li {float:none;}
/* a hack for IE5.x and IE6 */
.meny li a li {float:left;}	
.meny li a {display:block; float:left; color:#999; height:30px; padding:0 20px 0 0px; line-height:17px; text-decoration:none; white-space:nowrap;}
.meny li li a {height:25px; line-height:25px; float:none;}
.meny li:hover > a {color:#d1d1d1;}

	
	
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#outerContainer {background:#2a2722; width:550px; height:20px;}
#menuContainer {position:relative; float:left; left:50%;}

#nav, 
#nav ul {padding:0; margin:0; list-style:none; font: 11px arial, verdana, sans-serif; background:url(transparent.gif); position:relative; z-index:50;}
#nav {height:20px; float:left; padding:0; background:#2a2722; position:relative; right:50%;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:30px; padding:0 20px 0 10px; line-height:20px; text-decoration:none; white-space:nowrap; font-weight:bold;}
#nav li li a {height:25px; line-height:25px; float:none;}

#nav li:hover {position:relative; z-index:50; background:url(transparent.gif);}
#nav a:hover {position:relative; z-index:50; color:#969f2a; border:0;}
#nav li:hover > a {color:#969f2a;}

#nav :hover  ul {left:0; top:30px; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {color:#969f2a;}

#nav li a:hover ul li a:hover {color:#969f2a;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}











/*NEDAN ÄR LIGHTBOXSTILEN*/
#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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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; }

