@charset "UTF-8";

/* author: pzeh@saltation.de */

* {
 margin: 0;
 padding: 0;
}
html, body {
 height: 100%;
}
body {
 padding: 0;
 margin: 0;
 font: normal normal normal 1em/1em Tahoma, Geneva, Kalimati, arial, verdana, sans-serif;
 color: #1F1F1F;
 background: #FFFFFF url('gfx/bg_navmain2.gif') repeat-x left top;
}

a { color: #647984; text-decoration: none;}
a:link { color: #647984; background-color: transparent; }
a:visited { color: #647984; background-color: transparent; }
a:hover, a:active { color: #647984; text-decoration: none; background-color: transparent; }
a img { border: none; }
a:link img, a:visited img { border-style: none }
a.active { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { 
  text-align: left; margin-bottom: 0.2em;
}
h1, h2, h3 { color: #004D88; }
h1 { font: normal 200% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }
h2 { font: bold 128% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }
h3 { font: bold 100% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }
h4 { color: #647984; font: bold 108% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; margin-bottom: 0; }
h5 { color: #3F3F3F; font: italic 100% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }
h6 { color: #3F3F3F; font: small-caps 100% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none !important; }

p { margin: 0 0 1em 0; }

p.copyright { font-size: small }
p.copyright small { font-size: small }

button { 
 padding: 0;
 margin: 0;
 border: 0;
 background-color: transparent;
}

fieldset {
 border: none;
}
legend {
 display: none;
}

input, textarea, select {
 border: 1px solid #D9D9E6;
 margin-bottom: 0.8em;
 /* Exploder looks better without lineheight... */
 /*font: normal normal normal 1em/1em verdana, arial, helvetica, sans-serif;*/
 font: normal normal normal 1em verdana, arial, helvetica, sans-serif;
}
input.checkbox {
 border: none;
 background-color: transparent;
}

hr { border: 1px solid #CFCFCF; background-color: #FFFFFF; height: 1px; line-height: 0; display: block; margin: 0.4em 0 0.4em 0; }

.hide { display: none }

.center { text-align: center !important; }
.right { text-align: right !important; }

pre { margin-left: 2em }
pre, code { font-family: monospace }

ul, ol, dl {
 margin: 0;
 padding: 0;
 line-height: 130%;
 list-style: square outside none;
}

.clear {
 clear: both;
 font-size: 0px;
 line-height: 0px;
 height: 0;
}

.small {
 font-size: 89% !important;
 font-weight: normal !important;
}
.smallstrong {
 font-size: 89% !important;
 font-weight: bold !important;
}
.bigger {
 font-size: 110% !important;
}
.highlight {
 color: #E3000f;
}
.highlightstrong {
 color: #E3000f;
 font-weight: bold;
}
.highlightgrey {
 color: #4F6A74;
}
.author {
 font-size: 89%;
 font-style: italic;
}
.quotes {
 font-style: italic;
}
.indent {
 margin-left: 2em;
}
.boxed, 
.csc-frame-frame1 {
 background-color: #FFFFFF;
 border: 1px solid #B5BFC5;
 margin-bottom: 0.8em;
 margin-top: 2em;
 overflow: hidden;
}
.csc-frame-rulerAfter {
 border-bottom: 1px solid #FFFFFF;
 margin: 0.8em 0;
}
.boxed p, .boxed h1, .boxed h2, .boxed h3, .boxed h4, .boxed h5, .boxed h6,
.csc-frame-frame1 p, .csc-frame-frame1 h1, .csc-frame-frame1 h2, .csc-frame-frame1 h3, .csc-frame-frame1 h4, .csc-frame-frame1 h5, .csc-frame-frame1 h6 {
 margin-left: 0.4em;
 margin-right: 0.4em;
}
.but01 {
 background: #CAD4D5 url('gfx/bg_button_submit.gif') repeat-x left top;
 /*border: 1px solid #4F6A74;
 border: 1px solid #738991;*/
 border: 1px solid #98A8AE;
 padding: 0 0.2em 0 0.2em;
}
a.top, .csc-linkToTop a {
 background: transparent url('gfx/bg_a_top.gif') no-repeat right 0.3em;
 padding-right: 1.2em;
 text-decoration: none !important;
}
.csc-linkToTop {
 text-align: right;
}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

#container {
 margin: 2em auto 0 auto;
 width: 800px;
 width: 62.5em;
 font-size: 80%;
 line-height: 130%;
/* background: #FFFFFF url('gfx/bg_cnt2.png') no-repeat left top;*/
 background-color: #FFFFFF;
 padding-bottom: 0.8em;
}

#header {
 /*width: 100%;*/
 height: 6.875em;
/* background: transparent url('gfx/bg_header_03.png') no-repeat left top;*/
background: transparent;
/*border: 1px solid #B5BFC5;*/
}
#home {
 float: left;
}
#searchapo {
 width: 20.75em;
 color: #004D88;
 margin-top: 2.9em;
 text-align: right;
 line-height: 90%;
 float: right;
}
*+html #searchapo {
 width: 21.50em;
}
#searchlabel {
 float: left;
}
#searchapo input.search {
 width: 7.9em;
margin-top: 0.3em;
}
#searchapo input.submit, #contentcontainer input.submit, input.powermail_submit {
 color: #FFFFFF;
 background-color: #0075B5;
 background: #0075B5 url('gfx/bg_search_submit.gif') repeat-x left top;
 font-weight: bold;
 text-transform: uppercase;
margin-top: 0.3em;
 border: none;
 cursor: pointer;
}
#bar1, #bar2 {
 font-size: 86%;
 display: block;
 min-height: 1em;
 border: 1px solid #B5BFC5;
 background: #FFFFFF url('gfx/bg_navmain2.gif') repeat-x left top;
 color: #647984;
}
#bar1 a:hover, #bar2 a:hover {
 color: #000000;
}
#bar2 {
 text-align: right;
}
#homelink {
 float: left;
}
#navmeta {
 float: right;
}
#homelink ul, #navmeta ul, #bar2 ul {
 list-style: none;
 margin: 0 0.8em 0 0.8em;
 padding: 0.5em 0 0.5em 0;
}
#navmeta li {
 display: inline;
}

#navmain, #contentcontainer, #col1, #col2 {
 float: left;
}

#innercontainer {
 font-size: 86%;
 border: 1px solid #B5BFC5;
 margin: 1em 0 1em 0;
 background-color: #E9F1FB;
}

#contentcontainer {
 width: 46.125em;
width: 46.1em;
 min-height: 38em;
 color: #00234B;
 background-position: center 4em;
 background-repeat: no-repeat;
}
* html #contentcontainer {
 width: 45.5em;
 height: 38em;
}

#contentcontainer a {
 color: #004D88;
 text-decoration: underline;
}
#contentcontainer a:hover {
 color: #000000;
}
#contentcontainer .spacer {
 height: 30em;
}

/* 2 column */
#col1 {
 margin: 1.8em 1em 0 1em;
 width: 46.5%;
}
#col2 {
 margin: 1.8em 1em 0 0em;
 width: 46.5%;
}
* html #col1, * html #col2 {
 display: inline;
}
/* 1 column */
#col1 {
 width: 95%;
}
#col2 {
 display: none;
}
#contentcontainer ul, #contentcontainer ol {
 margin: 0 0 1em 2em;
}
#contentcontainer ul li, #contentcontainer ol li {
 margin-bottom: 0.2em;
}
/* home */
body#home1st #navmain,body#home1st #metabox {
 display: none;
}
body#home1st #contentcontainer {
 width: 100%;
 min-height: 44.25em;
 float: none;
 border: none;
 background-position: center top;
}
/*
* html body#home1st #contentcontainer {
 height: 43.5em;
}
*/
body#home1st #contentcontainer, body#home1st #contentcontainer h1, body#home1st #contentcontainer h2, body#home1st #contentcontainer h3, body#home1st #contentcontainer h4, body#home1st #contentcontainer h5, body#home1st #contentcontainer h6 {
 color: #FFFFFF;
}
body#home1st #contentcontainer .csc-header-n1 {
 margin: 5.5em 0 0 3.75em;
}
body#home1st #col1 a, body#home1st #col2 a {
 color: #DBE6EE;
}
body#home1st #col1 a:hover, body#home1st #col2 a:hover {
 color: #FFFFFF;
}
/*
body#home1st h2 a {
 color: #E3000F !important;
 text-decoration: underline;
 font-size: 130%;
}
*/

#col2 ul {
 list-style: none;
 margin-left:0;
}
#col2 ul li {
 background: transparent url('gfx/bg_ul2.gif') no-repeat left 0.45em;
 padding-left: 0.8em;
}

#navmain {
 min-height: 38em;
 width: 13.125em;
 background-color: #FFFFFF;
 border-right: 1px solid #B5BFC5;
}
* html #navmain {
 height: 38em;
}
#navmain ul {
 list-style: none;
 margin: 0.8em 0.8em 0 0.8em;
 overflow: hidden;
}
#navmain ul ul {
 margin: 0;
}
#navmain li.lilast {
 border-bottom: none;
 margin-bottom: 0.8em;
}
#navmain ul a {
 display: block;
 color: #005DA1;
 background: #FFFFFF url('gfx/bg_navmain_NO.gif') no-repeat left top;
 /*font-weight: bold;*/
 margin-bottom: 0.8em;
 padding: 0.4em 0.8em 0.4em 0.8em;
 /*border: 1px solid #5B6B75;*/
 border-left: 1px solid #B5BFC5;
 border-top: 1px solid #B5BFC5;
 border-right: 1px solid #808F98;
 border-bottom: 1px solid #808F98;
}
#navmain ul a:hover, #navmain ul a.act, #navmain ul a.actifsub {
 color: #FFFFFF;
 background: #007DBB url('gfx/bg_navmain_RO.gif') no-repeat left top;
}
#navmain ul a.act {
/* margin-bottom: 0;*/
}
#navmain ul a.actifsub {
 margin-bottom: 0;
}

/* 2nd */
#navmain ul ul a {
 /*color: #007DBB;*/
 color: #647984;
 background: transparent url('gfx/bg_navmain_ulula.gif') no-repeat left 0.9em;
 border: none;
 margin-bottom: 0;
 padding: 0.4em 0em 0.4em 0.8em;
}
#navmain ul ul a:hover, #navmain ul ul a.act:hover, #navmain ul ul a.act {
 /*color: #005DA1;*/
 color: #007DBB;
 background: transparent url('gfx/bg_navmain_ulula.gif') no-repeat left 0.9em;
text-decoration: underline;
}
#navmain ul ul li {
 border-bottom: 1px solid #B5BFC5;
}
#navmain ul ul ul li {
 border: none;
}
/* 3rd */
#navmain ul ul ul {
 background: #FFFFFF url('gfx/bg_navmain_ulul.gif') repeat-x left bottom;
}
#navmain ul ul ul a {
 color: #647984;
 border: none;
 padding: 0.2em 0 0.2em 1.6em;
 background: transparent url('gfx/bg_navmain_ululula.gif') no-repeat 1em 0.9em;
}
#navmain ul ul ul a:hover {
 color: #647984;
 border: none;
 padding-left: 1.6em;
 background: transparent url('gfx/bg_navmain_ululula.gif') no-repeat 1em 0.9em;
}

#metabox {
 min-height: 38em;
 width: 13.125em;
 background: #FFFFFF url('gfx/bg_navfunc.gif') repeat-x left top;
 float: right;
 border-left: 1px solid #B5BFC5;
}
* html #metabox {
 height: 38em;
}
#metabox .boxed {
 margin: 0.8em;
}
#navfunc ul {
 font-size: 94%;
 list-style: none;
 margin: 0.8em;
 overflow: hidden;
 text-transform: uppercase;
}
#navfunc ul a {
 display: block;
 color: #005DA1;
 background: #FFFFFF url('gfx/bg_navmain_NO.gif') no-repeat left top;
 /*font-weight: bold;*/
 margin-bottom: 0.8em;
 padding: 0.4em 0.8em 0.4em 0.4em;
 /*border: 1px solid #5B6B75;*/
 border-left: 1px solid #B5BFC5;
 border-top: 1px solid #B5BFC5;
 border-right: 1px solid #808F98;
 border-bottom: 1px solid #808F98;
}
span.icofontsize {
 padding-left: 2.6em;
 background: transparent url('gfx/ico_fontsize3.gif') no-repeat left top;
}
span.icoprint {
 padding-left: 2em;
 background: transparent url('gfx/ico_print.gif') no-repeat left top;
}
span.icobookmark {
 padding-left: 1.7em;
 background: transparent url('gfx/ico_bookmark.gif') no-repeat left top;
}
span.icotipafriend {
 padding-left: 1.8em;
 background: transparent url('gfx/ico_tipafriend.gif') no-repeat left top;
}

/* */
.csc-frame-frame2 {
 color: #004D88;
 border: 1px solid #B3C9E5;
 background: #FFFFFF url('gfx/bg_table3.gif') repeat-x left bottom;
 padding: 0.4em;
}
table.contenttable-2, table.contenttable-3 {
 width: 100%;
 color: #004D88;
 border: 1px solid #B3C9E5;
 border-collapse: collapse;
 border-spacing: 0;
 background: #FFFFFF url('gfx/bg_table3.gif') repeat-x left bottom;
 margin-bottom: 0.8em;
}
table.contenttable-3 td {
 border: 1px solid #B3C9E0;
 padding: 0.4em 0 0.4em 0.4em;
}
table.contenttable-3 td img {
 vertical-align: middle;
}
table.contenttable-2 {
 background-image: none;
}
table.contenttable-2 td {
 border: 1px solid #B3C9E0;
 padding: 0.1em 0.4em;
}
table.contenttable-2 tr.tr-even td {
 background: #FFFFFF url('gfx/bg_table2_even.gif') repeat-x left top;
}
table.contenttable-2 tr.tr-odd td {
 background: #FFFFFF url('gfx/bg_table2_odd.gif') repeat-x left top;
}

.csc-uploads-1 td {
 vertical-align: top;
 padding-right: 0.2em;
}
.csc-uploads-1 p, .csc-uploads-2 p {
 margin-bottom: 0;
}
.csc-uploads-description, .filelinks_layout_1 .description {
 font-weight: bold;
}
.filelinks .filecount {
 display: none;
}
.filelinks .fileicon {
 background-position: left 0.4em;
}

.csc-uploads-2 {
 width: 100%;
}
.csc-uploads-2 td {
 vertical-align: top;
}
.csc-uploads-2 td.csc-uploads-icon {
 width: 84px;
 padding-bottom: 1.6em;
}
.csc-uploads-2 td.csc-uploads-fileSize {
 text-align: right;
 min-width: 4em;
}

.tx-powermail-pi1 label, .tx-powermail-pi1 input,
.tx_tipafriend label, .tx_tipafriend input {
 float:left;
}
.tx-powermail-pi1 label {
 width: 10em;
}
.tx_tipafriend label {
 width: 12.5em;
}
.tx-powermail-pi1 input, .tx-powermail-pi1 textarea, .tx-powermail-pi1 select,
.tx_tipafriend input, .tx_tipafriend textarea, .tx_tipafriend select {
 width: 16em;
}
.tx-powermail-pi1 input.powermail_submit, input.submit {
 width: auto !important;
}
.tx_powermail_pi1_fieldwrap_html,
.tx_tipafriend_formfield {
 clear: both;
}
.tx_tipafriend .tx_powermail_pi1_fieldwrap_html_captcha span {
 margin-left: 13.5em;
}
.tx-powermail-pi1 .powermail_submit {
 margin-left: 19.2em;
}

img.tx-srfreecap-pi2-image {
 width: 16em;
 margin-left: 10em;
 border: 1px solid #D9D9E6;
 display: block;
 clear:both;
}
.tx_tipafriend img.tx-srfreecap-pi2-image {
 margin-left: 12.5em;
}

.tx_tipafriend_url a {
 display: block;
 margin-bottom: 1.6em;
}

.tx-saltaponormaddresssearch-pi1 table {
 width: 100%;
}
.tx-saltaponormaddresssearch-pi1 p label {
 vertical-align: top;
}

a.pdf, a.file, a.doc, a.eps, a.jpg {
 padding: 0.2em 0 0.2em 2em;
}
a.pdf {
 background: transparent url('gfx/ico_pdf.gif') no-repeat left top;
}

/* gotta check this is opera and exploder */
#homelink li {
 display: inline;
}

.tx-saltaponormaddresssearch-pi1 table.result {
 border: 1px solid #D9D9E6;
 margin: 1.6em 0 0.8em 0;
 border-collapse: collapse;
 border-spacing: 0;
}
.tx-saltaponormaddresssearch-pi1 table.result td {
 padding: 0 0.6em;
}
.tx-saltaponormaddresssearch-pi1 table.result td.td-0 {
 width: 2%;
 color: #FD7569;
 color: #000000;
 font-weight: bold;
}
.tx-saltaponormaddresssearch-pi1 table.result td.td-2 {
 width: 40%;
}
.tx-saltaponormaddresssearch-pi1 table.result tr.odd1,
.tx-saltaponormaddresssearch-pi1 table.result tr.odd2,
.tx-saltaponormaddresssearch-pi1 table.result tr.odd3 {
 background-color: #F2F7FD;
 border-bottom: 1px solid #D9D9E6;
}
.tx-saltaponormaddresssearch-pi1 table.result tr.even1,
.tx-saltaponormaddresssearch-pi1 table.result tr.even2,
.tx-saltaponormaddresssearch-pi1 table.result tr.even3 {
 background-color: #FBFCFE;
 background-color: #FFFFFF;
 border-bottom: 1px solid #D9D9E6;
}
.tx-saltaponormaddresssearch-pi1 table.result tr.odd1,
.tx-saltaponormaddresssearch-pi1 table.result tr.even1,
.tx-saltaponormaddresssearch-pi1 table.result tr.odd2,
.tx-saltaponormaddresssearch-pi1 table.result tr.even2 {
 border-bottom: 1px solid #E9F1FB;
}
#tx_saltaponormaddresssearch_pi1_googleMaps {
 border: 1px solid #D9D9E6;
 width: 99% !important;
}
.tx-saltaponormaddresssearch-pi1 p.pagebrowser span {
 margin-right: 0.6em;
 color: #647984;
}
.tx-saltaponormaddresssearch-pi1 p.pagebrowser span.pagebrowser_label {
 display: block;;
 color: #000000;
}

.tx-pbsurvey-pi1, .tx-pbsurvey-pi1 fieldset {
 margin-bottom: 1.6em;
}
.tx-pbsurvey-pi1 legend.question, .tx-pbsurvey-pi1 div.question {
 display: block;
 font-weight: bold;
}
.tx-pbsurvey-pi1 legend.question {
 display: none;
}
.tx-pbsurvey-pi1 input {
 vertical-align: top;
 margin: 0.2em 0.4em 0 0;
}
.tx-pbsurvey-pi1 span.questionNumber {
 margin-right: 0.4em;
}


#mailform label {
 display: block;
}