* {
	margin: 0;
	padding: 0;
}
body {
	background: #faf7f2 url(/img/bg_body.png) repeat-x 0 0;
	font: 85%/1.5 "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #3a2e19;
}
p {margin: 0 0 1em 0;}
img {border: none;}
#main img {border: 1px solid #a89e8d;}
#main img.no-border {border: none;}
/* Layout */
#wrapper {
	width: 60em;
	margin: 0 auto;
}
#header {
	background: url(/img/bg_header.jpg) no-repeat 95% 45px;
	height: 220px;
	position: relative;
}
#content {
	background: url(/img/bg_content.png) repeat-y 60% 0 ;
	border: 1px dotted #d1c3aa;
	border-width: 0 1px;
	padding: 70px 0 30px 0;
}
#main {
	width: 51%;
	float: left;
	margin-left: 4em;
}
#sidebar {
	width: 35%;
	float: right;
	margin-right: 2em;
}
#footer {
	background: #d1c3aa;
	border-top: 3px double #e4dcce;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Länkar */
a:link {
	color: #930;
}
a:visited {color: #630;}
a:hover,
a:focus,
a:active {
	color: #c00;
	background-color: #ede7dc;
}
a.imglink:hover,
a.imglink:focus,
a.imglink:active {
	border: none;
	background: transparent;
}
#footer a:link,
#footer a:visited {color: #6e572d;}
#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #816739;
}
/* Hoppa över */
#skip {
	text-align: right;
	color: #fff;
	padding-top: 0.4em;
	font-size: 0.9em;
}
#skip li {
	background: transparent;
	display: inline;
	margin-right: 1.7em;
}
#skip a:link,
#skip a:visited {
	color: #fff;
	font-weight: normal;
}
#skip a:hover,
#skip a:focus,
#skip a:active {
	color: #3a2e19;
}
/* Rubriker */
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #6e572d;
}
h2 {font-size: 1.5em;}
#main h1,
.hem h2 {
	background: url(/img/bg_h2.png) no-repeat 0 100%;
	padding: 0 0 3px 17px;
	margin-bottom: 0.8em;
	margin-left: -1em;
	font-size: 1.8em;
}
#sidebar h2 {
	background: transparent;
	font-size: 1.4em;
	margin-bottom: 0;
}
body.produkter h2 {clear: both;}
body.produkter .show h2 {
	position: absolute;
	top: -20px;
	padding-top: 30px;
}
h3 {font-size: 1.2em;}
.produkter h3 {
	margin-top: 1em;
	font-weight: bold;
}
/* Header */
#header img {
	position: absolute;
	left: 40px;
	top: 70px;
}
/* Navigation */
#nav {
	font-size: 1.1em;
	line-height: 2.3em;
	position: absolute;
}
#nav ul {
	margin-left: 20px;
	float: left;
}
#nav li {
	display: inline;
	background: transparent;
	padding: 0;
}
#nav a {
	background: #f7f3ec url(/img/bg_nav.png) repeat-x 0 0;
	border: 1px solid #d1c3aa;
	border-width: 0 1px 1px 1px;
	display: block;
	float: left;
	margin-left: 3px;
	padding: 0 20px;
	color: #603913;
	text-decoration: none;
}
#nav a:hover,
#nav a:focus,
#nav a:active {
	background: #f7f3ec;
	color: #000;
}
#nav .current a {
	background: transparent;
	border: none;
}
/* Footer */
#footwrap {
	width: 62em;
	margin: 0 auto;
	font-size: 0.9em;
	color: #6e572d;
	padding: 1em 0 3em 0;
}
#footer ul {
	list-style: none;
	margin-left: 0;
}
#footer li {
	background: transparent;
	padding: 0;
}
#footer ul li:first-child {
	font-size: 1.2em;
}
#footer ul.kontakta {
	width: 20em;
	float: right;
	text-align: right;
}
#footer strong {font-weight: normal;}
/* Listor */
ul {
	margin-left: 0;
	margin-bottom: 1em;
}
li {
	background: url(/img/bg_li.png) no-repeat 0 0.8em;
	list-style: none;
	padding-left: 12px;
}
ul ul {margin-left: 0.5em;}
body.produkter #sidebar ul {margin-bottom: 1em;}
body.produkter #sidebar li {
	background: transparent;
	font-weight: bold;
}
body.produkter #sidebar li li {
	background: url(/img/bg_li_sec.png) no-repeat 0 0.6em;
	font-weight: normal;
}
body.produkter #main li li  {
	background: url(/img/bg_li_link.png) no-repeat 0 0.8em;
}
#toc {
	width: 35%;
	float: left;
	margin-bottom: 1em;
}
#toc li {
	background: transparent;
}
#instruktion {clear:both;}
#instruktion li {
	background: url(/img/pdf.gif) no-repeat 0 0.2em;
	text-indent: 10px;
}
/* Formulär */
.form-wrapper {
	background: #ede7dc;
	border: 1px solid #d1c3aa;
	padding: 0 20px 1em 20px;
}
label {
	font-weight: bold;
	display: block;
	margin-top: 0.5em;
}
input {}
input[type=text],
textarea {
	border: 1px solid #d1c3aa;
	padding: 2px;
	width: 100%;
}
input[type=text]:focus,
textarea:focus {
	background-color: #f7f3ec;
}
.btn {margin-top: 1em;}
ul.zemError {
background-color: #fff;
border: 1px solid #f00;
margin-top: 1em;
padding: 10px;
}
input.zemRequirederrorElement,
textarea.zemRequirederrorElement {border-bottom: 2px solid #f00;}
label em {
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
}
/* Produkter */
body.benders #main {background: url(/img/benders.gif) no-repeat 100% 0;}
body.nordform #main {background: url(/img/nordform.gif) no-repeat 100% 0;}
body.produkter #content {background-position: 27% 40px;}
body.produkter #sidebar {
	width: 25%;
	float: left;
	margin: 3em 0 0 1em;
}
body.produkter #main {
	width: 63%;
	float: right;
	margin: 0 2em 0 0;
}
body.produkter .show {
	background: #fff;
	border: 1px solid #d1c3aa;
	position: absolute;
	left: 55%;
	width: 30em;
	padding: 3em 1em 1em 1em;
}
body.produkter #main img.close {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	cursor: pointer;
}
#produkter {
	clear: both;
	margin-top: 1em;
}
#produkter li {
	display: inline;
	padding: 0;
}
#produkter a {
	background: transparent url(/img/bg_sort.png) no-repeat 0 0;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	width: 156px;
	height: 141px;
	color: #000;
	text-decoration: none;
}
#produkter a:hover {
	background: transparent url(/img/bg_sort.png) no-repeat 0 -141px;
}
#produkter span {
	width: 150px;
	margin-top: -2px;
	text-align: center;
	display: block;
}
#produkter img {
	margin-top: 15px;
	margin-left: 15px;
	padding: 0;
	border: 0;
}
p.farg {margin: 0;}
.bildtext {
	float: right;
	font-size: 0.8em;
}
.bildtext img {display: block;}
/* Övrigt */
.markup {display: none;}
#open {
	clear: both;
	text-align: right;
	margin-bottom: 2em;
}
#open span {float: left;}
#open span.obs {color: #f00; text-align: left;}
img.right {float: right;}
#ie-info {
	background-color: #faf7f2;
	position: absolute;
	width: 23em;
	padding: 0.2em 1em;
}
