
/* importera  saker som är lite mer globala */
@import "templates.css";

/* Google webfonts */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|Merriweather+Sans:800);

/* CSS Document */
@import url(reset.css);
@import url(type.css);
@import url(view_notwk.css);


/* ===========================================================
    Detta stylesheet läses BÅDE in i visning & webKontroll i Edit-läge
   =========================================================== */

@charset "utf-8";


html{
}

html * {
	box-sizing: content-box;
}
html #contentAng,
html #contentAng * {
	box-sizing: border-box;
}


body{
	font-size:1em;
	font-size: 62.5%;
	/*min-width: 960px;*/
	/*overflow: hidden !important;*/
}

body, td /* Sätt endast basic saker i denna body, layoutändrande saker i _notwk.css*/ 
{
	font-family: "PT Sans", Arial, Tahoma, Verdana;
}

table tr{
	/*height: auto !important;*/
}
table th, table td{
	padding: 5px;
}

h1,h2,h3,h4,h5,h6, legend{
	font-family: "PT Sans", Arial, Tahoma, Verdana;
	margin: 0 0 .5em 0;
	padding: 0;
	line-height:1.3em;
	/*display: inline;*/
	word-wrap:break-word;
	}

H1	{
	font-size: 2.4em;
}
H2	{
	font-size: 1.8em;
}
H3	{
	font-size: 1.6em;
	/*font-weight:bold;*/
}
H4	{
	font-size: 1.4em;
}
H5	{
	font-size: 1.2em;
	font-weight:bold;
}

p {
	font-size:1.4em;
	line-height:1.3em;
	margin: 0 0 .5em 0;
	padding: 0;
	word-wrap:break-word;
}
td, th, li {
	font-size:1.4em;
}	

div,td td,td p,td li,td th,
p td,p p,p li,p th,
li td,li p,li li,li th,
th td,th p,th li,th th 
{
	font-size: 10px;
}

ul{
	list-style: disc !important;
	padding-left: 2em;
}
ul li{
	margin-bottom: .5em;
}
ul ul{
	list-style: square;
}

a {
	color: #666666;
	text-decoration: underline;
	line-height: 1.3em;
}
a:hover	{
	color: #9b9c9d;
}

#wrapper	{
	background-color: rgba(255,255,255,0.9);
	width: 110em;
	padding: 2em;
	padding-bottom:0;
	text-align: left;
	margin: auto;
	border: none;
		box-sizing: initial;
}	
#top	
{
	background: #ffffff;/* url('../images/top_bottomborder.png') bottom center repeat-x;*/
	padding: 0;
	font-weight:bold;	
	border-top: .5em solid #000;
	position:relative;
	/*min-width:960px;*/
}

#logo
{
 float:left; 
 margin:0;
}

#logo a img
{
 border: none;   
 max-width:20em;
 margin: .8em 0 1em 0;
}


/********** topMenu **********/
#topMenuWrap
{
	margin: 0 auto;
	width: 110em;
}

#topMenu
{
    display: inline-block; 
    text-align:center;
    margin: 0 auto;
}	

#topMenu a
{

	font-family: "Merriweather Sans", Arial, Tahoma, Verdana;
	text-transform: uppercase;
	display:block;
    color: #111111;
    text-decoration: none;
    font-size:1.15em;
    padding:43px 12px 0px 12px;
    position:relative;
}
#topMenu div:first-child a
{
	padding:35px 20px 0px 28px;
}	

#topMenu a:hover
{
	border-top: 5px solid #1a5f85;
    top:-5px;
	text-decoration:none !important;
}
 #topMenu a.menu_item.selected, #topMenu a:hover.menu_item.selected
{
	border-top: 5px solid #0078bb;
    top:-5px;
	text-decoration:none !important;
}

#topMenu a:hover
{
    text-decoration:underline;
}


#topMenu .menu_item
{
    float: left;
}
#topMenu .menu_wrap
{
    float: left;
    padding: .3em 0 0 2.2em;
}


#topMenu .menu_wrap_selected
{
  font-weight:bold;  
  float: left;
  padding: .3em 0 0 2.2em;
  color:#d98c40;
}

a span.subtitle,
a:hover span.subtitle {
	font-family: "PT Sans", Arial, Tahoma, Verdana;
	text-transform: none;
	font-weight: normal;
	color:#000;
	font-style:italic;
	display:block;

}

/********* topmenu submenu *******/
#submenuWrapper{
	height:0px;
	overflow:visible;
	position:relative;
	top:0px;
}
#submenuWrapper #bgAndHeightAnimationWrapper{
	height:0px; /* Målhöjden när menyn fälls ut sätts i default.asp, raden $("#bgAndHeightAnimationWrapper").css("height","160px");	*/
	max-height: 500px;
	width:100%;
	position:relative;
	top:0px;
	z-index:5;
	overflow:hidden;
	transition: all .3s ease-in-out;
}
#submenuWrapper #bgAndHeightAnimationWrapper.open{
	height:160px;
}
#submenuWrapper #bgAndHeightAnimationWrapper #alignToBottom{
	background:rgba(0,0,0,0.8);
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
}
#submenuWrapper #bgAndHeightAnimationWrapper #alignToBottom #width{
	width:960px;
	height:auto;
	margin:0 auto;
}
#submenuWrapper #bgAndHeightAnimationWrapper #alignToBottom #width #elementsWrap{
	display: inline-block;
	width:auto;
	margin: 0 auto;
}
/* den vita rutan */
#submenuWrapper #bgAndHeightAnimationWrapper #alignToBottom #width #elementsWrap .submenuitem{
	display: inline-block;
	float:left;
	width:180px;
	height:130px;
	margin: 15px 7px;
	background: white;
	border-radius: 10px;
	position:relative;
}
/* Ikonen, överst */
#submenuWrapper #bgAndHeightAnimationWrapper #alignToBottom #width #elementsWrap .submenuitem img.submenuItemIcon{
	width:4em;
	margin: 0 auto;
	display:inline;
	margin:1em;
}
/* Texten, ex. "Industrisortiment" */
#submenuWrapper #bgAndHeightAnimationWrapper #alignToBottom #width #elementsWrap .submenuitem span.submenuPageTitle{
	font-size:14px;
	display:block;
	margin:0em;
}
/* Knappen "gå vidare" */
#submenuWrapper #bgAndHeightAnimationWrapper #alignToBottom #width #elementsWrap .submenuitem .btnWrap{
	display: block;
	position: absolute;
	bottom: 12px;
	width: 100%;
	text-align: center;
}
/********** menu **********/	
#menu	{
	width: 32em; /*+padding*/
	padding-left: 2em;
	padding-right: 2em;
	float:left;
	overflow:auto;
	display:inline;
	min-height: 10em;
	padding-bottom:4em;
	
	text-decoration:none;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/*indrag för underliggande menyalternativ*/
#menu div div{
	padding-left: 1.5em;
}
	
/* Menyalternativ */
.menu_item 	{
	color: #666666;
	text-decoration: none;	
}		
.menu_item_selected{
	color: black;
	font-weight:bold;
	text-decoration: underline;
	}
.menu_item:hover, .menu_item_selected:hover	{
	color: #000;	
}		
#menu a{
	font-size:1.4em;
}

.menu_wrap.last {
	padding-bottom: 0;
}

/* Meny - rubrik som innehåller den valda sidan */
.menu_item.menu_item_inpath, .menu_item_selected.menu_item_inpath{
	font-weight: bold;
	color: #000;
}
.menu_wrap.menu_item_inpath, .menu_wrap_selected.menu_item_inpath{
	padding-top: 1em;
}

.menu_wrap.menu_item_inpath div, .menu_wrap_selected.menu_item_inpath div{
	padding-top: 0;
}		



/* regler för menyer, undermenyer och så vidare i den vertikala menyn */
#menu div{
	border-bottom: 1px solid black;
	padding: .5em 0;
}

#menu div a{
	display: block;
	font-size:1.7em;
	line-height: 1.3em;
	text-decoration: none;
	font-weight: bold;
	padding:.2em .05em;
	color: black;
}
#menu div.menu_item_inpath a{
	font-size:2em;
}

#menu div div {
	padding-left: 0;
	padding: 0;
	border-bottom: none;
}
#menu div div a {
	font-size:1.4em;
	border-bottom: none;
	font-weight: normal;
	color: black;
	line-height: 1.5em;
}
#menu div.menu_item_inpath div a {
	font-size:1.4em;
}
#menu div div a.menu_item_selected {
	font-weight: bold;
}
#menu div div div{
	padding-left: 2em;
}
#menu div div div a{
	font-size:1.3em;
	border-bottom: none;
	padding: .02;
}




#content	
{
	padding: 0;
	float:left;
	overflow:auto;
	display:inline;
	width: 78em;
	min-height:35em;
}
#content.fullWidth{
	width: 100%;
}


#footer
{
    font-size: 1em;
    text-align:center;
    color:#000;
    background-color: none;
    padding: .8em 0;
    border-top: 1px solid #ccc;
}


#devicewrapper {
	margin: 0 auto;
	display: inline-block;
}
.device, .device_selected{
	float:left;
	margin: 0 .2em;
	padding: .5em;
	text-align: center;
	border-radius: 5px;
}
.device img, .device_selected img{
	height: 22.5px;
}
a .device, a .device_selected, a:hover .device, a:hover .device_selected {
	color:#000 !important;
}
.device_selected{
	background-color:#ccc;
}

.clear{clear: both !important; float:none !important;}





.searchwrapper{
	float:right;	
}
#wk_search {
	margin-top:3.7em;
	padding:0 !important;
	float:left;
}
#wk_search label, #languagesLabel{
	font-size: 1.4em;
	display: block;
	float:none;
	clear:both;
	width:190px;
	line-height: 1.5em;
}

#wk_searchtxt {
	width: 11em;
	font-size:1em;
	float:left;
	border: none;

	padding: 7px 9px 7px 9px;
	height:12px;
	background: #fff url('../images/searchbox.png') top left no-repeat;
	background-size: 150%;
	color: #777;
	font-style:italic; 
}
#wk_searchbtn {
	font-size:1em; 
	margin-left:.3em;
	background:none;
	margin:0;
	padding:0;
	border:none;
	border-radius: 0;
}

#wk_searchbtn img{
	height:26px;
}

#wk_languages {
	margin-top:0;
	padding:0 !important;
	margin-bottom: .5em;
	float:left;
}
#wk_languages img { 
	margin-right:.5em;
}




/* BUTTONS */
button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	
	background-color:#ededed;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	border:1px solid #dcdcdc;
	
	display:inline-block;
	color:#777777;
	text-transform: ;
	font-family: "Open Sans", Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	padding:3px 16px 5px 16px;
	text-decoration:none;
	
	text-shadow:1px 1px 0px #ffffff;
}


button.small{
	font-size: 10px;
	padding:1px 5px 2px 5px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	text-transform: uppercase;
	letter-spacing: 0;

}

button.big{
	font-size: 16px;
	padding:5px 24px 7px 24px;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, 								 #dfdfdf 5%, 			 #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(			  startColorstr='#dfdfdf',  endColorstr='#ededed');
	background-color:#dfdfdf;
}
button:active {
	position:relative;
	top:0px;
	padding:6px 24px 6px 24px;
	color:#444;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cacaca), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, 								 #cacaca 5%, 			 #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(			  startColorstr='#cacaca',  endColorstr='#ededed');
	background-color:#cacaca;
}

button.green{
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	border:1px solid #74b807;			
	color:#ffffff;
	text-shadow:1px 1px 0px #528009;
}
button.green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}
button.green:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #638e01), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #638e01 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#638e01', endColorstr='#89c403');
	background-color:#638e01;
	color:#eee;
}

button.red{
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	border:1px solid #d02718;
	color:#ffffff;
	text-shadow:1px 1px 0px #810e05;
}
button.red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
button.red:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a81f12), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #a81f12 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a81f12', endColorstr='#f24537');
	background-color:#a81f12;
	color:#eee;
}

.quoteWrap {
	position:absolute;
	bottom: 30%;
	width: 100%;
	padding:2.5em 0 3em 0;
	background: url('../images/black70.png');
	background: rgba(0,0,0,0.7);
	line-height: 3em;
}
.quoteWrap div {
	display:inline-block;
	text-align: left;
	margin:0;
	font-size: 1.6em;
	color: #ffffff;
	padding: 0 2em;
}
.quoteWrap div h1 {
	font-weight: normal;
	font-size: 1.8em;
	color: #0078bb;
	margin:0;
}

.slideNav{
	position:absolute;
	top: 120px;
	right:100px;
	font-size:17px;
	color:#fff;
	font-weight:normal;
}
.slideNav span{
	text-shadow: 0px 1px 3px rgba(0,0,0,1);
}
a.slideNavLink{
	color:#fff;
	font-size:.8em;
	text-decoration: none;
	text-shadow: 0px 1px 3px rgba(0,0,0,1);
}
a.slideNavLink.selected, a:hover.slideNavLink{
	color:#0095E6;
	text-shadow: 0px 1px 2px rgba(0,0,0,1);
}

/********** Newswrapper startsida ***********/

#newsFooterWrapper {
	position:absolute;
	bottom:0;
	width:100%;
	/*min-width:960px;*/
	z-index:9;
	background: url('../images/black70.png');
	background: rgba(0,0,0,0.7);
}
#newsFooter{
	width:100%;
	max-width:96em;
	color:#fff;
	text-align: left;
	margin: 0 auto;
}


/*
	Template styles ----------------------------------------------------
*/
#newsFooter #div1
{
	min-height: 24.5em;
}

#T40_NewsWrapper
{
	margin-top:.0em;
}

#T40_NewsWrapper a
{
	text-decoration: none;
	color: white;
}

#newsFooter .news_title /* Överskrift för nyheterna */
{
	font-weight: normal;
	border-bottom: .1em solid white;
	font-size: 1.5em;
	margin-bottom: 1.0em;
}

#newsFooter .news_item	/* Varje sidonyhet*/
{
	width: 24%;
	float: left;
	font-size: 1.4em;
	margin-right: 1%;
	padding:0;
}
#newsFooter .news_item.news_count4	/* sista sidonyheten, ingen marginal*/
{
	margin-right: .0em;
}

#newsFooter .news_date
{
	float: left;
	background-color: #444;
	color:White;
	width: 5.2em;
	height: 5.2em;
}
	#newsFooter .news_date_day,
	#newsFooter .news_date_month
	{
		text-align: center;
		font-family: Arial, Verdana, Sans-Serif;
	}

	#newsFooter .news_date_day
	{
		font-size: 2.6em;
		line-height: 1.2em;
	}
	#newsFooter .news_date_month
	{
		font-size: 1.6em;
	}

#newsFooter .news_text_wrap
{
	float: left;
	width: 11.0em;
	padding-left: 1.3em;
}

#newsFooter .news_header	
{
	font-weight: normal;
	font-size:1.2em;
}
#newsFooter .news_intro
{
	}
#newsFooter .news_readmore, #newsFooter .news_readmore a
{
	font-size: 1.2em;
	text-decoration: none;
	font-style:italic;
	text-align:left;
	margin-top:.5em;

}
#newsFooter .news_archive, #newsFooter .news_archive a
{
	font-size: 1.0em;
	text-decoration: none;
	font-style:italic;	
}
#footerSearch, #logoInMenu
{display: none;}

/* #lightbox-container-image-box{
	max-width: 500px;

}*/
#lightbox-nav, img#lightbox-image{
	max-width: 100%;
}