body {
	font: 76%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #6d685f;
	margin: 0;
	text-align: center;
	background-color: #e1e2ce;
}

body.popup {
	font: 76%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #6d685f;
	padding: 14px 18px 26px 18px;
	background-color: #f0f0f0;
	text-align: left;
}

body.popup a {
	color: #003399;
}

body.popup img {
	display: block;
	margin: 0 0 1em 0;
}


a img {
	border: none;
}

p, table {
	margin: 0 0 1em 0;
}

ul {
	padding: 0 0 0 1em;
	margin: 0 0 1em 1em;
}

img.floatleft {
	float: left;
	margin: 0 15px 15px 0 !important;
}

img.floatright {
	float: right;
	margin: 0 0 15px 15px !important;
}

#sitemap table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	background-color: #fff;
}


/* --------- header --------- */

#header {
	position: relative;
	width: 100%;
	height: 107px;
	overflow: hidden;
	background: #e1e2ce;
}

#header.en {
	/*background: url(images/header_en.jpg) no-repeat left top;*/
}

#logoContainer {
	position: absolute;
	top: 26px;
	left: 0px;
	display: block;
	background: url(images/logo.gif) no-repeat left top;
	padding: 25px 0 25px 80px;
	color: #7d7d7d;
	text-decoration: none;
}

#globalMenu {
	position: absolute;
	top: 51px;
	right: 0px;
	color: #7d7d7d;
}

#globalMenu a {
	text-decoration: none;
	color: #7d7d7d;
	padding: 0 0 0 12px;
}

#globalMenu a:hover {
	text-decoration: underline;
}

/* --------- topNav --------- */

div#topNav {
	float: left;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

div#topNav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #8eb860 url(images/topmenu_bg.gif) repeat-x top left;
	list-style: none;
}

div#topNav ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: #65a350 url(images/topmenu_4_bg.gif) repeat-x top left;
}

div#topNav ul li:nth-child(1) {
	background: #0b6027 url(images/topmenu_1_bg.gif) repeat-x top left;
}

div#topNav ul li:nth-child(2) {
	background: #1b7333 url(images/topmenu_2_bg.gif) repeat-x top left;
}

div#topNav ul li:nth-child(3) {
	background: #498a41 url(images/topmenu_3_bg.gif) repeat-x top left;
}

div#topNav ul li.selected {
	background: #003399 url(images/topmenu_selected_bg.gif) repeat-x top left;
}

div#topNav ul li a {
	line-height: 29px;
	display: block;
	padding: 0 12px 0 12px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}


#content {
	float: left;
	background-color: #fff;
	padding-top: 20px;
}

/* --------- Left Container --------- */

#leftContainer {
	float: left;
	width: 220px;
}

#leftContainer .inner {
	margin: 0 20px 0 20px;
	overflow: hidden;
}

#leftNav,
#leftNavBottom {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
#leftNavBottom {
	margin: 15px 0 8px 0;
}

#leftNav li {
	border-bottom: #fff 1px solid;
	background-color: #f0f0f0;
}

#leftNav li a {
	display: block;
	padding: 4px 0 4px 18px;
	text-decoration: none;
	color: #656464;
	background: url(images/grey_arrow_right.gif) no-repeat 8px 0.7em;
}

#leftNav li a:hover {
	background: url(images/blue_arrow_right.gif) no-repeat 8px 0.7em;
}

#leftNav li a.selected {
	color: #003399;
	font-weight: bold;
	background: url(images/blue_arrow_right.gif) no-repeat 8px 0.7em;
}

#leftNavBottom li {
	
}

#leftNavBottom li a {
	display: block;
	width: 160px;
	padding: 2px 0 2px 18px;
	color: #656464;
	text-decoration: none;
	background: url(images/grey_dot.gif) no-repeat 8px 0.7em;
}

#leftNavBottom li a:hover {
	text-decoration: underline;
}

/* --------- Middle and Right Container --------- */

#middleRightContainer {
	float: left;
	width: 680px;
}

#topImg {
	float: left;
	margin-bottom: 10px;
}

/* --------- Middle Container --------- */

#middleContainer {
	float: left;
	width: 480px;
}
.widepage #middleContainer {
	width: 660px;
}


#middleContainer a {
	color: #003399;
}

#middleContainer .inner {
	margin: 0 40px 20px 0;
	overflow: hidden;
}

#breadcrumb {
	margin: 0 0 12px 0;
	font-size: 85%;
	color: #6d685f;
}

#breadcrumb a {
	text-decoration: none;
	color: #6d685f !important;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* --------- Right Container --------- */

#rightContainer {
	float: right;
	width: 200px;
}

#rightImg img {
	display: block;
	border: 0;
	margin-bottom: 10px;
}

#rightContainer .inner {
	margin: 0 20px 0 0;
	overflow: hidden;
	font-size: 85%;
}

#rightContainer dl {
	margin: 0;
	padding: 0 0 3px 0;
}

#rightContainer dt {
	/*font-size: 110%;*/
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 4px 0 3px 0;
	border-bottom: #0b6027 solid 1px;
}

#rightContainer dd {
	margin: 2px 0 2px 0;
	padding: 0 0 0 10px;
	background: url(images/grey_arrow_right.gif) no-repeat left 0.4em;
}

#rightContainer dd a {
	color: #6d685f;
	text-decoration: none;
}

#rightContainer dd a:hover {
	text-decoration: underline;
}

#rightContainer dl.kortfattat dt {
	padding: 0;
	border: none;
}

#rightContainer dl.kortfattat dd {
	padding-bottom: 5px;
	/*border-bottom: #669966 solid 2px;*/
}

/* --------- Popup Iframe --------- */

#PopupBox {
	display: none;
	float: left;
	width: 440px;
	margin: 0 0 6px 0;
	background-color: #f0f0f0;
	border-top: #d5d5d5 solid 1px;
	border-bottom: #d5d5d5 solid 1px;
}

#PopupBox.whiteBg {
	background-color: #fff;
}

#PopupBox iframe {
	float: left;
	width: 440px;
	height: 200px;
	overflow: auto;
}





#PopupBox #CloseButton {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	text-decoration: none;
	font-size: 90%;
	color: #6d685f;
	background-color: #f0f0f0;
}

#PopupBox #CloseButton span {
	display: none;
}


#PopupBox #CloseButton.loading {
	background: url(images/loading.gif) no-repeat top left;
}

#PopupBox #CloseButton.closeButton {
	background: url(images/closepopup_button.gif) no-repeat top left;
}

/* --------- FontStyles --------- */


h1,
.heading {
	display: block;
	font-size: 210%;
	font-weight: normal;
	color: #0b6027;
	margin: 0.8em 0 0.6em 0;
}

body.popup h1,
.popupHeading {
	display: block;
	font-size: 120%;
	color: #6d685f;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	line-height: 1.1em;
}

span.ingress {
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	margin: 0 0 1.0em 0;
}

p span.mellanrubrik,
p span.mellanrubrik2,
p span.mellanrubrik3 {
	margin: 0 0 -0.8em 0;
}

span.mellanrubrik {
	display: block;
	color: #0b6027; 
	font-weight: normal;
	font-size: 120%;
}

span.mellanrubrik2 {
	display: block;
	font-weight: bold;
}

span.mellanrubrik3 {
	display: block;
	font-style: italic;
}


/* --------- tableEditor --------- */

td {
	font-size: 90%;
	line-height: 1.6em;
}

td.summalinje {
	border-bottom: 1px solid #666;
	/*padding: 1px 0 2px 0;*/
	padding: 0 0 1px 0;
}

td.tjocklinje {
	border-bottom: 2px solid #666;
	/*padding: 1px 0 2px 0;*/
	padding: 0 0 1px 0;
}

td.tunnlinje {
	border-bottom: 1px solid #ccc;
	/*padding: 1px 0 2px 0;*/
	padding: 0 0 1px 0;
}

/*------------- noter -------------*/

#noter {
	border-collapse: collapse;
}

#noter td {
	vertical-align: top;
	padding: 0 0 0.1em 0.8em;
}

#noter td.notNr{
	white-space: nowrap;
	padding: 0;
}

#noter td a {
	text-decoration: none;
}

#noter td a:hover {
	text-decoration: underline;
}




