﻿@charset "UTF-8";
/* CSS Document */

/* import styles */
@import url('jqdd-style.css');


/* TYPOGRAPHY: General
-------------------------------------------------------------- */

body,td,th {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
	color: #000;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 0px;
}

h1 {
	font-size: 2.13em;
	line-height: 110%;
	padding-top: 1em;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.31em;
	line-height: 110%;
	padding-top: 1em;
	padding-bottom: 3px;
}
h3 {
	font-size: 1em;
	line-height: 110%;
	padding-top: 1em;
	padding-bottom: 1px;
}
h4 {
	font-size: 0.75em;
	line-height: 110%;
	letter-spacing:0.05em;
	text-transform: uppercase;
	padding-top: 1em;
	padding-bottom: 1px;
}
h5 {
	font-size: 0.81em;
	line-height: 110%;
	padding-top: 1em;
}
h6 {
	font-size: 0.81em;
	line-height: 110%;
	padding-top: 1em;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0.81em;
	font-size: 0.81em;
	line-height: 150%;
}

ul {
	margin: 0 0 1.5em 30px;
	font-size: 0.81em;
}
li {
	line-height: 150%;
}
ol {
	margin: 0 0 1.5em 0px;
	font-size: 0.81em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:1em;
	line-height: 150%;
}
dd p {
    font-size:1em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 1em 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

hr {
	width: 100%;
	border: 2px solid #eee;
	margin: 1em 0;
}

/* TYPOGRAPHY: Custom tags/classes
-------------------------------------------------------------- */

/* Col left/right */

#col-left h1, #col-right h1 {
	font-size: 1em;
	line-height: 110%;
	padding-top: 1em;
	padding-bottom: 1px;
}
#col-left h2, #col-right h2 {
	font-size: 0.75em;
	line-height: 110%;
	letter-spacing:0.05em;
	text-transform: uppercase;
	padding-top: 1em;
	padding-bottom: 1px;
}
#col-left h3, #col-right h3 {
	font-size: 0.81em;
	line-height: 110%;
	padding-top: 1em;
}
#col-left h1, #col-left h2, #col-left h3, #col-left p, #col-right h1, #col-right h2, #col-right h3, #col-right p {
	padding-left: 30px;
	padding-right: 30px;
}
#col-left ul {
	padding: 0px 10px 0px 30px;
}
#col-right ul {
	padding: 0px 30px 0px 10px;
}
#col-left ul, #col-right ul {
	padding: 0px 10px 0px 30px;
	margin: 38px 0px 0px 0px;
	width: 260px;
}
#col-left li, #col-right li {
	list-style: none;
	padding: 0px;
}
ul#kontakt {
	padding: 0px 10px 0px 30px;
	margin: 0px 0px 0px 0px;
	display:block;
}
li#kontakt {
	list-style: none;
	padding: 0px;
}


/* Col content */

.col-content h1, .col-content h2, .col-content h3, .col-content h4, .col-content h5, .col-contenth6, .col-content p,
.col-content ul, .col-content ol, .col-content dl, .col-content pre, .col-content code, .col-content abbr, .col-content acronym,
.col-content sub, .col-content sup {
	padding-left: 30px;
	padding-right: 30px;
}
.col-content ul {
	width: 540px;
	padding: 0px 30px;
	margin: 0px;
}
.col-content li {
	list-style: none;
	padding: 0px;
}
.col-content ol ol {
	margin: 0;
	padding: 0px 0px 0px 1.5em;
}
.col-content ol ol li {
	list-style: inside;
	list-style-type: upper-alpha;
	padding: 0px 1.5em 0.5em 1.5em;
}
.col-content ol li {
	list-style: inside;
	list-style-type: decimal;
	padding-bottom: 0.5em;
}
.col-content dd p {
	padding-left: 0px;
	padding-right: 0px;
}

/* Col 450 */

.col-450 h1, .col-450 h2, .col-450 h3, .col-450 h4, .col-450 h5, .col-450, .col-450 p,
.col-450 ul, .col-450 ol, .col-450 dl, .col-450 pre, .col-450 code, .col-450 abbr, .col-450 acronym,
.col-450 sub, .col-450 sup {
	padding-left: 30px;
	padding-right: 30px;
}
.col-450 ul {
	width: 390px;
	padding: 0px 30px;
	margin: 0px;
}
.col-450 li {
	list-style: none;
	padding: 0px;
}
.col-450 ol ol {
	margin: 0;
	padding: 0px 0px 0px 1.5em;
}
.col-450 ol ol li {
	list-style: none;
	/* list-style-type: upper-alpha; */
	padding: 0px 1.5em 0.5em 1.5em;
}
.col-450 ol li {
	list-style: inside;
	list-style-type: decimal;
	padding-bottom: 0.5em;
}
.col-450 dd p {
	padding-left: 0px;
	padding-right: 0px;
}

/* News, Page nav */

ul#page-nav {
	margin:10px 0px 0px 30px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 540px;
}
ul#page-nav li {
	list-style-type: none;
	padding-top: 4px;
	margin: 0px 4px;
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	float: left;
}
#news li {
	border-top: 1px solid #eee;
	margin: 0px;
	padding: 5px 0px;
}
.datum {
	font-size: 0.69em;
	color: #999;
}
.kundcase-namn {
	font-style: italic;
	text-align: right;
	border-bottom: 1px solid #eee;
	padding: 10px 0px 20px 0px;
	margin: 0px 30px 20px 30px;
}

/* Images */

.news-img-left {
	/* width: 260px;
	height: 200px; */
	padding-right: 20px;
	padding-left: 30px;
	float: left;
}
.news-img-right {
	/* width: 260px;
	height: 200px; */
	padding-left: 20px;
	padding-right: 30px;
	float: right;
}
.portrait-img {
	padding: 2.31em 30px 0px 30px;
}
.ikon-img {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 40px 0px;
	display: block;
	float: left;
	clear: both;
}
#col-left img, #col-right img {
	margin-bottom: 10px;
}
/* Footer */

#footer h1 {
	font-size: 1.25em;
	color: #000;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
}

/* Startsidan, puffar */

#start-col-left-green h1 {
	color: #000;
	font-size: 1.31em;
	line-height: 110%;
	padding: 0px 0px 3px 0px;
}
#start-col-left-green p {
	color: #000;
	padding: 0px;
}
#start-col-left-black h1 {
	color: #fff;
	font-size: 1.31em;
	line-height: 110%;
	padding: 0px 0px 3px 0px;
}
#start-col-left-black p {
	color: #fff;
	padding: 0px;
}
#start-col-left-blue h1 {
	color: #000;
	font-size: 1.31em;
	line-height: 110%;
	padding: 0px 0px 3px 0px;
}
#start-col-left-blue p {
	color: #000;
	padding: 0px;
}





/* LAYOUT
-------------------------------------------------------------- */
* {
	margin: 0; 
	padding: 0;
}
body {
	background-color: #fff;
}
#wrap {
	margin: 0px auto; /* Centrera #wrap */
	text-align: left; /* Vänsterställer innehållet i #wrap */
	background: #fff url(../images/bg.gif) repeat-y 0 0;
	width: 960px;
	min-width: 960px;
}
#top-nav {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
}
#top-nav-language {
	width: 160px;
	font-size: 1.25em;
	text-align: center;
	padding-top: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#top-login {
	font-size: 0.75em;
	width: 950px;
	padding: 5px;
	margin-top: 5px;
	float: right;
	text-align: right;
}
#gray-bg {
	width: 960px;
	clear: both;
	margin-bottom: 20px;
	padding: 0px 0px 20px 0px;
	background: #eee;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
/* original 
#start-header {
	width: 960px;
	padding: 0px;
	background: url(../images/header-bg-start.gif) no-repeat 20px 0px;
	height: 320px;
}
#start-logo {
	width: 250px;
	padding: 246px 0px 0px 0px;
	height: 54px;
}
*/
#start-header {
	width: 960px;
	padding: 0px;
	/* background: url(../images/header-start-bg.png) no-repeat 20px 0px; */
	background-image: url(../images/header-start-bg.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	height: 320px;
}
#start-logo {
	width: 545px;
	padding: 235px 0px 0px 0px;
	margin-top: 10px;
	background: url(../images/header-start.png) no-repeat 0px 0px;
	height: 54px;
	overflow: visible;
	float: left;
}
#start-campaign {
	width: 345px;
	padding: 60px 10px 0px 20px;
	float: left;
}
#header {
	width: 960px;
	padding: 0px;
	background: url(../images/header-bg-140px.gif) no-repeat 0px -42px;
	height: 60px;
	margin-bottom: 20px;
}
#logo {
	width: 250px;
	padding: 0px 0px 0px 0px;
	height: 54px;
}
#content-wrap {
	width: 900px;
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.col-content {
	width: 600px;
	min-height: 240px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.col-450 {
	width: 450px;
	min-height: 240px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.col-900 {
	width: 840px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 30px;
}
#col-left {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#col-right {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#footer {
	width: 860px;
	padding: 30px 20px 20px 20px;
	font-size: 0.81em;
	color: #999;
	border-top: 1px solid #eee;
}
#footer-left {
	width: 430px;
	float: left;
}
#footer-right {
	width: 430px;
	float: right;
	text-align: right;
}

/* Startsidan, puffar */

#start-col-left-green {
	width: 270px;
	min-height: 220px;
	background: #C9D30E;
	margin: 0px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#start-col-left-black {
	width: 270px;
	min-height: 220px;
	background: #000;
	margin: 0px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#start-col-left-blue {
	width: 270px;
	min-height: 220px;
	background: #BDE0F6; /* #E5F3F7 */
	margin: 0px 10px 0px 0px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}





/* LINKS
-------------------------------------------------------------- */


a img {
	border: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

h1 a:link, h1 a:active, h1 a:visited, h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #666;
}

div#top-nav-language a:link, div#top-nav-language a:active, div#top-nav-language a:visited {
	color: #000;
	text-decoration: none;
	padding: 2px 5px;
}
div#top-nav-language a:hover {
	color: #fff;
	background: #C9D30E;
	text-decoration: none;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
div#start-col-left-green a:link, div#start-col-left-green a:active, div#start-col-left-green a:visited {
	color: #fff;
	font-size: 1.31em;
	text-align: right;
	float: right;
	text-decoration: none;
	padding: 2px 5px;
	margin: 10px 0px;
}
div#start-col-left-green a:hover {
	color: #fff;
	background: #BAD55D;
	text-decoration: none;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
div#start-col-left-black a:link, div#start-col-left-black a:active, div#start-col-left-black a:visited {
	color: #fff;
	font-size: 1.31em;
	text-align: right;
	float: right;
	text-decoration: none;
	padding: 2px 5px;
	margin: 10px 0px;
}
div#start-col-left-black a:hover {
	color: #fff;
	background: #444;
	text-decoration: none;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
div#start-col-left-blue a:link, div#start-col-left-blue a:active, div#start-col-left-blue a:visited {
	color: #000;
	font-size: 1.31em;
	text-align: right;
	float: right;
	text-decoration: none;
	padding: 2px 5px;
	margin: 10px 0px;
}
div#start-col-left-blue a:hover {
	color: #000;
	background: #EEF7FD;
	text-decoration: none;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#pufflink a:link, #pufflink a:active, #pufflink a:visited {
	color: #000;
	font-size: 1.31em;
	text-align: right;
	float: right;
	text-decoration: none;
	padding: 2px 5px;
	margin: 10px 0px 10px 0px;
}
#pufflink a:hover {
	color: #000;
	background: #eee;
	text-decoration: none;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

ul#news a {
	color:#000;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
ul#news a:link {
	color: #000;
}
ul#news a:visited {
	color: #000;
 }
ul#news a:hover {
	color: #000;
	background: #f3f3f3;
}
ul#news a:active {
	color: #000;
}

ul#page-nav a {
	color:#000;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
ul#page-nav a:link {
	color: #000;
}
ul#page-nav a:visited {
	color: #000;
 }
ul#page-nav a:hover {
	color: #000;
	background: #f3f3f3;
}
ul#page-nav a:active {
	color: #000;
}
.page-nav-active {
	background: #e6e6e6;
}

div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #999;
	text-decoration: none;
	padding: 0px 2px;
}
div#footer a:hover {
	color: #000;
	text-decoration: none;
}



/* FORM, INPUTS
-------------------------------------------------------------- */
.col-content form {
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.col-content label {
	font-size: 0.81em;
}
.col-content select {
	width: 240px;
	margin-top: 2px;
	margin-bottom: 0.81em;
	padding: 5px;
}
.col-content textarea {
	width: 360px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 0.81em;
}
.form-button {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	padding: 5px;
	margin: 10px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.top-login-field {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.top-login-button {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.puff-login-field {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	padding: 5px;
	margin-top: 10px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.puff-login-button {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	padding: 5px;
	margin-top: 10px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.footer-login-field {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 8px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.footer-login-button {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#footer label {
	color: #000;
}
.footer-input-spacing {
	margin-bottom: 8px;
}

