/* ------------- */
/* DINEKONOM.COM */
/* ---------------------------------------- */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 64%;
	line-height: 1.5em;
	color: #000000;
	background-color: #EDEDED;
	background-image: url(../../bilder/bg_body_alt.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	margin: 0;
	padding: 0;
}

div#behallare {
	background-color: #FFFFFF;
	max-width: 75em;
	margin: 1em;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
}

div#huvud {
	border-bottom: solid 1px #000000;
}

div#logotyp {
	padding-top: 1.5em;
	padding-left: 3em;
	margin-bottom: -1em;
}

div#meny {
	background-color: #0A3764;
	margin-left: 22%;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
}

div#innehall {
}

div#information {
	padding-top: 2em;
	padding-bottom: 1em;
}

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

div#text {
	margin-right: 25%;
	margin-left: 22%;
}

div#vansterbehallare {
	float: left;
	width: 22%;
	margin-left: -100%;
}

div#hogerbehallare {
	float: left;
	width: 25%;
	margin-left: -25%;
}

div#kontaktinformation {
	color: #0A3764;
	clear: both;
	float: none;
	margin-left: 22%;
}

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

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

div#logotyp img {
	display: none;
}

/* ------------------------------ */
/* ----- Margin och padding ----- */
/* ------------------------------ */

div#text div.padding {
	padding-top: 1em;
	padding-right: 3em;
	padding-bottom: 2em;
}

div#vanster {
	padding-right: 3em;
}

div#hoger {
	background-color: #AACDF0;
	padding-right: 1em;
	padding-left: 1em;
	border-left: dotted 1px #000000;
}

div#kontaktinformation div {
	padding: 1em;
	border-top: dotted 1px #000000;
	border-left: dotted 1px #000000;
}

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

div.rensa {
	clear: both;
}

/* ---- */
/* MENY */
/* ---------------------------------------- */

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

ul#navigation_niva1 {
}

ul#navigation_niva1 li {
	float: left;
}

ul#navigation_niva1 a {
	text-transform: uppercase;
	display: block;
}

ul#navigation_niva1 a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0A3764;
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-right: solid 1px #FFFFFF;
}

ul#navigation_niva1 a:hover, ul#navigation_niva1 li.aktiv a, ul#navigation_niva1 li.aktiv a:hover {
	text-decoration: none;
	color: #0A3764;
	background-color: #FFFFFF;
}

/* ---- */
/* TEXT */
/* ---------------------------------------- */

div#text h1 {
	font-size: 2.2em;
	color: #7C4F23;
	line-height: normal;
	font-weight: lighter;
}

div#text h2 {
}

div#text h3 {
	color: #0A3764;
	font-size: 120%;
}

div#text strong {
	color: #0A3764;
}

div#text a {
	color: #0A3764;
	text-decoration: underline;
}

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

div#text ul {
	margin-left: 0;
	padding-left: 4em;
}

div#text li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../../bilder/bg_li.gif);
	margin-left: 0;
	padding-left: 0;
}

/* ----------------------- */
/* ----- BILDGALLERI ----- */
/* ----------------------- */

a.bild {
	text-decoration: none;
	border: none;
}

a.bild img {
	border: none;
}

div.bildgalleri {
	border-top: 1px solid #0A3764;
	padding-top: 1em;
}

div.bildgalleri a {
	background-color: #0A3764;
	display: block;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border: 1px solid #0A3764;
}

div.bildgalleri a:hover {
	background-color: #0A3764;
}

div.bildgalleri img {
	border: none;
}

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

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #FFFFFF;
	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(../../bilder/lb_blank.png) no-repeat;
	display: block;
}

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

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

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

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

#imageDataContainer {
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px;
}

#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: #000000;
}

.clearfix:after, .bildgalleri:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix, * html>body .bildgalleri {
	display: inline; 
	width: 100%;
}

* html .clearfix, * html .bildgalleri {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* --------------------------- */
/* ----- KONTAKTFORMULÄR ----- */
/* --------------------------- */

div.formular {
	color: #FF0000;
	margin-bottom: 2em;
}

div.formular label {
	font-weight: bold;
	color: #0A3764;
	display: block;
	width: 13em;
	float: left;
}

div.formular_lada {
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: solid 1px #CCCCCC;
}

div.formular_rad {
	float: left;
}

div.formular_rad_special {
	float: left;
}

div.formular_rad_special span {
	color: #000000;
}

div.formular_knapp {
	text-align: right;
	padding-top: 0.5em;
}

div.formular_rad select, div.formular_rad input, div.formular_rad textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

div.formular_rad select {
	width: 15em;
}

div.formular_rad input {
	width: 12em;
}

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

div#vansterbehallare div.bakgrund {
	background-image: url(../../bilder/bg_vanster.gif);
	background-repeat: no-repeat;
	background-position: 50% 8em;
}

div#vanster div {
	height: 7em;
}

/* ----------------------------- */
/* ----- NAVIGATION NIVÅ 2 ----- */
/* ----------------------------- */

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

ul#navigation_niva2 {
	list-style-type: none;
	border-top: dotted 1px #000000;
	border-right: dotted 1px #000000;
}

ul#navigation_niva2 li {
	border-bottom: dotted 1px #000000;
}

ul#navigation_niva2 a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 0.2em;
	padding-left: 20px;
	padding-bottom: 0.2em;
	padding-right: 1em;
}

ul#navigation_niva2 a:hover, ul#navigation_niva2 li.aktiv a {
	color: #FFFFFF;
	background-color: #AACDF0;
	background-image: url(../../bilder/bg_navigation_niva2.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

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

div#hoger div {
	height: 1em;
}

/* ------------------- */
/* ----- NYHETER ----- */
/* ------------------- */

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

ul#nyheter {
	list-style-type: none;
}

ul#nyheter li {
	background-color: #FFFFFF;
	margin-bottom: 1em;
	border: solid 1px #FFFFFF;
}

ul#nyheter a.rubrik {
	color: #0A3764;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #AACDF0;
	background-image: url(../../bilder/bg_nyheter.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 0.5em;
	display: block;
}

ul#nyheter a.rubrik:hover {
	color: #0A3764;
	text-decoration: underline;
}

ul#nyheter a {
	color: #0A3764;
	text-decoration: underline;
}

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

ul#nyheter p {
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* ------------------ */
/* KONTAKTINFORMATION */
/* ---------------------------------------- */

div#kontaktinformation strong {
	color: #7C4F23;
	font-weight: bold;
	text-transform: uppercase;
}

div#kontaktinformation a {
	color: #0A3764;
	text-decoration: underline;
}

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