/* --------------- */
/* KEYLOGISTICS.SE */
/* ---------------------------------------- */

body  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 74%;
	line-height: 1.5em;
	color: #3B3B3B;
	background-color: #EEEAE8;
	background-image: url(../../bilder/bg_body.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0px;
	padding: 0px;
}

div#behallare {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5em;
	padding-top: 0;
	padding-bottom: 2em;
}

div#huvud {
	width: 100%;
	height: 90px;
	float: left;
}

div#logotypbehallare {
	width: 100%;
	float: left;
}

div#meny_niva1 {
	width: 100%;
	height: 60px;
	clear: left;
}

div#innehall {
	background-image: url(../../bilder/bg_innehall.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 100%;
}

div.kolumnbehallare {
	width: 100%;
	float: left;
}

div.mittenbehallare {
	background-image: url(../../bilder/bg_vanster.png);
	background-repeat: no-repeat;
	background-position: 3px 100%;
	padding-left: 25%;
}

div.vansterbehallare {
	width: 25%;
	float: left;
	margin-left: -100%;
	overflow: hidden;
}

div#mitten, div#vanster {
	margin-left: 0.2em;
	margin-right: 0.2em;
	padding: 1em;
	padding-top: 1.5em;
}

/*div#vanster {
	margin-left: 3px;
}*/

div#kontakt {
	background-image: url(../../bilder/bg_kontakt.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-top: 0;
	padding: 1.5em;
	padding-top: 0;
}

/* --------- */
/* BEHALLARE */
/* ---------------------------------------- */

/* ------------------- */
/* ----- Padding ----- */
/* ------------------- */

div#text {
	margin-left: 3px;
	padding: 0.5em;
	padding-top: 0;
	padding-bottom: 0.2em;
}

div#text {
	padding-left: 1em;
	padding-right: 1em;
}

/* ----------------- */
/* ----- Rensa ----- */
/* ----------------- */

div.rensa {
	font-size: 0px;
	line-height: 1%;
	overflow: hidden;
	height: 1px;
	clear: both;
	margin-bottom: -1px;
}

* html div.rensa {
	height: auto;
	margin-bottom: 0;
}

/* ----- */
/* HUVUD */
/* ---------------------------------------- */

/* ------------------- */
/* ----- Logotyp ----- */
/* ------------------- */

div.logotyp {
	margin-top: 12px;
}

div.logotyp a {
	text-decoration: none;
	background-image: url(../../bilder/logotyp.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: block;
	height: 76px;
	width: 174px;
	border: 0px solid #FFFFFF;
}

/* --------------------- */
/* ----- World Map ----- */
/* --------------------- */

div.worldmap {
	background-image: url(../../bilder/bg_worldmap.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 245px;
	height: 150px;
	margin-top: -88px;
	float: right;
}

/* ----------- */
/* MENY NIVÅ 1 */
/* ---------------------------------------- */

/* ----------------------------- */
/* ----- Navigation nivå 1 ----- */
/* ----------------------------- */

ul#navigation_niva1, ul#navigation_niva1 li {
	margin: 0;
	padding: 0;
}

ul#navigation_niva1 {
	list-style-type: none;
	width: 100%;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}

ul#navigation_niva1 li {
	display: inline;
}

ul#navigation_niva1 li a {
	font-size: 180%;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-top: 10px;
	padding-left: 0.3em;
	cursor: pointer;
}

ul#navigation_niva1 li a span {
	display: block;
	float: left;
	padding-right: 1.3em;
	padding-left: 1em;
	padding-top: 15px;
	height: 35px;
	cursor: pointer;
}

ul#navigation_niva1 li a:hover {
	color: #9EE06C;
}

ul#navigation_niva1 li.aktiv a {
	color: #565A5C;
	font-weight: bold;
	background-image: url(../../bilder/bg_navigation_niva1.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

ul#navigation_niva1 li.aktiv a span {
	background-image: url(../../bilder/bg_navigation_niva1.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

/* ------ */
/* MITTEN */
/* ---------------------------------------- */

/* ------------------ */
/* ----- Bilder ----- */
/* ------------------ */

div#bilder {
	padding: 20px 6px;
	padding-bottom: 5px;
}

div#bilder img {
	background-color: #888D90;
	display: block;
	float: left;
	padding: 3px;
	margin-left: 32px;
}

/* ---------------- */
/* ----- Text ----- */
/* ---------------- */

div#text h1 {
	color: #565A5C;
	line-height: 1em;
	margin-top: 0;
}

div#text h2 {
	color: #0062A9;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0.2em;
}

div#text h3 {
	font-size: 120%;
	line-height: 1em;
	margin-bottom: 0.2em;
}

div#text p {
	text-align: justify;
	margin-top: 0.2em;
	margin-bottom: 1.2em;
}

div#text a {
	color: #2072AE;
	text-decoration: none;
	border-bottom: dotted 1px #2072AE;
}

div#text a:hover {
	color: #3B3B3B;
	border-bottom: solid 1px #3B3B3B;
}

div#text a img {
	border: none;
}

div#text ul, div#text ol {
	text-align: justify;
	margin-top: 0.2em;
}

div#text ul li {
	list-style-position: outside;
}

div#text table {
	border: solid 1px #999999;
	border-collapse: collapse;
	border-spacing: 0px;
}

div#text table tr {
}

div#text table tr td {
	vertical-align: text-top;
	padding: 0.2em 0.3em;
	border: solid 1px #999999;
	border-left: none;
	border-right: none;
}

div#text p.datum {
	font-size: smaller;
	color: #B2B2B2;
}

div#text hr {
	color: #E6E6E6;
	background-color: #E6E6E6;
	width: 100%;
	height: 1px;
	border: 0;
}

div#text img.bild_hoger {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* --------------------- */
/* ----- Templates ----- */
/* --------------------- */

div#text div.kolumner {
	width: 100%;
	float: left;
	margin-bottom: 0.5em;
}

div#text div.kolumner div.vansterkolumn {
	width: 45%;
	float: left;
}

div#text div.kolumner div.hogerkolumn {
	width: 45%;
	float: left;
	padding-left: 10%;
}

/* ------------------ */
/* ----- Listor ----- */
/* ------------------ */

div#text ul li.lista_akriv {
	list-style-image: url(../../bilder/lista_akriv.png);
}

div#text ul li.lista_excel {
	list-style-image: url(../../bilder/lista_excel.png);
}

div#text ul li.lista_pdf {
	list-style-image: url(../../bilder/lista_pdf.png);
}

div#text ul li.lista_word {
	list-style-image: url(../../bilder/lista_word.png);
}

/* -------------------- */
/* ----- Formulär ----- */
/* -------------------- */

div#text div.formular {
}

div#text div.formular_lada {
	margin: 0;
	padding: 0;
}

div#text div.formular_rad {
	color: #3B3B3B;
	margin-bottom: 1em;
}

div#text div.formular_kolumner {
	width: 100%;
	float: left;
	margin-bottom: 0.5em;
}

div#text div.formular_kolumner div.vansterkolumn {
	width: 48%;
	float: left;
}

div#text div.formular_kolumner div.hogerkolumn {
	width: 48%;
	float: left;
	padding-left: 4%;
}

div#text div.formular_rad label {
	font-size: 110%;
	color: #3B3B3B;
	font-weight: bold;
	display: block;
	padding-bottom: 0.2em;
}

div#text div.formular input.input, div#text div.formular select.select, div#text div.formular input.knapp, div#text div.formular textarea.textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3B3B3B;
	background: #FFFFFF;
	width: 100%;
	padding: 0.1em;
	border: solid 1px #B3B3B3;
}

div#text div.formular textarea.textarea {
	background: #FFFFFF;
	width: 100%;
	padding: 0.1em;
	border: solid 1px #B3B3B3;
}

div#text div.formular input.knapp {
	color: #888D90;
	background: #D6F2C0;
	width: 100px;
}

/* ----------------------- */
/* ----- Bildgalleri ----- */
/* ----------------------- */

ul.bildgalleri, ul.bildgalleri li {
	list-style: none none !important;
}

ul.bildgalleri {
	background-color: #EDEDED;
	margin-top: 0.5em;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	margin-right: 1.5em;
	padding: 1em;
}

ul.bildgalleri li {
	/*\*/ vertical-align: bottom; /**/
	display: -moz-inline-box;
	display: inline-block;
	margin: 0.5em;
	padding: 0;
}

ul.bildgalleri li>a {
	/*\*/ display: table; /**/
}

ul.bildgalleri li a {
	text-decoration: none;
	display: block;
	padding: 0.2em;
	border: 1px solid #D8D8D8 !important;
}

ul.bildgalleri li a:hover {
	background-color: #D8D8D8 !important;
	border: 1px solid #0062A9 !important;
}

ul.bildgalleri li a img {
	vertical-align: bottom;
	border: none;
}

@media all and (min-width: 0) {
ul.bildgalleri {
	display: inline-block;
}

ul.bildgalleri li {
	vertical-align: top;
}

ul.bildgalleri li a {
	display: inline-block;
	vertical-align: top;
}
}

#lightbox {
	line-height: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 100;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

#imageContainer {
	padding: 10px;
}

#loading {
	line-height: 0;
	text-align: center;
	width: 100%;
	height: 25%;
	position: absolute;
	top: 40%;
	left: 0%;
}

#hoverNav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	background-image: url(../../bilder/img_blank.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 49%;
	height: 100%;
}

#prevLink {
	float: left;
	left: 0;
}

#nextLink {
	float: right;
	right: 0;
}

#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../../bilder/img_foreg.png);
	background-repeat: no-repeat;
	background-position: left 15%;
}

#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../../bilder/img_nasta.png);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#imageDataContainer {
	font-size: smaller;
	line-height: 1.4em;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}

#imageData {
	padding: 0 10px;
	color: #666666;
}

#imageData #imageDetails {
	text-align: left;
	width: 70%;
	float: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	

#overlay {
	background-color: #000000;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}

/* ------- */
/* VÄNSTER */
/* ---------------------------------------- */


/* ------- */
/* KONTAKT */
/* ---------------------------------------- */

div#kontakt p {
	font-size: smaller;
	color: #C9BDB5;
	margin: 0;
	margin-left: 28%;
	padding: 0;
}

div#kontakt a {
	color: #C9BDB5;
	text-decoration: none;
	border-bottom: dotted 1px #C9BDB5;
}

div#kontakt a:hover {
	color: #C9BDB5;
	border-bottom: solid 1px #C9BDB5;
}
