body {
	font: 76%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #6d685f;
	margin: 0;
	text-align: center;
	background-color: #e1e2ce;
}

p, table {
	margin: 0 0 1em 0;
}

#sitemap table {
	margin: 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	background-color: #fff;
}


/* --------- header --------- */

#header {
	position: relative;
	width: 100%;
	height: 114px;
	overflow: hidden;
	background: url(images/header_sv.jpg) no-repeat left top;
}

#header.en {
	background: url(images/header_en.jpg) no-repeat left top;
}

#globalMenu {
	position: absolute;
	top: 90px;
	right: 32px;
	font-size: 80%;
	color: #7d7d7d;
}

#globalMenu a {
	text-decoration: none;
	color: #7d7d7d;
}

#globalMenu a:hover {
	text-decoration: underline;
}

/* --------- topNav --------- */

#topNav {
	float: left;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

#topNav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: #fff 1px solid;
	border-bottom: #d5d5d5 1px solid;
	background-color: #f0f0f0;
	list-style: none;
	font-size: 90%;
}

#topNav ul li {
	float: left;
	border-left: #fdfdfd 1px solid;
	border-right: #d5d5d5 1px solid;
	margin: 0;
	padding: 0;
}

#topNav ul li.selected {
	background-color: #669966;
	border-top: #66b871 1px solid;
	border-bottom: #66805c 1px solid;
	border-left: #66b871 1px solid;
	border-right: #66805c 1px solid;
	margin: -1px 0 -1px 0;
}

#topNav ul li a {
	display: block;
	padding: 4px 12px 4px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #4c4c4c;
}

#topNav ul li a.selected {
	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/green_arrow_right.gif) no-repeat 8px 0.7em;
}

#leftNav li a.selected {
	color: #669966;
	font-weight: bold;
	background: url(images/green_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;
}

#middleContainer a {
	color: #669966;
}

#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: #669966 solid 2px;
}

#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.tabellPopup {
	background-color: #fff;
}

#PopupBox iframe {
	float: left;
	width: 440px;
	height: 200px;
	overflow: auto;
}

#PopupBox .closeButton {
	display: block;
	height: 16px;
	float: right;
	text-decoration: none;
	font-size: 90%;
	color: #6d685f;
	background-color: #f0f0f0;
}

#PopupBox .closeButton span {
	display: none;
}


