body {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-image: url(blue-rectangle.jpg);
	background-color: #0f2a1b;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center 0;
}
p {
	margin: 0;
	padding: 3px 3px 7px 0;
	line-height: 22px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	padding: 15px 0 5px 0;
	margin: 0;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin: 0;
}
h3 {
	font-size: 18px;
	padding: 15px 0 0 0;
	margin: 0;
}
/* CENTRERINGSBOX - för centrerade layouter */
#centerbox {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
}
/* SIDHUVUD */
#sidhuvud {
	height: 150px;
	margin: 50px 0 0 0;
	padding: 10px 10px 10px 30px;
	background: rgba(255,255,255, 0.50);
/*	background-image: url(logotype.png);*/
	background-repeat: no-repeat;
	background-position: center 10px;
	border: 1px solid #ccc;
	border-radius: 10px 10px 0 0;
}
#sidhuvud h1 {
	font-size: 28px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
}
/* BOX FÖR SIDORNAS INNEHÅLL */
#kolumncontainer {
	float: left;
	width: 978px;
	margin: 0 0 100px 0;
	padding: 0 10px 10px 10px;
	background: #fff;
	border: 1px solid #ccc;
}
/* KOLUMNER */
#kolumn1 {
	float: left;
	width: 690px;
	margin: 0;
	padding: 0 20px 20px 20px;
	background: #fff;
}
#kolumn2 {
	float: left;
	width: 200px;
	margin: 10px 0 0 0;
	padding: 0 20px 20px 20px;
	background: #f2f2f2;
}
/* --------------------------------------------------------------------------------- */
/* MENY */
/* --------------------------------------------------------------------------------- */
/* VANLIG MENY - döljer alla element som har "dropdown" som inledande attribut */
.toggle, [id^=dropdown] {
	display: none;
}
/* MOBIL MENY - döljer alla element som har "dropdown" som inledande attribut */
.toggle_top, [id^=dropdown] {
	display: none;
}
/* HUVUDMENY - box */
nav {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
	text-align: left;
	background-color: #54739b;
	background-image: linear-gradient(to bottom, #91a5be, #54739b);
	background-repeat: repeat-x;
/*	border: 1px solid #ccc;*/
}
/* Anger att boxen ska visas som en Tabell */ 
nav:after {
	content: "";
	display: table;
	clear: both;
}
/* HUVUDMENY - länkar text */
nav a {
	display: block;
	padding: 0 20px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-decoration: none;
}
nav a:hover {
	background-color: #9a9a9a;
	cursor: pointer;
}
nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
/* HUVUDMENY - menyval */
nav ul li {
	margin: 0;
	display: inline-block;
	float: left;
	text-align: left;
}
/* UNDERMENY 1 */
nav ul ul {
	display: none;
	position: absolute;
	top: 60px;
}
/* UNDERMENY 1 - menyval */
nav ul ul li {
	width: 200px;
	float: none;
	display: list-item;
	position: relative;
	border: 1px solid #fff;
	border-top: none;
	background-image: none;
	background-color: #54739b;
}
/* UNDERMENY 1 - länkar text */
nav ul ul li a {
	font-size: 20px;
	line-height: 50px;
}
/* UNDERMENY 1 - hover-läge */
nav ul li ul a:hover,
nav ul li ul li:hover {
	background-color: #97aecc;
}
/* UNDERMENY 2 - menyval */
nav ul ul ul li {
	position: relative;
	top: -60px;
	left: 200px;
	background-color: #97aecc;
}
/* UNDERMENY 2 - hover-läge */
nav ul ul li ul a:hover,
nav ul ul li ul li:hover {
	background-color: #9a9a9a;
}
/* Visar dropdown-menyer i hover-läget */
nav ul li:hover > ul {
	display: inherit;
}
/* Visar symbol efter menyval
Unicode används - se fler symboler här: 
http://en.wikipedia.org/wiki/Miscellaneous_Symbols 
http://nealchester.com/special-characters
https://dev.w3.org/html5/html-author/charref */
nav li > a:after {
	content: "\00A0\00A0\025be"; /* "00A0" är hårt blanksteg (&nbsp;) */
	color: #fff;
/*	font-size: 14px; */
}
nav ul ul li > a:after {
	content: "\00A0\00A0\025b8"; /* "00A0" är hårt blanksteg (&nbsp;) */
	color: #fff;
/* 	font-size: 14px; */
}
/* Döljer symbol på alla menyval UTAN undermeny */
nav li > a:only-child:after {
	content: '';
}

/* --------------------------------------------------------------------------------- */
/* RESPONSIV TABELL */
/* --------------------------------------------------------------------------------- */
/*  Visar information om att tabellen kan scrollas */
#responsiv_tabell:before {
	display: none;
}
#responsiv_tabell {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	white-space: normal;
/*	border: 1px solid #000;*/
}
#responsiv_tabell th {
	text-align: left;
	padding: 5px 5px 5px 15px;
	white-space: nowrap;
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid #ccc;
}
#responsiv_tabell td {
	text-align: left;
    vertical-align: top;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #ccc;
}
/* Radbrytning - Ange numret på den kolumn du INTE vill ha radbrytning i text  */
/* #responsiv_tabell td:nth-child(4) {
	white-space: nowrap;
} */
/* Bakgrundsfärg varannan rad  */
#responsiv_tabell tr:nth-child(even)  td {
	background-color: rgba(0,0,0,0.03);
}
/* Bakgrundsfärg första kolumnen rad  */
#responsiv_tabell tr > td:nth-child(1) {
	background-color: rgba(0,0,0,0.1);
}


/* ################################################################################# */
/* --------------------------------------------------------------------------------- */
/* MOBILTELEFON och SMARTPHONE (portrait/stående)
/* --------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px){

body, td, p {
	font-size: 16px;
}
body {
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: center 0;
}
/* CENTRERINGSBOX - för centrerade layouter */
#centerbox {
	width: 95%;
}
/* BOX FÖR SIDORNAS INNEHÅLL */
#kolumncontainer {
	width: 98%;
	margin: 10px 0 100px 0;
	padding: 0 0 50px 0;
}
/* KOLUMNER */
#kolumn1 {
	width: 97%;
	margin: 0;
	padding: 0 0 20px 10px;
}
#kolumn2 {
	width: 97%;
	margin: 0;
	padding: 0 0 20px 10px;
}
/* BILDER - maximal storlek på bilder */
#kolumncontainer img {
	max-width: 95%;
	height: auto;
}
/* --------------------------------------------------------------------------------- */
/* SIDHUVUD
/* --------------------------------------------------------------------------------- */
/*  Box som innehåller sidhuvudet och den horisontella huvudmenyn */
#sidhuvud {
	width: 96%;
	height: 170px;
	padding: 10px 5px 5px 5px;
	margin: 10px 0 0 0;
/*	background-image: url(logotype_responsive.png);*/
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100%;
}
#sidhuvud_rubrik {
/*	display: none;*/
}
#sidhuvud h1 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
}

}

/* ################################################################################# */
/* --------------------------------------------------------------------------------- */
/* SMARTPHONE (landscape/liggande) och LÄSPLATTA (portrait/stående)
/* --------------------------------------------------------------------------------- */
@media only screen and (min-width : 480px) and (max-width: 768px){

body, td, p {
	font-size: 16px;
}
/* CENTRERINGSBOX - för centrerade layouter */
#centerbox {
	width: 95%;
/*	border: 1px solid #cc0;*/
}
/* BOX FÖR SIDORNAS INNEHÅLL */
#kolumncontainer {
	width: 99%;
	margin: 10px 0 100px 0;
	padding: 0 0 50px 0;
}
/* KOLUMNER */
#kolumn1 {
	width: 98%;
	margin: 0;
	padding: 0 0 20px 10px;
}
#kolumn2 {
	width: 98%;
	margin: 0;
	padding: 0 0 20px 10px;
}
/* BILDER - maximal storlek på bilder */
#kolumncontainer img {
	max-width: 95%;
	height: auto;
}
/* --------------------------------------------------------------------------------- */
/* SIDHUVUD
/* --------------------------------------------------------------------------------- */
/*  Box som innehåller sidhuvudet och den horisontella huvudmenyn */
#sidhuvud {
	width: 98%;
	height: 150px;
	padding: 10px 5px 5px 5px;
	margin: 10px 0 0 0;
	background-position: 0 30px;
	background-size: 100%;
}
#sidhuvud_rubrik {
	display: none;
}

}

/* ################################################################################# */
/* --------------------------------------------------------------------------------- */
/* MENY 
MOBILTELEFON och SMARTPHONE (portrait/stående) och (landscape/liggande) 
och LÄSPLATTA (portrait/stående)
/* --------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	
/* --------------------------------------------------------------------------------- */
/* MENY */
/* --------------------------------------------------------------------------------- */
/* MENY - box */
nav {
	width: 100%;
	margin: 0 auto 0 auto;
}
/* MOBIL MENY BUTTON - knappen som visas i startläget */
.toggle_top {
	display: block;
	padding: 20px 0 20px 80px;
	margin: 0 auto 0 auto;
	background-color: #1b385d;
	background-image: url(responsive_nav_icon_white.png);
	background-repeat: no-repeat;
	background-size: 40px 30px;
	background-position: 15px center;
	color: #fff;
	font-size: 28px;
	text-decoration: none;
}
/* Döljer menyval i startläget */
.toggle + a,  .menu {
	display: none;
}
/* HUVUDMENY - alla menyval som har UNDERMENY */
.toggle {
	display: block;
	padding: 0 20px;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-decoration: none;
	border: none;
}
/* HUVUDMENY  */
nav ul ul {
	float: none;
	position: static;
}
/* HUVUDMENY - menyval */
nav ul li {
	margin: 2px 0 2px 0;
	display: block;
	width: 100%;
	background-color: #54739b;
	background-image: none;
}
/* HUVUDMENY - länkar text */
nav ul li a, 
ul li ul li a {
	font-size: 24px;
}
/* HUVUDMENY - hover-läge */
nav li a:hover {
	background: none;
}
/* Visar symbol efter menyval
Unicode används - se fler symboler här: 
http://en.wikipedia.org/wiki/Miscellaneous_Symbols 
http://nealchester.com/special-characters
https://dev.w3.org/html5/html-author/charref */
.toggle:after {
/*	content: "\00A0\00A0\0002B"; */
	content: "\00A0\00A0\0003E"; /* "00A0" är hårt blanksteg (&nbsp;) */
	color: #fff;
/*	font-size: 14px; */
}

/* Visar alla element som har "dropdown" som inledande attribut och där checkbox är vald */
[id^=dropdown]:checked + ul {
	display: block;
}
/* UNDERMENY 1 */
nav ul ul li {
	margin: 0;
	display: block;
	width: 100%;
}
/* UNDERMENY 1 - menyval */
nav ul ul .toggle,  
nav ul ul a {
	padding: 0 0 0 20px;
	background-color: #87a0c1;
}
/* UNDERMENY 1 - hover-läge */
nav ul li ul a:hover,
nav ul li ul li:hover {
	background-color: #87a0c1;
}
/* UNDERMENY 2 */
nav ul ul ul li {
	position: static;
	width: 100%;
}
/* UNDERMENY 2 - menyval */
nav ul ul ul a {
	padding: 0 0 0 20px;
	color: #54739b;
	background-color: #bdcbde;
}
/* UNDERMENY 2 - hover-läge */
nav ul ul li ul a:hover,
nav ul ul li ul li:hover {
	background-color: #bdcbde;
}
/* Döljer undermenyer i hover-läge i Smartphone */
nav ul li:hover > ul,
nav ul ul li:hover > ul {
	display: none;
}

/* --------------------------------------------------------------------------------- */
/* RESPONSIV TABELL */
/* --------------------------------------------------------------------------------- */
/* Visar information om att tabellen kan scrollas */
#responsiv_tabell:before {
	display: block;
	width: auto;
	float: left;
	margin: 0;
	padding: 10px;
/*	border-radius: 5px; */
	border: 2px solid #53fc4b;
	background: #fff;
	color: #000;
	content: "OBS! Scrolla tabellen i sidled för att se allt innehåll \00A0\21D2"; 
	/* "00A0" är hårt blanksteg (&nbsp;) */
}
/* Responsiv Tabell - Visar scrollning i tabellen */
#responsiv_tabell {
	width: 95%;
	margin: 30px 10px 30px 10px;
	overflow-x: auto;
	display: block;
	box-shadow: inset -5px -5px 15px rgba(0,0,0, 0.1);
}
/* Radbrytning - Ange numret på den kolumn du INTE vill ha radbrytning i text  */
#responsiv_tabell td:nth-child(7) {
	white-space: nowrap;
}

}