/* CSS Document */
* {font-size: 100.01%;}
html {font-size: 62.5%;}
body{
	background:url(images/bg-body.gif);
	margin:0;
	font:1em Arial, Helvetica, sans-serif;
	color:#333;
}
a{
	color:#000;
	text-decoration:none;
}
/*
a:hover{text-decoration:underline;}
*/
img{border:0;}
fieldset{
	padding:0;
	margin:0;
	border:0;
}
input,
textarea,
select{
	vertical-align:middle;
	font:12px Arial, Helvetica, sans-serif;
}
.holder{
	width:100%;
	background:url(images/bg-holder.gif) repeat-x;
}
/* Webbplatsens huvudID */
#SiteArea{
	width:981px;
	margin:0 auto;
}
/*****************************/
/* TYPOGRAFI			     */
/*****************************/
/*HUVUDRUBRIK*/
h1
{	
	font:Arial Narrow;
    /*font-size:3.3em;*/
    font-size:4em;
    letter-spacing:-1px;
	color:#117c3e;
	margin:0 0 10px;
	line-height:1.3em;
}
.marginbottom30
{
	margin-bottom:30px;
}
/*MELLANRUBRIK 10 GRÖN*/
h2, .heading2green, table.DefaultStyle caption
{
	font-size:1.6em;
	font-weight:bold;
	color:#117c3e;
}
/*MELLANRUBRIK 20*/
h3, table.DefaultStyle th
{
	font-size:1.2em;
    font-weight:bold;
	color:#333333;
}
/*TEXT 20*/
.text20
{
	font-size:1.2em;
	line-height:1.5em;
	color:#333333;
}
/*TEXT 40 GRÅ*/
.text40gray, .mainbody ul li, .mainbody ol li
{
	font-size:1.2em;
	line-height:1.5em;
	color:#333333;
	background:url("images/bg-dot.gif") repeat-x scroll 0 0 transparent;
}
/*TEXT 50*/
.text50, table.DefaultStyle
{	
	font-size:1.1em;
	line-height:1.364em;
	color:#333333;
}
/*TEXT 70*/
.text70
{	
	font-size:1.1em;
	color:#333333;	
	text-transform:uppercase;
}

/*LÄNK 20*/
.link20 a, a.link20, .link20b
{
	font-size:1.1em;
}

/*LÄNK 30*/
.link30 a, a.link30, .link30b
{
	font-size:1.2em;
	line-height:1.5em;
}
.link20 a span, a.link20 span, .link20b span,
.link30 a span, a.link30 span, .link30b span, p.link30 a, a span.link30
{
	cursor: pointer;
    text-decoration:none;
	padding:0 15px 0 0;
	background: transparent url(images/arrow2.gif) no-repeat 100% 5px;
}

.link20 a:hover, a:hover.link20, a:hover .link20b, a:hover .link20b span,.link20 a span:hover,
.link30 a:hover, a:hover.link30, a:hover .link30b, a:hover .link30b span, .link30 a span:hover
{
	text-decoration:underline;
	cursor:pointer;
}

/*LÄNK 40*/
a.link40, .link40 a
{
	text-decoration:underline;
	font-size:1.2em;
	padding:0 0 0 5px;
	line-height:2.0em;
}
a:hover.link40, .link40 a:hover, a:hover .link40
{
    text-decoration:underline;
}

/*****************************/
/* BULLETED LIST             */
/*****************************/
.mainbody ul, .post ul
{
	margin:-13px 0 0;
	padding:0 0 7px;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.mainbody ul li, .post ul li
{
	margin:0;
	margin-bottom:15px;
	margin-top:15px;
	background:url(images/bullet.gif) no-repeat scroll 0px 5px transparent;
	border-bottom: dotted 1px #DDDDDD;
	font-size:1.2em;
	padding-top:0px;
	padding-bottom:15px;
	padding-left:15px;
	list-style-image:none;
}
.post ul li
{
	/*font-family:Times New Roman;*/
}
.mainbody ol
{
	margin:-13px 0 0;
	padding:0 0 7px;
	overflow:hidden;
	width:100%;
}
.mainbody ol li
{
	width:100%;
	margin:-1px 0 15px 20px;
	background:url(images/bg-dot.gif) repeat-x;
	font-size:1.2em;
	padding:15px 0 0 5px;	
}

/*****************************/
/* BLOCKQOUTE			     */
/*****************************/
.mainbody blockquote 
{
	background:url("images/bg-blockquote.gif") no-repeat scroll 0 8px transparent;
	margin:-3px 0 30px;
	padding-left:43px;
	min-height:35px;
	font-family:Times New Roman;
}
.mainbody blockquote p
{
	font-size:1.8em;
	line-height:1.1666em !important;
	margin-bottom:8px;
	
}
.mainbody blockquote .cite
{
	display:block;
	font-size:0.556em;
	font-style:normal;
	line-height:1em;
	text-transform:uppercase;
	padding-top:22px;
	margin-bottom:0px;
}

.mainbody blockquote strong 
{
	display:block;

	margin-bottom: -20px;
}

/************************************************/
/* SIDHUVUD  ---------------------------------- */
/************************************************/
#HeaderArea{
	width:981px;
	padding:18px 0 10px;
	/*position:relative;*/
	z-index:200;
	background:url(images/bg-header.gif) no-repeat 0 100%;
}
#HeaderArea:after{
	clear:both;
	display:block;
	content:"";
}
/************************************************/
/* FUNCTIONS ---------------------------------- */
/************************************************/
.functions{
	margin:0 0 8px;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
.functions li{
	float:left;
	padding:0 22px 0 0;
	font-size:1.1em;
}
.functions li a{ 
	color:#666;
	float:left;
	padding:1px 0 0;
}
.google{
	padding:1px 0 3px 20px!important;
	background: url(images/icon-google.gif) no-repeat;
}
.panel{
	width:981px; 
	float:left;
}
.panel a
{
	float:left;
}

/************************************************/
/* TOPPMENY ----------------------------------- */
/************************************************/
.Menu{
	float:right;
	width:808px;
	height:60px;
	padding:0 17px 0 0;
	background:#117c3e url(images/bg-side.gif) no-repeat 100% 0;
}
.TopMenu{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	/*
	width:650px;
	*/
}
.TopMenu
{
    background: url(images/separator.gif) no-repeat 100% 10px;
}
.TopMenu li{
	float:left;
	font-weight:bold;
	font-size:12px;
	background: url(images/separator.gif) no-repeat 0px 10px;
	max-width:131px;
}
.TopMenu li a{
	float:left;
	color:#fff;
	padding:22px 18px 0;
	height:38px;
	overflow:hidden;
	margin:0 2px 0 0;
	cursor:pointer;
}

.TopMenu li a.ttt {
	background: url(images/arrow.gif) no-repeat 100% 20px;	
	float:left;
	margin-right:19px;
}

.TopMenu li a:hover,
.TopMenu li:hover a,
.TopMenu li.hover a,
.TopMenu li.active a
{
	text-decoration:none;
	background:#0c572b url(images/arrow.gif) no-repeat 100% 20px;
	margin:0;
	margin-right:19px;
}

.TopMenu li:first-child{
    background-image:none;
   	margin-left:0px;
   	padding-left:0px;}
.TopMenu li:hover ul,
.TopMenu li.hover ul{ display:block;}
.TopMenu li ul{
	position:absolute;
	top:60px;
	left:0;
	width:280px;
	background:#0c572b;
	padding:10px;
	margin:0;
	list-style:none;
	overflow:hidden;
	display:none;
	z-index:100;
}
.TopMenu li ul li{
	width:280px;
	max-width:280px;
	font-weight:normal;
	background:none;
}

.TopMenu li ul li .icon1
{
    width:245px;
	padding-left: 25px !important;
	background: url(images/icon1.gif) no-repeat 11px 10px !important;
}
.TopMenu li ul li .icon1:hover
{
	background: #256841 url(images/icon1.gif) no-repeat 11px 10px !important;
}
.TopMenu li ul li .icon2
{
    width:245px;
	padding-left: 25px !important;
	background: url(images/icon2.gif) no-repeat 11px 9px !important;
	border-bottom:1px solid #256841;
}
.TopMenu li ul li .icon2:hover
{
	background: #256841 url(images/icon2.gif) no-repeat 11px 9px !important;
}
.TopMenu li ul li:first-child a{ border:0;}
.TopMenu li ul li a{
	height:auto;
	padding:7px 10px!important;
	margin:0;
	width:260px;
	background:none !important;
	border-top:1px solid #256841
}
.TopMenu li ul li a:hover{ background:#256841 !important;}
.TopMenu li ul li em{
	font-style:normal;
	padding:0 0 0 15px;
}
.TopMenu .SelectedTopMenu
{
	background:#0c572b;
    position:relative;
    z-index:100;
   	margin-right:-2px;
   	padding-right:2px;
   	max-width:133px;
}
.TopMenu li:hover
{
	background:#0c572b;
    position:relative;
    z-index:100;
   	margin-right:-2px;
   	padding-right:2px;
}
/************************************************/
/* QUICKSEARCH  ------------------------------- */
/************************************************/
.QuickSearchArea
{
	float:right;
	width:131px;
	height:22px;
	overflow:hidden;
	margin:15px 0 0;
	padding:8px 10px 0;
	/*background: url(images/bg-input.gif) no-repeat;*/
	background: url(images/quicksearchback.png) no-repeat;
}

.QuickSearchArea input
{
	float:left;
	color:#a0bdac;
	border:0;
	background:none;
	padding:0;
	width:112px;
}

.quickSearchButton
{
	width:13px!important;
	height:13px;
	cursor:pointer;
	padding:0;
	margin:1px 0 0 6px;
}

/************************************************/
/* BREADCRUMBS -------------------------------- */
/************************************************/
.BreadCrumbsArea{
	width:962px;
	overflow:hidden;
	margin:0 0 9px 19px;
}
.BreadCrumbsArea p{
	font-size:1.1em;
	color:#8b8a7e;
	margin:0;
	float:left;
	width:57px;
}
.BreadCrumbsArea ul{
	float:left;
	width:905px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.BreadCrumbsArea ul li{
	float:left;
	padding:0 12px;
	color:#8b8a7e;
	font-size:1.1em;
	background:url(images/arrow3.gif) no-repeat 0 55%;
}
.BreadCrumbsArea ul li:first-child{
	background:none;
	padding-left:0;
}
.BreadCrumbsArea ul li a{color:#8b8a7e;}

.ServiceBreadCrumb {
	width:100%;
    list-style:none;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
ul.ServiceBreadCrumb {
	list-style-image:none;
	list-style-type:none;
	margin:0 0 10px -4px;
}
ul.ServiceBreadCrumb li{
	font-size:1em;
	float:left;
	padding:0 8px;
	background:url(images/seperator2.gif) no-repeat 0 60%;
	margin:0 0 0 -3px;
	text-transform: uppercase;
	color:#888;
	line-height:1.4em;
}

ul.ServiceBreadCrumb li a{
	float:left;
	color:#888;
}

/************************************************/
/* INNEHÅLLSYTA ------------------------------- */
/************************************************/
#MainContentArea
{
}
.twocolumns{
	width:100%;
	overflow:hidden;
	margin:0 0 50px;
}

#ContentArea
{
	float:right;
	width:761px;
	background:url(images/bg-content.gif) no-repeat;
	padding:5px 0 0;
}
.Content
{
	background:#fff url(images/bg-content-c.gif) no-repeat 0 100%;
	overflow:hidden;
	width:701px;
	padding:20px 30px;
}
.box-area{
	width:701px;
	overflow:hidden;
	/*border-bottom:1px solid #ddd;*/
	padding:0 0 30px;
}
.box-holder{
	overflow:hidden;
	background:url(images/bg-box-holder.gif) repeat-y;
}
.box-holder-wide{
    margin-bottom:-31px;
	overflow:hidden;
}
.inform{
	width:460px;
	float:left;
	/*margin:0 0 -30px;*/
	margin:0;
	overflow:hidden;
	padding:0;
}

.inform img.product
{
    width:460px;
}
.mainbody p 
{
	/*font-family:Times New Roman;*/
	font-size:1.35em;
	line-height:1.4em;
	/*margin:0 0 8px;*/
	margin:0 0 15px;
}
.mainbody p a, .mainbody table a
{
    text-decoration:underline;
}
.mainbody h2 
{
	margin-bottom:5px;
}

.Introduction
{
	font-size:1.6em;
	line-height:1.5em;
	margin: 0 0 20px;
}

.intro 
{
	margin:-20px -30px 28px;
	width:761px;
	height:200px;
}

.intro .text-block 
{
	padding:30px 0 0 30px;
	width:460px;
}
.intro .text-block h1
{
	margin-bottom:20px;
}

/********************/
/*Calendar CSS Start*/
/********************/

/*Calender Tabs Start*/
.roll{
	margin:0 0 40px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:12px;
	background:url(images/bg-roll.gif) repeat-x 0 100%;
}
.roll li{
	float:left;
	overflow:hidden;
	margin-right:2px;
}
.roll li a{
	float:left;
	background:url(images/bg-roll-hover-r.gif) no-repeat 100% 0;
	padding-right:6px;
	color:#888;
	cursor:pointer;
}
.roll li a span{
	float:left;
	padding:12px 7px 9px 16px;
	height:15px;
	background:url(images/bg-roll-hover-l.gif) no-repeat;
}
.roll li.active a,
.roll li a:hover{
	background:url(images/bg-roll-hover-r.gif) no-repeat 100% 100%;
	text-decoration:none;
}
.roll li.active a span,
.roll li a:hover span{background:url(images/bg-roll-hover-l.gif) no-repeat 0 100%;}
.roll li.mark a{color:#ccc;}

.roll li a{
	float:left;
	background:url(images/bg-roll-hover-r.gif) no-repeat 100% 0;
	padding-right:6px;
	color:#888;
	cursor:pointer;
}
/*disabled link*/
.roll li .disabled{
	float:left;
	background:url(images/bg-roll-hover-r.gif) no-repeat 100% 0;
	padding-right:6px;
	color:#888;
}
.roll li .disabled span{
	float:left;
	padding:12px 7px 9px 16px;
	height:15px;
	background:url(images/bg-roll-hover-l.gif) no-repeat;
	color:#ccc;
}
/*disabled link*/

/*Calender Tabs End*/
.clear { clear:both; height:0; line-height:0; font-size:0px; overflow:hidden; margin-bottom:40px;}
.main-big .clear { clear:both; height:0; line-height:0; font-size:0px; overflow:hidden; }

.main-big #content{
	width:686px;
	float:left;
	padding-top:10px;
}
.main-big #content h2{
	margin:0;
	color:#117c3e;
	font-size:4.0em;
	line-height:1em;
	letter-spacing:-2px;
}
.main-big #content .wrap{margin-bottom:37px;}
.main-big #content .img-holder{
	float:left;
	width:265px;
	padding:37px 0 0 22px;
	margin-right:21px;
}
.main-big #content .text{
	height:1%;
	overflow:hidden;
	padding-top:23px;
}
.main-big #content .text h3{
	margin:0 0 3px;
	font-size:1.6em;
	line-height:1em;
	color:#117d3f;
}
.main-big #content .text p{
	/*font:1.4em/1.5em "Times New Roman", Times, serif;*/
	font-size:1.35em;
	line-height:1.4em;
	margin:0;
}
.main-big #content .text ul{
	margin:0;
	padding:28px 0 0;
	list-style:none;
	font-size:1.2em;
	line-height:1em;
}
.main-big #content .text ul li{padding:0 0 14px;}
.main-big #content .text ul a{
	color:#000;
	background:url(images/bg-point.gif) no-repeat 100% 6px;
	padding-right:14px;
}
.main-big{background:#fff url(images/bg-main-big-t.gif) no-repeat;}
.main-big .holder{
	background:url(images/bg-main-big-b.gif) no-repeat 0 100%;
	width:921px;
	padding:24px 30px 43px;
}
.main-big .segment{
	background:url(images/bg-main-frame.gif) repeat-y;
	width:921px;
	overflow:hidden;
	margin-bottom:31px;
}
.main-big #sidebar{
	width:203px;
	float:right;
}
.main-big #sidebar h3{
	margin:0 0 10px;
	color:#117d3f;
	font-size:1.6em;
	line-height:1.6em;
}
.post {
	background:url(images/bg-post.gif) no-repeat 1px 5px;
	padding:0 0 12px 30px;
}
.post h3{
	margin:0;
	color:#117d3f;
	font-size:1.6em;
	line-height:1.5em;
}
.post .postintro{
	font-size:1.2em;
	line-height:1.2em;
	display:block;
	margin-bottom:8px;
}
.post .postintro .postintrotext
{
	color:#333333;
}
.post em
{
	font-style:normal;
	color:#888;
}
.post p{
	margin:0 0 16px;
	/*font:1.4em/1.5em "Times New Roman", Times, serif;*/
	font-size:1.35em;
	line-height:1.4em;
}
.post p.nisl{margin:-16px 0 21px;}
/*******************/
/*Calendar CSS End*/
/*****************/

/************************************************/
/* HÖGERKOLUMN -------------------------------- */
/************************************************/
.RightArea
{
    float:right;
	width:203px;
	overflow:hidden;
	padding:0 0 0 18px;
}

.PageList{
	width:100%;
	overflow:hidden;
	margin:0 0 28px;
	padding:0 0 12px;
	border-bottom:1px solid #ddd;
}
.PageList .PageListItem
{
	width:100%;
	padding: 0 0 3px;
	margin:0 0 4px;
	float:left;
	background:url(images/bg-dot.gif) repeat-x 0 100%;	
}
.PageList .LastItem
{
	background:none;
}
.PageList .PageListItem img
{
    float:left;
}
.PageList .PageListItem span
{
	color:#333;
	font-size:1.0em;
	float:left;
	padding:0 0 0 10px;
	margin-top:7px;
	text-transform:uppercase;
}	

.Expanded
{
	width:100%;
    background: none;
    cursor:pointer;
	padding:0 0 0 2px;
}

.collapsePanel
{
/*	width:100%;*/
}
/************************************************/
/* HÖGERKOLUMN CONTACT						    */
/************************************************/
.contactperson
{
	margin-bottom:30px;
}
.contactform
{
    border-color:#DDDDDD;
    border-style:solid;
    border-width:0 0 1px;
    padding:0 0 30px 0;
    margin-bottom:20px;
    width:205px;
}	
.contactform .call2 
{
	background:url("images/bg-slideblock.gif") repeat-x scroll 0 100% transparent;
	margin:-5px 0 12px -2px;
	padding:0 0 15px;
}
.skicka 
{
	margin-bottom:-8px;
	padding-top:4px;
	width:100%;
	overflow:hidden;
}
.skicka .thankyoumessage
{
	font-size:1.2em;
	line-height:1.5em;
	color:#117c3e;
	display:block;
	padding-bottom:10px;
}
.xformvalidator
{
	color:Red;
	font-size:1.1em;
}
.skicka .xformvalidator
{
	color:Red;
	font-size:1.3em;
}
.contactxformvalidation
{
	padding-top:20px;
	font-size:1.3em;
	line-height:1.1em;
	color:Red !important;
}
.skicka table tr 
{
	padding-bottom:13px;
	width:200px;
}
.skicka .contactformtextfield 
{
	width:192px;
	font-size:1.1em;
	background-color:#FAFAFA;
	/*display:block;*/
}
.skicka .contactformlabel 
{
	display:block;
	font-size:1.1em;
	line-height:1.1em;
	padding-bottom:0px;
	padding-top:15px;
}
.skicka .contactformlabelfirst
{
	display:block;
	font-size:1.1em;
	line-height:1.1em;
	padding-bottom:5px;
	padding-top:0px;
} 
.skicka input 
{
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	font-size:1.1em;
	padding:5px 0 3px;
	width:190px;
}
.skicka .contactformtextbox  
{
	background:url("images/bg-input-text5.gif") no-repeat scroll 0 0 transparent;
/*	display:block;*/
	height:23px;
	overflow:hidden;
	padding:2px 5px;
	width:190px;
}
.skicka .contactformbutton 
{
	background:url("images/bg-input-submit4.gif") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	height:24px;
	margin:15px 2px 20px 0;
	text-transform:uppercase;
	width:72px;	
}
.aside .wrap-post 
{
	margin:0 0 15px;
	overflow:hidden;
	width:100%;
	background:url("images/bg-slideblock.gif") repeat-x scroll 0 100% transparent;
	padding:0 0 15px;
}
.aside .img-holder 
{
	float:left;
	margin:3px 8px 0 0;
	width:50px;
}
.img-holder img 
{
	display:block;
}
.text-holder
{
	height:1%;
	overflow:hidden;
}
.text-holder h3
{
	margin:0 0 8px;
}
.text-holder .link40 a
{
	padding:0;
}

/************************************************/
/* TABS --------------------------------------- */
/************************************************/
.tabs{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	border-bottom:1px solid #ddd;
}
.tabs .ajax__tab_header{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #ddd;
	width:100%;
}
.tabs .ajax__tab_header:after{
	content:"";
	clear:both;
	display:block;
}
.hidetabheader .ajax__tab_header
{
    display:none;
}
.hidetabheader .ajax__tab_body
{
    border-top:1px solid #ddd;
}
.tabs .ajax__tab_outer{
	float:left;
	padding:0 1px 0 0;
}
.tabs .ajax__tab_inner{
	float:left;
	background:url(images/bg-tab.gif) no-repeat;
	color:#888;
	font-size:1.2em;
	line-height:0.9em;
	padding:0 0 0 14px;
	z-index:2;
	position:relative;
	/*cursor:pointer;*/
	outline:none;
}
.tabs .ajax__tab_tab{
	padding:15px 14px 9px 0;
	background:url(images/bg-tab.gif) no-repeat 100% 0;
	float:left;
	height:11px;
	margin:0;
}
.tabs .ajax__tab_hover .ajax__tab_tab,
.tabs .ajax__tab_active .ajax__tab_tab{
	padding:15px 14px 10px 0;
	background:url(images/bg-tab-hover.gif) no-repeat 100% 0;
    cursor:pointer;
}
.tabs .ajax__tab_hover .ajax__tab_inner,
.tabs .ajax__tab_active .ajax__tab_inner{
	background:url(images/bg-tab-hover.gif)  no-repeat;
	margin:0 0 -1px;
}
.tabs .ajax__tab_body{
	width:100%;
	position:relative;
	z-index:1;
	padding:20px 0 0 0;
}
.ServiceImageListTabs .ajax__tab_body{
    padding:0px;
}
.ServiceImageListTabs
{
	visibility:visible !important;
}

.tabs .bodytab ul{

	margin:-13px 0 0;
	padding:0 0 7px;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.tabs .bodytab p
{
    font-size:1.35em;
    line-height:1.4em;
    padding:0 0 15px;
    margin:0;
}
.tabs .bodytab p a
{
    text-decoration:underline;
}
.tabs .bodytab ul li
{
	margin:-1px 0 15px 16px;
	background:url(images/bg-dot.gif) repeat-x;
	font-size:1.2em;
	padding:15px 0 0 5px;
	list-style-image:url(images/bullet.gif);
	list-style-type:none;
	list-style-position: outside;

}
.tabs .bodytab h2{
	padding:0 0 10px;
	margin:0;
}
/************************************************/
/* FILLISTA ----------------------------------- */
/************************************************/
.dokumentnamn{
	margin:-1px 0 0;
	padding:0 0 0 4px;
	list-style:none;
	font-size:1.1em;
	line-height:1.3;
	border-bottom:none;
}
ul.dokumentnamn li{
	padding:0 0 15px 26px;
	min-height:20px;
	overflow:hidden;
	margin:0;
	font-size:1em;
	line-height:1.3;
}
.dokumentnamn li.pdf
{background:url(images/pdf.gif) no-repeat 0 0;}
.dokumentnamn li.doc,
.dokumentnamn li.docx
{background:url(images/doc.gif) no-repeat 0 0;}
.dokumentnamn li.ppt,
.dokumentnamn li.pptx
{background:url(images/ppt.gif) no-repeat 0 0;}
.dokumentnamn li.xls,
.dokumentnamn li.xlsx
{background:url(images/xls.gif) no-repeat 0 0;}

.dokumentnamn li .wrap{
	height:auto;
	width:100%;
	overflow:hidden;
}
.dokumentnamn a{
	float:left;
	color:#000;
	font-size:1.1em;
	line-height:1.1em;
	text-decoration:underline;
	padding-bottom:2px;
}
.dokumentnamn a:hover{text-decoration:none;}
.dokumentnamn p{
	margin:0;
	line-height:1.3em;
}

/************************************************/
/* KOMBINERA TJÄNSTER ------------------------- */
/************************************************/
.CombineServices{
	width:100%;
	overflow:hidden;
	margin:0 0 30px;
}
.CombineServices h2
{
    margin:20px 0 20px 0;
}
.CombineServices .list-img{
	width:110%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}
.CombineServices .list-img li{
	float:left;
	background:url(images/plus.gif) no-repeat 0 40%;
	padding:0 20px 0 18px;
	width:140px;
	margin:0 0 0 -17px;
	text-align:center;
	min-height:140px;
}
.CombineServices .list-img li a span{
	margin:0;
	font-size:1.2em;
	text-decoration:underline;
}
.CombineServices .list-img li a{
	color:#000;
	display:inline;
}
.CombineServices .list-img li a:hover span,
.CombineServices .list-img li a:hover
{
    text-decoration:none;
}
.CombineServices .list-img li a img{
	overflow:hidden;
	margin:0 0 7px;
    text-decoration:none;
    text-align:center;
}

/************************************************/
/* TVÅ KOLUMNER MED BILD ---------------------- */
/************************************************/
.ImageList
{
    width:480px;
}
.ImageList header
{
    margin-bottom:20px;
    margin-top:20px;
    width:460px;
}
ul.figure{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	/*border-bottom: solid 1px #ddd;*/
}
.ImageList ul.figure
{   
    border-bottom: solid 1px #ddd;
}
.WideImageList .text50,
.ImageList .text50
{
	display:block;
	margin-top:5px;
}
ul.figure ul{
	list-style:none;
    padding-left:0;
	overflow:hidden;
	margin:0 0 20px 0;
	border-bottom: solid 1px #ddd;
}

ul.figure a, ul.figure a:hover{
    text-decoration:none;
    }
ul.figure  li{
	width:220px;
	float:left;
	margin-right:20px;
	padding:0;
	margin-bottom:30px;
}
.figure .img-holder{
	float:left;
/*	width:100px;*/
	margin-right:10px;
}

ul.figure-big{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	border-bottom: solid 1px #ddd;
}
ul.figure-big  li{
	width:220px;
	float:left;
	margin-right:20px;
	padding:0;
	margin-bottom:30px;
}
.figure-big .img-holder{
	float:left;
	width:70px;
	margin-right:10px;
}

.linklisting .figure-big 
{
   border:0px;
}

.WideImageList
{
    width:721px;
}
.WideImageList h2
{
    width:701px;
    margin:20px 0 20px 0;
}
.WideImageList h2 a
{
    text-decoration:none;
	color:#117c3e;
}
.WideImageList h3
{
    margin:0 0 20px 0;
    width:701px;
}
.WideImageList .mainbody,
.WideImageList .Introduction
{
    width:701px;
}
.WideImageList ul.figure  li{
   	width:221px;
	margin-right:19px;
	margin-bottom:20px;
}
/************************************************/
/* TRE KOLUMNER MED BILD ÖVER ----------------- */
/************************************************/
.ImageList2
{
    width:480px;
}
.ImageList2 ul
{
	list-style:none;
    padding-left:0;
	overflow:hidden;
	margin:0;
	border-bottom: solid 1px #ddd;
}
.ImageList2 li
{
	width:140px;
	float:left;
	margin-right:20px;
	padding:0;
	margin-bottom:30px;
}
.ImageList2 a:hover,
.ImageList2 a:hover .heading2green
{
    text-decoration:none;
}
.ImageList2 .marginbottom30
{
    margin-bottom:30px;
}
.ImageList2 .text30b
{
    font-size:1.2em;
    line-height:1.5em;

}
.ImageList2 .text30b p
{
    margin:0;
}

/************************************************/
/* SERVICE LIST MED BILD ---------------------- */
/************************************************/
.ServiceImageList
{
    width:721px;
}

.ServiceImageList ul
{
    width:721px;   
    float:left;
    margin:0 0 -1px 0;
    padding:0;
    list-style:none;
}
.ServiceImageList ul.service
{
    border-bottom:solid 1px #ddd;
    padding-bottom:21px;
}
.ServiceImageList ul ul ul
{
    margin:0;
}
.ServiceImageList ul li
{
    float:left;
}
.clear3
{
    clear:both;
}

.servicelink
{
    margin-top:20px;
   	width:221px;
	margin-right:19px;
    float:left;
}
.ServiceImageList ul.service .servicelink .text50
{
	display:block;
	margin-top:5px;
}
.servicelink .img-holder{
	float:left;
	margin-right:10px;
}
.ServiceImageList ul li a:hover
{
    text-decoration:none;
}
.ServiceImageList h2
{
    padding-bottom:0px !important;
    margin:20px 0 0 0 !important;
    width:701px;
}
.ServiceImageList h2 a
{
    text-decoration:none;
	color:#117c3e;
}
.ServiceImageList h3
{
    margin:20px 0 0 0;
    width:701px;
    padding-top:0px;
}

/************************************************/
/* SIDANSVARIG -------------------------------- */
/************************************************/
.txt{
	width:100%;
	overflow:hidden;
	margin:0 0 17px;
	border-top:1px solid #DDDDDD;
}
.txt p{
	margin:7px 0 0;
	color:#888;
	text-transform:uppercase;
}
.txt p a{color:#888;}

/************************************************/
/* SIDFOTEN ----------------------------------- */
/************************************************/

#FooterArea{
	width:981px;
	padding:0 0 20px;
	overflow:hidden;
}
#FooterArea .area{
	width:962px;
	overflow:hidden;
	padding:0 0 12px 19px;
	border-bottom:1px solid #c8c7bb;
	margin:0 0 10px;
}
#FooterArea .holder{
	width:1000px;
	background:none;
	overflow:hidden;
}
#FooterArea .box{
	float:left;
	padding:0 15px 0 0;
}
#FooterArea .box h3{
	font-size:1.1em;
	color:#333;
	margin:0 0 5px;
}
#FooterArea .box ul{
	margin:0;
	padding:0;
	list-style:none;
}
#FooterArea .box ul li{
	height:1%;
	padding:0 0 5px;
	font-size:1.1em;	
}
#FooterArea .box ul li a{ color:#666;}

.bot{
	width:941px;
	overflow:hidden;
	padding:0 20px;
}
.bot p{
	float:left;
	color:#666;
	margin:0;
	font-size:1.1em;
}
.bot ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.bot ul li{
	display:inline;
	font-size:1.1em;
	padding:0 0 0 17px;
}
.bot ul li a{color:#666;}

/* END CHECK */


#SitePosition
{
	margin:auto;
	width:981px; 
}



#HeaderImage
{
	margin-bottom:0.7em;
	border:0;
	padding:0;
}

#HeaderImage img
{
	
}
#HeaderImage a
{
}

/*****************************/
/* STARTSIDA			     */
/*****************************/
#StartMainContentArea
{
	width:981px;
	overflow:hidden;
	background: url(images/bg-main.gif) no-repeat;
	padding:4px 0 0;
	/*position:relative;*/
	margin:0 0 38px;
}
#StartMainContentArea .c 
{
	/*background:url("images/bg-main-c.jpg") no-repeat scroll 0 100% #FFFFFF;*/
	overflow:hidden;
	padding:16px 30px 37px 49px;
	width:902px;
}

#StartMainContentArea .holder 
{
	background:url("images/bg-holder-main.gif") repeat-y scroll -3px 0 transparent;
	overflow:hidden;
	width:901px;
}
#StartMainContentArea .mainbody .link30 a
{
	font-size:1.077em;
} 
#StartMainContentArea-new
{
	width:981px;
	overflow:hidden;
	background: url(images/bg-main.gif) no-repeat;
	padding:4px 0 0;
	/*position:relative;*/
	margin:0 0 38px;
}
#StartMainContentArea-new .c 
{
	/*background:url("images/bg-main-c.jpg") no-repeat scroll 0 100% #FFFFFF;*/
	overflow:hidden;
	padding:40px 50px 50px;
	width:880px;
}

#StartMainContentArea-new .holder 
{
	background:url("images/bg-holder-main2.gif") repeat-y scroll -3px 0 transparent;
	overflow:hidden;
	width:880px;
}
#StartMainContentArea-new .mainbody .link30 a
{
	font-size:1.077em;
}

.content
{
	float:left;
	padding:23px 0 12px;
	width:563px;
}
.contentWide
{
	float:left;
	padding:0;
    width: 880px;
}

#ContentArea.Wide
{
	float:left;
	width:715px;
}
.content p 
{
	font-size:1.3em;
	line-height:1.3em;
	margin:0 0 15px;
}
.mask 
{
	background:url("images/bg-main-b.gif") no-repeat scroll 0 0 transparent;
	bottom:0;
	height:13px;
	left:0;
	overflow:hidden;
	/*position:absolute;*/
	width:981px;
}
.startpagemask 
{
	background:url("images/bg-main-b.gif") no-repeat scroll 0 -4px transparent;
	bottom:0;
	height:13px;
	left:0;
	overflow:hidden;
	/*position:absolute;*/
	width:981px;
}

.AlertBoxArea
{
    width: 981;
    background: url("images/alerttop.gif") no-repeat 0 0 transparent;
    margin: 0 0 10px 0;
    padding: 4px 0 0 0;
}

.AlertHolder1
{
    width: 981;
    background: url("images/alertbottom.gif") no-repeat 0 100% transparent;
    padding: 0 0 4px 0;
    margin: 0 0 10px 0;
}

.AlertHolder2
{
    width: 981;
    background: url("images/alertbg.gif") repeat-y 0 0 transparent;
    padding: 0 10px;
}

.AlertBox
{
    background: url("images/exclamation.gif") no-repeat 0 50% transparent;
    padding: 1px 0 1px 45px;
    min-height: 32px;
    font-size: 2.2em;
    margin-left: 10px;
}
.AlertBox p 
{
    margin-top: 22px;
    margin-bottom: 22px;    
    font-weight: bold;
}

.HeadingArea
{
    width: 640px;
    padding-left: 15px;
}

.HeadingArea h1
{
    font-size: 2.5em;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.TopArea
{
	overflow:hidden;
}

.MidSearchArea
{
    background-color: white;
    overflow:hidden;
    width: 880px;
}

.right_corners 
{
    width: 10px;
    float: right;
    background-color: #ff0000;
    height: 68px;
    margin-right: 15px;
    background:url("images/right_corner.png");
    
}


.left_corners
{
    width: 10px;
    float: left;
    background-color: #ff0000;
    height: 68px;
    margin-left: 15px;
    background:url("images/left_corner.png");
}



.MidSearchBox
{
    /*background:url("images/bg-box.gif") no-repeat scroll 0 100% #EDEDED !important;*/
    background:url("images/MidSearchBackCorners.png") repeat-x #EDEDED !important;
    overflow:hidden;
    float: left;
    padding:0px 15px !important;
    padding:0px 15px 15px 15px !important;
    margin: 0px 15px 15px 15px;
    display: inline-block;
    width: 817px;
    
}

.MidSearchBox label
{
    float: left;
    margin: 25px 0 0 0;
    font-size: 1.32em;
}

.MidSearchBox .container-new
{
    float: left;
    margin: 15px 0 15px 8px;
    margin: 15px 0 0px 8px;
}

.MidSearchBox .second
{
    clear: both;
}

.MidSearchBox .csecond .showall
{
    clear: both;
    /*padding-bottom: 15px;*/
}

/*****************************/
/* STARTSIDA PUFFAR			 */
/*****************************/
.list-holder{
	width:560px;
	overflow:hidden;
	padding-top:40px;
}
.list-holder .list {
	margin:0;
	padding:0 0 20px;
	list-style:none;
	overflow:hidden;
	width:700px;
	background:url(images/bg-list.gif) repeat-y;
}
.list-holder .list li{
	float:left;
	width:140px;
	margin:0 25px 0 0;
	padding:15px 15px 0;
}
.list-holder .list img{display:block;}
.list-holder .list .pic{
	width:140px;
	overflow:hidden;
	margin:0 0 10px;
}
.list-holder .list a{
	font-size:1.2em;
	margin:0;
	line-height:1.3em;
}

.list-holder .list a{ text-decoration:none !important;}
.list-holder .list a:hover{ text-decoration:none !important;}

.three-column-layout
{
	width:880px;
	overflow:hidden;
    font-size: 1.2em;
}

.three-column-layout .list
{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width: 880px;
    background: url("images/three-col-bg.gif") repeat-y 0 0 transparent;
}

.TopArea .three-column-layout .list
{
    margin: 0 0 11px 0;
    margin-bottom: 11px;
}

.BottomArea .three-column-layout .list
{
    margin-top: 11px;
}

.TopArea .three-column-layout .list.opaque
{
    background-color: #ffffff;
    margin: 0;
    padding: 0px;
	border-top:1px solid #ddd;
}

.BottomArea .three-column-layout .list.opaque
{
    background-color: #ffffff;
    margin: 0;
    padding: 15px 0 0 0;
}

.three-column-layout .list li.column {
	float:left;
	width:256px;
	margin:0 11px 0 0;
    padding: 25px 15px 15px;
    background-color: #ffffff;
}
.TopArea .three-column-layout .list li.column {
    padding-bottom: 15px;
    background-color: #ffffff;
}
.three-column-layout .list li.col3 {
    margin: 0;
}
.three-column-layout .list img{display:block;}
.three-column-layout .list .pic{
	width:256px;
	overflow:hidden;
	margin:0 0 10px;
}
.three-column-layout .list a{
/*	font-size:1.2em;*/
	margin:0;
	line-height:1.3em;
}
.three-column-layout .list li ul li a{
	/*font-size:1.3em;*/
}

/*.three-column-layout .list a{ text-decoration:none !important;}*/

.three-column-layout .list:hover > h2 
{
    text-decoration:none !important;
}

/*.three-column-layout .list a:hover{ text-decoration:underline;}*/

.three-column-layout .link {
    color: #333;
    font-size: 16px;
}

.three-column-layout .text {
    font-size: 1em;
}

.linklist2 h2, .puffimage2 h2
{
    margin: 0 0 8px;
    font-size: 15px;
}

.pufftext2 h2
{
    margin: 0 0 8px;
    font-size: 17px;
}

.linklist2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.linklist2 ul li {
    padding: 8px 0;    
    border-color:#DDDDDD;
    border-style:dotted;
    border-width:0 0 1px;
}


.datelistlastline {
    border-bottom: none !important;
    
}

.linklist2 ul li.datelist {
    padding: 8px 0;    
    border-color:#DDDDDD;
    border-style:dotted;
    border-width:0 0 1px;
}

.linklist2 ul li.separator {
    border-color:#DDDDDD;
    border-style:dotted;
    border-width:0 0 1px;
    padding: 0;
    margin: 10px 0;
    display: none;
}

.linklist2 ul li.lastline {
    border:0;
}

.linklist2 ul li.endline {
    border-color:#DDDDDD;
    border-style:dotted;
    border-width:0 0 1px;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}

.linklist2 a.linkarrow h2 span {
	cursor: pointer;
    text-decoration:none;
	padding:0 15px 0 0;
	background: transparent url(images/greenarrowright.png) no-repeat 100% 2px;
}

.datelist a div
{
    padding: 0 0 0 37px;
    background: transparent url(Images/Arrow_transparent.png) no-repeat 0% 50%;
    font-size: 14px;
    color: #333;
}

.datelistlastline a div
{
    padding: 0 0 0 37px;
    background: transparent url(Images/Arrow_transparent.png) no-repeat 0% 50%;
    font-size: 14px;
    color: #333; 
    
}


.link30 span.date {
    background: transparent;
    padding: 0;
    color: #999;
    font-size: 14px;
} 

.pufftext2 .heading.link {
    padding: 0 0 0 36px;
   /* background: transparent url(Images/bg-tender_transp.gif) no-repeat 0% 50%;*/
    background: transparent url(Images/Arrow_transparent.png) no-repeat 0% 50%;
    min-height: 25px;
}

.pufftext2 .text {
    margin-top: 12px;
    font-size: 14px;
    color: #333;
}

.puffimage2 .img-holder.above {
    margin: 0 0 10px 0;
}

.puffimage2 .img-holder.below {
    margin: 10px 0 0 0;
}

/*****************************/
/* STARTSIDA HÖGERKOLUMN	 */
/*****************************/

.StartRightArea
{
	float:right;
	padding:8px 0 0;
	width:280px;
}
.rightpuffs 
{
	min-height:378px;
}
.rightpuff 
{
	padding:2px 5px 19px 0px;
	width:280px;
	clear:both;
	float:left;
}
.rightpuff .rightpuffimg
{
	float:left;
	width:30px;
}
.rightpuff .rightpufftext
{
	float:right;
	width:250px;
}
.rightpuff .rightblogpufftext
{
	/*margin-top:30px;*/
}
.rightpuff .rightblogpuffdate
{
	font-size:1.2em;
	color:#888888;
	padding-top:5px;
	clear:both;
}
.rightpuff .Introduction
{
	margin-bottom:5px;
}
.rightpuff h2 
{
	margin:0 !important;
	/*line-height:1.6em;*/
	padding-top:2px;
}
.rightpuff h2 a
{
	color:#117C3E;
}

.rightpuff .pufftext 
{
	font-size:1.2em;
	line-height:1.5em;
	margin:0;
}
.rightpuff a:hover 
{
	text-decoration:none;
}
.rightpuff .link30
{
	margin-top:5px;
	margin-bottom:10px;
	font-size:1.333em;	
	line-height:1.8em;
}
.rightpuff .link30 a
{
	background:url(images/arrow2.gif) no-repeat 100% 6px !important;	
}
.rightpuff .link30 a:hover, .rightpuff .link30 a:hover span
{
	text-decoration:underline;
}

/************************************************/
/* VÄNSTERKOLUMN ------------------------------ */
/************************************************/
#LeftArea
{
	width:210px;
	float:left;
	background:url(images/bg-sidebar.gif) no-repeat;
	padding:5px 0 0;
}
/************************************************/
/* VÄNSTERMENY   ------------------------------ */
/************************************************/
.submenustartnode
{
	/*font-family:Trade Gothic;*/
	color:#117D3F;
	font-size:1.4em;
	line-height:1em;
	margin:0 20px 20px 20px;
	font-weight:bold;
}
#LeftArea .c 
{
	background:url("images/bg-sidebar-c.gif") no-repeat scroll 0 100% #FFFFFF;
	overflow:hidden;
	padding:15px 0 15px;
	width:210px;
}
#LeftArea .c a
{
    text-decoration:none;
}
#LeftArea .c ul
{
	list-style:none outside none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:210px;
}
#LeftArea .c ul li
{
	border-top:1px solid #DDDDDD;
	float:left;
	margin:0 0 0;
	padding:15px 20px 15px 20px;
	width:170px;
	list-style:none;
}
#LeftArea .c ul li a
{	
	color:#888888;
	float:left;
	font-size:1.2em;
	line-height:1em;
}

#LeftArea .c ul li .selectedLevel, #LeftArea .c ul li .selectedTopLevel
{
	color:#117D3F;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 0;
}
#LeftArea .c ul li ul
{
	overflow:hidden;
	width:170px;
	float:left;
	padding-bottom:2px;
}
#LeftArea .c ul li ul li
{
	border:0 none;
	float:left;
	padding:20px 0 0;
	width:170px;
}
#LeftArea .c ul li ul li a
{
	color:#444444;
	float:left;
	font-size:1.2em;
}
#LeftArea .c ul li ul li .selected, #LeftArea .c ul li ul li .expanded
{
	color:#117D3F;
}
#LeftArea .c ul li ul li ul
{
	float:left;
	list-style:none outside none;
	margin:0 0 0;
	overflow:hidden;
	padding:0 0 2px 20px;
	width:150px;
}
#LeftArea .c ul li ul li ul li
{
	float:left;
	padding:10px 0 0;
	width:150px;
}

#LeftArea .c ul li ul li ul li a
{
	color:#444444;
	float:left;
	font-size:1.1em;
}
/*SPECIALFALL MED IKONER INNAN MENYVAL*/
#LeftArea .c ul .icon1  
{
	background:url("images/link1.gif") no-repeat scroll 20px 2px transparent;
	border:none;
	padding-top:0;
	padding-bottom:10px;
}
#LeftArea .c ul .icon2  
{
	background:url("images/link2.gif") no-repeat scroll 20px 1px transparent;
	border:none;
	padding-top:0;
	border-bottom:1px solid #DDDDDD;
	
}
#LeftArea .c ul .icon1 a, #LeftArea .c ul .icon2 a
{
	padding-left:15px;
}
#LeftArea .c ul .icon1 .selectedTopLevel,
#LeftArea .c ul .icon2 .selectedTopLevel
{
	font-size:1.2em;
	letter-spacing:normal;
	margin:0;
}
#LeftArea .c ul .icon1 .selectedTopLevel
{
	background:url("images/link1green.gif") no-repeat scroll 0px 2px transparent;
}
#LeftArea .c ul .icon2 .selectedTopLevel
{
	background:url("images/link2green.gif") no-repeat scroll 0px 1px transparent;
}



/*****************************/
/* TextArea                  */
/*****************************/

.TextArea
{
	border:1px solid #FF9900;
	float:left;
	margin-bottom:1em;
	width:100%;
}

.TextArea .Heading
{
	background-color:#FFDEAE;
	border-bottom:1px solid #FF9900;
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:0.5em 0.8em 0.3em;
	text-transform:uppercase;
}

.TextArea .text{padding:0.5em 0.8em;}
.TextArea .text p{margin:0;padding:0;}

/*Textarea with no borders*/

.TextArea.noborderTextArea {border:none;}
.TextArea.noborderTextArea .text{padding:0;}

/*****************************/
/* Hjälpklasser              */
/*****************************/
.hidden {display: none;}
.clearboth{clear:both;}

/*****************************/
/* DEFAULTTABLE              */
/*****************************/
table.DefaultStyle
{
	text-align: left;
	border:1;
	border-spacing:1px;
	border-color:#fff;	
	/*se .text50*/	
}
table.DefaultStyle th
{
	text-align:left;
	background-color:#c8e4d4;
	padding:10px;	
	/*se h3*/
}
table.DefaultStyle td
{
	padding:10px;
	background-color:#c8e4d4;
}
table.DefaultStyle tr td.LightRow, table.DefaultStyle th.LightRow
{
	background-color:#e1f0e8;
}
table.DefaultStyle tr td.Text30
{
	font-size:1.2em;
	line-height:18px;
}
table.DefaultStyle caption
{	
	text-align:left;
	padding-bottom:20px;
	/*Se h2*/
}

/*****************************/
/**********Composer***********/
/*****************************/
.text {
    font-size:1.2em;
    line-height:1.5em;
}

.block {
    border-color:#DDDDDD;
    border-style:solid;
    border-width:0 0 1px;
    padding:0 0 30px 0;
    margin-bottom:20px;
    display:inline-block;
    width:100%;
}
.block h2.add
{
	margin:15px 0 0 0;
}
.block h2.add2
{
	margin: 0 0 20px 0;
}
.block .text p
{
    margin:0;
}
.block a.link30
{
    margin-top:10px;
}
.twopuff
{
    width:220px;
}
.twopuffleft
{
    float:left;
    margin-right:20px;
}
.twopuffright
{   
    float:right;
}
.aside dl {
    font-size:1.2em;
    line-height:1.2em;
    margin:0;
    overflow:hidden;
    width:100%;
}

.aside dt {
    color:#888888;
    float:left;
    padding-right:5px;
}

.aside dd {
    color:#333333;
    display:block;
    height:15px;
    margin:0;
    padding:0 0 3px;
}

.complist {
    font-size:1.2em;
    line-height:1.3em;
    list-style:none outside none;
    margin:0 0 -5px;
    padding:0;
}

.complist li {
    height:1%;
    padding-bottom:9px;
    vertical-align:middle;
}

.complist li a {
    color:#000000;
    display:block;
    height:16px;
    text-decoration:underline;
}

.block .figure {
    width:460px;
}

.block ul {
    list-style-image: none;
}

.figure {
 /*   font-size:1.1em;*/
    height:1%;
    line-height:1.3em;
    list-style:none outside none;
    margin:0 0 16px;
    overflow:hidden;
    padding:0;
}

.figure-add {
    background:url("images/bg-slideblock.gif") repeat-x scroll 0 100% transparent;
    margin-bottom:12px;
    padding-bottom:11px;
}

.figure li {
    float:left;
    margin-right:23px;
    padding:0 0 5px;
    width:192px;
}
.filelisting
{
    border-color:#DDDDDD;
    border-style:solid;
    border-width:0 0 1px;
    margin-bottom:20px;
    display:inline-block;
    width:100%;
}
.noborder
{
    border:none;
    margin-bottom:0px;
}
/*****************************/
/* GOOGLEMAPS                */
/*****************************/
#map
{
	background:none repeat scroll 0 0 blue;
	height:100px;
	width:981px;
	z-index:1;
}
.panelchoosemarkers
{
	background:url("images/Platta.png") no-repeat scroll 0 0 transparent;
	height:40px;
	width: 220px;

}
.panelchoosemarkers a
{
	font-size:10px;
	color:#888888;
	padding-top:13px;
	
	height:30px;
}

.choosemarkers_anlaggningar
{
	float:left;
	padding-left:53px;
	background:url("images/chooseMarkersGul.png") no-repeat scroll 13px 10px transparent;
	
}
.choosemarkers_kontor
{
	float:left;
	padding-left:53px;
	background:url("images/chooseMarkersGron.png") no-repeat scroll 13px 10px transparent;
}
.markerinfowindow
{
	font-family:Arial;
	font-size:160%; /* 62,5% x 160% = 100% */
	/*border: 3px solid #888888;*/
	width:426px;
	padding:10px;
	min-height:130px;
	max-height:200px;	
}
.infowindow
{
	font-family:Arial;
	font-size:160%; /* 62,5% x 160% = 100% */
	/*border: 3px solid #888888;*/
	width:360px;
	padding:5px;
	min-height:130px;
	max-height:200px;	
}
.infowindowheader
{
	font-size:99%; /* 62,5% x 160% = 100% */  
	font-weight:bold;  
}
.infowindowaddress
{
    margin-top:10px;
    font-size:95%;
}

.infowindowdirection a.link20b
{
    padding-right:16px;
    font-size: 1em;
    background:url("images/arrow2.gif") no-repeat scroll 100% 7px transparent;
}
.infowindowpicture
{
	float:left;
	padding-bottom:15px;
}
.infowindowdescription
{
	float:right;
	width:215px;
	padding-bottom:15px;
	background:url("images/MarkorStorGul.png") no-repeat scroll 0 0 transparent;
	padding-left:45px;
}

.Kontor
{
	background:url("images/MarkorStorGron.png") no-repeat scroll 0 0 transparent;
}



.infowindowtext
{
	padding-top:15px;
	min-height:50px;
	clear:both;
	border-top:1px solid #dddddd;
}
#directionsarea
{
	padding-top:20px;
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 8px
}
#directionsarea h2
{
	font-size:1.4em !important;
	letter-spacing:0px !important; 
	line-height:1.5em !important;
	padding-bottom:10px;
}
.directionstopholder
{
	width:500px;
}
.rbls
{
	float:left;
	margin-top: -3.5px;
}
.rsadress
{

}
.rsadress div input
{
	width:390px;
	border:0px;
}
.directionsbottomholder
{
	clear:both;
	padding-top:20px;
}
.bold
{
    color:Black;
    font-weight:bold;
}
/*****************************/
/* IMAGEPUFFLIST             */
/*****************************/
.imagepufflist
{
	padding-top:20px;
}
.imagepuff
{
	width:213px;
	float:left;
	padding-right:20px;
}
.imagepufflist .last
{
	padding-right:0px;
}
.imagepuff .imagepuffimage
{
}
.imagepuff h2
{
	font-size:1.6em !important;
	letter-spacing:0px !important; 
	line-height:1.5em !important;
}
.imagepuff .imagepufftext
{
	font-size:1.4em;
	line-height:1.5em;
	display:block;
	margin-bottom:-7px;
}
.imagepuff .imagepufftext p
{
    margin:0;
}

.nobottomborder
{
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.marginbottom20
{
    margin-bottom: 20px !important;
}
.marginbottom50
{
	margin-bottom: 50px !important;
}
/*****************************/
/* CLIMATEGUIDE              */
/*****************************/

.climate-guide-main 
{
    background:#ffffff url(images/Cloud_BG2.jpg) no-repeat top left;
    width:980px;  
    padding-top:120px;
    margin-bottom:10px;
}

.climate-guide-main .figure 
{
    border:0px;
}

.climate-guide-main .WideImageList
{
    /*border-bottom: 1px solid #dddddd;*/
    width:921px;
}

.climate-guide-main .climate-guide-segment
{
    height:135px;
    overflow:hidden;
} 

.climate-guide-main .climate-guide-segment .text30
{
    font:12px Arial, Helvetica, sans-serif;
    color:#333333;
} 
.climate-guide-main .climate-guide-holder{
	
	width:921px;
	padding:24px 0px 0px 0px;
	margin:0 auto;
}

.climate-guide-main .climate-guide-flash{
	padding:50px 0;
	margin:5px auto 0 auto;
	width:921px;
	height:410px;
}

.climate-guide-main .climate-guide-flash .clear
{
    margin:0;
}

.climate-guide-main .climate-guide-segment h3.aligner, .climate-guide-main .climate-guide-segment div.aligner {
	width:605px;
	margin:0 auto 0 auto;
	font-weight:normal;
}

.climate-guide-main .introtext
{
    min-height:20px;
    color:#333333;
    font-size:16px;
    text-align:center;
}
.climate-guide-main .climate-guide-segment div.aligner-media {
	margin:0 auto 0 auto;
}

.climate-guide-main .climate_bottom
{
    background:url(images/bg-main-big-b.gif) no-repeat 0 100%;
	width:920px;
	padding:0px 30px 10px 30px;
	margin:0px;
}

.climate-guide-main .climate-guide-footer
{
    border-top: 1px solid #dddddd;
    padding:10px 0;
    margin-top:-10px;
    font-size:1.2em;
    line-height:1.25em;
}

.climate-guide-main .climate-guide-holder .climatecontrols{
    position:relative;
}

.climate-guide-holder .climate-calculate-button
{
    background:url("images/Calc2.jpg") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	height:44px;
	margin:7px 0 0 0px;
	text-transform:uppercase;
	width:90px;
	font-size: 1.3em;
	border:0px;
	font-weight:bold;
}

.climate-guide-holder .climate-calculate-textbox 
{
	background:url("images/Vikt.jpg") no-repeat scroll 0 0 transparent;
	height:40px;
	overflow:hidden;	
	width:220px;
	border:0px;
	margin:9px 0 0 230px;
	padding-left:11px;
	font-size:14px;
	padding-top:0;
}

.climate-guide-holder .climate-calculate-list 
{
    height:40px;
    padding:4px 5px;
    margin-top:9px;
    width:220px;
    border:0px;    
    filter:alpha(opacity=0);
	-khtml-opacity: 0;
	opacity: 0;
	z-index:1000;
	position:absolute;
    top:0px;
    left:0px;
}

.climate-guide-holder div.climate-calculate-list-div
{
    height:28px;
    padding:12px 11px;
    margin-top:9px;
    width:220px;
    border:0px;
    background: url("images/Material.jpg") no-repeat scroll left top transparent;
    z-index:1;
    position:absolute;
    top:0px;
    left:0px;
    font-size:14px;
}

#climate-comparison
{
    text-align:center;
    margin-top:50px;
    margin-bottom:0px;
}

#climate-comparison .comparisonitem
{
    float:left;
    width:300px;
    margin:50px 0 0  10px;
}

#climate-comparison .comparisonitem h2
{
    margin-bottom:0; 
    color:#333333;
    font-size:2.4em;
}

#climate-comparison .comparisonitem div
{
    margin:0;
    font: Arial, Helvetica, sans-serif bold 24px;
    line-height:1.3em;
}

#climate-comparison .comparisonitem .comparsionheader
{
    font-size:1.2em;
	font-weight:bold;
	color:#333333;
    margin:0;
}

#climate-comparison .first
{
    margin-left:0;
}
#climate-comparison .text40gray
{
	background:none;
}

.StartRightArea .box .c {
    background:url("images/bg-box.gif") no-repeat scroll 0 100% #EDEDED !important;
    overflow:hidden;
    padding:8px 8px 10px 10px !important;
    width:262px !important;
    margin-bottom:10px;
}

.StartRightArea .box .csecond
{
    background:url("images/bg-box.gif") no-repeat scroll 0 100% #EDEDED !important;
    overflow:hidden;
    padding:8px 8px 0px 10px !important;
    width:262px !important;
    margin-bottom:25px;
}
.StartRightArea .box .csecond .text
{
	padding-bottom:10px;
}

.StartRightArea .number {
    background:url("images/bg-number.gif") no-repeat scroll 0 0 transparent;
    color:#128643;
    float:left;
    font-size:1.8em;
    font-weight:bold;
    height:28px;
    margin:4px 0 0;
    padding:5px 0 0;
    text-align:center;
    width:32px;
}

.StartRightArea .text {
    float:right;
    width:220px;
}

.container {
    background:url("images/bg-sidebar-c2.gif") repeat-y scroll 0 0 transparent;
    margin:0 0 13px;
    width:218px;
}

.container-new {
    background:url("images/bg-sidebar-c2-new.gif") repeat-y scroll 0 0 transparent;
    margin:0 0 13px;
    width:700px;
}

.container-c {
    background:url("images/bg-container.gif") no-repeat scroll 0 0 transparent;
}
.container-c-new {
    background:url("images/bg-container-new.gif") no-repeat scroll 0 0 transparent;
}

.container-b {
    /*background:url("images/bg-container-c.gif") no-repeat scroll 0 100% transparent;
    overflow:hidden;
    padding:8px 10px 11px;
    width:198px;*/
}

.StartRightArea .text .container-b p {
    color:#666666;
    font-size:1.2em;
    margin:0;
}

.hiddenbutton {
    /*display: none;*/
    height: 1px;
    width: 1px;
    border:0;
    background-color:#EDEDED;
    color:#EDEDED;
    padding:0;
    margin:0 -1px 0 0;
    display: none;
}
.hiddenbutton2 {
    /*display: none;*/
    height: 1px;
    width: 1px;
    border:0;
    background-color:#FFF;
    color:#FFF;
    padding:0;
    margin:0 -1px 0 0;
}
.StartRightArea .text p {
    color:#666666;
    font-size:0.9em;
}

.StartRightArea h2 {
    color:#117C3E;
    font-size:1.7em;
    margin:0 0 15px;
}

.serviceSerachbox {
    border: 1px solid #ccc;
    border-bottom: 0px;
    width:196px;
    color:#666666;
    font-size:1.3em;
    padding:8px 10px 11px;
    background:url("images/bg-container-c.gif") no-repeat scroll 0 100% transparent;
}

.serviceSerachbox-new {
    border: 1px solid #ccc;
    border-bottom: 0px;
    width:680px;
    color:#666666;
    font-size:1.25em;
    padding:10px;
    background:url("images/bg-container-c-new.gif") no-repeat scroll 0 100% transparent;
}

.serviceSerachboxWide {
    background-color:#F1F1D2;
    border:1px solid #CCCCCC;
    color:#666666;
    font-size:1.3em;
    height:20px;
    padding-bottom:9px;
    padding-left:15px;
    padding-top:9px;
    width:494px;
}
.searchsubmit2{
	background:url(images/bg-input-submit2a.gif) no-repeat;
	width:53px;
	height:26px;
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
	border:0;
	margin:5px 0 0;
	padding:0;
	cursor:pointer;
}
.StartRightArea .menu, .MidSearchArea .menu {
    list-style:none outside none;
    margin:0;
    padding:7px 0 16px;
}

.StartRightArea .menu li, .MidSearchArea .menu {
    font-size:1.2em;
    height:1%;
    padding:0 0 15px;
}
.MidSearchArea .menu 
{
    float: left;
    margin-top: 35px;
}
.MidSearchArea .menu li 
{
    margin-bottom:10px;    
}
.MidSearchArea .menu li a
{
    color: #333;
}
.items-list li a, .StartRightArea .menu li a span, .StartRightArea .link span, .MidSearchArea .menu li a span {
    background:url("images/arrow2.gif") no-repeat scroll 100% 6px transparent;
    padding:0 15px 0 0;
}

.autocomplete_completionListElement 
{  
	list-style-type : none;	
	text-align : left;
	cursor:pointer;
	overflow-y:scroll;	
	background-color:white;
    border:1px solid #888888;
    color:#666666;
    margin:0;
    padding:0 0 10px 15px;
    line-height: 20px;
}

.autocomplete_highlightedListItem
{	
    background-color:#F1F1D2;
    font-size: 1.5em;
	/*color:#666666;*/
}

.autocomplete_listItem 
{
    font-size: 1.5em;
}

.linklisting-paging a
{
    color:#117c3e;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:12px;
}

.linklisting .clear
{
    margin-bottom:0;
}

.linklisting li.no-margin
{
    margin-bottom:0px;
    padding-bottom:30px;
}

/*****************************/
/* IMAGE STYLES              */
/*****************************/
img.topleftfloatingimage
{
	margin-top: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
img.widewithimagetext
{
    margin-bottom: 5px;
}
#browserchecklink{margin-left:450px;}

/*****************************/
/* MEDIA PAGE				 */
/*****************************/
.media
{
	width:700px;
}
.media p 
{
	font-size:1.35em;
	line-height:1.4em;
	margin:0 0 15px;
}
.media p a
{
    text-decoration:underline;
}
.media object
{
    position:relative;
	z-index:0;
}
.mediawidebg
{
	background:url(images/bg-main-frame-no-right-line.gif) repeat-y !important;
}
.mediawide
{
	width:921px;
}
.marginbottom50
{
	margin-bottom:50px;
}
.collapsePanel{height:0px; overflow:hidden;}

/***************** SAFARI AND CHROME ONLY *****************/
@media screen and (-webkit-min-device-pixel-ratio:0) 
{    
	.serviceSerachbox 
	{
		border:none;
		margin-bottom:-2px;
	}
	.StartRightArea .number 
	{
		padding:6px 0 0;
	}
	.QuickSearchArea input  
	{
		margin-top:-1px;
	}
}

/************* FNI form **************/

#StartMainContentArea .FNIForm
{
   background:#FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
}

#StartMainContentArea .FNIForm .holder 
{
	background:url("images/bg-holder-main.gif") repeat-y scroll 75px 0 transparent;
	overflow:hidden;
	width:901px;
}

#StartMainContentArea .FNIForm .materialsList
{
    margin-bottom: 20px;
}

#StartMainContentArea .FNIForm .materialsList li
{
    list-style: none;
    float: left; 
    width: 49%;
    text-indent: -40px;
    padding-bottom: 8px;
}

#StartMainContentArea .FNIForm .materialsList li label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-left: 7px;
}

#StartMainContentArea .FNIForm .formConditionsList
{
    margin-bottom: 30px;
    padding-top: 20px;
}

#StartMainContentArea .FNIForm .formConditionsList li
{
    list-style: none;
    text-indent: -40px;
    padding-bottom: 8px;
}

#StartMainContentArea .FNIForm .formConditionsList li label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-left: 7px;
}

#StartMainContentArea .FNIForm .materialsList li label
{
   font-family: Arial, Helvetica, sans-serif;
}

.formStart
{
    font-size:16px; 
    width:80px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;            
}

.formStart a
{
    text-decoration: none;  
}

.formStart span
{
    padding-top: 5px;  
}

.formsOtherConditions
{
    margin-left: 28px;
    margin-bottom: 20px;
}

.formHeading span
{
    margin-left: 64px;    
    display: block;
}

.formNavigation
{
    padding:5px 0px 5px 0px;   
}

.formNavigation .formPreviousStep
{
    float: left;
}

.formNavigation .formPreviousStep img
{
    width: 33px;
}

.formNavigation .formNextStep
{
    float: right;
}

.formNavigation .formNextStep img
{
    width: 33px;
}

.formNavigation .formSend, .formStart .formSend
{
    float: right;
}

.formNavigation .formSendLeft, .formStart .formSendLeft
{
    float: left;
}

.formNavigation .formSend img, .formStart .formSend img
{

}

.formErrorMessage
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FF0000;
}

.formLeftColumn
{
    width:280px;
    float:left;
    margin-bottom: 20px;
}

.widerFormLeftColumn
{
    width: 450px;
}

.formRightColumn
{
    width:280px;
    float:right;
    margin-bottom: 20px;
}
.formRadioButtonList
{
    margin-bottom: 20px;
}

.formRadioButtonList label
{
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
    font-size: 13px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.formRadioButtonList input
{
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
    font-size: 13px;
}

.formRadioButtonList td
{
    padding-bottom: 10px;
}
.formTextBox {
	background:url("images/Vikt.jpg") no-repeat scroll 0 0 transparent;
	height:40px;
	overflow:hidden;	
	width:209px;
	border:0px;
	/*margin:9px 0 0 230px;*/
	padding-left:11px;
	font-size:14px;
	padding-top:0;
	margin-bottom: 20px;
}

.formTextBox2 {
	background:url("images/Vikt2.jpg") no-repeat scroll 0 0 transparent;
	height:75px;
	overflow:hidden;	
	width:209px;
	border:0px;
	/*margin:9px 0 0 230px;*/
	padding-left:11px;
	font-size:14px;
	padding-top:5px;
}

.otherMaterialTextBoxWrapper
{
    float: right;
    margin-right: 60px;
    margin-top: 1px;
    margin-bottom: 20px;
}


.formLabel, .otherMaterialTextBoxWrapper .formLabel
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    height: 35px;
}
.formLabel span, .otherMaterialTextBoxWrapper .formLabel span
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.formLabelAlt, .otherMaterialTextBoxWrapper .formLabelAlt
{
    height: 15px;
    font-size: 12px;
}

.imageStepProgress
{
    padding-bottom: 25px;
}

.formhr
{
    color: #888;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    line-height: 1.5em;
    margin-bottom: 15px;
    clear: both;
}

.formColumnLabel
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.addressExampleWrapper
{
    margin-top: 115px;    
}

.addressExampleWrapper .formLabel span
{
    font-size: 13px;
}

.addressExample
{
    font-family: Arial, Helvetica, sans-serif;
}

/*.addressExample span
{
    color: #ccf;
}*/

.FNIForm .mainbody
{
    color: #575757;
    font-size: 14px;
}

.FNIForm table td label 
{
    font-size: 13px;        
}

.showAllAnswers table tr td
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

/* ---------------- Storsäck formulär ---------------- */

#bigSackOrderTable
{
    width: 460px;
    margin-top: 0px;
    font-size: 1.35em;

}
.bigSackForm
{
    margin-top: 30px;
}
.bigSackdivOrderSum
{
    font-size: 1.35em;    
}
.bigSackdivOrderSumBottom
{
    text-align: center;
    margin-top: 10px;
    font-size: 1.35em;  
      
}
.bigSackForm a
{
    padding-top: 2px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.bigSackFormLabel
{
    float: left;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    padding-top: 10px;
    margin-right: 50px;
}

.bigSackFormTextBox
{
    float: left;
    width: 230px;
}

.bigSackFormError
{
    float: left;
    width: 10px;
    font-size: 14px;
    font-weight: bold;
}

.bigSackRadioButton
{
    margin-left: 195px;
}

.bigSackRadioButtonList
{
    margin-bottom: 20px;
    margin-left: 5px;
    width: 250px;
}

.bigSackRadioButtonList label
{
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
    font-size: 13px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.bigSackRadioButtonList input
{
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
    font-size: 13px;
}

.bigSackRadioButtonList td
{
    padding-bottom: 10px;
}

.bigSack-list 
{
    height:40px;
    padding:4px 5px;
    margin-top:0px;
    width:220px;
    border:0px;    
    filter:alpha(opacity=0);
	-khtml-opacity: 0;
	opacity: 0;
	z-index:1000;
	position:absolute;
    top:0px;
    left:0px;
}
.bigSack-list optgroup {
	font-style: normal !important;
}

.bigSack-list-div
{
    height:28px;
    padding:12px 11px;
    margin-top:0px;
    width:220px;
    border:0px;
    background: url("images/Material.jpg") no-repeat scroll left top transparent;
    z-index:1;
    position:absolute;
    top:0px;
    left:0px;
    font-size:14px;
}

.bigSack-listQuantity 
{
    height:40px;
    padding:4px 5px;
    margin-top:0px;
    width:120px;
    border:0px;    
    filter:alpha(opacity=0);
	-khtml-opacity: 0;
	opacity: 0;
	z-index:1000;
	position:absolute;
    top:0px;
    left:230px;
}

.bigSack-list-divQuantity
{
    height:28px;
    padding:12px 11px;
    margin-top:0px;
    width:110px;
    border:0px;
    background: url("images/ChooseAmount.jpg") no-repeat scroll left top transparent;
    z-index:1;
    position:absolute;
    top:0px;
    left:230px;
    font-size:14px;
}

.bigSack-Relative
{
    position: relative;
    height: 40px;
}

.floatRight
{
    float: right;
}


.thLeft
{
    text-align: left; 
}

.bigSack-confirm
{
    float:left; 
    padding-left:5px; 
    margin-top:3px
}

.floatLeft
{
    float: left;
}
.link-new16 {
    font-size: 16px;
}




.pufftext2 a.link30:hover {
    
    text-decoration: none; 
}

.marginadd:hover {
    
    text-decoration: underline; 
}

