body, table, button, input, textarea, select, pre {	
	font-family:Verdana,Arial,Geneva,sans-serif;
}

body {	
	font-size:71%;
	font-weight:normal;
	color:#515C60 ;
}

table, button, input, textarea, select {
	font-size:100%;
}

label {
	display:-moz-inline-box;
	display:inline-block;
}
img {
	border-width:0px;
}

/* Block formats */
/* margin-top is not good when the element is first child in a block element */
p, .p, blockquote, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, pre, ol, ul, dir, menu, dl {
	margin-top:0em; 
	margin-bottom:0.5em; 	
	text-overflow:ellipsis;
}

h1, .h1, h4, .h4 {
	font-size:190%;
	font-weight:bold;
	color:#870826;	
}
h2, .h2 {
	font-size:142%;
	font-weight:bold;
	color:#515C60;
}
h3, .h3 {
	font-size:100%;
	font-weight:bold;
	color:#870826;	
}
h5, .h5 { /* Bildtext */
	font-size:85%;
	font-weight:normal;
	color:#515C60;

}
h6, .h6 {
	font-size:100%;
	font-weight:bold;
	color:#515C60;
}

h1 a, .h1 a {
	color:#870826; //Added 2010-03-08 by Martin Johansson/CIKADO
}

a {
	color:#14637F;
	text-decoration:none;
	
  }
/* a:link, a:visited, a:active */
a:focus, a:active  /*input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active */ {
	background-color:#D9E8EE;
	color:#131719;
}
a:hover, .hover {

	color:#73ABBF;
	text-decoration:underline
}


#header-functions .tmt-column-right {

}
#header a {
	display:inline;
	padding:0px;
	margin:0px;
	position:static;
	vertical-align:auto;
}
#header a:focus, #header a:active {
	background-color:transparent;
	color:auto;
}



#body hr {
	height:1px;
	border-width:1px 0px 0px 0px;
	border-style:dotted;
	border-color:gray;
}


ul, ol {
	margin-left:1em;
	padding-left:1em;
}
ul {
	list-style:square; /* Added 2007-10-29 by Martin Johansson/CIKADO */
}

ul.sh-nav-tree li div.nolink { 
        min-height:1em; 
        display:inline-block; 
} 
/* tillagt den 2009-06-26 av Maria Anundby

/*ul.sh-nav-tree li div.nolink {
    height: 1em;
} /*added 2009-04-02 Maria Anundby* Och borttaget igen 2009-06-26 eftersom det förstörde rubriker./

li br {
	/* 2007-08-14 ändrar från none till true - Jimmy */
	display:true;
}


.box {
	xfloat:left;
	width:auto!important; /* for no-resize in the editor (padding+width not good...) */
	height:auto!important; /* for no-resize in the for editor (padding+width not good...) */
	margin-bottom:1em;
	padding:1.5em;
	overflow:hidden;
}
.box.news {
	background-color:#D9E8EE;
}
.box.fact {
	background-color:#00668A;
}
.box.fact, .box.fact * {
	color:#FFFFFF;
}
.box.fact a:focus, .box.fact a:active {
	background-color:transparent;
}



.col-header h1, .col-header h2, .col-header h3 {



	padding-bottom:0.25ex;
	padding-left:0px;


	font-family:Arial-Narrow,Arial,Geneva,sans-serif;
	font-weight:normal;
	font-size:155%;
	letter-spacing:-1px;



	border-bottom:solid 2px #7D0B00;
	color:#7D0B00;
}
.col-header p, .col-header ul {

	list-style:none;
}

.col-header li, .search-hits li {
	padding-top:1em;
	padding-bottom:1em;
	border-bottom-width:1px;
}
.col-header li a {
	margin-right:1ex;
}
.col-header li div {
	display:inline;
	color:#728288;
}


.search-results p a {
	display:inline-block;
	padding:1px 0.5ex 2px 0.5ex;
	margin:-1px 0ex -2px 0ex;
}
.search-results ol.search-hits p {
	padding:0px;
	margin:0px;
}
.search-results ol.search-hits {
	padding-left:1.3em;
	margin-left:1.3em;
}
.search-results ol.search-hits a {
	margin-left:-0.5ex;
	vertical-align:middle;
}

