﻿html {
  overflow: scroll;
}

body {
  font-family: serif;
}

body.a {
  text-decoration: none;
  color: black;
}

div#outer {

}

div#head {

}
a.pdf {
  background-image: url('img/pdf.png');
  background-repeat: no-repeat;
  padding-left: 1.4em;
}
a.html {
  background-image: url('img/html.png');
  background-repeat: no-repeat;
  padding-left: 1.4em;
}
ul.arrangemang {
  list-style-type: none;
}
ul.arrangemang li {
  margin-top: 1em;
  font-weight: bold;
}
ul.arrangemang ul {
  margin-left: 6em;
}
ul.arrangemang ul li {
  display: block;
  margin-top: 0;
  font-weight: normal;
}
ul.arrangemang span.datum {
  color: #444;
  font-family: monospace;
  font-weight: normal;
}
span.pdf {
  color: #888;
  font-size: 7pt;
}
div#head img {
  border-style: none;
}
div#head h1 {
  display: none;
}
div#head img {
  border: none;
}
div#head img#emblem {
  float: left;
}
div#head img#headertitle {
  float: right;
  position: relative;
  top: 4em;
}
div#head {
  height: 7em;
  border-bottom: 1pt solid #191970;
}

div#main {
}

div#wrapper {
  padding: 1em;
  font-size: 11pt;
}

ul#footer {
  display: none;
}
ul#footer li {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 7pt;
  margin-top: 1em;
}
table {
  page-break-inside: avoid;
  border-collapse: collapse;
  margin: 1em;
}

table td {
  border: solid 1pt #191970;
  padding: 0.3em;
}

table th {
  padding: 0.3em;
  text-align: left;
  margin-top: 0;
}

table caption {
  font-weight: bold;
  margin: 0 0 -0.5em 0;
  padding-bottom: 0.3em;
}

.more{
  font-style: italic;
  margin-left: 1em;
}
ul.cup {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
ul.cup li { /* Cup-del */
	font-weight: bold;
	font-size: 12pt;
	float: left;
	display: inline;
	width: 100px;
	margin-right: 10px;
}
ul.cup li ul { /* Cup-del-innehåll */
	margin: 10px 10px 0 0;
	padding: 0;
}
ul.cup li ul li {
	font-weight: normal;
	font-size: 10pt;
}
ul.cup li ul li ul { /* Par-item */
	float: left;
	display: block;
	margin: 0 0 10px 0;
}
ul.cup li ul li ul li {
	display: block;
	float: left;
	background-color: #ddd;
}
ul.cup li ul li ul li.segrare {
	background-color: #F0E68C;
	font-weight: bold;
}
.noprint{
  display: none;
}
div#print-footer {
	display: block;
	position: fixed;
	bottom: 0;
	border-top: 1pt solid black;
}

