/* ----------- */
/* TANDVARD.SE */
/* ---------------------------------------- */

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

div#behallare {
	max-width: 60em;
	margin-left: auto;
	margin-top: 2em;
	margin-right: auto;
	padding-bottom: 2em;
}

div#huvud {
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.4em;
}

div#innehall {
}

div#sidfot {
	width: 100%;
	clear: both;
	margin-top: 0.4em;
}

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

div.mittenbehallare {
	margin-left: 25%;
}

div.mittenbehallare_hoger {
	margin: 0 28% 0 25%;
}

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

div.hogerbehallare {
	width: 28%;
	float: left;
	margin-left: -28%;
}

div#mitten, div#vanster, div#hoger, div#kontakt, div.lada {
	margin-left: 0.2em;
	margin-right: 0.2em;
}

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

/* ----------------- */
/* ----- Ramar ----- */
/* ----------------- */

.cbb {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

.cb {
	margin: 0;
}

.bt, .bb {
	background-image: url(../../bilder/bg_box.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 12px;
	margin: 0 0 0 12px;
}

.bt div, .bb div {
	font-size: 0;
	line-height: 0;
	background-image: url(../../bilder/bg_box.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 12px;
	height: 12px;
	position: relative;
	left: -12px;
}

.bb {
	background-position: 100% 100%;
}

.bb div {
	background-position: 0 100%;
}

.i1, .i2 {
	background-image: url(../../bilder/bg_borders.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

.i1 {
	padding:0 0 0 6px;
}

.i2 {
	background-position: 100% 0;
	padding: 0 6px 0 0;
}

.i3 {
	background: #FFFFFF;
	display: block;
	margin: 0;
	padding: 0;
}

.i3:after {
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	content: "."; 
}
.i3 {
	display: inline-block;
}

.i3 {
	display: block;
}

div#huvud .i3 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 150px;
}

div#huvud .bt, div#huvud .bb, div#vanster .bt, div#vanster .bb {
	height: 6px;
	margin: 0 0 0 6px;
}

div#huvud .bt div, div#huvud .bb div, div#vanster .bt div, div#vanster .bb div {
	width: 6px;
	height: 6px;
	left: -6px;
}

div#vanster .bb {
	height: 12px;
}

div#vanster .bb div {
	height: 12px;
}

div#kontakt .i3 {
	padding-left: 1em;
	padding-right: 1em;
}

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

div#text, div#meny, div#nyheter {
	padding: 0.5em;
	padding-bottom: 1em;
}

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

div#meny {
	padding: 0;
	padding-bottom: 2em;
}

div#nyheter {
}

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

div#smile a {
	text-decoration: none;
	background-image: url(../../bilder/bg_smile.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: block;
	width: 220px;
	height: 80px;
	float: right;
	clear: right;
	border: none;
}

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

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

div#text h1 {
	color: #C20000;
	font-size: 180%;
	line-height: 1em;
	margin-top: 0.5em;
}

div#text h2 {
	color: #045B78;
	font-size: 115%;
	line-height: 1em;
	margin-bottom: 0.2em;
}

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

div#text ul {
	margin-top: 0.2em;
}

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

div#text a {
	color: #0680A9;
}

div#text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0680A9;
}

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

div#text p.tillbaka {
	display: list-item;
	list-style-position: inside;
	list-style-image: url(../../bilder/img_tillbaka.png);
}

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

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

div#text div.formular {
	background-color: #0680A9;
	margin-bottom: 1em;
	padding: 2em 3em;
	border: solid 1px #045B78;
}

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 #045B78;
}

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

div#text div.formular input.knapp {
	color: #045B78;
	background: #E6E6E6;
}

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

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

ul.bildgalleri {
	background-color: #E6E6E6;
	margin-top: 0.5em;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	margin-right: 1.5em;
	padding: 1em;
	border: 1px solid #B2B2B2;
}

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 #B2B2B2 !important;
}

ul.bildgalleri li a:hover {
	background-color: #E6E6E6 !important;
	border: 1px solid #0680A9 !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 */
/* ---------------------------------------- */

/* ----------------------------- */
/* ----- Navigation niva 1 ----- */
/* ----------------------------- */

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

ul#navigation_niva1 {
}

ul#navigation_niva1 li {
}

ul#navigation_niva1 li a {
	color: #045B78;
	font-size: 135%;
	text-decoration: none;
	display: block;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.2em;
	border-top: 1px solid #E6E6E6;
}

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

ul#navigation_niva1 li.aktiv a {
	color: #FFFFFF;
	background-color: #045B78;
	border-top: 1px solid #045B78;
}

ul#navigation_niva1 li.aktiv a:hover {
	text-decoration: none;
}

ul#navigation_niva1 li.forst a {
	border-top: none;
}

/* ----------------------------- */
/* ----- Navigation niva 2 ----- */
/* ----------------------------- */

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

ul#navigation_niva2 {
	width: 100% !important;
}

ul#navigation_niva2 li {
}

ul#navigation_niva2 li a {
	color: #045B78 !important;
	font-size: 100% !important;
	text-decoration: none;
	display: block;
	background-color: #E6E6E6 !important;
	padding-top: 0.3em !important;
	padding-left: 2em !important;
	padding-bottom: 0.3em !important;
	padding-right: 0.2em;
	border-top: none !important;
}

ul#navigation_niva2 li a:hover {
	text-decoration: underline !important;
}

ul#navigation_niva2 li.aktiv a {
	color: #045B78 !important;
	font-weight: bold;
	background-color: #E6E6E6 !important;
	background-image: url(../../bilder/bg_navigation_niva2.png);
	background-repeat: no-repeat;
	background-position: 1em 50%;
	border-top: none !important;
}

ul#navigation_niva2 li.aktiv a:hover {
	text-decoration: none !important;
}

/* ----- */
/* HÖGER */
/* ---------------------------------------- */

/* ----------------------- */
/* ----- Nyhetslista ----- */
/* ----------------------- */

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

ul#nyhetslista {
}

ul#nyhetslista li {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-top: 1px solid #E6E6E6;
}

ul#nyhetslista li p {
	margin: 0;
}

ul#nyhetslista li a {
	color: #0680A9;
}

ul#nyhetslista li a:hover {
	text-decoration: none;
}

ul#nyhetslista li a.rubrik {
	color: #045B78;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

ul#nyhetslista li a.rubrik:hover {
	text-decoration: underline;
}

ul#nyhetslista li p.datum {
	color: #B2B2B2;
	font-size: smaller;
}

ul#nyhetslista li p.ingress {
}

ul#nyhetslista li.forsta {
	padding-top: 0;
	border-top: none;
}

/* ------ */
/* SIDFOT */
/* ---------------------------------------- */

/* ------------------- */
/* ----- Kontakt ----- */
/* ------------------- */

div#kontakt strong {
	color: #C20000;
}

div#kontakt a {
	color: #333333;
}

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