html, body, div, span, h1, h2, h3, p, form, fieldset, img, a, ul, ol, dl, li {
	margin:0;
	padding:0;
	border:none;
}
html {
	height:100.02%;
}
body {
	font-size:.8em;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#eee;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	background:#666 url(img/background.png) repeat-y center;
}
#wrapper {
	position:relative;
	width:750px;
	padding:0 10px;
	margin:0 auto;
}
#header {
	position:relative;
	z-index:12;
	background: url(img/header.png) no-repeat center;
	height:50px;
	border-bottom:solid #FFF 1px;
}
h1 {
	font-size:130%;
}
h2 {
	font-size:100%;
}
#header ul {
	position:absolute;
	top:6px;
	right:20px;
}
#header li {
	float:left;
	list-style:none;
	padding:0 10px;
}
#show, #hide {
	z-index:15;
	position:absolute;
	right:20px;
	top:41px;
	height:19px;
	width:20px;
	cursor:pointer;
	background: url(img/arrows.png) no-repeat -20px 0px;
	text-indent:-999em;
}
#hide {
	display:none;
	background: url(img/arrows.png) no-repeat -40px 0px;
	z-index:15;
}
#footer {
	height:60px;
}
#photo {
	z-index:2;
	position:relative;
	top:0px;
	background:#000 url(img/loading.gif) no-repeat center center;
	border-bottom:solid #FFF 1px;
	margin-bottom:2em;
}

#photo img {
	z-index:1;
	display:none;
	border-bottom:solid #FFF 1px;
	border-top:solid #FFF 1px;
}

#photo-nav {
	position:absolute;
	top:1px;
	left:0px;
}	
#photo-nav a {
	height:100%;
	display:block;
	width:375px;
	text-indent:-999em;
	float:left;
}
a#prev:hover, a#prev:active, a#prev:focus {
	background: url(img/prev.png) no-repeat left center;
	}
	
a#next:hover, a#next:active, a#next:focus {
	background: url(img/next.png) no-repeat right center;
}
a {
	color:#FFF;
	outline: none;
}
a:hover {
	color:#F08C3F;
}
a img {
	vertical-align:middle;
}

#info {
	z-index:1;
	position:absolute;
	width:730px;
	top:50px;
	left:10px;
	background-color:#666;
	padding:2em 10px 20px 10px;
	text-align:left;
	overflow:hidden;
}
#desc {
	float:left;
	width:540px;
}
#info p {
	margin-bottom:1em;
}
#info img {
	float:left;
	margin-right:12px;
	margin-left:6px;
	border:solid #FFF 2px;
}

#arkiv {
	margin-bottom:2em;
	margin-right:-16px;
	overflow:hidden;
}
#arkiv div {
	position:relative;
	float:left;
	margin:15px 11px 0 0;
	font-size:1.0em;
	overflow:hidden;
	width:174px;
}
#arkiv div.c1 {
	margin:15px 11px 0 10px;
}
#arkiv div.c0 {
	margin:15px 0 0 0;
}
#arkiv img {
	border:solid #FFF 2px;
	margin:0 0 1px 0;
}
#arkiv p.date {
	position:absolute;
	top:2px;
	right:4px;
}
#arkiv p {
	overflow:hidden;
	height:15px;
}
.pagination {
	clear:both;
	text-align:center;
}
#om {
	text-align:left;
	padding:20px 20px 20px 20px;
	font-size:14px;
	line-height:1.4;
	font-family:Arial, Helvetica, sans-serif;
}
#om p {
	margin:0 0 .7em 0;
}
#om ul {
	margin:1em;
}
#om ul li {
	margin:.3em 0em;
}
#om h2 {
	font-size:17px;
	padding:0;
	margin:1.2em 0 0 0;
	font-weight:bold;
}