* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff url('../img/bg.png') repeat-x top;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #010203;
  text-align: center;
}

#container {
  width: 850px;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 0;
  text-align: left;
}

#print-logo {
  display: none;
}

#topline {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-right: 200px;
  margin: 0 0 20px 0;
}

#topline p.left {
  float: left;
}

#topline p.right {
  float: right;
}

#topline a {
  color: #002046;
  margin-right: 10px;
}

#topline form {
  position: absolute;
  top: 0;
  right: 0;
}

#topline input {
  width: 150px;
  margin-top: -2px;
}

#topnavi {
  position: relative;
  background: url('../img/topnavi.png') no-repeat;
  height: 86px;
  margin: 15px 0 15px 0;
}

#topnavi ul {
  float: right;
  list-style-type: none;
  line-height: 86px;
}

#topnavi li {
  float: left;
}

#topnavi li a {
  background: url('../img/topnavi.png') no-repeat top right;
  display: block;
  padding: 0 17px 0 17px;
  color: #002046;
  font-size: 16px;
  text-decoration: none;
}

.topnavi-en a {
	padding: 0 8px !important;
}

.topnavi-en li.selected a {
	padding: 0 6.5px !important;
}

.topnavi-sv a {
	padding: 0 10px !important;
}

.topnavi-sv li.selected a {
	padding: 0 8.5px !important;
}

#topnavi li.selected a {
  background: url('../img/topnavi-selected.png') no-repeat top right;
  font-weight: bold;
  padding-left: 15.5px;
  padding-right: 15.5px;
}

#topnavi li a:hover, #topnavi li a:focus {
  background: url('../img/topnavi-selected.png') no-repeat top right;
}

#topnavi h1 {
  position: absolute;
  top: 26px;
  left: 26px;
  background: url('../img/logo.png') no-repeat;
  width: 180px;
  height: 36px;
  text-indent: -1000px;
  overflow: hidden;
}

#topnavi h1 a {
  display: block;
  height: 36px;
}

#front-header, #subhr {
  position: relative;
  margin: 15px 0 15px 0;
  border-bottom: 13px solid #002046;
  line-height: 0;
}

#front-header {
  min-height: 100px;
}

#front-header .text {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 400px;
  color: #fff;
  text-align: right;
}

#front-header h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
}

#front-columns {
  background: url('../img/front-columns.png') repeat-y;
  border-top: 14px solid #efeff0;
  border-bottom: 14px solid #efeff0;
  zoom: 1;
}

#front-columns .column {
  width: 204px;
  float: left;
  margin-left: 14px;
  padding: 20px 30px 20px 30px;
  display: inline;
}

html > body #front-columns .column {
  width: 204.5px;
}

#front-columns h1 {
  font-size: 18px;
  font-weight: normal;
  color: #002046;
  border-bottom: 1px solid #efeff0;
  margin: 0 -30px 20px -30px;
  padding: 0 25px 10px 30px;
}

#front-columns p {
  margin: 1em 0 1em 0;
}

#front-columns .news a {
  display: block;
  color: #010203;
  text-decoration: none;
}

#front-columns .news a:hover {
  color: #555;
}

#front-columns .date {
  display: block;
  font-weight: bold;
  color: #639fc7;
}

#subnavi, #leftcontent {
  width: 212px;
  float: left;
}

#subnavi ul {
  list-style-type: none;
}

#subnavi li {
  zoom: 1;
}

#subnavi a {
  display: block;
  background: url('../img/subnavi.png') no-repeat 0 -41px;
  padding: 0 10px 0 14px;
  line-height: 41px;
  font-size: 14px;
  color: #002046;
  text-decoration: none;
  zoom: 1;
}

#subnavi a:hover {
  color: #004291;
}

#subnavi li.selected a {
  background-position: top left;
  font-weight: bold;
  color: #002046;
}

#subnavi li.selected li a {
  font-weight: normal;
}

#subnavi li.selected li.selected a {
  font-weight: bold;
}

#subnavi li.hasChildren {
  background: url('../img/subnavi.png') no-repeat 0 -82px;
}

#subnavi li.hasChildren a {
  background: transparent;
}

#subnavi li.hasChildren ul {
  margin-left: 15px;
  margin-top: -4px;
  padding-bottom: 6px;
}

#subnavi li.hasChildren ul a {
  /* line-height: 28px; */
  line-height:18px;
  padding-bottom:7px;
  padding-top:7px;
}

#content {
  position: relative;
  width: 534px;
  float: right;
  border: 14px solid #efeff0;
  padding: 20px 30px 20px 30px;
  zoom: 1;
}

#content.wide {
  width: auto;
  float: none;
}

#content h1 {
  font-size: 20px;
  font-weight: normal;
  color: #002046;
  border-bottom: 1px solid #efeff0;
  margin: 0 -30px 20px -30px;
  padding: 0 30px 10px 30px;
}

#content h2 {
  font-size: 16px;
  color: #002046;
  margin: 1.5em 0 1em 0;
}

#content h3 {
  font-size: 14px;
  color: #639fc7;
  margin: 1.5em 0 0.5em 0;
}

#content p, #content ul, #content ol {
  margin: 1em 0 1em 0;
}

#content ul, #content ol {
  margin-left: 20px;
}

#content .portrait {
  float: left;
  margin: 0 20px 20px 0;
  padding: 10px;
  border: 1px solid #efeff0;
  line-height: 0;
}

#content hr, #leftcontent hr {
  clear: both;
  margin: 2em 0 2em 0;
  background: #efeff0;
  height: 1px;
  border: 0;
}

#content .columns {
  background: url('../img/col-divider.png') repeat-y 50% 50%;
}

#content .column {
  width: 245px;
  float: left;
  clear: left;
}

#content .column.right {
  float: right;
  clear: none;
}

#content.wide .columns {
  background: transparent;
  margin-right: -20px;
  margin-bottom: 20px;
}

#content.wide .columns .column {
  width: 240px;
  margin-right: 20px;
  clear: none;
}

#content .column h3 {
  margin-top: 0.5em;
}

#content a, #leftcontent a {
  color: #002046;
}

#content a:hover, #leftcontent a:hover {
  color: #003d85;
}

#content table {
  width: 100%;
  border: 2px solid #efeff0;
  border-collapse: collapse;
  margin: 1.5em 0 1.5em 0;
}

#content th {
  background: #f8f8f8;
  text-align: left;
  color: #555;
}

#content th, #content td {
  padding: 4px 8px 4px 8px;
  border-bottom: 1px solid #efeff0;
}

#content #logos {
  list-style-type: none;
  margin: 1em -20px 1em 0;
}

#content #logos li {
  width: 168px;
  line-height: 60px;
  float: left;
  text-align: center;
  margin: 0 10px 10px 0;
  border: 1px solid #efeff0;
}

#content #logos li img {
  vertical-align: middle;
}

#content #publications {
  list-style-type: none;
  margin: 1em 0 1em 0;
}

#content #publications li {
  background: #eceded;
  height: 28px;
  line-height: 28px;
  margin: 4px 0 4px 0;
  padding: 0 8px 0 8px;
}

#content #publications li span.date {
  float: left;
  width: 70px;
  font-weight: bold;
}

#content #publications a {
  text-decoration: none;
  color: #222;
}

#content #publications a:hover {
  text-decoration: underline;
  color: #555;
}

#content #graphics {
  border: 0;
}

#content #graphics td {
  border: 0;
  padding: 0 0 15px 0;
  vertical-align: top;
}

#content #graphics .thumb {
  width: 140px;
  padding-right: 15px;
}

#content #graphics .thumb p {
  float: right;
  border: 1px solid #efeff0;
  padding: 10px;
  line-height: 0;
}

#content #graphics h3 {
  margin: 0;
}

#content #graphics h3 a {
  color: #639fc7;
  text-decoration: none;
}

#content #graphics h3 a:hover {
  text-decoration: underline;
}

#content #graphics p {
  margin: 0;
}

#footer {
  background: url('../img/footer.png') no-repeat;
  margin: 15px 0 15px 0;
  height: 43px;
  line-height: 43px;
  color: #002046;
}

#footer p {
  float: left;
  margin-left: 44px;
}

#tools {
  background: url('../img/footer.png') no-repeat top left;
  float: right;
  list-style-type: none;
  padding: 0 0 0 1px;
}

#tools li {
  float: left;
  border-left: 3px solid #fff;
  width: 41px;
  height: 43px;
  margin: 0 0 1px 0;
}

#tools li a {
  display: block;
  height: 43px;
  text-indent: -1000px;
  overflow: hidden;
}

#tools li.sitemap a {
  background: url('../img/tool-sitemap.png') no-repeat;
}

#tools li.feedback a {
  background: url('../img/tool-feedback.png') no-repeat;
}

#tools li.print a {
  background: url('../img/tool-print.png') no-repeat;
}

#content p.logo {
  height: 50px;
  line-height: 50px;
  margin: -5px 0 0 0;
}
#content p.logo img{
  vertical-align: middle;
}

input[type=text], select, textarea {
  border: 1px solid #bbb;
  border-bottom: 1px solid #aaa;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 13px;
  color: #010203;
  padding: 4px;
}

input[type=submit] {
  background: #002046;
  padding: 3px 6px 3px 6px;
  border: 0;
  font-family: 'Calibri', 'Arial', sans-serif;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

input[type=submit]:hover {
  background: #003676;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}

.morenews a:link, .morenews a:visited {
  text-decoration: none;
  color: #002046;
}

#strategia-table {
  border-spacing: 8px;
}

#strategia-table th {
	background: #ffffff;
}

#strategia-table td, #strategia-table th {
	border: 0px;
}

.imagepopup-overlay {
  background: #000;
  filter: alpha(opacity=77);
  height: 100%;
  left: 0;
  opacity: 0.77;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

* html .imagepopup-overlay {
  height: expression(document.body.clientHeight + 'px');
  position: absolute;
}

.imagepopup {
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 1002;
}

* html .imagepopup {
  position: absolute;
  top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight / 2 + 'px');
}

.imagepopup .imagepopup-image {
  left: 0;
  position: absolute;
  top: 0;
}

.imagepopup .imagepopup-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.imagepopup .imagepopup-link {
  background: blue;
  cursor: pointer;
  display: block;
  filter: alpha(opacity=0);
  height: 100%;
  opacity: 0;
  width: 100%;
}

.imagepopup .imagepopup-close {
  background: red;
  color: #fff;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-weight: bold;
  height: 30px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

table.nutshell
{
	border: 0px solid #ffffff !important;
}

table.nutshell th
{
	text-transform: uppercase;
	border: 0 0 1px 0;
	border-color: #d2d2d2 !important;
	background-color: #ffffff !important;
	color: #000000 important;
}

table.nutshell td
{
	background: #002347 !important;
	color: #ffffff !important;
}

table.nutshell td.even
{
	background: #555d7c url('/files/solidium/img/table-nutshell-even.jpg') !important;	
}

.person-text
{
    display: block;
    float: right;
    width: 362px;
    padding-bottom: 10px;
}


