@charset "utf-8";
/* CSS Document */

html {
margin:0;
padding:0;
background: #eff0ea url(images/bg.jpg) center top;
}

body {
margin:0px;
padding:0px;
background:url(images/mainbg.jpg) center top repeat-y;
/*color: #97948a;*/
color: #7c7a72;
color: #393938;
font-size:1em;
line-height:1.3em;
font-family: "Times New Roman", Times, serif;
}

.clear { content: "."; display: block; height: 0; visibility: hidden; clear: both; }


p {
margin:0;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 0.9em
/*line-height:1.3em;*/

}

p img {
float:right;
}

img {
border:0px;
}

.center {
text-align:center;
} 

.hr {
line-height:0px;
background-color: #f0f0eb;
background:url(images/line.jpg) center no-repeat;
height:21px;
padding:0px;
margin: 3px 0px;
border:0px;
clear:both;
}
.hr hr {
display:none;
}

a:link , a:visited {
font-family:Georgia, "Times New Roman", Times, serif;
color: #e25392;
font-size:1em;
text-decoration:none;
}

a:hover {
font-family:Georgia, "Times New Roman", Times, serif;
color: #ff00ab;
border-bottom: #ff00ab 1px dotted
}


ul {
margin:0px;
padding:0px;
list-style-type: none;
}

li a{
font-family: bold "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}


* html li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

li a:visited, .glossymenu li a:active{
color: white;
}

h3 {
margin:0px;
padding:0px;
padding-bottom:3px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
font-weight:normal;
color: #6c6a63;
clear:none;
}

h4 {
margin:0px;
padding:0px;
padding-bottom:3px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
font-weight:normal;
color: #6c6a63;
clear:none;
}

.logo {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
font-weight:normal;
}


.headerlinks {
float:right;
}

.menu {
}

.menu a:link , a:visited {
color:#6c6a63;
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
margin-right:20px;
}

#main {
margin:0px;
margin-left:auto;
margin-right:auto;
width:960px;
padding:0px 10px;
line-height:20px;
}

.inner {
background:  #eff0ea;
padding:0px 10px;;
margin:0px;
}

.left {
float:left;
width:410px;
padding:0px;
padding-left:0px;
}
.right {
float:right;
width:410px;
padding:0px;
padding-left:10px;
}

#frame {

} 

#frame .image  {
float:left;
padding:3px;
margin:2px 18px;
border: 1px #bcb7a3 solid;
background: #dedbd0;
}
/************************************************************************/

.section {
border-bottom:1px dashed #B2B2B2;
padding-bottom:10px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.leftside {
float:left;
width:350px;
padding:0px;
padding-left:0px;
font-family:Georgia, "Times New Roman", Times, serif;
} 


.leftside a:link, .leftside a:visited {
font-size:1em;
color:#FF0000;
text-decoration:underline;
margin-left:10px;
}

.leftside a:hover {
color:#333333;
}
.rightside {
float:right;
width:520px;
margin-left:20px;
}

.rightside img {
padding:0;
margin:0;
border:0;
}



/********************************************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a { border:0;}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f0f0eb;
	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; border:0;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* 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; border:0; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; border:0; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #f0f0eb;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


#instruktion .left 
{
	width:700px;
	line-height:1.3em;
}

#instruktion .left p 
{
	padding-bottom:10px;
}

#instruktion h4 
{
	margin-top:10px;
	color: #d52ca5;
}

#instruktion .right 
{
	width:210px;
}

#instruktion .right img 
{
	margin-bottom:5px;
}