body {
	color:#125373;
	font-family:Verdana, sans-serif;
	font-size:9pt;
	margin:0;
}

p, .normal {
	color:#666666;
	font-family:Arial;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}

h1, .h1 {
	color:#666666;
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin:0 0 4px;
	padding:0;
}

h2, .h2 {
	color:#666666;
	font-family:Arial;
	font-size:10pt;
	font-style:normal;
	font-weight:bold;
	margin:0 0 2px;
	padding:0;
}

h3, .h3 {
	color:#000000;
	font-family:Arial;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	margin:5px 0 0;
	padding:0;
}

h4, .h4 {
	color:#990000;
	font-family:Arial;
	font-size:10pt;
	font-style:italic;
	font-weight:normal;
	margin:4px 0 0;
	padding:0;
}

h5, .h5 {
	color:#125373;
	font-family:Arial, Verdana;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	margin:4px 0 0;
	padding:0;
}

h6, .h6 {
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	margin:4px 0 0;
	padding:0;
}

li {
	color:#125373;
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}

a {
	color:#990000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	font-family:Arial;
	text-decoration:underline;
}

a img {
	border-style:none;
}

.Menyknapp2 {
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:9pt;
	font-weight:bold;
	margin:0;
	padding:4px 20px 4px 2px;
	text-align:right;
	text-decoration:none;
	vertical-align:middle;
}

.Menyknapp2vald {
	color:#990000;
	font-family:Arial, sans-serif;
	font-size:9pt;
	font-weight:bold;
	margin:0;
	padding:4px 20px 4px 2px;
	text-align:right;
	text-decoration:none;
	vertical-align:middle;
}

.aktuelltrubriker {
	color:#ffffff;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

.valdsida {
	color:#990000;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}

.bildtext {
	color:#666666;
	font-family:Arial;
	font-size:9pt;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:0;
}
.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}
.banner {
  background: #009579;
}

.banner__content {
  padding: 16px;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.banner__text {
  flex-grow: 1;
  line-height: 1.4;
  font-family: "Quicksand", sans-serif;
}

.banner__close {
  background: none;
  border: none;
  cursor: pointer;
}

.banner__text,
.banner__close > span {
  color: #ffffff;
}

