/* cmsms stylesheet: ontop modified: Friday, October 18, 2019 12:49:15 PM */
/* ### GENERELLE STILER ### */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: white;
	color: black;
	overflow-y:hidden;
	overflow-x:hidden;
	width: 100%;
	height: 100%;
}

body#tinymce {
	overflow-y: auto;
	overflow-x: auto;

}

body,td,div,p,textarea,input,select,li {
	font-size:11px;
	line-height: 1.5em;
	font-family: Tahoma, sans-serif;
}

h1,h2,h3,h4 {
	font-family: Tahoma, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.3em;
	line-height: 1.1em;
	color: black;
}

div,img,span,a,h4,input {
	behavior: url(/lib/pie.php);
}

p {
	margin: 0px 0px 1em 0px;
}

h1,h1 a:link,h1 a:hover,h1 a:visited  {
	font-size: 2.0em;
	text-decoration: none;
} 

h2,h2 a:link,h2 a:hover,h2 a:visited {
	font-size: 1.7em;
	text-decoration: none;
} 

h3,h3 a:link,h3 a:hover,h3 a:visited {
	font-size: 1.4em;
	text-decoration: none;
}

h4,h4 a:link,h4 a:hover,h4 a:visited {
	font-size: 1.2em;
	text-decoration: none;
} 

ul,ol {
	margin-left: 23px;
	padding-left: 3px;
	list-style-position: outside;
	margin-top: 0px;
}

ul {
	list-style-type: square;
}

li {
	margin-top: 0.3em;
}

img, img a:link, img a:hover, img a:visited {border:none; margin:0;}

.bilde,.bilde a:link {
	font-size: 9px;
	line-height: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #4d719f;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #4d719f;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #4d719f;
} 

a:visited {
	color: #4d719f;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #4d719f;
	text-decoration: none;
	font-weight: bold;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ffdb8f),
    color-stop(1, #fff1cc));
	background: -khtml-linear-gradient(
    center bottom,
    #ffdb8f 0%,
    #fff1cc 100%);
	background: -moz-linear-gradient(
    center bottom,
    #ffdb8f 0%,
    #fff1cc 100%);
	background: -pie-linear-gradient(
    center bottom,
    #ffdb8f 0%,
    #fff1cc 100%);
	background: linear-gradient(
    center bottom,
    #ffdb8f 0%,
    #fff1cc 100%);
} 

/* ### LAYOUT ###*/

#wrapper {
	width: 100%;
	height: 100%;
}

header {
	height: 28px;
	border: 1px solid #a4bed4;
	background-color: #d1e5ff;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #e1eeff),
    color-stop(50%, #d1e5ff),
    color-stop(100%, white));
	background: -khtml-linear-gradient(
    center bottom,
    rgb(225,238,255) 0%,
    rgb(209,229,255) 50%,
    rgb(255,255,255) 100%);
	background: -moz-linear-gradient(
    center bottom,
    rgb(225,238,255) 0%,
    rgb(209,229,255) 50%,
    rgb(255,255,255) 100%);
	background: -pie-linear-gradient(
    center bottom,
    rgb(225,238,255) 0%,
    rgb(209,229,255) 50%,
    rgb(255,255,255) 100%);
	background: linear-gradient(
    center bottom,
    rgb(225,238,255) 0%,
    rgb(209,229,255) 50%,
    rgb(255,255,255) 100%);
	-webkit-box-shadow: 0px 5px 10px #ccc;
	-khtml-box-shadow: 0px 5px 10px #ccc;
	-moz-box-shadow: 0px 5px 10px #ccc;
	-moz-width: 100%;
	box-shadow: 0px 5px 10px #ccc;
}

header > h4 {
	vertical-align: middle;
	margin: 0.5em 0 0 1.3em;
	text-shadow: #fff 0px 1px 1px;
	float: left;
}

.sok {
	float: right;
	margin-right: 1em;
	vertical-align: middle;
	margin-top: 0.5em;
/*	display: none; */
}

div.sok {
width: 10px;
overflow: hidden;
height: 20px;
text-align: right;
padding-left:10px;
}

div.sok:hover {
width: 500px;
}

.sok, .sok a {
color: #ddd;
}

.sok a:hover {
	text-shadow: #fff 0px 1px 1px;
color: #aaa;
}

.sok input {
	height: 15px;
	width: 120px;
	font-size: 0.9em;
	border: 1px solid #a4bed4;
	padding: 2px;
	background-color: white;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, #d1e5ff),
    color-stop(0, white));
	background: -khtml-linear-gradient(
    center bottom,
    rgb(255,255,255) 0%,
	rgb(209,229,255) 100%);
    background: -moz-linear-gradient(
    center bottom,
    rgb(255,255,255) 0%,
	rgb(209,229,255) 100%);
    background: -pie-linear-gradient(
    center bottom,
    rgb(255,255,255) 0%,
	rgb(209,229,255) 100%);
    background: linear-gradient(
    center bottom,
    rgb(255,255,255) 0%,
	rgb(209,229,255) 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.sok input:focus {
	border: 1px solid #4d719f !important;
	-webkit-box-shadow: inset 0px 0px 5px #ccc;
	-khtml-box-shadow: inset 0px 0px 5px #ccc;
	-moz-box-shadow: inset 0px 0px 5px #ccc;
	box-shadow: inset 0px 0px 5px #ccc;
	outline: none;
}

#content {
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	top: 30px;
	overflow-y: auto;
}

#content p, #content li {
	max-width: 575px;
}

#content li {
	max-width: 550px;
}

.relatert {
	float: right;
	margin: 3em 0 1em 1em;
	border: 1px solid #bbb;
	padding: 0;
	width: 180px;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #ccc;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #e4e4e4),
    color-stop(1, #fff));
	background: -khtml-linear-gradient(
    center bottom,
    #e4e4e4 0%,
    #fff 100%);
	background: -moz-linear-gradient(
    center bottom,
    #e4e4e4 0%,
    #fff 100%);
	background: -pie-linear-gradient(
    center bottom,
    #e4e4e4 0%,
    #fff 100%);
	background: linear-gradient(
    center bottom,
    #e4e4e4 0%,
    #fff 100%);
}

.relatert h4 {
	margin-top: 0em;
	margin-left: 0;
	margin-bottom: 0.5em;
	margin-right: 0;
	background-color: red;
	padding: 0.3em 0 0.3em 0.6em;
	color: #444;
	text-shadow: #fff 0px 1px 1px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #ccc;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ccc),
    color-stop(1, #fff));
	background: -khtml-linear-gradient(
    center bottom,
    #ccc 0%,
    #fff 100%);
	background: -moz-linear-gradient(
    center bottom,
    #ccc 0%,
    #fff 100%);
	background: -pie-linear-gradient(
    center bottom,
    #ccc 0%,
    #fff 100%);
	background: linear-gradient(
    center bottom,
    #ccc 0%,
    #fff 100%);
}

.relatert ul {
	margin: 0.5em;
	list-style-type: none;
}

.relatert li {
	margin: 0em;
	font-weight: normal;
}

.relatert a {
	font-weight: normal;
}

div.thumb {
	position: relative;
	display: block;
	width: 260px;
	height: 200px;
	margin: 0;
}

a.thumb {
	position:absolute;
	display:block;
}

a.thumb:hover {
	border-bottom: none;
}

a.thumb:active {
	background: none;
}

img.thumb {
	position: relative;
	border: 1px solid #ccc;
}

img.thumb:hover {
	-webkit-box-shadow: 0px 0px 7px #ccc;
	-khtml-box-shadow: 0px 0px 7px #ccc;
	-moz-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0px 0px 7px #ccc;
}

span.zoom-icon {
	  position:absolute;
	  left:229px;
	  top:0px;
	  background-color: white;
	  opacity: 0.4;
	  -moz-opacity: 0.4;
	  filter:alpha(opacity=40);
}

span.zoom-icon:hover {
	  position:absolute;
	  display: block;
	  opacity: 1;
	  -moz-opacity: 1;
	  filter:alpha(opacity=100);
}

footer {
	font-weight: normal;
	color: black;
	height: 13px;
	border: 1px solid #a4bed4;
	text-align: center;
	font-size: 9px;
	padding-top: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #e1eeff),
    color-stop(0.5, #d1e5ff),
    color-stop(1, white));
	background: -khtml-linear-gradient(
    center bottom,
    rgb(225,238,255) 0%,
    rgb(209,229,255) 50%,
    rgb(255,255,255) 100%);
	background: -moz-linear-gradient(
    center bottom,
    rgb(225,238,255) 0%,
    rgb(209,229,255) 50%,
    rgb(255,255,255) 100%);
	background: -pie-linear-gradient(
    center bottom,
    rgb(225,238,255) 0%,
    rgb(209,229,255) 50%,
    rgb(255,255,255) 100%);
	background: linear-gradient(
    center bottom,
    rgb(225,238,255) 0%,
    rgb(209,229,255) 50%,
    rgb(255,255,255) 100%);
}

svg+div+img {
	-webkit-box-shadow: 0px 0px 7px #ccc;
	-khtml-box-shadow: 0px 0px 7px #ccc;
	-moz-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0px 0px 7px #ccc;
}

/* ### imgZoom ### */

/* IE hack \*/
* html .imgzoom-container { height: 1%; }
/* Hack ends */

.imgzoom-overlay {
    background-color: #000;
}

.imgzoom-wrap {
    background: transparent;
    padding: 0;
    position: absolute;
border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 7px #ccc;
	-khtml-box-shadow: 0px 0px 7px #ccc;
	-moz-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0px 0px 7px #ccc;
}

.imgzoom-container {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.imgzoom-prev, .imgzoom-next {
    display: none;
}

.imgzoom-prev {
    margin-left: 0;
    left: 0;
}

.imgzoom-next {
    left: 50%;
    text-align: right;
}

.imgzoom-prev span, .imgzoom-next span {
    display: none;
    width: 4em;
    height: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
    margin-top: 2em;
    padding: 1em;
    position: absolute;
    top: 2em;
}

.imgzoom-prev span {
    border-radius:  0 0.5em 0.5em 0;
    -moz-border-radius: 0 0.5em 0.5em 0;
    -webkit-border-radius: 0 0.5em 0.5em 0;
}
    
.imgzoom-next span {
    right: 0;
    border-radius: 0.5em 0 0 0.5em;
    -moz-border-radius: 0.5em 0 0 0.5em;
    -webkit-border-radius: 0.5em 0 0 0.5em;
}

.imgzoom-prev:hover, .imgzoom-next:hover {
    visibility: inherit;
}

.imgzoom-prev:hover span, .imgzoom-next:hover span {
    background-color: #fff;
    display: block;
}

.imgzoom-wrap-first .imgzoom-prev {
    display: none;
}

.imgzoom-wrap-last .imgzoom-next {
    display: none;
}

.imgzoom-counter, .imgzoom-title, .imgzoom-close {
    display:none;
}

.imgzoom-title {
    width: 60%;
    color: #333;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 110%;
}

.imgzoom-close {
    display:none;
}
