@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #C9C9C9 url(images/background.png) top repeat-x;
}
img {
	border: none;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #E20019;
}
a:hover {
	color: #555;
}
#pageWrapper {
	width: 760px;
	height: auto;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
	background-color: #FFF;
}
* html #pageWrapper {
	height: 100%;
}
html>body #pageWrapper {
	overflow: hidden;
}
.pageShadow {
	width: 10px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
#contentWrapper {
	width: 740px;
	float: left;
}
* html #contentWrapper {
	position: relative;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	overflow: hidden;
}
#headerWrapper {
	width: 740px;
	clear: both;
}
#headerLogo {
	width: 740px;
	height: 151px;
	background: url(images/header/logo.png) no-repeat;
	cursor: pointer;
	clear: both;
}
.navPadding {
	width: 11px;
	height: 283px;
}
#navWrapper {
	width: 718px;
	height: 283px;
	float: left;
}
#mainWrapper {
	width: 740px;
	min-height: 300px;
	float: left;
	padding-bottom: 10050px;
	margin-bottom: -10000px;
	clear: both;
}

/* Start - Bytes beroende på sida */


/* Shared */

.indexMain, .subPage {
	background: url(images/main/bg_main.png) right repeat-y;
}
#hdlineWrapper {
	width: 700px;
	margin: 0 20px 0 20px;
}
#hdlineWrapper span.h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
#hdlineWrapper span.h2 {
	font-size: 15px;
	color: #E20019;
	line-height: 25px;
}
#hdlineWrapper a.active {
	font-weight: normal;
}
#hdlineWrapper a.inActive {
	color: #555;
	font-weight: normal;
}
#mainWrapper hr {
	width: 100%;
	height: 1px;
	margin: 3px 0 3px 0;
	border: none 0px;
	border-top: 1px solid #CCC;
	clear: both;
}
html>/**/body #mainWrapper hr {
	margin: 12px 0 12px 0;
}

/* Index */

.indexBetw {
	background: url(images/main/headerbetw_index.png) no-repeat;
	clear: both;
}
.indexMain p, .indexMain table.table {
	position: relative;
	top: 0;
	left: 46px;
	width: 432px;
}
.indexMain a.link {
	position: relative;
	top: 0;
	left: 46px;
	font-weight: bold;
	color: #E20019;
	margin-bottom: 15px;
}
.indexMain .divSpace {
	width: 100%;
	height: 15px;
	clear: both;
}

/* Subpages */

.subPage p, .subPage table.table {
	position: relative;
	top: 0;
	left: 46px;
	width: 452px;
	font-size: 12px;
	line-height: 1.4em;
}

/* Products */

.productsBetw {
	background: url(images/main/headerbetw_products.png) no-repeat;
	clear: both;
}
.productsMain {
	background: none;
}
#mainWrapper #left {
	position: relative;
	left: 20px;
	width: 200px;
	float: left;
}
* html #mainWrapper #left {
	position: absolute;
	left: 20px;
	top: 490px;
}
html>/**/body #mainWrapper #left {
	top: 10px;
}
#mainWrapper #left li a,
#mainWrapper #left li a:visited {
	position: relative;
	left: -5px;
	top: -3px;
	font-weight: bold;
	color: #369;
	line-height: 1.5em;
}
#mainWrapper #left li a:hover {
	color: #555;
}
#mainWrapper #left li a.active {
	color: #E20019;
}
#mainWrapper #left li a.inActive,
#mainWrapper #left li a.inActive:visited {
	color: #555;
}
#mainWrapper #left li a.inActive:hover {
	color: #E20019;
}
#mainWrapper #left ul.root {
	list-style-position: outside;
	list-style-image: url(images/main/bullet_arrow.png);
}
#mainWrapper #left ul li {
	position: relative;
}
#mainWrapper #left li {
	position: relative;
	left: -30px;
	list-style-type: none;
}
#mainWrapper #left ul.rootIndex {
	list-style-image: none;
}
#mainWrapper #left ul.root li {
	white-space: nowrap;
}
#mainWrapper #left ul.rootList {
	list-style-position: outside;
	list-style-image: url(images/main/bullet_circle.png);
}
#mainWrapper #left ul.rootList li {
	position: relative;
	left: -28px;
	white-space: nowrap;
}
#mainWrapper #main {
	position: relative;
	right: 20px;
	top: 10px;
	width: 500px;
	float: right;
}
#mainWrapper #main h1 {
	font-size: 13px;
	margin-bottom: 0;
}
#mainWrapper #main h2 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
}
#mainWrapper #main li {
	font-size: 11px;
	line-height: 1.5em;
}
#mainWrapper #main #productImage {
	padding: 10px 0 10px 15px;
	float: right;
	clear: right;
}

/* End - Bytes beroende på sida */


