html body {margin: 0px; padding: 10px 0 0 0;}
h1{
margin: 15px 0px 15px 0px;
/* margin: 15px; */
}

h2 {
margin: 15px 0px 0px 0px;
/* margin: 15px; */
}

h3 {
margin: 15px 0px 15px 0px;
/* margin: 15px; */
}

h4 {
margin: 15px 0px 0px 0px;
font-weight: bold;
/* margin: 15px; */
}

h5 {
margin: 0px 0px 0px 0px;
font-weight: bold;
/* margin: 15px; */
}

p {
margin: 0px 15px 15px 0px;
}
p a{color: #3c7ba8;}
p a:hover{color: #3c7ba8;}
p.ole {
margin: 10px 0px 15px 0px;
}
/* layout styles */

#containerstart {
width: 960px;
text-align: left;
margin: 0 auto 0 auto;
padding: 0 !important;
}
#container {
width: 960px;
text-align: left;
margin: 0 auto 0 auto;
padding: 0 !important;
padding-bottom: 0px !important;
}

#banner {
height: 93px;
width: 100%;
margin: 0;
padding: 0;
}
#bannerleft	{
margin: 0px;
width: 450px;
height: 93px;
float: left;
}
#bannerright	{
margin: 0px 3px 0px 450px;
height: 93px;
background-position: right;
}

#banner h1 {
float: left;
margin: 40px 0 0 20px;
}

#sidebar {
float: left;
width: 213px;
margin: 0 0 0 0;
padding: 0;
}
#sidebarContent	{
	margin: 0;
}
* html #sidebar {
margin-left: 0px;
}

#contentstartpage {
float: left;
width: 694px;
margin: 0 0 0 15px;
padding: 0;
}
#content {
float: left;
width: 739px;
padding: 0 0 0 7px;
min-height: 450px;
}

#content #left {width: 491px; float: left;}
#content #right {width: 243px; float: left; margin-left: 5px;}

#content ul {
margin: -15px 0 0 30px;
padding: 0px;
list-style-type:inherit;
}

#content li {
margin: 0px;
padding: 0px;
}


/*Breadcrumbs*/
.siteInfo {margin: 5px 0 0 18px;}
@media print
{
	.siteInfo {display: none;}
}

/* meta nav */
#nav-meta {
float: right;
margin: 8px 4px 0 0;
padding: 0 0 0 0;
width: 370px;
}

#nav-meta #searchForm {
margin-right: 0px; float: right; vertical-align: bottom;
border: 0px;
background: url(../layout/base/searchfieldBG.png) no-repeat;
height: 22px;
width: 103px;
}

#nav-meta ul {
margin: 0;
padding: 0;
float: left;
list-style:none;
}

#nav-meta li {
padding: 0 0 0 5px;
}

#nav-meta a, #nav-meta a:visited {
text-decoration: none;
margin: 0px;
}

#nav-meta a:hover, #nav-meta a:visited:hover {
text-decoration: underline;
}

.skip {
position: absolute;
overflow: hidden;
width: 0;
height: 0;
}

.skip:active, .skip:focus {
position: absolute;
overflow: visible;
width: auto;
height: auto;
}

#search-field	{float: right; margin: 5px 0 0 0; text-align: right; padding: 0px;}

/* main nav */
#nav-main {
margin: 0;
height: 31px;
padding: 0 15px 0 15px;
}

#nav-main ul {
height: 100%;
margin: 0;
padding: 0;
}

#nav-main li {
list-style-type: none;
float: left;
width: auto;
height: 31px;
line-height: 31px;
margin: 0;
}

#nav-main a:link, #nav-main a:visited {
	display: block;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
}

#nav-main a:hover, #nav-main a:visited:hover {
text-decoration: none;
padding: 0px 12px 0px 12px;
}

.current {}

.current a:link, .current a:visited {}

.current a:hover, .current a:visited:hover {}

/* Page title */
#pageTitle {
padding: 10px 0 10px 20px;
margin-left: 1px;
}

/* sub nav left */
#nav-section {
clear: both;
margin-top: 0px;
}

#nav-section ul {
margin: 0;
padding: 0 0 0 1px;
}

#nav-section li {
padding: 10px 0 0 0;
list-style-type: none;
}

a.nav-section {
margin: 0;
display: inline;
padding: 5px 5px 5px 0px;
text-decoration: none;
}

a#nav-section:hover {}

a#youarehere:link, a#youarehere:visited {
	text-decoration: none;
	font-weight: bold;
}


/*supplemental nav */
#nav-supp ul { list-style: none; margin: 0; padding: 0; }
#nav-supp { margin: 0px; }
#nav-supp li { padding: 0 0 0 10px; margin: 2px 0 2px 0px; }

/* footer */
#info-site { padding: 5px 0 0 0; text-align: center; border: 1px solid red; }
#footer	{ height: 16px; padding: 5px; margin: 0 !important; }
.info-company { float: left; text-align: center; width: 100%; line-height: 1.2em; }
.info-company a,.info-company a:visited {}
.info-company a:hover,.info-company a:visited:hover {}
#info-standards{ clear: both; font-size: 10px; padding: 0; margin: 5px !important; }

/* additional settings */
Input	{font-size: 0.9em;}
.clear	{clear:both;}
#separator	{display: inline;}
/* ezCMS specific (1Cols, 2Cols, 3Cols) */
.a_half {
	float: left;
	width: 243px; /*367px*/
	margin: 0 5px 0 0;
}
.a_third {
	float: left;
	width: 243px;
	margin: 0 5px 0 0;
}
.dbl_third {
	float: left;
	width: 491px;
	padding: 0 5px 0 0;
}
/* Startpage boxes */
.startPageExtras	{
	margin: 3px 0px 0px 6px;
	float: right;
	width: 316px;
}
	.HdrPageExtras {
		width: 100%;
		height: 32px;
		line-height: 32px;
		
	}
	.textPageExtras	{
		margin: 0 0 0 10px;
		height: 32px;
		line-height: 32px;
	}

	.startPageExtrasContent	{
	padding: 10px;
	width: 296px;
	min-height: 167px;
	background: #fff url(../layout/base/PageExtrasBG.jpg) repeat-x bottom;
	}
	
	.startPageExtrasContent a {
		font-weight: bold;
		text-decoration: none;
	}
/* Background for productpicture and productinfo (used on product.asp) */
.productBG {background: #c50a1d url(../layout/prod_right_gradient.jpg) top repeat-x;}

/* More Info boxes content */
.MoreInfo {background: #c50a1d url(../layout/more_info_bg.png) repeat-x top; padding: 0px 0px 0px 13px; width: 230px; margin-bottom: 5px; min-height: 80px;}

/* Download boxes (.pdfdoc) */
.pdfDoc {background: #fff url(../layout/base/downloadBG.png) repeat-y; padding: 5px 5px 5px 12px;}
.pdfDoc a{color: #3c7ba8; text-decoration: none; line-height: 20px;}
.pdfDoc a:hover{color: #3c7ba8;}


/* Search.asa */
.searchdescription	{
	margin-left: 15px;
	font-style: normal;
	}
	
/* Aktuellt */
.textPageExtras h2	{
	font-size: 1em;
	margin: 0;
}

/* Accessibility */
.tdBack { font-weight: bold;}

/* Archive */
.imgwrapper{display:table;float:left;margin:0px;padding:0px; padding-right:16px; padding-bottom:16px;}
.onmouseoverpic{padding:8px; cursor:pointer;}
.onmouseoutpic{padding:8px; }

/* PlanningGuide */
a.PlanningGuide {color: #404040; text-decoration: none;}
legend {color: #606060; padding-right: 7px; font-weight: bold;}
select.prodRow {font-size: 0.6em;}
select {font-size:1em;}

/* tooltips */
#tooltip{position:absolute;	background: #c6c0bd; width: 250px; display:none; color: #000; font-weight: normal; font-size: 11px;}
#ttHeader{position: relative; background: #a40d20; padding: 2px 5px; color: #FFF; font-weight: bold;}
#ttContent{position: relative; margin: 2px 5px;}

/* Ajax searchwindow */
#searchWindow {display: none; z-index: 10; position: absolute; width: 940px; height: auto; top: 58px; margin-left: 6px;}
#searchWindowTop { width: 960px; height: 44px; background: url(../layout/searchWindow-Top.png) no-repeat; display: block;}
#searchCloseBtn { float: right; border: 0px solid blue; width: 28px; height: 28px; margin: 0px 5px 0px 0px; cursor: pointer; display: inline;}
#searchWindowHeader { float: left; border: 0px solid green; width: 900px; height: 28px; margin: 15px 0 0 12px; line-height: 28px; color: #fff; font-weight: bold;}
#searchWindowBg {width: 960px; height: auto; background: url(../layout/searchWindow-Bg.png) repeat-y; display: block; float: left;}
#searchResponse {text-align: left; width: 900px; margin: 10px 0 0 20px; border: 0px solid magenta; display: block; min-height: 441px;}
#searchWindowBot {width: 960px; height: 18px; background: url(../layout/searchWindow-btm.png) no-repeat; display: block; float: left;}

/* Dont show until Print */
#printbanner {position: absolute;
overflow: hidden;
width: 0;
height: 0;}

/* Technical data table content */
.tdTable {width: 100%; clear: both; margin-top: 5px;}
.tdTable th.red {font-weight: bold; text-align: left; padding: 5px 0 5px 15px; color: #fff; background: #a40d20;}
.tdTable th {font-weight: bold; text-align: center;}
.tdTable tr.borderbot th {border-bottom: 1px solid #64686e; height: 25px;}
.tdTable th.left {text-align: left; padding-left: 15px;}
.tdTable td {background: #efefef; border-left: 1px solid #fff; border-bottom: 1px solid #fff; padding: 2px; text-align: center;}
.tdTable td.left {text-align: left; padding-left: 15px; border-left: 0px;}
.tdTable td.right {text-align: right; padding-right: 5px; border-left: 0px;}
.tdTable sup {font-size: 85%;}
.tdTable input {background: transparent; border: 1px dotted #808080;}

/* Reseller list in afSearch.asa */
.afBox {border-width: 1px 0px 1px 0px; border-style: solid; border-color: #d0ccc9; background: #eeeceb; margin-bottom: 20px; padding: 5px 10px 5px 10px; width: 223px;}
.afBox:hover {background: #eeeeee;}

/* Produktpuffar */
.prodpuff {height: 210px;}
.prodpuff img {display: block;}
.prodpuffHover {height: 210px;}

/* Documents.asp, exportpartners.asa */
.tableHeaderRed {font-weight: bold; text-align: left; padding: 5px 0 5px 15px; color: #fff; background: #a40d20;}
.resultbox {background: #eeeceb; border-style:solid; border-color: #d0d0cf; border-width: 1px 0 1px 0; float: left; padding: 10px 15px 10px 15px; min-height: 68px; margin-top: 10px;}


.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/* Media archive */
a.archiveBox:link, a.archiveBox:active, a.archiveBox:visited {
	display: block;
	margin: 0 5px 5px 0;
	float: left;
	width: 181px;
	min-height: 200px;
	color: #000;
	text-decoration: none;
}

	a.archiveBox div {
		height: 120px;
		background: #fff;
		text-align: center;
		border: 1px solid #ededed;
	}
	
	a.archiveBox:hover div {
		border: 1px solid #ededed;
	}
	
		a.archiveBox div img {
			margin: 10px 0 0 0;
			border: 0;
		}
	
	a.archiveBox p {
		margin: 5px 10px 0 10px;
		padding: 0;
		line-height: 16px;
	}
	
	a.archiveBox p.archiveDescription {
		height: 80px;
	}
	
	a.archiveBox p.archiveID {
		margin: 0 10px 5px 10px;
		text-align: right;
	}
	

a.archiveBox {
	background: #fff url(../layout/base/samarbPuffBG.jpg) repeat-x left bottom;
}

a.archiveBox:hover {
	background: #dfdfe1;
	color: #000;
}



/* News paging */
div.paging {
	border-top: 1px solid #d4d0ce;
	padding: 5px 0 0 15px;
}

	div.paging p.prev {
		float: left;
	}
	
	div.paging p.next {
		float: right;
	}

/* Submit buttons */
a.button {
    background: transparent url('../layout/button-bg-r.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 42px;
    margin-right: 6px;
    padding-right: 24px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../layout/button-bg-l.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 12px 0 16px 18px;
}