/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #ddd;
	font: 12px/150% Geneva, Tahoma, Verdana, sans-serif;
	color: #333;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	font-size: 1.25em;
	line-height: 1.4em;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1.25em;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
	font-weight: normal;
} 
h1 {
	display: block;
	font-size: 1.25em;
	color: #fff;
	margin-top: 20px;
	margin-right: 5%;
	text-align: right;
	font-weight: normal;
	text-shadow: 1px 1px 5px #000;
	letter-spacing: 0;
}
h2 {
	font-size: 1.5em;
	font-family: Raleway, sans-serif;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
h3 {
	font-size: 1.5em;
	/*font-family: Raleway, sans-serif;*/
	letter-spacing: 1px;
}
h3 span {
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	display: block;
	color: #333;
}
div#sidebar h3 {
	font-size: 1.25em;
	letter-spacing: 0;
}
h4 {
	font-size: 1.2em;
}
em {
	font-style: normal;
	font-weight: bold;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/************************************************************************************
STRUKTUR
*************************************************************************************/
#wrap {
	width: 90%;
	max-width: 80em;
	margin: 0 auto;
	background-color: #fff;
}
#main {
	float: left;
	width: 50%;
	margin: 0 5%;
}
#sidebar {
	float: right;
	width: 30%;
	margin: 0 5%;
}
#sidebar h3 a {
	color: #000;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #f0d0a0;
}
#footer div {
	float: left;
	width: 22%;
	margin: 0 3% 0 3%;
}
#footer div:last-child {
	width: 38%;
	margin: 0 3% 0 3%;
}
#footer h2,
#footer li,
#footer p {
	font-size: 1.1em;
	font-family: Optima, sans-serif;
}
#header {
	background-image: url(/pix/panorama.jpg);
	background-repeat: no-repeat;
	background-color: #aaa;
  	background-size: 990px;
	margin: 0;
	padding: 0;
	/* background: #999 url(pix/panorama.jpg) no-repeat center top; */
	height: 90px
}
div#header div.stor {
	display: none;
}
div#header div.mindre {
	display: none;
}
/*
#header h1 {
	margin: 5px;
	background: url(/pix/plassn_skylt.png) no-repeat left top;
	text-indent: -1000em;
}
*/
@media only screen and (max-width: 800px) {
	div#header {
		height: auto;
	}
	div#header div.stor {
		display: none;
	}
	div#header div.mindre {
		display: block;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.25em;
	}
	h4, p, li {
		font-size: 1.25em;
	}
}

@media only screen and (max-width: 760px) {
	div#header {
		background-size: auto;
		height: 90px;
	}
	div#main {
		float: left;
		width: 58%;
		margin: 0 3%;
	}
	div#sidebar {
		float: right;
		width: 30%;
		margin: 0 3%;
	}
}

@media only screen and (max-width: 640px) {
	/*h1 {
		font-size: 1.4em;
		font-weight: normal;
		letter-spacing: 0.1em;
		text-shadow: 1px 1px 2px #000;
		color: #fff;
	} */
	div#header {
  		background-size: 640px;
  		height: 50px;
	}
	div#header h1 {
		margin: 2px 2em;
		padding: 0;
		/* background: url(/pix/plassn_skylt.png) no-repeat center top; */
		height: 50px;
	}
	div#main,
	div#sidebar {
		margin: 0 2em;
		float: none;
		width: auto;
	}
	div#bilder,
	div#lankar,
	div#social {
		display: none;
	}
	div#footer #om {
		width: auto;
	}
}

@media only screen and (max-width: 580px) {
	div#header div.stor, 
	div#header div.mindre {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	div#wrap {
		width: 100%;
	}
	div#header h1 {
		margin: 2px 1em;
	}
	div#main,
	div#sidebar {
		margin: 0 1em;
	}
}