/*@charset "utf-8";*/
body {
	font-size: 11px;
	color: #000000;
	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: left;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}


a {
	color: #255c79;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 1px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: 600;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
	letter-spacing: -1px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
	letter-spacing: 0em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: 14px;
}

.tabledata
{
	background-image:url(../images/bg_lightgray_gradient.gif);
	background-repeat:repeat-x;
	background-position: 100% 27px;
	border:0px;
	
}

th
{
	background-image:url(../images/bg_tab_hdr-lightgray.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #666666;
	height: 22px;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color:#F4F4F4;
	background-position: 100% 1px;
	
}
.tabledata td
{
	border: 1px solid #CCCCCC;
	padding:5px;
}
.tabledata .noborder
{
	border: 1px solid #FFFFFF;
	height:5px;
	padding:0px;
	background-color:#FFFFFF;
}





#header {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 95px;
}

#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 20px;
	padding: 0px;
}
#hdrLogo{
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#hdrMain {
	margin:0 120px 0 210px;
} 
#hdrFlags li {
	margin:0 0 0 2px;
	list-style-type: none;
	display: inline;
} 
#hdrSearch {
	text-align:right;
	padding: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#hdrSearch img {
	vertical-align: middle;
}

#hdrSearch input {
	width: 150px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 20px;
	border: 1px solid #c9c9c9;
	background-image: url(../images/input_bg.gif);
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;	
	/*background-image: url(../images/buttonbg.jpg);
	background-repeat:repeat-x;*/
	background-color:#000000;
	background:#000000;
	color:#ffffff;
	font-weight:bold;
	border-style:outset;
	border-width:2px;
	border-color:#888888;
	
}
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 20px;
	border: 1px solid #c9c9c9;
	background-image: url(../images/input_bg.gif);
}

.nomargin
{
	margin:0px;
	padding:0px;
}
#hdrFlags {
	padding: 0;
	margin: 0px;
	text-align:right;
}
#hdrFlags img{
	padding: 0px;
	margin: 0px 0px 0px 4px;
}
#hdrMeny {
	padding: 0 0 8px 5px;
	margin: 10px 0px 5px 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#hdrMeny ul {
	padding: 0px;
	margin: 0px;
}
#hdrMeny li {
	list-style-type: none;
	padding-right: 0px;
	display: inline;
	margin: 0 10px 0 0;
	padding-top: 0px;
	padding-left: 0px;
}
#hdrMeny .activepage
{
	border-bottom:1px solid #CC3333;
}
#hdrMeny a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#hdrMeny a:hover {
	color: #999999;
}

#hdrClipImg {
	position:absolute;
	left:897px;
	top:16px;
	width:90px;
	height:119px;
	z-index:100;
}

#innehall {
margin-top: 30px;
}

#startLeft {
	float: left; 
	width: 402px;
	padding: 0; 
}
#startRight {
	float: right; 
	width: 215px; 
	padding: 0; 
}
#startCenter {
	margin: 0 225px 0 412px; 
	padding: 0 10px; 
	text-align: center;
}
#startRightBanner {
	margin-top: 15px;
}


#footer{
	margin: 40px 0 20px 0;
}

#footerLeft {
	float: left; 
	width: 200px;
	padding: 0; 
}
#footerRight {
	float: right; 
	width: 225px; 
	padding: 0;
	text-align: right;
}
#footerCenter {
	margin: 0 235px 0 220px; 
	padding: 0 10px; 
	text-align: center;
}

#footer img{
	margin: 0 0 0 10px;
}

#prodLeft{
	padding: 0px;
	margin-top: 0px;
	margin-right: 760px;
	margin-bottom: 0;
	margin-left: 0px;
}
#prodMain {
	float: right;
	width: 750px;
	margin: 0px;
	padding: 0px;
	/*visibility:hidden;*/
}


/*#prodSpecLeft{

	padding: 0px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
}*/
.prodSpecLeft{

	padding: 0px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
}
/*#prodSpecRight {

	float: right; 
	width: 230px;
	margin: 0px;
	padding: 0px;
}*/
.prodSpecRight {

	float: right; 
	width: 230px;
	margin: 0px;
	padding: 0px;
}
.twoRowMain
{
	margin-right:250px;
}
.half
{
	width:48%;	
}
.floatleft
{
	float:left;	
}

.floatright
{
	float:right;	
}
.marginleft
{
	margin-left:5px;
}

.pdflist
{
	list-style-image:url(../images/ikon_pdf.png);
	margin-left:18px;
}
.pdflist li
{
	padding-left:10px;
	vertical-align:top;
	padding-bottom:20px;
	/*background-color:#333366;*/
	line-height:30px;
}

#navcontainer {
	padding: 0px;
	margin: 0;
	
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#navcontainer a
{
	display: block;
	color: #FFF;
	width:160px;
	padding: 4px 11px 4px 9px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/bg_prodmenu-black.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #CCCCCC;
	margin-top:-1px;
	
}

#navcontainer a:hover
{
	color: #CCC;
}

#navcontainer ul ul
{
	display: block;
	border: 1px solid #CCCCCC;
	width:180px;
	background-image: url(../images/bg_lightgray_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin:3px 0;
	padding:5px 0;
	
}
#navcontainer li li a
{
	display: block;
	border:none;
	width:160px;
	padding: 3px 1px 0px 15px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	font-weight: normal;
	color: #000000;
}

#navcontainer li li a:hover
{
	color: #CC3333;
}
#navcontainer img {
	border-style:none;
	float: right;
}



.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;
}


.threedeeLine {
	background-image: url(../images/bg_3d-line.gif);
	height: 10px;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
.startProdPuff {
	width:190px;
}
.startProdPuffBtn {
	text-align: right;
}
.startProdPuffTxt {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
	border: 1px solid #CCCCCC;
}
.tabHdrLightgray {
	font-weight: bold;
	color: #666666;
	background-color:#F4F4F4;
	background-image: url(../images/bg_tab_hdr-lightgray.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	padding: 3px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 5px;	
}

.tabHdrLightgrayXtrahight {
	font-weight: bold;
	color: #666666;
	background-image: url(../images/bg_tab_hdr-lightgray.gif);
	background-repeat: repeat-x;
	height: 35px;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 5px;
	background-color: #F4F4F4;
}

.tabHdrDark
{
	display: block;
	color: #FFF;
	width:160px;
	padding: 4px 11px 4px 9px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/bg_prodmenu-black.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #CCCCCC;
	width:100%;
	margin-bottom:5px;
}
.greyGradientRuta {
	color: #666666;
	background-image: url(../images/bg_lightgray_gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-bottom: 5px;
}
.greyGradientRuta p {
		margin-left: 1px;
}
.imgBorder1pxCCC {
	border: 1px solid #CCCCCC;
}
/*#prodSpecImg {
	text-align: center;
	margin-bottom: 20px;
}*/
.prodSpecImg {
	text-align: center;
	margin-bottom: 20px;
}
caption {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
.tablecaption {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
/*#prodSpecColors img {
	border: 1px solid #CCCCCC;
}
#prodSpecColors input {
	width: 50px;
}*/
.prodSpecColors img {
	border: 1px solid #CCCCCC;
}
.prodSpecColors input {
	width: 50px;
}
#prodSpecOrderBtn {
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


.productFacts td {
	padding-right: 8px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-bottom: 4px;
}

.productFacts caption {
	color: #CC3333;
	margin-top: 15px;
}


#prodSpecHolderLoader
{
	position:absolute;
	top:0;
	left:0;
	height:50px;
	width:50px;
	z-index:10;
	display:none;
	background-image:url(../images/trans50.png);
}
#prodSpecHolderLoader table
{
	vertical-align:middle;
	height:100%;
	
}
#prodSpecHolderLoader td
{
	color:#000000;
	font-style:normal;
	font-size:1.5em;
	font-weight:800;
	/*background-color:#FFFFFF;*/
}


.ProdContainer ul
{
	margin-left:0px;
	padding-left:0px;
	border-bottom:double #000000;
	padding-bottom:10px;
	padding-top:10px;
	border-top:double #000000;
}
.ProdContainer li
{
	list-style-type: none;
	padding-right: 0px;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-left: 8px;
}


.TxtRedCC0000 {
	color: #CC0000;
}
.TxtGrey666666 {
	color: #666666;
}
.lineGreyCCCCCC {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.text08em {
	font-size: 0.9em;
}
.alignCenter {
	text-align: center;
}

.bildList ul {
	padding: 0px;
	margin: 0px;
}
.bildList li {
	list-style-type: none;
	padding-right: 0px;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-left: 8px;
}

.galleridownloadhighres
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding:0px;
	border:0px solid #ff0000;
	vertical-align:top;
	padding-top:10px;
	
	
}
.galleridownloadhighres a
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

#sokdiv
{
	display:none;
}
.soktable h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
}

.soktable .singleLine
{
	background-color:#999999;
	height:1px;
}
.soktable a
{
	/*color: #CC3333;*/
}

.soktable .sokmarkering
{
	background-color:#CCCCCC;
}

/*NYHETER*/
.newslist
{
	border-bottom:1px solid #ccc;
	width:100%;
	margin-bottom:5px;
}

.newslist h1
{
	color: #000;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
	text-decoration:none;
	font-weight:normal;
	width:100%;
	float:none;
	clear:both;	
	letter-spacing: 0px;	
}

.newslist p
{
	color: #000;
	font-size: 1.0em;
	text-decoration:none;
	z-index:100;
	width:100%
}

.newslist .newsdate
{
	float:left;
	width:40%;
}

.newslist .newsreadmore
{
	float:right;
	width:40%;
	text-align:right;
}

#newsdiv
{
	float: left; 
	width: 720px;
	padding: 0;
	border:0px solid #000000;
}

#newsdiv h1
{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: 600;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
	letter-spacing: 0em;*/
	color: #666666;
}

#newsdiv .ingress
{
	font-weight:bold;
}

/*Distrubitörer*/

.distrubitorsDiv
{
	border-top:1px solid #ccc;
	padding-top:10px;
}
.distrubitorsDiv h2
{
	/*font-size:0.8em;,
	width:100%;*/
}
.distrubitorsDiv .logga
{
	margin-right:0px;
	margin-bottom:10px;
}
.distrubitorsDiv .CompanyDiv
{
	float:left;
	width:100%;
}
.distrubitorsDiv .contactpersonsDiv
{
	float:left;
	width:360px;
	margin-right:10px;
	border-right:0px solid #ccc;
}

.distrubitorsDiv .contactpersonsDiv .contact
{
	margin-right:10px;
	margin-bottom:10px;
}
.distrubitorsSelect
{
	float:right;
	width:300px;
	text-align:right;
}

/*SITEMAP*/
#sitmapdiv
{
	width:100%;
	
}
#sitmapdiv a
{
	font-size:1.0em;
	text-decoration:none;
	font-weight:bold;
}
#sitmapdiv li
{
	/*list-style-image:url(../images/WebFile-icon.jpg)*/
	list-style-type:circle
}





.startProdBilder img {
	padding: 2px;
}
.startProdPuffImg {
	padding: 2px;
	border: 1px solid #666666;
}
.startProdPuffDown {
	margin: 10px 0;
}
.startProdPuffHdr {
	background-color: #000000;
	padding: 5px;
}
.startProdPuffHdr h3 {
	color: #FFFFFF;
	margin: 0px;
}
.startTxtIntro {
	margin-bottom: 25px;
}
#startRightMadeinS {
	margin-top: 130px;
}
.exhibitionsLinkDiv {
	
	height:40px;
}

.techInfoStartSpec {
	margin-bottom: 35px;
}
.divIsocertLogo {
	text-align: right;
	margin-top: 20px;
}
