@import url("nav.css");
@import url("subnav.css");
@import url("industry.css");
@import url("search.css");
@import url("sitemap.css");


body {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 76%;
  color: #bbb;
  background: #181818 url('../../../images/bgsub.gif') repeat-x top left;
  text-align: center;
  min-width: 900px;
  margin: 0;
  padding: 0;
}
body.frontpage {
  background: #181818 url('../../../images/bg.gif') repeat-x top left;
  padding: 0;
  margin: 0;
  color: #fff;
}
#enonic {
  clear: both;
  display: none;
}
.outer_framework {
  width: 900px;
  margin: 0 auto;
  padding: 0;
}
.Asmall {font-size:11px;}
.Amedium {font-size:13px;}
.Alarge {font-size:15px;}
/* HTML elements */
form {margin:0;padding:0;}
img {border: none; }
a {
	text-decoration: underline;
	color: #7abac9;
}
a:hover {
	text-decoration: none;
}
h1 { 
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 36px;
	margin: 0;
	color: #fff;
}
h2 {
	font-size: 140%;
	line-height: 1.1em;
	font-weight: bold;
	color: #fff;
}
h3 {
	font-size: 130%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	font-weight: bold;
}
h5 {
	font-size: 110%;
	line-height: 1.1em;
	font-weight: bold; 
}
h6 {
	font-size: 100%;
	line-height: 1.1em;
	font-weight: bold;
}
input, button {
	font-size: 90%;
	color: #000; 
}
button a {
	color: #000;
	text-decoration: none; 
}
/***************************
 DESIGN
****************************/
.framework {
	width: 900px;
	padding: 0;
	text-align: left;
	clear: both;
}
#leftColumn {
	float: left;
	width: 286px;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
}
.content {
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	min-height: 35em;
	height: auto !important;
	height: 35em;
}
.inner-content h1.maintitle {
	border-bottom: 1px dotted #7abac9;
	margin: 0;
	padding:0;
height: auto !important;
	height: 50px;
	min-height: 50px;
	margin-bottom: 10px;
}
#rightColumn {
	float: left;
	width: 190px;
	padding: 0;
	margin: 0 0 0 10px;
	overflow: hidden;
}
.framework.oneColumn .content {
	width: 980px;
	margin: 0 0 0 0;
}
.framework.oneColumn .content .inner-content {padding-left:10px;}
.framework.twoColumns .content {
	width: 594px; 
}
.framework.threeColumns .content {
	width: 580px; 
}
img#logoScreen {
	width: 182px;
	height: 55px;
}
#header {
	clear: both;
	text-align: left;
	height: 133px;
	padding-top:10px;
}
#header .tools {
 text-align: right; 
 margin-top: 0px;
 color: #aaa;
 font-size: 12px;
 font-family: Helvetica, Arial, sans-serif;
}
#header .tools a {
 color: #aaa;
 font-size: 12px;
 font-family: Helvetica, Arial, sans-serif;
 text-decoration: none;
}
#header .tools .tool-links {
 margin-right: 120px;
 padding-top: 5px;
}
#header .tools img {margin-left:4px;}
#searchbox{
	margin: 0;
	width:130px;
	float:right;
}
#searchbox form {margin:0;padding:1px 0 0 0;}
#searchbox fieldset{border:0;margin:0;padding:0;}
#searchbox input.text {
	height: 19px;
	width: 80px;
	color: #ffffff;
	background-color: #0f0f0f;
	border: 1px solid #3e3e3e;
	vertical-align: top;
        font-size: 12px;
}
#searchbox input.button{
	height: 19px;
	background-color:#181818;
	color: #aaa;
	font-weight:normal;
	font-size:11px;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: right;
	vertical-align: middle;
}

#person_searchbox input.button{
height: 19px;
background-color:#181818;
color: #aaa;
font-weight:normal;
font-size:11px;
border: 0;
padding: 0;
margin: 0;
text-align: right;
vertical-align: bottom;
}

#breadcrumbs {
	margin-bottom: 10px;
	background-color: transparent;
	padding: 0 5px;
	color: #131313;
	font-size: 12px;
	font-family: Helvetica, 'Myriad Pro Semibold', 'Myriad Pro', Verdana,sans-serif;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	clear: both;
}
#breadcrumbs a{ 
	color: #131313;
	padding: 0 4px;
	text-decoration: none;}
#footer {
	clear: both;
	padding-top: 14px;
	width: 900px;
	text-align: right;
}
#footer .inner-footer {
  padding-left: 8px;
  color: #808080;
  float: left;
  width: 900px; 
  text-align: left;
}
#footer p {
 float: right;
 width: 150px;
 margin: 0; 
}
#footer p a {
 color: #fff;
 font-size: 14px;
 font-family: Georgia, serif;
 text-decoration: none;
 background: transparent url('../../../images/arrows.gif') center right no-repeat;
 padding-right: 20px; 
}
#back-top {
  margin: 15px 0; 
}
/***************************
DOCUMENT
****************************/
.preface {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 130%;
	line-height: 1.4em;
	color: #bbb;
}
#documentlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#documentlist ul li {
	line-height: 1.3em; 
}
/***************************
SEARCHBOX
****************************/
#person_searchbox{
	text-align: right;
	margin: 10px 0 0 0;
}
#person_searchbox fieldset{
	border: 0;
	margin: 0px 0 0 5px;
}
#person_searchbox input.text{
	
	background-color:#0F0F0F;
	border:1px solid #3E3E3E;
	color:#FFFFFF;
	font-size:12px;
	height:19px;
	vertical-align:top;
	width:180px;
}
#searchresults{
	float: left;
	clear: right;
	width: 280px;
}
#searchresults p{
	margin: 10px 0 0 0;
	padding: 0;
}
/***************************
PUBLICATIONS
****************************/
.publishdate{
	color: #7abac9;
}
#publicationlist p{
	margin: 0;
	padding: 0;
}
#publicationlist h2{
	margin-bottom: 0.1em;
	padding: 0;
}
#publicationlist div.item{
	border-bottom: 1px dotted #575757;
	padding-bottom: 6px;
}
/***************************
COMMON IN DOCUMENTS AND ARTICLES
****************************/
#images .text {font-size: 90%;}
.date {font-size: 90%;}
#articlelist {float:left;}
#articlelist img, #productlist img {float:right;margin:0;padding:0;margin-left:15px;}
#articlelist p, #productlist p, #seminarlist p {font-weight:normal;font-size:90%;color:#bbb;margin: 0 0 4px 0;}
#articlelist span.byline {color: #fff;margin-right: 4px;}
#articlelist p.read-more {text-align:left;font-size:90%;}
#articlelist .item, #productlist .item, #seminarlist .item{
	border-bottom: 1px dotted #575757;
	padding: 0 0 10px 0; 
	clear: both;
	margin: 0;
	margin-bottom: 10px;
	float:left;
	width:594px;
}
#articlelist h2, #productlist h2, #seminarlist h2 {
	margin: 0 0 8px 0; 
	color: #fff;
}
#articlelist h2 a, #productlist h2 a, #seminarlist h2 a {
	text-decoration: none; 
	color: #7abac9;
}
#articlelist h2 a:hover, #productlist h2 a:hover, #seminarlist h2 a:hover {
	text-decoration: underline; 
	color: #7abac9;
}
#article {clear:both;float:left;}
#article .headline {border-bottom:1px dotted #575757;padding:10px 0;margin-bottom:10px;}
.inner-content #article h1 {font-family:Helvetica,Arial,sans-serif;border:none;color:#7abac9;font-size:24px;font-weight:bold;margin:0;padding:0;height:auto !important;min-height:auto !important;}
#article #images {float:right;margin-left:20px;}
#article .headline p {margin:5px 0 0 0;}
#article p span.byline {color:#fff;font-weight:normal;}
#article .editor {line-height:1.4;}
/* related items, files|links|articles and maybe more? */
#article .related-frame {
	clear: both; 
}
.related-frame {
	display: block;
	margin-bottom: 10px; 
}
.related-frame h4 {
	margin: 0;
	padding: 4px 0 4px 0;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
}
.related-frame ul.related {
	padding: 0;
	margin: 1px 0 0 0;
	list-style-type: none;
	
}
.related-frame .related li {
	
	padding: 2px 0 2px 0;
	font-size: 100%;
	border-bottom: 1px solid #e0e0e1;
}

.related-frame .related li p {
	padding-right: 5px;
	display: block;
}

.related-frame .related li img {margin-right:5px;vertical-align:middle;}
.related-frame ul.related li.dark {
	background-color:transparent;
}
.related-frame ul.related li.last {
	border-bottom: none; 
}
.related-frame ul.related li a {
  text-decoration: none;
}
.related-frame ul.related li a:hover {
  text-decoration: underline;
}
/***************************
FRAME AND SHOP
****************************/
div.frame {
	margin-bottom: 10px;
}
div.frame h4 {
	background: #eff0ec url(../../../images/leftmenuactive.gif) no-repeat;
	color: #1b6392;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0;
	font-family: georgia, serif;
	font-size: 95%;
	font-weight: bold;
}
div.frame div {
	padding: 5px;
	overflow: hidden;
}
div.frame div.box {
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #f3f3f3;
}
p.clean {
	margin: 0; 
}
div.frame ul {
	margin: 0;
	padding: 0;
	padding-left: 12px;
	margin-left: 7px;
	list-style: url(../../../images/bullet.gif);
}
div.frame li{
	padding-bottom: .5em;
}
ul.related {
	padding-left: 12px;
	margin-left: 7px; 
}
ul.related.oneliner li {
	margin: 0 9px 0 0;
	padding: 0 12px;
	display: inline;
	background: url(../../../images/bullet.gif) 0 2px no-repeat;
}
#back-top {
	margin-bottom: 10px; 
}
/***************************
LISTS
****************************/
table.list {
	width: 100% !important;
	border: 1px solid #e0e0e0;
	margin-top: 15px;
	border-spacing: 0;
	border-collapse: collapse;
}
table.list input.text, table.list textarea {
	width: 90%;
}
table.list input.radio {
  vertical-align: middle;
}
table.list th {
	text-align: left;
	background-color: #f3f3f3;
	font-family: Georgia, sans-serif;
	color: #1C6391;
	font-size: 90%;
}
table.list td {
	border-top: 1px solid #e0e0e0;
}
table.list.form th.title {
	text-align: left;
	background-color: #ddd;
	font-weight: bold;
}
table.list.form td {
	vertical-align: top;
	border-top: #e0e0e0;
}
table.list.form th {
	vertical-align: top;
	background-color: #fff;
	font-weight: normal;
	color: #222;
}
table.list.form button {
	margin-right: .3em;
}
table.list td.error {
	color: #F00;
	padding-bottom: 0;
}
table.list label.help {
	cursor: default;
	border-bottom: 1px #ccc dashed;
}
table.list tr.separator td {
	font-size: 50%;
}
table.list tr.formSeparator div {
	padding-bottom: .2em;
	border-bottom: 1px solid #ccc;
	margin: .5em 0 .5em 0;
	font-weight: bold;
}
table.list tr.dark td {
	background-color: #fbfbfb;
}
table.list th, table.list td {
	padding: .2em .4em;
}
table.list th.nowrap, table.list td.nowrap {
	white-space: nowrap;
}
table.list th.right, table.list td.right {
	text-align: right;
}
table.list th.strong, table.list td.strong {
	font-weight: bold;
}
table.list th.center, table.list td.center {
	text-align: center;
}
table.list th.thumb, table.list td.thumb {
  padding: 0;
}
table.list td.thumb {
width: 50px;
height: 53px;
}
table.list td.thumb image {
margin: 0 0 -5px 0;
}
/***************************
PERSON
****************************/
table.personalia {
border-collapse: collapse;
border: 1px solid #e0e0e0;
border-bottom: none;
width: 500px;
}
table.personalia th, table.personalia td {
border-bottom: 1px solid #e0e0e0;
padding: 5px 0;
}
table.personalia th {
padding-left: 5px;
text-align: left;
width: 80px;
}
table.personalia td {
 width: 420px; 
}
table.personalia tr.odd {
background-color: #fbfbfb;
}
div.wrapper{
	float: left;
	clear: both;
}
div.personlist{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	float: left;
	clear: both;
}
div.personlist div.thumb{
	width: 112px;
	float: left; 
	clear: right;
	background-color: #3e3e3e;
}

div.personlist div.thumb{
	margin: 9px 0px 9px 8px;
}

div.personlist div.thumb.first{
	margin: 9px 0px 9px 0px;
	clear: both;
}



div.sek_wrap{
	margin: 9px 0 9px 0;    
	clear: right;    
	float: left;
	width: 118px;

}
div.sek.thumb{
	margin: 0;    
	clear: both;    

}
div.personlist img{
	width: 96px;
	margin: 6px 8px 6px 8px;
}
div.personlist a.detail{
	display: block;	
	text-transform: uppercase;
	padding: 0px 8px;
	color: #ffffff;
	text-decoration: none;
}
div.personlist div.thumb div{
	color: #ffffff;
	float: left;
	clear: right;
}
span.plus{
	font-size: 16px;
	font-weight: 700;
	display: block;
	float: right;
	line-height: 14px;
	cursor: pointer;
}

div.details{
    float: left;
    clear: right;
    width: 104px;
    padding-left: 8px; 
}

div.titletext{
    float: left;
    clear: right;
    display: block;
    width:  84px;
}

div.click{
    float: left;
    clear: right;
    display: block;
    width: 20px;
}

#person_details{
	background-color: #3e3e3e;
	float: left;
	width: 286px;
	clear: right;
}
#person_details div.image{
	clear:right;
	float:left;
	height:163px;
	width:96px;
	padding: 10px 15px 0px 20px;
}
#person_details img{
	float: left;
	margin: 0;
	display: block;
	clear: right;
}
#details{
	font-family: Georgia,serif;
	font-size: 11px;
	font-weight: 600;
	width: 155px;
	float: left;
	clear: right;
}
#details div.label{
	margin: 0;
	float:left;
	clear: right;
	width: 155px;
	display: block;
}
#details a{
	background-color: #2f2f2f;
	padding: 5px 0px;
	float: left;
	clear: right;
	text-align:center;
	width:150px;
	margin: 5px 0 0 0;
	color: #7ABAC9;
	text-decoration: none;
	text-transform: uppercase;
}
#details a img{
	margin:3px 0px 0pt 2pt;
}
div.surname{
	text-transform: uppercase;
	margin: 10px 0 0 0;
	color: #fff;
}
div.name{
	border-bottom: 1px solid #575757;
	color: #fff;
	margin:0pt 0pt 5px;
	padding:0pt 0pt 3px;
}
div.title{
	font-size: 10px;
	color: #fff;
	margin-bottom: 4px;
}
div.related_info{
	width: 286px;
	float: left;
	clear: both;
}
div.related_info div.dotted{
            border-color: #e7e7e7;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	padding: 3px 20px;
	color: #7abac9;
	font-family: Georgia,serif;
	font-size: 12px;
	font-weight: 600;
	
}
div.related_info p{
	padding: 3px 20px;
	font-family: Helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: 500;
	margin: 0;
}
div.label_wrapper{
	float: left;
	clear: both;	
}
/***************************
PASSPORT
****************************/
/* Tabs */
ul.passport_navigation {
	background-color: #fff;
	border-left: 1px solid #CCCCCC;
	clear: both;
	color: #999999;
	float: left;
	list-style-type: none;
	margin: 10px 0 -1px 0;
	padding: 0;
}
ul.passport_navigation li {
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	cursor: pointer;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	position: relative;
	z-index: 10000;
}
ul.passport_navigation li.tabOn {
	background-color: #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	color: #000000;
}
ul.passport_navigation li.tabOff {
	background-color: #e9e9e9;
	border-bottom: 1px solid #CCCCCC;
}
ul.passport_navigation li a {
	text-decoration: none;
}
ul.passport_navigation li a:hover {
	text-decoration: underline;
}
/* Passport properties */
.operaform input.button {
	border: 1px solid #ccc;
}
div.validation-advice {
	display: block;
	color: #ff0000
}
/***************************
FORMS AND FORMBUILDER
****************************/
fieldset {border:none;}
input, textarea, select, option {
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
input.text, textarea, select {
	border: 1px solid #ccc;
	padding: .1em;
}
input.error, textarea.error {
	background-color: #f0f0f0;
	border-color: #be0000;
}
input.button {
	white-space: nowrap;
	color: #1B6393;
	cursor: pointer;
}
input.button:hover {
	text-decoration: underline;
}
span.required {
	color: #be0000;
}
span.strong{
	font-weight: bold;
}
form#formBuilder {
	margin: 0;
	padding: 0;
}
form#formBuilder h5.formtitle {
	margin: 0;
	padding: 0;
}
form#formBuilder h6.separator, form div.separator {
	clear: both;
	margin: 0;
	padding: .3em 0;
	margin: .3em 0;
}
form#formBuilder h6.separator {
	border-bottom: 1px solid #ccc;
}
#formBuilder label.top {
	display: block;	
}
#formBuilder label.leftCol {
	float: left;
	width: 160px;
	padding: 0;
	text-align: left;
}
#formBuilder div.rightCol {
	float: left;	
}
#formBuilder div.clear {
	clear: both;	
}
#formBuilder span.help {
	border-bottom:1px dotted #be0000;			
}
.fallback {
 display: none;
}
/***************************
TOOLTIP
****************************/
div#qTip {
	padding: .3em;
	border: 1px solid #000;
	display: none;
	background-color: #ffff88;
	color: #000;
	text-align: left;
	position: absolute;
	z-index: 900;
}

/***************************
EDITOR
****************************/
/* left submenu */
h4.sortby {
  border-bottom: 1px solid #575757;
  padding-top:20px;
  height: 30px;
  margin-bottom:10px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: Georgia, serif;
  font-size: 18px;
  padding-left: 25px;
}
.frontpage .box1, .frontpage .box2, .frontpage .box3 {
 float: left;
 width: 286px;
 margin-right: 21px;
 border-bottom: 1px dotted #575757;
 min-height: 90px;
}
.frontpage .box3 {
  margin-right: 0;
  border-bottom: none;
}
.frontpage .bottomarea {
 float: left;
 margin-top: 22px;
}
.frontpage .bottomarea h2 {
 font-size: 15px;
 margin: 0;
 font-weight: bolder;
 font-family: Georgia, serif;
 color: #7abac9;
 border-bottom: 1px solid #7abac9;
 padding-bottom: 5px;
 margin-bottom: 9px;
}
.frontpage .bottomarea .box1 h2 {
  padding-left: 8px;
}
.frontpage .mainflash {
  width: 593px;
  float: left;
  margin-right: 21px; 
}
.frontpage .frontpagecontent {
  float: left;
  width: 285px;
}
.frontpage .splasharea {
  height: 291px;
  padding-top: 24px;
}
.frontpage .frontpagecontent h1 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 26px;
  font-weight: bolder;
  margin-bottom: 14px;
}
.frontpage .frontpagecontent p {
  font-size: 18px;
  font-family: Georgia, serif; 
}
#newslist {
  margin: 0;
  padding: 0;
  list-style-type: none;  
}
#newslist h4{
  margin: 0;
  padding: 0;  
  font-size: 100%;
}
#newslist li {
  padding: 5px 3px 5px 7px;
  border-bottom: 1px dotted #575757;
}
#newslist li:hover {
 background-color: #7abac9; 
}
#newslist li a {
 font-weight: bold;
 font-size: 12px;
 font-family: Helvetica, Arial, sans-serif;
 color: #fff;
 text-decoration: none;
}
#newslist li a:hover {
 text-decoration: underline;
}

#secretary_details{
    float: left;
    display: none;
}

.white{
    color: #fff;
}

object{
display: block;
}

div.content-newsletter{
    width: 673px;
    text-align: center;
    padding-top: 18px;
    margin-left: 113px;
    color:#2f2f2f;
    font-family:Georgia,sans-serif;
    float: left;
}

div.inner-content-newsletter{
    padding: 0px 0px 10px 0px;
    text-align: left;
    background-color: #ffffff;
    margin-top: 10px;
    float: left;
}

div.content-newsletter h1{
    font-family:Georgia,sans-serif;
    color:#2f2f2f;
    font-size:36px;
    font-weight:normal;
    margin:0px 0px 0px 40px;
    
}

div.content-newsletter h2{
    color:#7abac9;font-size:20px;
   
    margin:0 0 10px 0;
}

span.underlined{
    text-decoration: underline;
}

.vacant-positions-login {
	margin: 0 0 20px 0;
	padding: 0;
}

.vacant-positions-login li {
	list-style-type: none;
	display: inline;
	margin: 0 15px 0 0;
}