* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;

 	font-family: Lucida Sans, Georgia, Times New Roman, Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 80%;
	color: #333;
}
body.page {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* ------------ misc -------------- */
.center {
	clear: both;
 	position: relative;
	margin: 0px;
}
.right {
 	float: right;
}
.left {
 	float: left;
}
br.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
H1 {
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #040607;
}
H2 {
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #040607;
}
p {
	line-height: 1.3em;
}
ul, li {
	margin: 5px 10px;
}
img { border: none;}
img a:hover { text-decoration: none;}
a {
	color: #28286e;
	text-decoration: none;
	outline: none;
}
a:hover, #back a:hover, #version a:hover {
	text-decoration: underline;
	color: #c21c23;
}
a.links {padding-right: 10px;
	background: url("http://www.miris.se/img/layout/links.gif") no-repeat top right;
}
/* ------------ table -------------- */

table, select, input {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
}
select, input {
	padding-left: 2px;
}
table {
	margin: 0px;
	background: #eee;
}
table#reports {
	width: 300px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	border: 1px solid #efefed;
}
table#contact {
	margin: 0px 20px;
	background: none;
}
table#contactForm {
	width: 250px;
	background: #fff;
	border: 1px solid #efefed;
}
td, th {
	line-height: 1.1em;
	padding: 5px;
	background: #fff;
}
table#reports th {
	padding: 10px 10px 10px 10px;
}
table#reports td {
	padding: 0px 10px 10px 10px;
}
table#contact th, table#contact td {
	padding: 10px 10px 0px 10px;
	background: none;
}
th {
 	text-align: left;
	font-family: Verdana, Arial, Verdana, Sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* ------------ header -------------- */

#header	{
	height: 100px;
	margin: 50px 0px 20px 0px;
  border-bottom: 2px solid #ccc;
}
#version, #logo, #header ul, #pic, #subpic, #submenu, #back, #footer ul, #copy, #content h1	{
	display: none;
}
DIV#print {
	display: block;
}

/* ------------ content -------------- */
DIV#contentContainer {
 	margin: 10px 0px 0px 0px;
}
.leftColumn {
	width: 400px; 	
	background: url("http://www.miris.se/img/layout/bg_product.jpg") no-repeat top right;
}
.rightColumn {
	float: right;
	width: 320px;
}
.leftColumn h1, .rightColumn h1 {
	padding: 15px 0px 0px 20px;
}
.rightColumn p {
	padding: 5px 20px;
}
p.product {
	margin: 5px 20px 0px 20px;
	padding: 0px;
}
.leftColumn img, #press img {
  display: none;
}
#columnContainer {
	float: left;
	width: 400px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 5px;
 	background: url("http://www.miris.se/img/layout/bg_area.jpg") no-repeat top right;
}
.columns {
 	float: left;
 	width: 127px;
	margin: 10px 1px 0px 3px;
	padding-bottom: 5px;
	background: #fff;
	overflow: hidden;
}
.columns h2 {
 	padding: 5px 5px 0px 5px;
}
.columns p {
 	padding: 0px 4px 5px 4px;
}
.columns a {
 	margin: 5px 0px 0px 5px; 	
}
#share {
 	background: #efefed url("http://www.miris.se/img/layout/bg_share_top.gif") no-repeat top left;
}
#share h1 {
 	padding: 15px 0px 5px 20px;
 	background: url("http://www.miris.se/img/layout/bg_share_top.gif") no-repeat top left;
}
#share p {
	display: block;
	width: 260px;
	margin-left: 20px;
	padding: 5px 10px;
 	background: #fff;

	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
}
#share p span {
	margin: 0px 7px 0px 3px;
	color: #040607;
}
#press h1, #press p {
 	background: #efefed;
}
#press span.underrubrik {
 	font-size: 12px;
}
#news {
 	margin-top: 15px;
}
#contentRight, #content {
	margin: 0px;
	padding: 0px;
}
#contentRight {
	width: 100%;
}
#content {
	margin: 0px 20px;
}
.text {
	line-height: 1.4em;
	padding: 0px;
	text-align: justify;
}

ul.sitemap, ul.sitemap li 	{
	list-style: none;
	margin-left: 20px;
}
#nav {
	margin: 0px;
}
#nav a {
	margin-left: 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #ccc;
}
#nav a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
}

/* ------------ footer -------------- */

DIV#footer {
 	position: relative;
 	height: 30px;
 	margin: 10px 20px 0px 20px;
 	padding: 10px 0px 0px 0px;
  border-top: 2px solid #ccc;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #666;
}
#footer span {
	font-weight: bold;
	color: #000;
}
DIV#contact {
  display: block;
  margin: 0px 20px;
}
/* ------------ font -------------- */
SPAN.rubrik {
	padding: 0px 0px 3px 0px;
 	letter-spacing: 1px;

	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
SPAN.underrubrik {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
SPAN.datum {
	padding-left: 13px;
	background: url("http://www.miris.se/img/layout/date.gif") no-repeat top left;
	background-position: 0px 3px;

	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: 0.9em;
}
span.gra {
	font-size: 0.9em;
	color: #b3b3b3;
}
span.rod {
	font-weight: bold;
	color: #c21c23;
}
span.epost {
	border: none;
}
/* ------------ images -------------- */

IMG.picture {
	width: 440px;
	height: 170px;
}
IMG.pic_area {
	width: 127px;
	height: 85px;
}
IMG.plucera {
	width: 15px;
	height: 15px;
	margin: 0px 2px;
	vertical-align: middle;
}
IMG.flag {
 	width: 14px;
	height: 11px;
	margin-right: 5px;
	vertical-align: middle;
}
IMG.pdf {
 	width: 16px;
	height: 15px;
	margin: 0px 2px 0px 2px;
	vertical-align: middle;
}
IMG.getReader {
  	height: 31px;
  	width: 88px;
  	margin: 0 0 0 5px;
  	vertical-align: middle;
}
IMG.board {
 	float: right;
 	margin: 0px 0px 0px 20px;
}
IMG.dots {
  	height: 15px;
  	width: 15px;
  	margin: 0px 5px 0px 10px;
  	vertical-align: top;
}
IMG.product_bottom {
 	float: left;
 	width: 400px;
	height: 10px;
}
IMG.submenu_bottom {
 	float: left;
 	width: 146px;
	height: 10px;
}
IMG.press_bottom {
 	float: left;
 	width: 320px;
	height: 10px;
}
