body { 
	background: #f9f8f6; 
	color: #000;   
	text-align: center;
}

body, html {
	height: 100%;
}

div#shiv {
	width: 100%;
	height: 50%;
	margin-top: -270px;
	float: left;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr { 
	clear: both;
	border: 0; 
	color: #e5e5e5; 
	background-color: #e5e5e5;
	height: 1px;
}

.clr {
	clear: both;
}

.pdf { 
	background: url(../img/pdf.gif) no-repeat left 50%; 
	padding: 0 0 0 20px;
	display: block;
}

/* Typography */
/* ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ */

body, input, select, textarea {
	font: 75%/135% 'helvetica neue', helvetica, arial, sans-serif;
}

a { 
	background: transparent;
}

a:link 			{ color: #d61d4d; }
a:visited 		{ color: #d61d4d; }
a:hover 		{ color: #efa6b9; }
a:active 		{ color: #efa6b9; }

h1, h2, h4 ,h5 { 
	margin: 0 0 16px; 
}

h2 {
	font-size: 30px;
	line-height: 100%;
	color: #dfe09a;
}

h3 {
	font-size: 130%;
	margin: 0;
	padding: 8px 0;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

p, blockquote { 
	margin: 0 0 12px;
	line-height: 134%;
}

ul, ol {
	margin: 0 0 12px 16px;
}

/* Layout */
/* ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ */

#content { 
	width: 980px;
	height: 520px;
	margin: 0px auto;
	position: relative;
	clear: both;
	text-align:left;
	background: url(../img/shadow.jpg);
}

h1 {
	float: left;
}

#address {
	float: right;
	width: 300px;
	margin-top: 2px;
	text-align: right;
}

#scen {
	position: relative;
	top: 11px;
	left: 11px;
	width: 960px;
	height: 500px;
	margin: 0 0 20px;
	padding: 0;
	background: url(../img/front.jpg);
}

	.intro {
		position: absolute;
		top: 99px;
		left: 162px;
	}

	
#footer {
	text-align: center;
	line-height: 150%;
	color: #888949;
	font-size: 0.9em;
}

#footer a {
	color: #888949;
}

#introtxt {
	position: absolute;
	left: 235px;
	top: 120px;
	width: 526px;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 0 1px 2px;
}

#popupcontent h2 {
	position: absolute;
	left: 230px;
	top: 80px;
}

.ollebild {
	position: absolute;
	left: 35px;
	top: 125px;
}

.copyright, .copyright2 {
	position: absolute;
	right: 105px;
	bottom: 105px;
	color: #fff;
	font-size: 0.9em;
	text-shadow: #000 0 1px 2px;
}

.copyright2 {
	right: 28px;
	bottom: 19px;
}




.col1 {
	float: left;
	width: 320px;
	margin: 0 60px 0 0;
}

.col2 {
	float: left;
	width: 320px;
}



.list {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.list li {
	padding: 3px 0;
	border-top: 1px solid #ddd;
}

.list a {
	text-decoration: none;
}



.piclist {
	position: absolute;
	left: 120px;
	top: 160px;
	list-style: none;
	margin: 0;
	text-align: center;
}

.piclist li {
	float: left;
	width: 180px;
	padding: 0 0 10px;
}

.piclist li img {
	-webkit-box-shadow: #000 0 1px 8px;
	-moz-box-shadow: #000 0 1px 8px;
	box-shadow: #000 0 1px 8px;
}

.piclist a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 0 1px 2px;
}

.piclist a:hover {
	color: #efa6b9;
}



.photoalbum {
	position: relative;
}

.photoalbum #prev, .photoalbum #next {
	font-size: 300%;
	text-decoration: none;
	position: absolute;
	top: 190px;
}

.photoalbum #prev {
	left: 40px;
}

.photoalbum #next {
	right: 35px;
}

.photoalbum #photo {
	position: absolute;
	top: 5px;
	left: 90px;
	width: 600px;
	text-align: center;
}

.photoalbum #desc {
	position: absolute;
	top: 405px;
	left: 70px;
	width: 640px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: #000 0 1px 2px;
}


#oversikt {
	position: absolute;
	top: 25px;
	left: 25px;
	text-shadow: #000 0 1px 2px;
}


/* Thickbox */
/* ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ */

#popupcontent {
	position: relative;
	margin: 18px 62px 0 32px;
	height: 446px;
	background: url(../img/popbg.jpg);
}

#TB_window {
}

#TB_secondLine {
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.40;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: url(../img/popup.png) no-repeat;
	z-index: 102;
	color:#000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	background: url(../img/popup.gif) no-repeat;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	position: absolute;
	top: 60px;
	right: 90px;
	width: 300px;
	text-align: right;
	z-index: 20;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


.frm, .txtarea {
	font: 100% arial;
	width: 100%;
	padding: 4px 2px;
	border: 1px solid #333;
	background: #fff;
}

.txtarea {
	height: 4em;
}

.submit {
	border: none;
	background: #d21b71;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 20px;
}



	