﻿/* 
Stilark for Panthera Publishing Websider www.pantheralife.no
Produsert av Olav Øyen for Molecule Digital Agency
http://www.molecule.no/

Hovedstiler med tabeller og skjema
Søkbare stikkord i toppen, kategorisert etter plassering.

Stilarket er strukturert etter plassering og alfabetiske stiler.
*/

/* Reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* Grunnstiler html, body, globale stiler*/

html {background: #465056;}

body {
  background: url(../img/bg-skyggering.png) no-repeat center top #465056;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  text-align: center;
  height: 100%;
  }
  
img { 
	behavior: url(../../side/iepngfix.htc);
	border: none;
	}

h1 { 
	font-size:40px;
	color: #fff;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

h2 { 
	font-size:16px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

p { 
	font-size:12px;
	color: #fff;
	line-height: 18px;
	letter-spacing: 0.7px;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
    color: #fff;
}

a:hover {
	text-decoration: none;
	color: #ee2d29;
}

a:active {
	text-decoration: none;
    color: #fff;
}

/* Header */

div#header {
	width: 950px;
	height: 125px;
	margin: 0 auto;
}

div#logo {
	width: 950px;
	text-align: center;
	height: 75px;
	padding: 10px 0 0;
}

div#meny {
	width: 950px;
	text-align: center;
	height: 25px;
}

#meny a {
	height: 23px;
	width: auto;
	margin: 0 10px 5px 0;
	font-size: 12px;
	padding: 4px 10px;
	color: #dddddd;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	display: inline;
}

#meny a:hover {
	background: #ee2d29;
	text-decoration: none;
	color: #fff;
}

#meny a.on {
	background: #ee2d29;
	text-decoration: none;
	color: #fff;
}

#skyggelinje {
	background: url(../img/bg-navlinje.png) no-repeat top center;
	width: 950px;
	height: 12px;
	margin: 3px;
}

/* Innholdsboks */

div#innholdskontainer {
	width: 950px;
	height: auto;
	margin: 20px auto 0;
}

div#fokusboks {
	width: 950px;
	height: 250px;
	text-align: center;
}

div#tekstboks {
	width: 870px;
	height: auto;
	padding: 20px 40px;
	text-align: left;
	magin: 20px 0 0 0;
}

div#tekstboks p {
	max-width: 400px;
}

div#tekstboksfront {
	width: 400px;
	height: auto;
	float: left;
	padding: 40px 20px;
	text-align: left;
}

.knapp a {
	width: auto;
	margin: 0 10px 5px 0;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
	color: #dddddd;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	display: inline;
	float: right;
	background: #ee2d29;
}

.knapp a:hover {
	background: #ee2d29;
	text-decoration: none;
	color: #fff;
}

div#bildefront {
	width: 335px;
	height: auto;
	float: left;
	margin: 0 0 0 50px;
	padding: 0px 20px;
	text-align: left;
}

div#bildefront {
	width: 335px;
	height: auto;
	float: left;
	margin: 0 0 0 50px;
	padding: 0px 20px;
	text-align: left;
}

div#bkol1 {
	width: 355px;
	height: auto;
	float: left;
	margin: 0 0 0 50px;
	padding: 0px 20px;
	text-align: left;
}

div#bkol2 {
	width: 355px;
	height: auto;
	float: right;
	margin: 0 50px 0 0;
	padding: 0px 20px;
	text-align: left;
}

div#col3 {
	width: 950px;
	height: auto;
	clear: both;
	padding: 0 0 0 30px;
	margin: 0 auto;
}

.boks {
	width: 276px;
	margin: 0 15px 0 0;
	float: left;
	height: auto;
	text-align: left;
	padding: 10px;
}

.boks p {
	font-size: 11px;
	color: #ccc;
	max-width: 250px;
}

div#col2 {
	width: 950px;
	height: auto;
	clear: both;
	padding: 0 0 0 30px;
	margin: 0 auto;
}

.boksl {
	width: 567px;
	margin: 0 15px 0 0;
	float: left;
	height: auto;
	text-align: left;
	padding: 10px;
}

.boksl p {
	font-size: 11px;
	color: #ccc;
	max-width: 450px;
}

.boksk {
	width: 276px;
	margin: 0 15px 0 0;
	float: left;
	height: auto;
	text-align: left;
	padding: 10px;
}

.boksk p {
	font-size: 11px;
	color: #ccc;
	max-width: 250px;
}

/* Footer */

div#footer {
	clear: both;
	width: 950px;
	height: 60px;
	margin: 20px auto 10px;
	text-align: center;
}

div#footer p {
	font-size: 10px;
	color: #ddd;
	margin: 5px 0;
	font-weight: lighter;
	letter-spacing: 0.8px;