/* ------------- */
/* JADEPOINTS.SE */
/* ---------------------------------------- */

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

div#behallare {
	max-width: 68em;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	padding-top: 20px;
}

div#huvud {
	background-image: url(../../bilder/bg_huvud.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	clear: both;
	padding-right: 30px;
}

div#logotyp {
}

div#innehall {
	background-image: url(../../bilder/bg_innehall.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 4px;
}

div#presbild {
	background-color: #FFFFFF;
	background-image: url(../../bilder/bg_body.png);
	background-repeat: repeat;
	background-position: 50% 50%;
	margin-left: 15em;
}

div#citat {
	color: #FFFFFF;
	background-color: #94D04E;
	width: 15em;
	margin-left: -15em;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

div#hoger {
	margin-left: 15em;
	padding-top: 5px;
	padding-bottom: 1.5em;
}

div#text {
	padding: 2em;
	padding-top: 0;
}

div#vansterbehallare {
	width: 15em;
	float: left;
	margin-left: -100%;
	padding-top: 5px;
}

div#vanster {
	padding-bottom: 1.5em;
}

div#sidfot {
	font-size: 10px;
	color: #999999;
	clear: left;
	padding-top: 1.5em;
}

/* --------- */
/* BEHÅLLARE */
/* ---------------------------------------- */

/* ---------------------- */
/* ----- Bakgrunder ----- */
/* ---------------------- */

div#huvud div.bakgrund {
	background-image: url(../../bilder/bg_huvud.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 10px;
	position: relative;
}

div#innehall div.bakgrund {
	background-image: url(../../bilder/bg_innehall.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 5px;
	padding-left: 4px;
}

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

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

div#logotyp p {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	display: block;
	margin: 0;
	/*margin-top: 55px;
	margin-left: 95px;*/
	padding: 0;
	position: absolute;
	bottom: 8px;
	left: 30%;
}

div#logotyp img {
	display: none;
}

/* -------------------- */
/* ----- Genvägar ----- */
/* -------------------- */

ul#genvagar, ul#genvagar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#genvagar {
	background-color: #FFFFFF;
	position: absolute;
	bottom: -5px;
	right: 10px;
}

ul#genvagar li {
	float: left;
}

ul#genvagar a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #C5E69E;
	background-image: url(../../bilder/bg_genvagar.png);
	background-repeat: no-repeat;
	background-position: 0% -200px;
	display: block;
	float: left;
}

ul#genvagar a:hover, ul#genvagar li.aktiv a {
	text-decoration: underline;
}

ul#genvagar li.aktiv a, ul#genvagar li.aktiv a:hover {
	color: #FFFFFF;
	background-color: #639527;
	text-decoration: none;
}

ul#genvagar li a span {
	background-image: url(../../bilder/bg_genvagar.png);
	background-repeat: no-repeat;
	background-position: 100% -200px;
	display: block;
	margin-left: 14px;
	padding: 10px 14px;
	padding-left: 0;
	padding-bottom: 8px;
}

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

ul#genvagar li.aktiv a span {
	background-position: 100% 0%;
}

ul#genvagar li a img {
	border: none;
}

/* ----- */
/* CITAT */
/* ---------------------------------------- */

div#citat p {
	font-size: 150%;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 0;
}

div#citat p.mindre {
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 1.8em;
}

/* ------------------ */
/* ----- Linjer ----- */
/* ------------------ */

div.linje {
	font-size: 0px;
	line-height: 1%;
	background-color: #C5E69E;
	width: 100%;
	height: 5px;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

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

div#innehall div.padding {
	background-color: #FFFFFF;
	padding: 0 30px;
	margin-bottom: 1em;
}

/* -------------------------- */
/* ----- INNERBEHÅLLARE ----- */
/* -------------------------- */

div.innerbehallare {
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ----------------- */
/* ----- 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;
}

/* -------------------- */
/* ----- Lightbox ----- */
/* -------------------- */

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

#lightbox a img {
	border: none;
}

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

#imageContainer {
	padding: 10px;
}

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

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

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

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

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

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

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

#imageData #imageDetails {
	width: 70%; float: left; text-align: 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 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* -------- */
/* INNEHÅLL */
/* ---------------------------------------- */

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

div#text h1 {
	color: #7BBA31;
	line-height: 1em;
}

div#text h2 {
	color: #7BBA31;
	font-size: 116%;
	margin-bottom: 0.2em;
}

div#text h3 {
	font-size: 104%;
	margin-bottom: 0.2em;
}

div#text p {
	margin-top: 0;
}

div#text a {
	color: #7BBA31;
	text-decoration: underline;
}

div#text a:hover {
	color: #ADDB76;
	text-decoration: none;
}

div#text a img {
	border: none;
}

div#text ul, div#text ul li, div#text ol, div#text ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#text ul, div#text ol {
	color: #FFFFFF;
	background-color: #7BBA31;
	margin-bottom: 1em;
	padding: 10px 20px;
}

div#text ul li, div#text ol li {
	background-image: url(../../bilder/bg_li.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	margin-bottom: 0.2em;
	padding-left: 16px;
}

div#text ul li a, div#text ol li a {
	color: #FFFFFF;
	text-decoration: underline;
}

div#text ul.smalare {
	margin-right: 12em;
}

div#text ol, div#text ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

div#text ol li {
	background-image: none;
}

div#text table {
	width: 100%;
}

div#text img.bildram {
	background-color: #C5E69E;
	display: block;
	margin: 5px 15px 5px 0;
	padding: 8px;
	border: none;
}

div#text img.bild_vanster, div#text img.bild_hoger, div#text img.bild_centrera {
	background-color: #C5E69E;
	display: block;
	float: left;
	margin: 15px;
	margin-top: 5px;
	margin-left: 0;
	padding: 8px;
	border: none;
}

div#text img.bild_hoger, div#text img.bild_hoger_ramlos {
	float: right;
	margin: 15px;
	margin-top: 5px;
	margin-right: 0;
}

div#text img.bild_centrera {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

div#text p.copy {
	font-size: 10px;
	color: #666666;
	padding-top: 1em;
}

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

div#text div.formular {
	background-color: #7BBA31;
	width: 60%;
	margin-bottom: 1em;
	padding: 20px 30px;
}

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

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

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

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

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

div#text div.formular input.knapp {
	color: #639527;
	background: #C5E69E;
}

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

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

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

ul#navigation_niva1 {
	background-color: #ADDB76;
	background-image: url(../../bilder/bg_navigation_niva1.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul#navigation_niva1 li {
	list-style-type: none;
	margin-bottom: 8px;
}

ul#navigation_niva1 li a, ul#navigation_niva1 li a span {
	display: block;
	background-image: url(../../bilder/bg_navigation_niva1_a.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

ul#navigation_niva1 li a {
	color: #7BBA31;
	text-decoration: none;
	padding-left: 5px;
}

ul#navigation_niva1 li a:hover {
	text-decoration: underline;
}

ul#navigation_niva1 li a span {
	background-color: #FFFFFF;
	background-position: 100% 0%;
	padding: 5px 10px;
	padding-left: 5px;
}

ul#navigation_niva1 li.aktiv a, ul#navigation_niva1 li.aktiv a:hover, ul#navigation_niva1 li.aktiv a span, ul#navigation_niva1 li.aktiv a span:hover {
	color: #639527;
	text-decoration: none;
	background-color: #ADDB76;
	background-image: none;
}

/* ------------------ */
/* ----- Sidfot ----- */
/* ------------------ */

div#sidfot a {
	color: #666666;
	text-decoration: underline;
}

div#sidfot a:hover {
	color: #999999;
	text-decoration: none;
}
