/* html defaults */

img {
  border: 0px;
}
p, ul {
  padding: 0px;
  margin:  0px;
}
a {
  font-weight: normal;
  text-decoration: none;
  color: #142E5C;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

/* main layout */

body {
   padding: 0;
   margin: 0;
   color: #333;
   background-color: #FFF;
   font-family: Verdana, Arial, sans-serif;
}

#body {
  font-size: 0.75em;
  margin-right: auto;
  margin-left:  auto;
  width:  100%;
  max-width: 100em;
  min-width:  1080px;
}

#head {
   height: 76px;
   background-color: #CFDCE5;
   margin: 0px 20px;
   font-size: 0.9em;
   border-bottom: 2px solid #ECF1F5;
   min-width: 70em;
}
#main3 {
  margin: 0px 20px;
  min-width: 70em;
}
#main2 {
  width: auto;
  padding-right: 176px;
  padding-left: 196px;
}
#main1 {
  width: 100%;
}
#mainLeft {
  width: 196px;
  margin-left: -196px;
  float: left;
}
#mainRight {
  width:          176px;
  margin-right:  -176px;
  padding-top:     10px;
  float:           left;
  background-color: #ECF1F5;
}
#mainCentre {
  float: left;
  width: 100%;
}

/* site header  */
#headLogo {
   width: 196px;
   height: 76px;
}
#headLeft {
  float: left;
}
#headRight {
  float: right;
}
#headCentre {
  margin-left: 196px;
  margin-right: 557px;
  overflow: hidden;
}
#metanavi {
  padding: 0.75em 0em 0em 2em;
}
#metanavi a {
  font-weight:  normal;
  padding: 0 0.5em;
  color: #142E5C;
  text-decoration: none;
}
#metanavi a:hover {
  text-decoration: underline;
}
#headUser {
  background-color: #7091B3;
  margin: 0px 20px;
  min-width: 70em;
  text-align:right;
  font-size: 1em;
}
#headUser ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding:2px 0px 4px 0px;
}
#headUser ul li {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0.3em;
  padding-right: 1em;
  white-space: nowrap;
}
#headUser a{
  color:   white;
  font-weight:bold;
  display: inline-block;
  width:  100%;
  padding: 2px;
  border: 1px solid #7091B3;
  text-align: center;
}
#headUser a:hover {
  color: #142E5C;
  background-color: #ECF1F5;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #142E5C;
  border-style: inset;
}
#headUser a span.login {
  background-image: url(/safira/pages/images/structure/pfeil_weiter.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0px 18px 0px 0px;
}
#headUser a span.orderCart {
   background-image: url(/safira/pages/images/structure/icon_orderCart.png);
   background-position: center left;
   background-repeat: no-repeat;
   padding-left: 25px;
}

/* site footer */
#footer {
   border-top: 2px solid #9FB6C7;
   color: #666;
   padding: 5px 0 15px 0;
   font-size: 0.8em;
   margin: 0em 20px;
   min-width: 70em;
}
#footerLeft {
  float: left;
}
#footerRight {
  float: right;
}
#footerCentre {
  text-align: center;
  padding:  0em 10em 0em 10em;
  line-height: 1.3em;
}

/* common styles */

.clearer {
  clear: both;
  height: 0px;
}
.barrierefrei{
  display: none;
}

a.toTop {
  background-image: url(/safira/pages/images/structure/pfeil_top.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right:  10px;
}


.line, .lineSpace, .hline {
  background-image: url(/safira/pages/images/structure/line.gif);
  background-repeat: repeat-x;
  margin: 0em 0em 1em 0em;
}
.line {
  height:1px;
  margin: 0px;
  padding: 0px;
}
.lineSpace {
  height: 1px;
  padding: 0px;
}
.hline {
  padding-top: 1em;
}

.box {
  border: 1px solid #9FB6C7;
  padding: 1em 1em 1em 1em;
  margin-bottom: 1em;
}

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.vmargin {
  margin-bottom: 1em;
}
.nowrap {
  white-space: nowrap;
}
.button-ende {
   width: auto;
}

a.orderCart {
   background-image: url(/safira/pages/images/structure/icon_bestellung.png);
   background-repeat: no-repeat;
   background-position: center right;
   padding-right: 20px;
}
a.orderCart:hover,
a.orderCart:active,
a.orderCart:focus {
  text-decoration: underline;
}

a.forward {
  background-image: url(/safira/pages/images/structure/pfeil_weiter.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 20px;
}

/* navigation menu */
.navi {
  background-color: #ECF1F5;
  padding:  10px 0px;
  margin:   0px 0px 40px 0px;
}

.navi ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding:0;
}

/* erste ebene */
.navi li a {
  display:              block;
  background-color:     #9FB6C7;
  border-bottom:        1px solid #FFF;
  padding:              0.5em 0 0.3em 21px;
  background-image:     url(/safira/pages/images/structure/navi_pfeil_01.gif);
  background-repeat:    no-repeat;
  background-position:  top left;
  font-weight:          normal;
  color:                #000;
  text-decoration:      none;
}

.navi li a:hover,
.navi li a:active,
.navi li a:focus {
  background-color: #FFF
}

.navi li a.child {
  background-image: url(/safira/pages/images/structure/pfeil_navi_down.gif);
}
.navi li a.activ {
  font-weight:bold
}

.navi li li a {
  background-color: #CEDCE5;
  padding-left:  31px;
  background-position: 10px 0;
}

.leftcontent h5 {
  font-size:  0.9em;
  font-weight:  normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 3px 0 0 0;
}

.leftcontent .box{
  background-color: #ECF1F5;
  padding:  0em;
  margin-bottom: 40px;
}

.leftcontent .box .line{
  background-image: url(/safira/pages/images/structure/line_02.gif);
  margin: 0px 0.3em;
}

.leftcontent .box a {
  display: block;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0.5em 0;
  margin: 0.5em;
  font-weight: normal;
}

.leftcontent .box a.baustelle {
  background-image: url(/safira/pages/images/structure/icon_baustelle.gif);
}

.leftcontent .box a.bestell {
  background-image: url(/safira/pages/images/structure/icon_telefon.gif);
}

.leftcontent .box a.mail {
  background-image: url(/safira/pages/images/structure/icon_mail.gif);
}
.leftcontent .box a.other {
  background-image: url(/safira/pages/images/structure/pfeil-1.gif);
  padding-right: 25px;
}

.extern img {
  margin-bottom: 10px;
  border: 1px solid #CFDCE5;
  width: 194px;
}

/* for right column */

#mainRight .textBox{
  padding:          0.5em;
  margin-bottom:    1em;
  line-height:      1.25em;
  background-color: #CFDCE5
}
#mainRight .textBox p {
  padding: 0em;
  margin: 0em 0em 1em 0em;
}

#mainRight .teaser{
  padding:          0px;
  margin-bottom:    0px;
  line-height:      1.25em;
  background-color: #CFDCE5
}

#mainRight .teaser img{
  padding:  0em 0em 1em 0em;
}

#mainRight h5 {
  font-size:    1em;
  font-weight:  bold;
  margin:       0px;
  padding:      0px;
}

/* main content */
.content {
  margin: 10px 25px;
  line-height: 1.3em;
}

.content p {
  padding: 0px;
  margin: 0px 0px 1em 0px;
}

.content p a {
  text-decoration: underline;
}

.content h1.tab {
  float: left;
  background-color: #9FB6C7;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.95em;
  font-weight:normal;
  color: #000;
  padding: 0.3em 1em;
  margin: 1em 0em 0em 0em;
  white-space: nowrap;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.content h1 {
  font-size: 1.4em;
  padding: 0px;
  margin: 0px 0px 1em 0px;
  font-weight: bold;
}

.content h2 {
  font-size: 1.3em;
  padding: 0px;
  margin: 0px 0px 1em 0px;
  font-weight: bold;
}

.content h3 {
  font-size: 1em;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 1em 0px;
}

.content h4 {
  font-size: 1em;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 1em 0px;
}

.content h5{
   font-size:0.9em;
   font-weight:normal;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   margin: 0px 0px 0.1em 0px;
   padding:0;
}

.content .box {
  clear: both;
  padding-bottom: 0em;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.content table {
  margin: 0px 0px 1em 0px;
}

.content ul.linkList {
  margin-bottom:  1em;
  list-style:   none;
  list-style-position: inside;
}
.content ul.linkList li {
  padding-left: 0.5em;
}
.content ul.linkList li a {
  background-image: url(/safira/pages/images/structure/pfeil_weiter.gif);
  padding: 0px 0px 0px 20px;
  background-repeat: no-repeat;
  background-position: top left;
}
.content ul.linkBlock li a {
  display: block;
}
.content ul.linkList.textRight li a {
  background-image: url(/safira/pages/images/structure/pfeil_weiter.gif);
  padding: 0px 20px 0px 0px;
  background-repeat: no-repeat;
  background-position: top right;
}
.content ul.linkList.textLeft li a {
  background-image: url(/safira/pages/images/structure/arrow_back.gif);
  padding: 0px 0px 0px 20px;
  background-repeat: no-repeat;
  background-position: top left;
}
.content ul.linkList.textLeft li {
  padding-left: 0em;
}

.content .floatRight img {
  margin: 0px 0px 1em 1em;
}

.content .header {
  background-color: #CFDCE5;
  border: 1px solid #9FB6C7;
  padding: 1em 1em 0em 1em;
  margin: 0em 0em 1em 0em;
  border-radius: 3px;
}
.content .header strong {
  font-style: italic;
  font-weight: normal;
}

.content div.header.error,
#mainRight .textBox .error {
   border: 2px solid #F08080;
   background: #ffe5e5;
}
#mainRight .textBox .error {
  padding: 0em 1em;
}
#mainRight .textBox .error h1 {
  font-size:  1em;
  font-weight: bold;
}
.content div.box.error {
   border: 1px solid #F08080;
   background: #ffe5e5;
}
.error ul {
  margin-bottom: 1em;
  margin-left: 1em;
}

.content acronym {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted;
}

.content .bold {
  font-weight: bold;
}

.content ul.itemlist {
  margin: 0em 0em 1em 0em;
  padding:0;
  list-style: url(/safira/pages/images/structure/pfeil_.gif);
  list-style-position: inside;
}
.content ul.itemlist li{
  margin: 0em;
  padding: 0em 0em 0.5em 10px;
}

.header-error-box {
   background: #ffe5e5;
   vertical-align: middle;
   padding: 1em 1em 0em 1em;
   border: 1px solid #F08080;
   margin-bottom: 1em;
}
.header-error-box ul {
  margin: 0px;
  list-style-position: inside;
  list-style-type: none;
  padding: 0px 1em;
}

#sitemap ul{
  margin: 0em 0em 1em 0em;
  padding:0;
  list-style: url(/safira/pages/images/structure/pfeil_.gif);
  list-style-position: inside;
}
#sitemap li{
  margin: 0em;
  padding: 0em 0em 0.5em 10px;
}
#sitemap ul ul{
  margin-left: 10px;
  margin-bottom: 0;
  list-style: url(/safira/pages/images/structure/pfeil_weiter.gif);
  list-style-position: inside;
}
#sitemap li li {
  padding-bottom: 0em;
}

#glossary h6 {
  font-size: 1em;
  font-weight: bold;
  color:#333;
  background-color: #CFDCE5;
  padding: 0.5em;
  margin:0;
}

#coverageBegin, #coverageEnd {
  float: right;
}
#coverageBegin select {
  width: 6em;
  margin: 0em 0em 0em 1.5em;
}
#coverageEnd select {
  width: 6em;
  margin: 0em 0em 0em 1.5em;
}
.detailTable, .profileTable {
   width: 100%;
   margin: 0px 0px 1em 0px;
   border: 0px none;
}
.detailTable td, .profileTable td {
   padding: 0.1em 0.1em;
   font-size: 1em;
   line-height: 1.5em;
}
.detailTable td select {
   width: 350px;
}
.detailTable td .resultCnt {
  margin-left: 0.5em;
  display: inline-block;
  width: 2em;
  text-align: right;
}
.profileTable td.keyword {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 1em;
  width: 20em;
}
.detailTable td.keyword {
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
  padding-right: 1em;
  vertical-align: top;
  width: 5em;
}
.detailTable td.keyword a {
  font-weight: bold;
  color: #333;
}
.detailTable td ul {
  list-style-type: disc;
  margin: 0px;
  padding-left: 1.5em;
}
.detailTable td strong {
  font-weight: bold;
}

/* DOI lists */
.detailTable .doiDoc, .box .doiDoc {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 1em;
  list-style: none;
}
.detailTable .doiDoc {
  margin-bottom: 0em;
}
.detailTable ul.doiDoc li, ul.doiDoc li {
  margin-bottom: 0.5ex;
}
ul.doiDocInline {
  padding-left: 5em;
  margin-top: 0.2em;
}
ul.doiDocInline li {
  display: inline;
}
.doiDoc a {
  text-decoration: underline;
}

/* quicklook table */
#quicklook table {
  border: none;
  margin: 1em 3em;
}
#quicklook table td {
  border: none;
  text-align: center;
}
#quicklook table tfoot {
  margin-top: 3ex;
}

.gaps {
  font-size: 0.9em;
}
.gaps a {
  font-weight: bold;
  color: #333;
}

.doiBox h3 {
  margin-bottom: 0.1em;
  font-size: 1.1em;
}
.doiBox h4 {
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.2em;
  margin-bottom: 0em;
}
.doiBox h6 {
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0em;
}
/* product result table */
#produkt, #order {
  width: 100%;
}
#produkt td a {
  font-weight: normal;
}
#produkt td a.block {
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
#produkt td,
#order td {
  height: 3em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

#produkt th,
#order th {
  height: 2em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

#produkt, #produkt td, #produkt th,
#order, #order td, #order th {
  border-collapse: collapse;
  border: 2px solid #FFF;
}

/*  displaytag  */
thead tr {
   background-color: #9FB6C7;
   height: 1.7em;
}
th.sorted {
   background-color: #CFDCE5;
}
th a, th a:visited {
  font-weight: bold;
   color: black;
}
th a:hover {
   text-decoration: underline;
   color: black;
}
th.sorted a, th.sortable a {
   background-position: right;
   background-repeat: no-repeat;
   display: block;
}
th.sortable a {
   background-image: url(/safira/pages/images/displaytag/arrow_off.png);
}
th.order1 a {
   background-image: url(/safira/pages/images/displaytag/arrow_down.png);
}
th.order2 a {
   background-image: url(/safira/pages/images/displaytag/arrow_up.png);
}
tr.odd {
   color: inherit;
   background: #e0e0e0;
}
tr.tableRowEven, tr.even {
   color: inherit;
   background: #EEEEEE;
}
span.pagebanner {
   background-color: #ECF1F5;
   border: 1px solid #CFDCE5;
   padding: 2px 4px 2px 4px;
   margin-top: 10px;
   display:block;
   border-bottom: none;
}
span.pagelinks {
   background-color: #ECF1F5;
   border: 1px solid #CFDCE5;
   padding: 2px 4px 2px 4px;
   display:block;
   border-top: none;
   margin-bottom: 5px;
}
.loginForm {
  line-height: 2em;
}

table.form td {
  padding: 0.3em;
}
table.form2 td {
  padding: 0.5em 2em 0.5em 0.5em;
  line-height: 2em;
}
table.form2 td input,
table.form2 td select,
table.form2 td textarea {
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
}

.export {
   padding: 0 4px 1px 20px;
   cursor: pointer;
   background-repeat: no-repeat;
}
.pdf {
   background-image: url(/safira/pages/images/displaytag/ico_file_pdf.png);
}
a.export {
  text-decoration: underline;
}
#searchResultCnt {
  display: inline-block;
  font-weight: bold;
  margin: 0em 2em 0em 0.5em;
  width: 3em;
  text-align:right;
}