<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
}

html,body,#wrapper {
	height: 100%;
	border: 0;
}

html,body {
	overflow-y: hidden;
}

#main {
	display: block;
	height: auto !important;
	min-height: 100%;
	width: 960px;
	height: expression(document.body.clientHeight) +             "px";
}

#footer {
	position: relative;
	float: bottom;
}

#mainSearchResults,#mainArticleContent,#mainSplashContent {
	display: block;
	float: left;
	position: absolute;
	top: 173px;
	bottom: 0;
	overflow: auto;
	height: expression(document.body.clientHeight) +             "px";
	background-color: white;
}

#mainSelection {
	left: 0;
	top: 144px;
	position: absolute;
	float: left;
}

#mainSearchResults {
	left: 0;
	overflow: -moz-scrollbars-vertical;
}

#mainArticleContent {
	left: 305px;
}

#mainSplashContent {
	float: right;
	left: 180px;
	margin-left: 20px;
	padding-top: 30px;
	top: 143px;
	width: 760px;
}

* html #mainSearchResults,* html #mainArticleContent,* html #mainSplashContent
	{
	height: 100%; /* ie */
}

img {
	border: 0;
}

h1 {
	line-height: 105%;
}

h2 {

	margin-bottom: 10px;
}

h2 a {
	color: #333;
	text-decoration: none;
	display: block;
}

h3 {
	font-size: 12px;
}

h3.first {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}

h3.up {
	background-image: url(/img/arrowDown.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 5px 2px 5px 12px;
	background-color: #f5f5f5;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

h3.up a:after {
	content: " [...]";
}

h3.down {
	background-image: url(/img/arrowUp.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 5px 2px 5px 12px;
	background-color: #f5f5f5;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

h3 a {
	color: #333;
	text-decoration: none;
	display: block;
}

.dropContents {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.dropContents a {
	text-decoration: none;
	color: #333;
}

.last {
	margin-bottom: 10px;
}

.innerDropContents {
	padding: 5px 15px 15px 15px;
}

.plus,.minus {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
	padding-right: 12px;
}

.plus {
	background-image: url(/img/plus.png);
}

.minus {
	background-image: url(/img/minus.png);
}

.printField {
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
	padding-top: 20px;
}

.printField a {
	text-decoration: none;
	color: #AAA;
}

#mainSelection {
	height: 23px;
	padding: 3px 0;
	background-color: #EEE;
	border-bottom: 1px solid #AAA;
	width: 960px;
}

.orderByList {
	float: left;
	padding: 5px 20px;
}

.selectType {
	float: left;
	padding: 2px 20px;
	vertical-align: top;
}

.selectType select {
	width: 190px;
}

.orderByList ul {
	list-style: none;
}

.orderByList ul li,.selectType {
	height: 15px;
	margin-right: 10px;
	float: left;
	font-size: 10px;
	padding-left: 4px;
}

.orderByList ul li a {
	height: 15px;
	padding: 1px 4px 1px 0;
	display: inline-block;
	color: #999;
	text-decoration: none;
}

.orderByList ul li.active {
	background-image: url(/img/orderSelBgLeft.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.orderByList ul li.active a {
	color: #FFF;
	text-decoration: none;
	background-image: url(/img/orderSelBgRight.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#mainArticleContent {
	width: 615px;
	padding: 10px 20px 20px 20px;
	font-size: 12px;
	line-height: 150%;
}

#mainSearchResults {
	width: 303px;
	line-height: 150%;
	border-right: 1px solid #EEE;
}

#mainSearchResults ul {
	list-style: none;
}

#mainSearchResults ul li.listItem a {
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	color: #666;
	border-bottom: 1px solid #CCC;
	background-color: white;
}

#mainSearchResults ul li.grayItem a {
	background-image: url(/img/grayItemBg.png);
	background-color: #EEE;
}

#mainSearchResults span.headline {
	font-size: 12px;
	color: #006d83;
}

#mainSearchResults a:visited span.headline {
	color: purple !important;
}

#mainSearchResults a:hover span.headline {
	color: #d69700 !important;
}

#mainSearchResults li.active a span.headline {
	color: #d69700 !important;
}

#mainSearchResults span.year {
	font-size: 12px;
	color: #333;
}

.searchHit {
	background-color: #FFEE77;
}

a span.searchHit:hover {
	text-decoration: underline;
}

.searchword {
	background-color: #FFEE77;
}

.playList img {
	float: left;
	padding-right: 5px;
}

.playList a {
	display: block;
}

.playList div {
	padding-bottom: 5px;
}

.playList a:hover {
	background-color: #EEE;
}

#mainSplashContent p.infotext,#mainSplashContent p.infotext-noindent {
	text-align: left;
	text-indent: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 420px;
}

#mainSplashContent p.infotext-noindent {
	text-indent: 0px;
}

/*NYTT OCH ÄNDRAT*/
#main {
	width: 960px;
}

#startContents {
	list-style: none;
	width: 560px;
}

#startContents li {
	width: 260px;
	margin: 20px 10px;
	float: left;
}

#startContents li p.infotext {
	width: 260px;
	float: left;
	text-indent: 0px;
}

#startContents li p.infotext strong {
	margin-top: 5px;
}

#startContents li.wide {
	width: 560px;
	margin: 10px 0 10px 0;
}

.wideAbout,login {
	width: 560px;
	margin: 0px 10px; /* Changed from 10px 60px; (ms) */
}

.wideHeader h2 {
	display: inline;
	font-weight: normal;
	background-color: #AAA;
	color: #FFF;
	padding: 5px 10px;
	margin: 0 0 0 10px;
}

.wideAbout ul {
	list-style: circle;
	font-size: 12px;
	padding-left: 20px;
	width: 420px;
}

.searchexample {
	font-style: italic;
	color: #006d83;
}

#startContents li h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

.quote {
	float: right;
	width: 150px;
	margin: 0 10px;
	font-style: italic;
	font-size: 12px;
	color: orange;
}

.quote span {
	font-size: 11px;
	color: #666;
}

#startContents a,#avmNews a,.wideAbout a {
	text-decoration: none;
	color: #1992aa;
}

#wrapper {
	float: left;
	padding-bottom: 50px;
}

#kbLogo {
	background: url(/img/bg_logo.gif) no-repeat;
	float: left;
	width: 130px;
	height: 100px;
}

/*Registrering och login*/
.registerFocus {
	background-color: #DDD;
}

.registerFocusSuccess {
	background-color: #c1ffbe;
}

.registerFocusFailure {
	background-color: #ff7976;
	color: #fff;
}

#frmLogin h2 {
	font-size: 14px;
	margin-bottom: 0 !important;
}

#frmLogin input {
	font-size: 14px;
}

#frmLogin label {
	font-size: 12px;
}

.lightGrey {
	color: #999;
}

#frmLogin .labelDiv,#frmLogin .inputDiv,#frmLogin .infoDiv {
	width: 250px;
	margin-bottom: 10px;
	float: left;
}

#frmLogin .infoDiv {
	margin-left: 250px;
	font-style: italic;
}

#oldOrders .evenRow {
	vertical-align: center;
}

#oldOrders .oddRow {
	background-color: #EEE;
}

#oldOrders .oddRow .labelDiv {
	width: 141px;
	float: left;
}

#oldOrders .infoDiv {
	width: 139px;
	float: left;
	height: 30px;
}

#oldOrders .infoTitleDiv,.labelTitleDiv {
	width: 230px;
	float: left;
	height: 30px;
}

#oldOrders .infoTitleDiv a {
	text-decoration: underline;
	color: #006d83;
}

#oldOrders .infoTitleDiv a:hover {
	color: #333;
}

/* Avancerad sök */
#frmAdvSearch .inputDiv input,#frmAdvSearch .labelDiv select,#frmAdvSearch .labelDiv span
	{
	width: 90%;
}

#frmAdvSearch .inputDiv {
	width: 60%;
	margin-bottom: 10px;
	float: left;
}

#frmAdvSearch .inputDiv .typebox {
	width: 15px;
}

#frmAdvSearch .inputDiv .typeDiv {
	float: left;
	width: 39%;
}

#frmAdvSearch .inputDiv .longTypeDiv {
	float: left;
}

#frmAdvSearch .labelDiv {
	width: 40%;
	margin-bottom: 10px;
	float: left;
}

#frmAdvSearch .infoDiv {
	width: 300px;
	font-style: italic;
}

.greyDiv {
	background-color: #EEE;
	padding: 10px;
}

.darkGreyDiv {
	background-color: #DDD;
	padding: 10px;
	height: 250px;
}

.titleDiv {
	width: 120px;
	padding: 0;
	margin-bottom: 1px;
	float: left;
}

.valueDiv {
	width: 400px;
	margin-bottom: 1px;
	padding: 0;
	float: left;
}

.titleValueWrapper, .recordElement {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	width: 520px;;
}

.titleValueWrapper:first-child {
	padding-top: 5px;
}

.recordElement {
	padding-bottom: 0px;
}

.recordElement:last-child {
	padding-bottom: 5px;
}

.valueDiv a {
	color: #006d83;
}

.valueDiv a:hover {
	text-decoration: underline;
}

.printField a:hover {
	color: #333;
}

#form .playform {
	display: inline;
}

.playbutton {
	overflow: visible;
	width: auto;
	text-align: left;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	font: 12px Arial, Sans-serif;
	cursor: pointer;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.playfilesbutton {
	overflow: visible;
	text-align: left;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	font: 12px Arial, Sans-serif;
	cursor: pointer;
	color: #333;
	width: 300px;
	text-decoration: none;
}

.clearForm {
	overflow: visible;
	text-align: left;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	font: 12px Arial, Sans-serif;
	cursor: pointer;
	color: #333;
	width: 300px;
	text-decoration: underline;
}

.searchtiplist {
	padding-left: 40px;
}

.form-item {
	margin: 20px 0;
}

.form-label {
	font-weight: bold;
}

.form-error-field {
	background-color: #FFC;
}

.form-error-message {
	font-weight: bold;
	color: #900;
}

#leftmenu h2{	
	color: #006478;
}

.recordInfo div {
	background-color: #ffeebb;
	border: 1px solid #ddbbaa;
	border-radius: 3px;
	padding: 3px;
	float: left;
}

.recordInfo {
	margin-top: 1em;
	margin-bottom: 1em;
}

.clearboth {
  *zoom: 1;
}

.clearboth:before,
.clearboth:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearboth:after {
  clear: both;
}
</pre></body></html>