body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #FFFFFF url(../bilder/bakgrundsbild.png) no-repeat scroll center top;
	color: #999999;
	text-align: left;
	padding: 0px;
	z-index: 0;
}
div.wrapall {
	position: relative;
	width: 1024px;
	margin: 176px auto 50px;
	border: none #333333;
	z-index: 1;
	background-image: none;
}
div.wrapbig_box {
	color: #333333;
	background: #EEEEEE;
	width: 994px;
	border: 1px solid #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;	
	z-index: 1;
}
div.rubrik {
	width: 984px;
	border: none #CCFF00;
}
div.bildruta {
	border: 1px solid #303030;
	float: left;	
}
div.filmruta {
	border: 1px solid #303030;
	float: left;
	background-color: #000000;		
}
div.enspalt {
	width: 984px;
	border: none #FFFFFF;
	padding: 5px 0px 0px 10px;
	clear: both;
}
div.enspalt_gra {
	width: 984px;
	border: none #FFFFFF;
	padding: 5px 0px 0px 10px;
	clear: both;
	background-color:#CCCCCC
}
div.tvaspalt_Leftclm {
	float: left;
	background-image:  none;
	width: 477px;
	position: static;
	margin: 0px;
	padding: 10px;
}
div.tvaspalt_Rightclm {
	width: 477px;
	background-image:  none;
	margin-left: 502px;
	position: static;
	padding: 10px;
}
div.trespalt_Leftclm {
	float: left;
	width: 300px;
	border: 1px #FFFFFF;
	padding: 0px 0px 10px 10px;
	z-index: 1;
}
div.trespalt_Rightclm {
	float: right;
	width: 304px;
	text-align: left;
	padding: 10px;
	border: 1px #FFFFFF;
	padding: 0px 10px 10px 0px;
	z-index: 1;
}
div.trespalt_Middleclm {
	float: left;
	width: 300px;
	text-align: left;
	padding: 0px 10px 10px 0px;
	border: 1px #FFFFFF;
	padding: 0px 10px 10px 0px;
	z-index: 1;
	margin-left: 30px;
}
div.kuriren {
	width: 300px;
	text-align: left;
	background-image: url(../css styles/bilder/kuriren_background.jpg);
	padding: 0px;
	float: right;
}
div.kuriren_inne {
	width: 280px;
	text-align: left;
	padding: 0px 10px;
	background-image: url(../css styles/bilder/kuriren_background.jpg);
}
div.footer {
	width: 904px;
	padding: 35px 50px 10px;
	position: relative;
	left: 10px;
	top: -40px;
	background-color: #FFFFFF;
	z-index: -1;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
div.center {
	text-align: left;
	width: 95%;
	padding-left: 20px;
}
.clear {
clear:both;
}
div.fadeshow1 {
	z-index: 1;
	padding: 0px;
	left: 20px;
}
.header1 {
	COLOR: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 38px;
}
.brodtext1 {
	COLOR: #ff5b01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.brodtext {
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	line-height: 18px;
}
.brodtext_rubrik {
	COLOR: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;	
	font-weight: bold;
	line-height: 18px;
}
.ingress {
	COLOR: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	text-align: left;
	line-height: 30px;
	font-style: italic;
}
.bildtext {
	COLOR: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.kurirtext1 {
	COLOR: #6B5456;
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.kurirtext {
	COLOR: #6B5456;
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.text { 
	COLOR: #999999; 
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal
}
.minilank { 
	COLOR: #999999; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal 
}
a {
	COLOR: #003876; 
	TEXT-DECORATION: none
}
a:link { text-decoration: underline; color:#ff5b01; font-weight:bold;}
a:visited { text-decoration: underline; color: #ff5b01; font-weight:bold;}
a:active { text-decoration: underline; color: #ff5b01; font-weight:bold;}
a:hover { text-decoration: underline; color:#ff5b01; font-weight:bold;}

/* LIGHTBOX */

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.stdtabell {
	COLOR: #CC3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin: 2px;
	padding: 2px;
	border: thin inset;
}
@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
