@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top:30px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #FFFFFF; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	vertical-align:top;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 150px;
	background: #FFFFFF;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 170px;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
}
.thrColFixHdr #mainContent { 
	margin: 0px 200px 10px 200px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 200px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:left;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

p {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul {
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;
}
ol {
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;
}
li {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.lista {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	display: list-item;
}
.meny {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}
.ingress {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.rubrik {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.mellanrubrik {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.dateline {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.bild {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.bildtext {
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
a:link {
	color:#066;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: #066;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #ff7900;
	font-weight: normal;
	text-decoration: underline;
	border: 0px;
}
a:active {
	color: #ff7900;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
}
