*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div {margin:auto;}
a {outline:0;}
a img {border:none; outline:0;}
p {margin-top:0; padding-top:0;}
p:last-child {margin-bottom: 0; padding-bottom: 0;}
html, body {
	margin:0;
	padding:0;
}
/*************** body ***************/
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
    font-weight: normal;
    font-style: normal;
	background-color: #fff;
}
/*************** a, img, h, etc ***************/
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
img {
	border: 0;
}

/* h1, h2, h3, h4 */
h1 {
	margin:0;
	padding:0;
	font-size:36px;
	font-weight:bold;
	color: #000;
}
h2 { margin:0;padding:0;font-size: 20px; color:#000; text-transform: none; font-weight:bold; }
h3 { margin:0;padding:0;font-size: 18px; color:#000; text-transform: none; font-weight:bold; }
h4 { margin:0;padding:0;font-size: 16px; color:#000; text-transform: none; font-weight:bold; }
/*************** wrapper ***************/
#wrap {
	float: left;
	width: 100%;
}
/*************** header ***************/
#header {
	float: left;
	width: 100%;
	height: 175px;
	background-image:url(https://sinett.no/layout/bg-header.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e6e6e6;
}
#head {
	position: relative;
	width: 1050px;
	height: 175px;
	margin: 0 auto;
}
#head h1 { display: none; }
#logo {
	position: absolute;
	left: 0;
	top: 30px;
	width: 168px;
	height: 60px;
}
#logo-slogan{
	position: absolute;
	left: 0;
	bottom: 50px;
}
#menu {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 1050px;
	height: 30px;
	z-index: 99999;
}
#login {
	position: absolute;
	right: 0;
	top: 54px;
}
a.login-top {
	display: block;
	background-color: #fff;
	padding: 9px 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #a9a9a9;
	cursor: pointer;
	font-size: 14px;
}
a.login-top:hover {
	text-decoration: none;
	color: #fff;
	background-color: #3f3e46;
}


/*************** main ***************/
#main_wrap {
	margin: 0 auto;
	width: 1050px;
}
#main {
	float: left;
	width: 100%;
	background-color: #e6e6e6;
}

/*************** slideshow ***************/
.slide {
	float: left;
	width: 100%;
	background-image:url(https://sinett.no/layout/shadow.png);
	background-position: 0 242px;
	background-repeat: repeat-x;
}

/*************** boxes ***************/
.box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.box-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color: #fff;
	background-color: #3f3e46;
	font-size: 18px;
	padding: 10px 6px;
	text-align: center;
}
.box-news .box-title {
	background-color: #3faf5a;
}
.box-text {
	float: left;
	width: 100%;
	padding: 20px 20px 12px 20px;
	background-color: #fff;
	color: #000;
}
.box-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-text ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}
.box-text ul li a { color: #000; text-decoration: none; }
.box-text ul li a:before { content: "•"; display: inline-block; padding-right: 5px; }
.box-text.ul-half li {
	width: 50% !important;
}
.box-text a { color: #000; text-decoration: none; }
.box-text a:hover { color: #51b66a; text-decoration: underline; }
/*************** content ***************/
#content-index {
	float: left;
	width: 100%;
	padding: 40px 0 80px 0;
}
#content {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0 80px 0;
}
.full {
	float: left;
	width: 100%;
}
.front-left {
	float: left;
	width: 610px;
}
.front-right {
	float: right;
	width: 280px;
}
.left {
	position: relative;
	float: left;
	width: 720px;
}
.right {
	float: right;
	width: 260px;
}
.front-title {
	float: left;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.front-title h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.title {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.title h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.text, .article-text {
	float: left;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	color: #000;
}
.text a, .article-text a { color: #000; text-decoration: underline; }
.text a:hover, .article-text a:hover { color: #000; text-decoration: underline; }
.text img, .article-text img { max-width: 100%; }


.right-text {
	padding: 20px;
	border-left: 1px solid #cccccc;
    float: left;
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    color: #000;
}
.right-text a { color: black; text-decoration: underline; }
.right-text a:hover { color: blue; text-decoration:underline; }
.right-text img {max-width: 100%; height: auto;}

.right-text a.knapp {
	display: block;
	padding: 5px 15px;
	background-color: #3faf5b;
	text-decoration: none;
	color: white;
	font-size:14px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
}
.right-text a.knapp:hover {
	color: white;
	text-decoration: none;
	background-color: #27773b;
}

/*************** right ***************/

.right-menu {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.right-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.right-menu li {
	float: left;
	width: 100%;
	padding: 5px 15px;
	color: #fff;
	background-color: #3f3e46;
	border-bottom: 1px solid #302f37;
}
.right-menu li:before { content:"• "; }
.right-menu li a { color: #fff; text-decoration: none; }
.right-menu li a:hover { color: #fff; text-decoration: underline; }
.right-menu li a.currentpage { text-decoration: underline; }
.right-menu ul li ul { margin-top: 20px; font-size: 14px; }
.right-menu ul li ul li { padding: 10px 0; background-image: none !important; background-color: transparent !important; }
.right-menu ul li ul li:last-child { padding: 10px 0 0 0; }
.right-menu li a.activeparent { text-decoration: underline }

.right .contact {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 15px;
}
.right .contact h3 {
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	margin : 0 0 10px 0;
}

/*************** child-links ***************/
.child-links {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 25px;
	border-top: 4px solid #e0e0e0;
}
.child-links a {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
	margin: 5px 15px 5px 0;
	color: #888;
	text-decoration: none;
	background-color: #eee;
}
.child-links a:hover, .child-links a.active { color: #555; text-decoration: none; }
/*************** footer ***************/
#footer-wrap {
	float: left;
	width: 100%;
}
#footer {
	float: left;
	width: 100%;
	padding: 80px 0 40px 0;
}

.foot-col1 {
	float: left;
	width: 340px;
	margin-right: 95px;
}
.foot-col2 {
	float: left;
	width: 250px;
	margin-right: 95px;
}
.foot-col3 {
	float: left;
	width: 200px;
}
.foot-logo {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.foot-logo img { max-width: 100%; }
.foot-credits {
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.foot-credits a { color: #000; text-decoration: none; }
.foot-credits a:hover { color: #000; text-decoration: underline; }
.foot-text {
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #000;
}
.foot-text a { color: #000; text-decoration: none; }
.foot-text a:hover { color: #000; text-decoration: underline; }
.foot-text h4 { font-size: 14px; color: #000; font-weight: bold; }
/*************** form ***************/
.block-form textarea, .block-form input[type="text"]  {
	width: 258px;
}
textarea, input[type="text"] {
	padding: 6px;
	border: 0;
	width: 100%;
	background-color: #fff;
	resize:none;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	background-image: url(https://sinett.no/layout/bg-input-dark.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #292929;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	width: 100%;
	float: left;
}
.submit {
	float: left;
	width: 100%;
	border: none;
	margin: 0;
	cursor: pointer;
	padding: 5px 11px;
	font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #3f3e46;
}
.submit:hover {
	border: 0;
	text-decoration: underline;
}
div.error { display: none; }
label.error {
	float: left;
	width: 100%;
	margin-left: 5px;
	padding-left: 5px;
	color: #941c1e;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-left: 1px solid #941c1e;
}
/*************** custom ***************/
.w50 { width: 50%; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.fright { float: right; }
.fleft { float: left; }
.clean { margin-right: 0 !important; }
.last { margin-right: 0 !important; }
.center-wrap { margin: 0 auto; position: relative; width: 1050px; }
.center { margin: 0 auto; position: relative; width: 1050px; }
.no-overflow { overflow: visible; }
span.req { color: #941c1e; }
/* Stylesheet: style Modified On 2026-01-10 08:33:09 */
#menu { z-index: 999; }

#menu ul { list-style: none; padding: 0; margin: 0; }
#menu ul li {
	position: relative;
	list-style: none;
	float: left;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#menu ul li.last-menu { margin-right: 0; }
#menu ul li a {
	display: block;
	position: relative;
	color: #000;
	line-height: 30px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#menu ul li a:hover {
	text-decoration: none; color: #fff; background-color: #51b66a;
}
#menu li:hover ul.unli {
	display: block;
}
#menu ul.unli {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	padding: 10px;
	background-color: #fff;
}
#menu ul.unli li {
	width: 190px;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0 0 4px 0;
	border: none;
	background-image: none;
}
#menu ul.unli li a:hover {  }
#menu ul.unli li a:before { content: "\00BB"; margin-right: 5px; }
#menu ul.unli li a {
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}
#menu ul.unli li a:hover { text-decoration: underline; }
#menu ul li a.menuactive, #menu ul li a.last-menu-active { text-decoration: none; color: #fff; background-color: #3f3e46; }
#menu ul ul li a.menuactive { text-decoration: underline; }
/* Stylesheet: menu Modified On 2026-01-10 08:09:43 */
