* {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #606060;
}
body {
	background-color: #e2e8ee;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
img {
	border: none;
}
p {
	margin-bottom: 8px;
	line-height: 20px;
	margin-bottom: 14px;
}
h1, h2, h3, h4, h5 {
	color: #d02727;
}
h1 {
	font-size: 27px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
h2.news {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.redbig {
	color: #d02727;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.red {
	color: #d02727;
}
.date {
	color: #d02727;
	font-size: 17px;
}
a {
	color: #2b6b9e; /* color: #d02727; */
	text-decoration: none;
}
p.notice, p.notice b{
	color:#d02727 !important;
}
a:hover {
	text-decoration: underline;
}
big {
	font-size: 24px;
	line-height: 20px;
	vertical-align: middle;
}
ul {
	list-style-position: inside;
}
.margin {
	margin: 14px;
	margin-bottom: 2px;
	float: left;
	display: inline;
}
.divider {
    border: none;
	background-color: #ccc;
    color: #ccc;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* OBS! Ändra även #ads-left (140 per spalt) */
/* width: 866px; INGEN annons spalt */
/* width: 1116px; EN annons-spalt */
/* width: 1366px; TVÅ annons-spalter */
#outer {
	width: 1116px; /* 866px; med loading spalt */
	margin-left: auto;
	margin-right: auto;
}
#bgr-inner {
	background: url('/../images/bgr-body-858.png') repeat-y top left;
	width: 858px; /* 866px; */
	float: left;
}
#inner {
	width: 842px;
	margin-top: 1px;
	margin-left: 9px; /* 13px; */
}
#head {
	clear: left;
	background: url('/../images/head-logo.gif') no-repeat top left;
	width: 840px;
	height: 99px;
	margin-top: 1px;
}
.newPopup{
	background:rgba(0,0,0,0.3);
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:none;
}
.newPopup.show{
	display: block;
}
.newPopup .ie{
	display:block!important;
}
.newPopup .wrapper{
	background:#fff;
	padding-top:10px;
	position:relative;
	top:0;
	line-height: 1;
	margin:0 auto;
	width:600px;
	padding:0;
	border-radius:5px;
	margin-top:10px;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.newPopup .wrapper p{
	color:#000000;
	font-size:15px;
	text-align:center;
	margin-bottom:0px;
}
.newPopup .wrapper h2{
	font-weight: bold;
	color:orangered;
	font-size:15px;
	text-align:center;
	margin-bottom:5px;
	padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.newPopup .wrapper .newPopup-btn{
	border:0;
    background: #3c763d;
	color:white;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
	display:block;
  	margin: 0 auto; 
	margin-top:5px;
	
}	
.newPopup .wrapper .text-block{
	padding:20px 20px 10px 20px;
}


/* Menu */
ul#menu {
	clear: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
		float: left;
}
	ul#menu li {
		width: 140px;
		height: 51px;
		background-color: #d02727;
		cursor: pointer;
		float: left;
	}
	ul#menu li a {
		margin-top: 8px;
		color: #ffffff;
		display:block;
		margin-left: 42px;
		margin-right:10px;
		font-weight: bold;
		text-decoration: none;
		font-size: 13px;
	}	
	ul#menu li a:hover {
		/*text-decoration: underline;*/
	}

	li#start {
		background: url('/../images/menu-start.gif') no-repeat top left;
	}
	li#start.hover {
		background: url('/../images/menu-start-over.gif') no-repeat top left;
	}
	li#search-facility {
		background: url('/../images/menu-search.gif') no-repeat top left;
	}
	li#search-facility.hover {
		background: url('/../images/menu-search-over.gif') no-repeat top left;
	}
	li#search-status {
		background: url('/../images/menu-search.gif') no-repeat top left;
	}
	li#search-status.hover {
		background: url('/../images/menu-search-over.gif') no-repeat top left;
	}
	li#search-gmaps {
		background: url('/../images/menu-gmaps.gif') no-repeat top left;
	}
	li#search-gmaps.hover {
		background: url('/../images/menu-gmaps-over.gif') no-repeat top left;
	}
	li#report-facility {
		background: url('/../images/menu-report.gif') no-repeat top left;
	}
	li#report-facility.hover {
		background: url('/../images/menu-report-over.gif') no-repeat top left;
	}
	li#report-status {
		background: url('/../images/menu-report.gif') no-repeat top left;
	}
	li#report-status.hover {
		background: url('/../images/menu-report-over.gif') no-repeat top left;
	}
	li#empty {
		background: url('/../images/menu-empty.gif') no-repeat top left;
	}


/* Quick search */
#quick-search {
	background: url('/../images/bgr-qsearch.gif') repeat-x top left;
	border-top: solid 1px #ffffff;
	width: 840px;
	height: 49px;
	clear: left;
}
	#quick-search form {
		margin-top: 11px;
		margin-left: 11px;
		width: 818px;
	}
	#keywords {
		background: url('/../images/txt-search.gif') repeat-x top left;
		width: 380px;
		height: 25px;
		border: none;
		border-right: solid 1px #c3c3c3;
		padding-left: 25px;
		margin-right: 10px;
		line-height:24px;
	}

/* Forms general */
.submit {
	background: url('/../images/btn96.png') no-repeat top left;	
	width: 98px;
	height: 29px;
	border: none;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 4px;
	padding-right: 3px;
}
.btn-update, .btn-send, .btn-add, .btn-openwin, .btn-image, .btn-report, .btn-submit, .btn-snostjarna, .btn-comment {
	width: 241px;
	height: 33px;
	border: none;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 22px;
}
.btn-comment{
    background: url('/../images/btn-comment.png') no-repeat top left;	
}
.btn-update {
	background: url('/../images/btn-update.png') no-repeat top left;	
}
.btn-send {
	background: url('/../images/btn-report.png') no-repeat top left;
}
.btn-add {
	background: url('/../images/btn-add.png') no-repeat top left;
}
.btn-openwin {
	background: url('/../images/btn-openwin.png') no-repeat top left;
}
.btn-image {
	background: url('/../images/btn-image.png') no-repeat top left;
}
.btn-report {
	background: url('/../images/btn-report.png') no-repeat top left;
}
.btn-submit {
	background: url('/../images/btn-report.png') no-repeat top left;
}
.btn-snostjarna {
	background: url('/../images/btn-snostjarna.png') no-repeat top left;
}
a.btn-snostjarna {
	display:block;padding:5px;text-align:center;
}
.textfield {
	background: #ffffff url('/../images/bgr-text.gif') no-repeat top left;
	border: none;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	height: 24px;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	padding-left: 5px;
}
textarea {
	background: #ffffff url('/../images/bgr-text.gif') no-repeat top left;
	border: none;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	padding-left: 5px;
	padding-top: 5px;
}
input, textarea { color: #000; }
.placeholder { color: #aaa; font-style:italic; }
*::-webkit-input-placeholder { color: #aaa; font-style:italic; }
*:-moz-placeholder { color: #aaa; font-style:italic; }
*::-moz-placeholder { color: #aaa; font-style:italic; }
*:-ms-input-placeholder { color: #aaa; font-style:italic; }

label {
	margin: 0px;
	height: 26px;
	display: block;
	line-height: 20px;
	font-weight: bold;
}
.imagefile {
	margin-bottom: 6px;
}
#btn_addimage {
	margin-bottom: 10px;
}

/* Latest updated facility */
#latest-update {
	clear: left;
	background: url('/../images/bgr-latest.gif') repeat-x top left;
	margin-top: 1px;
	width: 840px;
	height: 49px;
	overflow: hidden;
}
	#latest-update * {
		color: #ffffff;
		font-size: 14px;
	}
	#latest-update p {
		background: url('/../images/icon-clock.gif') no-repeat top left;
		padding-left: 36px;
		line-height: 32px;
		margin-left: 10px;
		margin-top: 8px;
		float: left;
		font-weight: bold;
		color: #ffffff;
	}
	#latest-update p .leading {
		color: #fff660;
		text-transform: uppercase;
		margin-right: 5px;
	}
	#latest-update p .date {
		font-weight: normal;
	}
	#latest-update a {
		color: #ffffff;
		
	}
#latest-updates{
    width: 840px;
    border-bottom: 1px solid #ccc;
    height: 30px;
    margin-bottom: 2px;
    text-indent: 10px;
}
    #latest-updates a{
        line-height: 30px;
    }
    #latest-updates p .date{
        font-size:14px;
        color:black;
        display:inline-block;
        overflow:hidden;
        line-height:30px;
    }
    #latest-updates p .platser{
        width: 403px;
        display: inline-block;
        overflow: hidden;
    }
    #latest-updates p .ratings{
        display: inline-block;
        height: 30px;
        vertical-align: bottom;   
    }
    #latest-updates p .rapportsparstatus{
        font-size:14px;
        color:red;
        display:inline-block;
        overflow:hidden;
        line-height:30px;
    }
    #latest-updates p .rapportsparstatus a{
        color:#d02727;   
    }

#slidesThumbs .thumb a,#slidesThumbs .thumb a:hover{
    height:89px;
    max-height:89px;
    color:white;
    text-decoration: none;
}
.imgslideshow-single{
	cursor:pointer;
	border:1px solid black;
	margin-top:-12px;
	background:transparent url(../images/bgr-slider.jpg) no-repeat 0 0;
	min-height: 150px;
    overflow: auto;
	background-size: cover;
}

.imgslideshow-single .imgslideshow-single-wrapper{
	margin:10px;
	width:376px;
	float:left;
	color:white;
}
.imgslideshow-single .imgslideshow-single-content{
	display:block;
	float:right;
	width:200px;
}
.imgslideshow-single img{
	max-height:130px;
	max-width:165px;
	overflow:hidden;
	float:left;
}
.imgslideshow-single-top img{
	float:right;
}
.imgslideshow-single-top .imgslideshow-single-content{
	float:left;
	margin-left:5px;
	width:205px;
}
.imgslideshow-multi{
	cursor: pointer;
	margin-bottom:1px;
	min-height:89px;
	background: url(../images/thumb-off.gif) repeat-x 0 0;
	float:left;
}
.imgslideshow-multi-wrapper{
	margin-left:10px;
	margin-top:10px;
	float:left;
	width:100%;
}
.imgslideshow-multi p{
	color:white;
	width:103px;
	float:left;
	overflow:hidden;
}
.imgslideshow-multi img{
	width:85px;
	float:right;
	overflow:hidden;
	height:79px;
	margin-right:17px;
}
/* Ads */
#ad-fullscreen {
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 9999;
	text-align: center;
	display: block;
	visibility: hidden;
	flex-direction: column;
	align-items: center; 
	justify-content: center;
}
#ad-fullscreen img {
	/*margin: auto;*/
	width:100%;
    height:100%;
    object-fit: contain;
}
#ad-fullscreen ins {
	width: 100%;
}
#ad-fullscreen-close {
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	position: fixed;
	padding: 20px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
}
#ad-fullscreen-close:hover {
	text-decoration: underline;
}
#ad-wallpaper {
	position: fixed; 
	top: 0px; 
	left: 0px;
	z-index: -1; 
}
	#ad-wallpaper img {
		width: 100vw;
		height: 100vh;
		object-fit: cover;
	}
#ads-head {
	float: right;
	margin-top: 9px;
}
	#ads-head img, #ads-head div {
		display: inline;
	}
	#ads-head div.ad-media {
		margin-right: 10px;
	}
	.ad-195x80 {
		background: url('/banners/default-195x80.gif') no-repeat top left;
		width: 195px;
		height: 80px;
		float: left;
		margin-right: 10px;
		display: inline;
	}
#ads-facility-top {
	text-align: center;
}
#ads-over {
	background: url('/banners/default-840x120.gif') no-repeat top left;
	width: 840px;
	height: auto;
	padding-bottom: 1px;
	overflow: hidden;
}
#ads-over a img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#ads-top {
	margin-top: 0px;
	width: 843px;
	/*height: 60px;*/
}
	#ads-top a,
	#ads-top div {
		float: left;
		margin-bottom: 1px;
	}
	.ad-140x60 {
		background: url('/banners/default-140x60.gif') no-repeat top left;
		width: 140px;
		height: 60px;
		float: left;
	}

/*.ad-sticky {
	width: 140px;
	float: left;
	z-index: 10;
	position: absolute;
	top: 0;
}
#ads-left {
	margin-top: 14px;
	margin-right: 2px;
	width: 250px;
	float: left;
	z-index: 10;
	display: none;
}*/
#ads-right {
	margin-top: 14px;
	margin-right: 2px;
	width: 250px;
	float: left;
	z-index: 10;
	display: block;
}
	#ads-left ins {
		margin-bottom: 5px;
		display: block;
	}
	#ads-right ins {
		margin-bottom: 5px;
		display: block;
	}
.ads-spons {
	width: 396px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#ads-news {
	text-align: center;
}
#ads-content {
	text-align: center;
	margin-bottom: 10px;
}

#ads-reports-top,
#ads-reports-top2 {
	float: left;
	margin-bottom: 16px;
	width: 808px;
	text-align: center;
	overflow: hidden;
}
	#ads-reports-top a {
		margin-bottom: 10px;
		display: inline-block;
	}

#ads-reports {
	float: left;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	width: 810px;
	text-align: center;
}
	#ads-reports img {
		margin: 0px 2px;
		max-width: 780px
	}

#ads-reports-lower {
	float: left;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	width: 810px;
	text-align: center;
}
	#ads-reports-lower img {
		margin: 0px 2px;
		max-width: 810px
	}

#ads-facility {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 2px;
	width: 818px;
	text-align: center;
	float: left;
}
	#ads-facility img {
		margin: 0px;
		margin-right: 4px;
	}

/* Content Article etc */
.news-column{
	overflow: hidden;
	clear: left;
}
.news-column #content{
	background: #EEEEEE;
}
.news-column #content .column_2{
	padding-top:10px;
	margin-left:0px;
	padding-left:16px;
}
a.news {
	text-decoration: none;
}
a.news h3 {
	font-weight: normal;
	font-size: 17px;
}
a.news img {
	object-fit: cover;
	margin-bottom: 10px;
}
a.news.small img {
	float: left;
	margin-right: 10px;
}
.news-column #content .column_2.last{
	width: 412px;
	padding-top:0px;
}
.news-column .imgslideshow-single{
	min-height: auto;
	margin-top: 0px;
}
.news-column .imgslideshow-single .imgslideshow-single-wrapper{
	width:392px;
}
.news-column .imgslideshow-single img{
	min-height: 124px;
	max-height: 124px;
}

#content {
	clear: left;
	display: block;
	width: 840px;
	margin-top: 1px;
	margin-bottom: 18px;
	float: left;
}
#content .column_1 {
	width: 808px;
	margin-left: 16px;
	margin-top:0px;
	/*margin-top: 16px;*/
	float: left;
	display: inline;
}
#content .column_2 {
	width: 396px;
	margin-left: 16px;
	margin-top: 0px;
	/*margin-top: 16px;*/
	float: left;
	display: inline;
	position: relative;
}
.row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.gray {
	float: left;
	background-color: #f0f0f0;
}
#archive {
	float: right;
}
#archive a {
	font-weight: bold;
}
	
table.list {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 16px;
	border-bottom: solid 1px #c2c2c2;
}
table.list tr th {
	height: 30px;
	color: #d02727;
	text-align: left;
}
table.list tr th a {
	color: #d02727;
}
table.list tr td {
	border-top: solid 1px #c2c2c2;
	height: 30px;
	color: #6d6d6d;
}
table.list tr td a.bold {
	font-weight: bold;
}
table.list tr td * {
	/*border: none;*/
}

.rounded {
	float: left;
}
.rounded-200 {
	width: 200px;
	background: #e7e7e7 url('/../images/bgr-rounded-360-top.gif') no-repeat top left;
}
.rounded-360 {
	width: 360px;
	background: #e7e7e7 url('/../images/bgr-rounded-360-top.gif') no-repeat top left;
}
.rounded-540 {
	width: 540px;
	background: #e7e7e7 url('/../images/bgr-rounded-540-top.gif') no-repeat top left;
}
.rounded-808 {
	width: 808px;
	background: #e7e7e7 url('/../images/bgr-rounded-808-top.gif') no-repeat top left;
}
.rounded_middle-808 .margin {
	margin: 10px;
}
.rounded_bottom {
	height: 6px;
	float: left;
	margin-bottom: 12px;
	clear: left;
	line-height: 0px;
}
.rounded_bottom-200 {
	width: 200px;
	background: #e7e7e7 url('/../images/bgr-rounded-360-bottom.gif') no-repeat bottom left;
	line-height: 0px;
}
.rounded_bottom-360 {
	width: 360px;
	background: #e7e7e7 url('/../images/bgr-rounded-360-bottom.gif') no-repeat bottom left;
	line-height: 0px;
}
.rounded_bottom-540 {
	width: 540px;
	background: #e7e7e7 url('/../images/bgr-rounded-540-bottom.gif') no-repeat bottom left;
	line-height: 0px;
}
.rounded_bottom-808 {
	width: 808px;
	background: #e7e7e7 url('/../images/bgr-rounded-808-bottom.gif') no-repeat bottom left;
	line-height: 0px;
}
.rounded input {
	float:left;
}
.whitebox {
	background-color: #ffffff;
	margin: 16px;
}
.whitebox * {
	font-size: 12px;
}
.box {
	margin: 20px;
	font-size: 12px;
}
table.grades {
	margin-top: 5px;
	margin-bottom: 6px;
}
table.grades td {
	height: 20px;
}

/* Bilder */
#platsbilder {
	width: 808px;
	height: 135px;
	overflow: hidden;
	float: left;
}
#platsbilder a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#platsbilder a img {
	border: solid 2px #f0f0f0;
}
#platsbilder a:hover img {
	border: solid 2px #2b6b9e;
}
#visa_alla_bilder {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 810px;
	text-align: center;
	height: 26px;
	line-height: 24px;
	background-color: #e8e8e8;
	border: solid 1px red;
	border-top: solid 1px #f8f8f8;
	border-left: solid 1px #f8f8f8;
	border-right: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
}

/* Report */
table.rapport {
	width: 100%;
}
table.rapport td {
	height: 35px;
}
.tips, .tips * {
	font-size: 11px;
}

.bild {
	/*background: url('../images/bgr-bild-laddaupp.png') no-repeat top left;*/
	background-color: #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
.bild table {
	margin: 10px;
}
.report {
	float: left;
	width: 808px;
	background: #e7e7e7 url('/../images/bgr-rounded-808-top.gif') no-repeat top left;
}
.report h2 {
	background: #e7e7e7 url('/../images/info.gif') no-repeat top left;
	margin: 0px;
	padding: 0px;
	padding-left: 26px;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #2b6b9e;
	float: left;
}
.report .margin {
	width: 784px;
	margin: 12px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
.report a b {
	color: #2b6b9e;
}
.report_middle p {
	margin: 12px;
	margin-top: 8px;
	margin-bottom: 10px;
}
.report_middle a.videoclip {
	background: url('/../images/tv.gif') no-repeat top center;
	display: block;
	float: right;
	padding-top: 25px;
	margin-bottom: 10px;
	color: #606060;
	cursor: pointer;
}
.report_middle {
	position: relative;
	background: #ffffff url('/../images/bgr-rounded-808-middle.gif') repeat-y top left;
	float: left;
	width: 808px;
	padding-bottom: 35px;
}
.report_bottom {
	height: 6px;
	float: left;
	line-height: 0px;
	margin-bottom: 16px;
	clear: left;
	width: 808px;
	background: #e7e7e7 url('/../images/bgr-rounded-808i-bottom.gif') no-repeat bottom left;
}
.anmal_opassande {
	position: absolute;
	bottom: 0px;
	left: 10px;
	margin-bottom: 3px;
}
.lamna_sparbidrag {
	position: absolute;
	bottom: 0px;
	right: 210px;
	margin-bottom: 2px;
}
.lamna_rapport{
    position:absolute;
    bottom:3px;
    right:15px;
}
.betyg {
}

#filterTable {
	margin-bottom: 7px;
}
#filterTable td {
	height: 22px;
}

/* Special */
#gmap_ad {
	float: left;
	width: 140px;
	text-align: left;
	margin-left: 50px;
	margin-top: 50px;
}
#gmap_ad a {
	font-weight: bold;
}
#map * {
	font-size:11px
}

/* Page Footer */
#footer {
	clear: left;
	background: #5087b2 url('/../images/bgr-footer.gif') repeat-x top left;
	width: 840px;
	margin-top: 1px;
	margin-bottom: 1px;
}
	#footer ul {
		list-style: none;
		list-style-position: outside;
		margin-bottom: 20px;
	}
	#footer h3 {
		color: #ffffff;
		margin-bottom: 5px;
		font-size: 14px;
	}
	#footer a {
		font-size: 12px;
		color: #21323f;
	}
	#footer #links {
		float: left;
		margin-left:20px;
		margin-top: 20px;
		width: 800px;
		display: inline;
	}
	#footer #links .column {
		margin-right: 20px;
		float: left;
		width: 160px;
		display: inline;
	}
	
#bottom {
	float: left;
	width: 858px; /* 866px; */
	height: 0px;
}
	#bottom #copyright {
		background: url('/../images/bgr-bottom-842.png') no-repeat top left;
		margin-left: 10px;
		width: 840px;
		padding-top: 16px;
		text-align: center;
		padding-bottom: 30px;
		float: left;
	}
	#bottom #copyright p {
		color: #5a6b78;
		font-size: 11px;
		line-height: 18px;
	}
	
.videoklipp {
	float: right;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.videoklipp img {
	margin-bottom: 3px;
}
.videoklipp:hover {
	text-decoration: none;
	background-color: #f0f0f0;
}

.rapportbilder {
	float: right;
}
.rapportbild {
	float: left;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.rapportbild img {
	margin-top: 5px;
	margin-bottom: 3px;
}
.rapportbild:hover {
	text-decoration: none;
	background-color: #f0f0f0;
}

.ruta {
	border: solid 3px #808080;
	background-color: #f0f0f0;
	padding: 10px;
	clear: left;
	float: left;
	width: 782px;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 8px;
}

#avanceradrapport {
}
#avanceradlinktext {
	color: #2b6b9e;
	font-weight: bold;
}
#bilder {
	border: solid 2px #a0a0a0; /*#0083be;*/
	background-color: #d8d8d8;
	padding: 10px;
	width: 760px;
	height: auto;
	margin-bottom: 10px;
	clear: left;
}
#filmklipp {
	clear: left;
	border: solid 2px #a0a0a0; /*#0083be;*/
	background-color: #d8d8d8;
	padding: 10px;
	width: 760px;
	margin-bottom: 10px;
}
#vallarapport {
	border: solid 2px #598cbc; /*#0083be;*/
	background-color: #e1e5ed;
	padding: 10px;
	width: 760px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
	#vallarapport-head {
		background: #598cbc url('../images/vallaburk.gif') no-repeat 6px 5px;
		padding: 3px;
		padding-left: 23px;
		color: #fff;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	#vallarapport-head * {
		color: #fff;	
	}
/*
.vallarapport {
	border: solid 2px #4b8bbe;
	background-color: #f0f8fc;
	margin: 10px;
	float: left;
}*/

/* Vallarapporter */
.vallarapport-810 {
	background: url('../images/bgr-valla-810-top.gif') no-repeat top left;
	width: 810px;
}
.vallarapport-810-head {
	color: #fff;
	margin-left: 26px;
	padding-top: 2px;
	font-weight: bold;
}
.vallarapport-810-head .valla-link {
	float: right;
	margin-right: 10px;
	font-weight: normal;
}
.vallarapport-810-head * {
	color: #fff;
}
.vallarapport-810-bottom {
	background: url('../images/bgr-valla-810-bottom.gif') no-repeat top left;
	width: 810px;
	height: 2px;
	padding-bottom: 18px;
}

.vallarapport-788 {
	background: url('../images/bgr-valla-788-top.gif') no-repeat top left;
	width: 788px;
	margin-left: 10px;
	clear: both;
}
.vallarapport-788-head {
	color: #fff;
	margin-left: 26px;
	padding-top: 2px;
	font-weight: bold;
}
.vallarapport-788-head .valla-link {
	float: right;
	margin-right: 10px;
	font-weight: normal;
}
.vallarapport-788-head * {
	color: #fff;
}
.vallarapport-788-bottom {
	background: url('../images/bgr-valla-788-bottom.gif') no-repeat top left;
	width: 788px;
	height: 2px;
	margin-left: 10px;
}

.vallarapporttable {
	width: 780px;
}
.vallarapporttable th, .vallarapporttable td {
	padding: 3px;
}
.vallarapporttable th {
	text-align: left;
	width: 80px;
}
.vallarapporttable td {
	text-align: left;
	width: 315px;
}

.rapportlogo {
	float: right;
	margin: 10px 10px 10px 10px;
}

/* Indicator */
#loading {
	border: solid 3px #d0d0d0;
	background-color: #ffffff;
	padding: 20px;
	width: 200px;
	position: relative;
	top: -340px;
	left: 300px;
	text-align: center;
	display: none;
}
	#loading img {
		margin-bottom: 10px;
	}

#t1b3da11c78d441a7shjhsfiisu8 {
	display: none;
}

/* Sparinformationsruta */
.choose_platser {
	width: 327px;
	height: 290px;
	background-color: #d9d9d9;
	border-top: solid 1px #9a9a9a;
	border-left: solid 1px #9a9a9a;
	border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	overflow: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.plats_checkbox {
	margin: 16px;
	margin-bottom: 0px;
	margin-top: 14px;
}
.facebook_preview{
	margin-top:10px;
	background:white;
	border:1px solid #ccc;
    /*padding:10px;*/
    display: inline-block;
	margin-bottom:15px;
	-webkit-box-shadow: -9px 10px 22px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: -9px 10px 22px -17px rgba(0,0,0,0.75);
	box-shadow: -9px 10px 22px -17px rgba(0,0,0,0.75);
}
.facebook_preview .facebook_image{
	width:470px;
	height:246px;
	position:relative;
	display:block;
	border-bottom:1px solid #ccc;
}
.facebook_preview .facebook_content{
	margin: 10px;
	position: relative;
	padding-bottom: 20px;
	max-width: 450px;
}
.facebook_preview .facebook_content h2{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: Arial,sans-serif;
	color:#000;
}
.facebook_preview p{
	color:#333;
	font-size:12px;
	font-family: Arial,sans-serif;
	margin-bottom:10px;
}
.facebook_preview span{
	color: #606060;
    position: absolute;
    bottom: 0;
    font-size: 11px;
    font-family: Arial,sans-serif;
}
.facebook_preview .facebook_from_servername{
	text-transform: uppercase;
}

