
/* Loggo färg: #c1d72e; */

/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

body {
	background: #fff;
	background-image:url(../images/bg-op5.png);
	background-repeat:repeat;
	
	margin: 0;
	padding: 0;
	color: #000;
		font: 100%/1.4 "Open sans", Verdana, Arial, Helvetica, sans-serif;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 0px; 
}



h1 { 
font-size:46px; font-weight:200; margin-bottom: 5px;	 
}



h2 { 
font-size:20px; font-weight:normal; margin-bottom: 4px;	 
}

.smalltext {  font-size:13px; margin: 0px; padding:0px;}

a img {
	border: none;
}

a:link {
	color:#aabd28;
	text-decoration: none; 
}

a:hover {
	color: #009de0;
	text-decoration: underline;
}

a:visited {
	color: #aabd28;
	text-decoration: none;
}

.mailto { color:#ffff00 }
/*
a:link {
	color:#414958;
	text-decoration: underline; 
}

a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}
*/

.innerBody {
	position:absolute;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(../images/main-bg.png);
	background-repeat:repeat-x;
	overflow:visible;
}

.container {
	position:absolute;
	left:0px;
	top:0px;
	left: 50%;
	margin: 0px;
	overflow:visible;
}

.page {
	position:absolute;
	width: 850px;
	left:-425px;
	height:700px;
	margin: 0; 
}

.header {
	width: 850px;
}

.header .logo { 
padding-top:10px;
height:100px; 

}

.header .menu { 
width:880px; 
height:64px;
}

.header .menu { xdisplay:none; }

.header .menu span img, .header .menu span, .header .menu span a { padding:0; margin:0; }

/*
.content {
	padding: 10px 0;
	width: 100%;
	float: left;
	xborder: 1px solid green;
	height: 350px;
	width:880px;
	overflow:hidden
}

.content .subpages {
	height: 340px;
	width:10000px;
}

.content #prevButton {
	height: 25px;
	border: 1px solid #ddd;
	background-color:#FFF;
}

.content #nextButton {
	height: 25px;
	margin-left:670px;
	border: 1px solid #ddd;
	background-color:#FFF;
}

.content #subpage1  {
	margin-left: 0px;
	visibility:visible;
}

.content .subpage  {
	float: left;
	margin-left: 40px;
	border:1px solid red;
	width:800px;
	height: 340px;
	visibility:hidden;
}
.subpage span {
	width:450px; display:inline-block;
}

.mainImage {
	border:1px solid #ccc;
}


.content td {
	padding: 10px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
*/

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */

	color: #FFF;
}

/* ~~The footer ~~ */
.footer {
	top: 50px;
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.creativeSolutions {
	display:none;
	position:fixed;
	right:5px;
	bottom:5px; 
	font-size:11px;
	color: rgb(69, 187, 253);
}



.contentbox.first {
margin-left: 0px;
}

.thirdwidth {
width: 245px;
}

.contentbox {
float: left;
margin-left: 47px;
margin-bottom: 0px;
color: #4b4b4b;
border-left: 1px solid #F6F6F6; border-right: 1px solid #F6F6F6;
padding-left:5px; 
height:250px;
}
/*

Gamla kanfärger: 

ljusgrå: #F6F6F6

blå
#0099FF
ljusare blå:  rgb(69, 187, 253)


*/


.contentbox p { font-size: 13px; }

.contentbox h2 {
text-transform: uppercase; color: rgb(69, 187, 253);
}

hr {
clear: both;
color: #eeeeee;
background: #eeeeee;
min-height: 0px;
border-left: 0px;
border-right: 0px;
border-top: 3px solid #eeeeee;
border-bottom: 0px;
margin: 23px 0;
}

.contentbox img {
margin-bottom: 12px;
}


/*
	JQuery Slides
	
	#pageContents .content
        .subpages
        	#subpage1 .subpage
*/

#content {
	width: 100%;
	float: left;
	height: 340px;
	width:880px;
}



#slides {
	xposition:absolute;
	z-index:100;
	height: 370px;
	margin-left:5px;
	width:870px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #fff;
	background-color:#F9F9F9
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/


.subpages {
	width:870px;
	overflow:hidden;
	position:relative;
	display:none;

}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.subpages .subpage {
	width:880px;
	height:330px;
	margin-top:30px;
	display:block;
}

.subpages .subpage img {
	float:right;
	margin-top:10px;
	margin-right:30px;
}



.subpage span {
	width:510px; display:inline-block; margin:20px;
}

.subpage .smallertext {
	font-size: 14px;
}

.subpages .subpage .smallmap {
	float:right;
	margin-top:10px;
	margin-right:10px;
	width:295px;
	height:330px;
}
.subpages .subpage .smallmap iframe{
	margin:0px;
	padding:0px;
}

.subpages .subpage .smallmap .url {
	float:left;
	text-align:center;
	bottom:0px;
	font-size: 14px;	
	margin:0px;
	padding:0px;
	
}

/*
.subpages .subpage ul, ol, dl { 
	padding: 0;
	margin: 2px;
}

.subpages .subpage li { 
	margin-left: 20px; 
	list-style-type: circle;
	
}
*/

.subpages ul
{
list-style-type: none;
padding: 0px;
margin: 5px;
}
.subpages ul li
{
background-image: url(../images/list-dot-green.png);
background-repeat: no-repeat;
background-position: 0px 5px; 
padding-left: 15px; 
color:#009de0;
}

.subpages  a:link {
	color:#aabd28;
	text-decoration: none; 
}

.subpages  a:hover {
	color: #009de0;
	text-decoration: underline;
}

#slides .subpages h1 { 
	font-size:32px; font-weight:200; margin-bottom: 5px;
}


/* Undantag för startsidan */
.start #slides h1 { 
font-size:55px; font-weight:200; margin-bottom: 0px; color:#444 
}

.start #slides h2 { 
font-size:23px; font-weight:normal; margin-bottom: 0px;	  color:#444; letter-spacing:1px
}

.start .subpage span {
	width:510px; display:inline-block; margin-top:60px; margin-left:40px; 
}

.start .subpages .subpage img {
	float:right;
	margin-top:20px;
	margin-right:110px;
}

.start .subpages .subpage {
	height:270px;
	margin:30px;
}

.xstart #slides { height:330px;}

/* -slut Startsidan */

/*
	Next/prev buttons
*/

#content .next,#content .prev {
	position:absolute;
	top:340px;
	left:-22px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#content .next {
	left:881px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


/* Undantag för Kunder-sidan */
 .kunder #slides {
	height:auto;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.kunder #content, .kunder .subpages .subpage {
	height: 600px;
}
.kunder .subpages .subpage {
	background-color:#F9F9F9; 
}
.kunder .subpages .subpage span  {
 	overflow:visible;
 	width:880px; display:inline-block; margin:20px;
}
.logotable {
	xheight: 540px;
}
.logotable td { text-align:center; vertical-align:middle;  }

.logotable img {
	float:left;
	margin:0px;
}

.adresstable { width:670px; padding:30px}
