img {border: none;}

.clear
{
	clear: both;
}
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:140%;
}
.twoColFixRtHdr #container { 
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 0 13px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #FFFFFF; 
	height: 33px;
	text-align:right;
	background-image:url(pics/logotype.gif);
	background-repeat:no-repeat;
	padding: 19px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-top: 0;
}
.twoColFixRtHdr #mainContent { 
	width: 749px;
	margin: 0 200px 30px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContent2 { 
	width: 749px;
	min-height:579px; /* Fix för att visa hela bg-bilden i Firefox */
	margin: 0 200px 30px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(pics/bg_main.jpg);
	background-repeat:no-repeat;
	background-position: 0px 185px;
} 
.twoColFixRtHdr #mainContent3 { 
	width: 749px;
	min-height:579px; /* Fix för att visa hela bg-bilden i Firefox */
	margin: 0 200px 30px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	float: left;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	width: 749px;
	border-top: 1px solid #e0e0e0;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#header_wrap{
	border:0px;
	height:186px;
	border-top: 2px solid #979797;
	border-bottom: 1px solid #979797;
	width: 100%;
}

#header_left{
	float: left;
	width:462px;
}
#header_right{
	color:#4c4d4e;
	float: left;
	height:160px;
	width:252px;
	padding: 16px 10px 10px 25px;
	background-image:url(pics/puff_right.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:145%;
}
#header_right1{
	float: left;
	width:120px;
	height:30px;
}
#header_right2{
	float: left;
	width:130px;
	font-size:11px;
	margin-top: 8px;
}

#snurraStart{
	margin:10px 0 0 0;
}



/*
.newsBlock:first-child{
	width:460px;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	border-top:0px dotted #c0c0c0;

}
*/
.newsBlock_firstChild{
	width:460px;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-top:0;

}
.newsBlock{
	width:460px;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-top:1px dotted #c0c0c0;

}
.newsHeader{
	font-size:16px;
	font-weight:normal;
	color:#86979f;
}
.newsText{

}
.newsSignature{
	width:100%;
	text-align:right;
}



.customer{
	position:relative;
	width:452px;
	height:110px;
	background:transparent;
	padding: 0 0 10px 0;
	line-height:130%;
}

.customer_left{
	float: left;
	width:320px;
	background:transparent;
	padding: 0 20px 0 0;
}
.customer_right{
	float: left;
	width:110px;
	background:transparent;
	padding: 36px 0 0 0;
}


.main_left{
	float: left;
	width:452px;
	background:transparent;
	padding: 20px 10px 20px 0px;
}
.main_left_full{
	float: left;
	width:722px;
	background:transparent;
	padding: 20px 10px 0px 0px;
}

.main_left_1{
	float: left;
	width:152px;
	background:transparent;
}
.main_left_2{
	float: left;
	width:300px;
	background:transparent;
}
.main_left_3{
	float: left;
	width:212px;
	background:transparent;
	padding: 0 10px 0 0;
}
.main_left_4{
	float: left;
	width:230px;
	background:transparent;
	padding:20px 0 0 0;
}
.main_left_5{
	float: left;
	width:315px;
	background:transparent;
	padding:20px 0 0 0;
}
.main_left_6{
	float: left;
	width:423px;
	background:transparent;
	padding:20px 10px 0 0;
}

.main_right{
	float: left;
	width:258px;
	background:transparent;
	padding: 20px 10px 20px 17px;
}
.main_right_5{
	float: left;
	width:412px;
	background:transparent;
	padding: 20px 10px 20px 10px;
}
.main_right_6{
	float: left;
	width:280px;
	background:transparent;
	padding: 6px 0px 20px 32px;
}

.main_right_full{
	float: left;
	width:287px;
	_width:250px;
	background:transparent;
	padding: 20px 0px 0px 0px;
}
.main_right_full2{
	float: left;
	width:287px;
	_width:250px;
	background:transparent;
	padding: 0px 0px 0px 0px;
}
.facts{
	padding: 15px 15px;
	height:auto;
	width:256px;
	_width:250px;
	background-image:url(pics/bg_facts.jpg);
	background-repeat:no-repeat;
	border:1px solid #c7c7c7;
}
.modPuff{
	padding: 45px 0px 0 19px;
	height:40px;
	width:268px;
	_width:257px;
	margin-top:10px;
	margin-left:-17px;
	background-image:url(pics/mod_puff.gif);
	background-repeat:no-repeat;
	background-position:right;
}


.main2_holder{
	float: left;
	width:749px;
	height: 131px;
	border-top: 1px solid #cbcbcb;
	background-image:url(pics/main3_bg.jpg);
	background-repeat:no-repeat;
	line-height:120%;
}
.main2_left{
	float: left;
	width:198px;
	background:transparent;
	padding: 15px 10px 0px 18px;
}
.main2_middle{
	float: left;
	width:198px;
	background:transparent;
	padding: 15px 10px 0px 18px;
}
.main2_right1{
	float: left;
	width:180px;
	background:transparent;
	padding: 15px 10px 0px 17px;
}
.main2_right2{
	float: left;
	width:80px;
	background:transparent;
}

.cubeLink{
	margin:0 0 20px 184px;
}

.main3_left{
	float: left;
	width:250px;
	background:transparent;
}
.main3_center{
	float: left;
	width:250px;
	background:transparent;
}
.main3_right{
	float: left;
	width:249px;
	background:transparent;
}

.pic_text{
	padding: 0 10px;	
}

#menu{
	float:left;
	background:transparent;
	border-top: 2px solid #979797;
	border-bottom: 1px solid #979797;
}
#side_content, .side_content_en{
	width:200px;
	_width:190px;
	float:left;
	background:transparent;
	padding: 40px 0 0 10px;
	background-image:url(pics/bg_side_content.gif);
	background-repeat:no-repeat;
}

.side_content_en 
{
	background-image:url(pics/bg_side_content_en.gif);
}

.btn_1 {
	width:200px;	height:37px;
   	background: url(pics/menu_btn.gif) 0 0 no-repeat;
	font-size:11px;
}

.btn_1 a {
   padding:12px 0px 0px 10px;	text-align:left;	text-decoration:none;	color:#333333;	display:block;	width:190px;	height:25px;
   background: url(pics/menu_btn.gif) 0 0 no-repeat;
}

.btn_1 a:hover{
	padding:12px 0px 0px 10px;	text-align:left;	text-decoration:none;	color:#333333;	display:block;	width:190px;	height:25px;
	background: url(pics/menu_btn.gif) 0 0 no-repeat;
    background-position: 0 -37px;
}

ul.lista{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p{
	padding: 8px 0;
	margin: 0;
}

h1 {
	font-size:14px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0 3px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2 {
	font-size:12px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0 3px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

a{
	color:#2788ff; text-decoration:none;
}
a:hover{
	color:#2788ff; text-decoration:underline;
}

.note{
	color:#a4a4a4;
}
.picText{
	color:#a4a4a4;
	font-style:italic;
}

a.logotype{
	position:absolute;
	top:0px;
	left:13px;
	display:block;
	width:750px;
	height:52px;

}
hr{
	background-color:#DDDDDD;
	color:#DDDDDD;
	width:100%;
	height:1px;
	margin:0;
	border:0;
}

ul{
	margin:10px 0 10px 0;
	padding:0 10px 0 15px;
	list-style-type:disc;
}
ul.list{
	margin:0px 0 10px 0;
}
ul.list li{
	margin:10px 0 0 0;
}

.lasmerpuff
{
    padding: 25px 0 0 0;
}

.pdfandlinkblock
{
    padding: 15px 0 15px 0;
}

.puffStartPage
{
	font-size:16px;
	font-weight:normal;
	color:#4c4d4e;
line-height: 18px;

}

.ImageTextPicMediabank
{
	padding: 2px 0px 51px 0px;
}

.ImageTextPicBMPD
{
	padding: 2px 0px 71px 0px;
}
.ImageTextPicProdukt
{
	padding: 2px 0px 71px 0px;
}
.ImageTextPic
{
	padding: 2px 0px 20px 0px;
}
.ImageTextPicPD
{
	padding: 2px 0px 68px 0px;
}

.widthFix
{
	width: 265px;
}

.NewsStartPage
{
	float: left;width: 183px;
}

.newsImage
{
	position: absolute; padding-top: 4px;
}
