/**
 * Reset
**/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: Georgia, serif;
  vertical-align: baseline;
  line-height: 1;
}
h1 {
  font-size: 1.5em;
}
/**
 * Standard
**/
body {
  background: #000000;
  color: #cbc6b9;
}
/**
 * Länkar
**/
a {
  color:#d87e22;
  text-decoration:none;
}
a.selected {
  color:#f85e02;
}
a:hover {
  color:#ffbE52;
}
#content.pergament a {
  color: #303030;
}
#content.pergament a:hover {
  color: #606060;
}
/**
 * Header
**/
#header {
  position: relative;
  top: -946px;
  height: 300px;
}
#header.index {
  position: relative;
  top: -486px;
}
#header.arkiv {
  position: relative;
  top: -16px;
}
#header p {
  color:#f85e02;
  width: 530px;
  position: relative;
  top: -95px;
  left: 320px;
}
#header span {
  color:#f85e02;
  position: relative;
  top: -87px;
  left: 320px;
  font-size: 0.8em;
}
#header span.extra {
  position: relative;
  top: -80px;
}
/**
 * Content
**/
#content {
  position: relative;
  top: 300px;
  width: 100%;
}
#content.index {
  top: 290px;
  height: 450px;
  padding-bottom: 20px;
}
#content.pergament {
  position: relative;
  top: 260px;
  background-image:url('pergament.jpg');
  background-repeat:no-repeat;
  background-position:top center;
  color: #303030;
  height:930px;
}
#content.arkiv {
  position: relative;
  top: 0px;
  height:1000px;
  padding-bottom: 0px;
}
#content p{
  padding-top:150px;
  width: 500;
  line-height: 1.1;
}
#content span.tidning {
  font-size: 0.8em;
}
#content span.citat {
  font-size: 1.2em;
}
#content h1 {
  width: 500px;
  color: #303030;
}
#content h1.nyhetsrubriktop {
  padding-top:150px;
}
#content p.nyhetstext {
  padding-top:0px;
}
#content img.right {
  float: right;
  margin: 10px;
  border-style:solid;
  border-width:2px;
  border-color:#000000;
}
#content img.left {
  float: left;
  margin: 10px;
  border-style:solid;
  border-width:2px;
  border-color:#000000;
}
#content img.arkiv {
  margin: 10px;
  border-style:solid;
  border-width:2px;
  border-color:#000000;
}
#content .floatleft {
  position: relative;
  top: 0px;
  left: -230px;
  height:730px;
  padding-bottom: 0px;
}
#content .floatcenter {
  position: relative;
  top: -730px;
  height:730px;
  padding-bottom: 0px;
}
#content .floatright {
  position: relative;
  top: -1460px;
  left: 230px;
  height:730px;
  padding-bottom: 0px;
}
/**
 * Footer
**/
#footer {
  position: relative;
  width: 100%;
  font-size: 0.8em;
  padding-top: 10px;
}
#footer.pergament{
  top: -40px;
}
#footer img {
  position: relative;
  top: 3px;
}
/**
 * Lightbox
**/
#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{ color: #000000; font-size: 1.5em; }
#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; }
