/* HTML */
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:1280px;
  min-width:1080px;
}
img {
   border: 0;
}
form {
   margin:0 auto;
}
/* hidden formularfelder bei NS7 ausblenden */
input[type="hidden"]{
   visibility:hidden !important;
}
hr {
   display: block;
   clear: left;
   border:none;
   border-bottom:1px solid #CFDCE5;
   margin:2px 0;
   padding:0;
   height:1px;
}
h1 {
  font-size: 1.2em;
  padding: 0;
  margin: 0 0 0 8px;
}
h3{
   display: inline;
   background-color: #9FB6C7;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size:0.9em;
   font-weight:normal;
   color:#000;
   padding:2px 8px;
   margin:0;
}
h4{
   font-size:1.1em;
   font-weight:bold;
   padding:0;
   margin:0;
}
h5{
   font-size:0.9em;
   font-weight:normal;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin:0;
   padding:3px 0 0 0;
}
h6{
   font-size:1em;
   font-weight: bold;
   color:#333;
   background-color: #CFDCE5;
   padding: 3px 4px;
   margin:0;
}
/* height tweak \*/
* html h3, * html h6 {
   height: 1em;
   heig\ht:1%;
}
/* ende height tweak */

/* padding tweak \*/
* html h3{
   padding:0px 8px;
   paddin\g:2px 8px;
}
/* ende padding tweak */

a:link, a:visited, a:hover, a:active {
   color: #142E5C;
   font-weight:bold;
   text-decoration: none;
}
a:hover{
   text-decoration: underline;
}
/* anker zielsprungmarken */
a[name]{
   text-decoration: none;
   font-weight:inherit;
   color:inherit;
}

ul{
   list-style-type: disc;
}
/* linklisten */
ul.link{
   list-style-type: disc;
   color: #FF9A03;
}

/* common styles */
.block {
  display: block;
}

/* *********     Container    ********* */
/* erzeugt eine mindestbreite der seite  */
/* IE 5.5 und 6.0 workaround \*/
* html #main {
   width:1024px;
   width:expression(document.body.clientWidth > 1032 ? "100%" : "1024px");
   wid\th:expression(document.body.clientWidth > 1032 ? "auto" : "1024px");
}
/* Ende IE 5.5 und 6.0 workaround */
/* IE 5.0 workaround \*/
html + body #main {
   width:1024px;
}
/* Ende IE 5.0 workaround */
#main{
   min-width: 1032px;
}

/* container fuer den gesamten headmetabereich  */
#head {
   height: 76px;
   background-color: #FFF;
   margin: 0px 20px;
   font-size:0.9em;
   border-bottom: 6px solid #7091B3;
   min-width: 70em;
}
/* margin-bottom:-6px; */


#head[id] {
   height: 76px;
}
/* container fuer das logo  */
#logo {
   width: 196px;
   height: 76px;
   float: left;
   left: 0px;
   top: 0px;
}
#headmeta {
   margin-left:196px;
   padding-top:0;
   text-align: right;
}
/* container metanavi */
#metanavi {
   font-size:0.9em;
   margin-bottom:4px}
#metanavi[id] {
   margin-bottom:6px
}
/*die styles fuer die metanaviigation und das flash */
#metanavi input{
   display:inline;
   font-size:0.9em;
   margin-left:5px;
   color:#142E5C;
   padding:0 3px;
}
/* das minusmargin bringt den netscape 6 in die spur, alle anderen ignorieren
das margin:-6px 0; an dieser stelle */
#metanavi form{
display:inline;
margin:-6px 0;
padding:0}
#metanavi a {
font-weight:normal;
padding: 0 4px;
width:5em;
w\idth:auto;
height:1.5em;
he\ight:auto;
vertical-align:bottom;
ve\rtical-align:baseline;
}
#fla #metanavi
{
  position: absolute;
  top: 7px;
  left: 28px;
}

#metanavi span {
background: url(/safira/pages/images/structure/line.gif) repeat-x bottom;
padding-bottom:3px;
height: 1.0em;
heig\ht: 1.5em;
}

#fla{
margin:0;
height:76px;
background-color: #CFDCE5;
border: 0 none;
text-align: right;
position: relative;
}

/* Contentbereich */

/* der all umschliesst content und footer */
#all {
  clear: both;
  margin: 0px 20px;
  min-width: 70em;
}

/*
#all[id] {
  font-size:0.7em;
  margin: 0 17px 0 20px
}
*/

/* im aussen-container werden rechts + links die spalten per padding gebildet */

#aussen {
width: auto;
padding-right: 176px;
padding-left: 196px;
}

/* spezial fuer die listensichten mit dem gemischten layout */

#aussen.list{
width: auto;
padding-right: 0;
padding-left: 196px;}



/*hier liegt das rechte flashelement bei der listensicht */

.flalist{
position:relative;
margin-top:-6px;
float: right;
width:176px;
}

/* innen liegt in aussen */

#innen {
width: 100%;
margin: 0;
position: relative;
}


/* left column */
#contnavi {
  width: 196px;
  margin-left: -196px;
  float: left;
}

/* right column */
#marginal {
  width:           176px;
  margin-right:   -176px;
  padding-top:     10px;
  float:           left;
  background-color: #ECF1F5;
}

/* content */
#content {
position: relative;
width: inherit;
float: left;
}
/* min-width:630px; */
/* border-top:6px solid #7091B3; */

#aussen.list #content {
float: none;
}
/* IE MAc tweak \*/
#aussen.list #content {
  float: left;
}
/* ende tweak */

.inhalt{
   /* !!! when change margin attribute change in BestellungZeitraum.jsp becomes necessary !!! */
   margin: 10px 25px;
   line-height: 1.3em;
   /*font-family: arial, helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-size: 12px;*/
   /*text-decoration: none;*/
}
/* 2-spaltiges layout */
#aussen.list div.inhalt{

line-height:1.3em;
margin: 0;
padding: 0;
 margin-left: 10px;
 margin-top: 10px;
 margin-right: 0px;
}


/* container footer */
#footer {
   float: left;
   border-top:2px solid #9FB6C7;
   color:#666;
   padding:2px 0 15px 0;
   font-size: 0.9em;
}
#footer a {
   font-weight:normal;
   float:right;
}
.copy {
   float:left;
}

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

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

/* erste ebene */
.navi li a:link,
.navi li a:visited,
.navi li a:hover,
.navi li a:active,
.navi li a:focus {
  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:link,
.navi li a.child:visited,
.navi li a.child:hover,
.navi li a.child:active,
.navi li a.child:focus {
  background-image: url(/safira/pages/images/structure/pfeil_navi_down.gif);
}

.navi li a.activ:link,
.navi li a.activ:visited,
.navi li a.activ:hover,
.navi li a.activ:active,
.navi li a.activ:focus {
  font-weight:bold
}

/* zweite ebene */
.navi li li a:link,
.navi li li a:visited,
.navi li li a:hover,
.navi li li a:active,
.navi li li a:focus {
  background-color: #CEDCE5;
  padding-left:  31px;
  background-position: 10px 0;
}

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

.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;
}

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

.leftcontent .box a.baustelle:link,
.leftcontent .box a.baustelle:visited,
.leftcontent .box a.baustelle:hover,
.leftcontent .box a.baustelle:active,
.leftcontent .box a.baustelle:focus {
  background-image: url(/safira/pages/images/structure/icon_baustelle.gif);
}

.leftcontent .box a.bestell:link,
.leftcontent .box a.bestell:visited,
.leftcontent .box a.bestell:hover,
.leftcontent .box a.bestell:active,
.leftcontent .box a.bestell:focus {
  background-image: url(/safira/pages/images/structure/icon_telefon.gif);
}

.leftcontent .box a.mail:link,
.leftcontent .box a.mail:visited,
.leftcontent .box a.mail:hover,
.leftcontent .box a.mail:active,
.leftcontent .box a.mail:focus {
  background-image: url(/safira/pages/images/structure/icon_mail.gif);
}

.extern img {
  margin-bottom:10px
}

/* Content */
.tophead {
  background-color: #CFDCE5;
  border: 1px solid #CFDCE5;
  padding: 1em 1em 0em 1em;
  margin: 0em 0em 1em 0em;
}

.tophead strong {
  font-style: italic;
  font-weight: normal;
}

.tophead img{
margin-right:4px;
}

/*
.box img{
margin:0 16px 10px 0;
}
*/

/* IE 5.0 Min-Width Fix, sorgt f�r minimale breite bei home-door-pages \*/
* html .tophead .weiter, * html .tophead .gototopofpage{
  width:630px;
  position:absolute;
  right:8px;
  bottom:10px;
}
/* Ende IE 5.0 Min-Width Fix */


/* verlinkte bilder mit rahmen und hover */
.tophead a:link img, .tophead a:visited img, .tophead a:hover img, .tophead a:active img,
.extern a:link img, .extern a:visited img, .extern a:hover img, .extern a:active img,
.teaser a:link img, .teaser a:visited img, .teaser a:hover img, .teaser a:active img,
.ez .left a:link img, .ez .left a:visited img, .ez .left a:hover img, .ez .left a:active img {
border:1px solid #CFDCE5;
display:block
}
.tophead a:hover img, .box a:hover img, .extern a:hover img, .teaser a:hover img,
.ez .left a:hover img{
border:1px solid #142E5C
}
.tophead h1 {
  font-size:1.25em;
  margin: 1ex 0px 1ex 0px;
  padding: 0px
}
.tophead h2{
font-size:1.25em;
margin: 0;
line-height:1.3em;
padding: 0 16px 0 0
}
/* zweite box mit oder ohne bild f�r home- und doorpage */
.topbox{

border-left:1px solid #CFDCE5;
border-bottom:1px solid #CFDCE5;
border-right:1px solid #CFDCE5;
border-top:none;
padding: 8px;
margin-bottom:10px;
margin-top:-16px;
top:-2px;
t\op:0;
background-color:white;
}

.topbox ul{
list-style-type: disc;
color: #FF9A03;
margin:5px 16px;
padding:0;
font-size:1em
}
.topbox li{
margin:0.2em 0;
}

.box ul {
  list-style-type: disc;
  margin: 0em 0em 1em 0em;
  padding: 0px;
}
.box li{
  margin: 0;
  padding: 0;
}

/* main content */
.inhalt h1 {
  font-size:  1.25em;
  padding:  0px;
  margin: 0em 0em 1em 0em;
}
.inhalt .doiBox h1 {
  margin-bottom: 0.1em;
}

.inhalt h2, .inhalt h4 {
  font-size:  1em;
  padding:  0px;
  margin: 0em 0em 1em 0em;
}

.inhalt h4 {
  font-weight: normal;
}

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

.inhalt p a:link, .inhalt p a:visited, .inhalt p a:hover, .inhalt p a:active {
  font-weight:normal;
  text-decoration:underline;
}

.inhalt h3.tab {
  float: left;
  display: initial;
  background-color: #9FB6C7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size:1em;
  font-weight:normal;
  color:#000;
  padding: 0.3em 1em;
  margin: 1em 0em 0em 0em;  <div class="margin"></div>
  white-space: nowrap;
}

.inhalt .right {
  float: right;
}

.box ol{
margin:5px 16px;
padding:0 10px;
color: #333;
font-size:1em
}
.box ol{
padding:0 20px;
}

.box {
  border: 1px solid #CFDCE5;
  padding: 1em 1em 1em 1em;
  margin-bottom: 1em;
}
.boxTable {
  padding: 0;
  margin: 0em 0em 1em 0em;
}
.inhalt .box {
  clear: both;
  padding-bottom: 0em;
}
.inhalt .margin {
  height: 0px;
  margin-bottom: 1em;
}
.vmargin {
  margin-bottom: 1em;
}

/* hier wird per minuswerte das padding f�r die punkteline in der topbox ausgeschaltet */
.box .line{
margin:5px -6px 5px -6px;
}
.box p a{
background-repeat:no-repeat;
}
/* gr�ner bereich f�r ministerthemen */
.contentost .box{
border:1px solid #C9DDA6;
padding:8px;
margin-bottom:10px
}
.contentost .box .line{
background-image: url(/safira/pages/images/structure/line_ost.gif);
}
.contentost h3{
color:#FFF;
background-color: #66A300
}
.contentost a:link, .contentost a:visited, .contentost a:hover, .contentost a:active {
color:#447300
}
contentost a.weiter:link, contentost a.weiter:visited, contentost a.weiter:hover, contentost a.weiter:active,
contentost a.gototopofpage:link, contentost a.gototopofpage:visited, contentost a.gototopofpage:hover,
contentost a.gototopofpage:active{
color:#447300
}
/* link weiter mit pfeil + rechtsb�ndig */
a.weiter:link, a.weiter:visited, a.weiter:hover, a.weiter:active{
display:block;
text-align: right;
background-image: url(/safira/pages/images/structure/pfeil_weiter.gif);
background-position: top right;
background-repeat: no-repeat;
padding-right:1.6em;
font-weight:normal;
text-decoration:none !important;
}
a.gototopofpage:link, a.gototopofpage:visited, a.gototopofpage:hover, a.gototopofpage:active{
display:block;
text-align: right;
background-image: url(/safira/pages/images/structure/pfeil_top.gif);
background-position: center right;
background-repeat: no-repeat;
padding-right:1.6em;
font-size:0.9em;
font-weight:normal;
text-decoration:none !important;
}
/* link presse mit pfeil + linksb�ndig */
a.presse:link, a.presse:visited, a.presse:hover, a.presse:active {
display:block;
background-image: url(/safira/pages/images/structure/pfeil_weiter.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left:1.6em;
font-weight:normal;
text-decoration:none !important;
}
a.weiter:hover,a.gototopofpage:hover,a.presse:hover{
text-decoration:underline !important;
}

/* link back */
a.back:link, a.back:visited, a.back:hover, a.back:active {
  display: block;
  text-align: left;
  background-image: url(/safira/pages/images/structure/arrow_back.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 1.6em;
  font-weight:  normal;
  text-decoration:  none !important;
}

/* IE height workaround \*/
* html a.presse:link, * html a.presse:visited, * html a.presse:hover, * html a.presse:active,
* html a.weiter:link, * html a.weiter:visited, * html a.weiter:hover, * html a.weiter:active,
* html a.gototopofpage:link, * html a.gototopofpage:visited, * html a.gototopofpage:hover,
* html a.gototopofpage:active, * html .ez {
  height:1%;
}
/* ende workaround */

/* box with border */
.ez {
  padding: 1em 1em;
  margin-bottom: 1em;
  border: 1px solid #CFDCE5;
}

/* box with border */
.contentBox {
  clear: both;
  padding: 2ex 1em;
  margin: 0ex 0px 2ex 0px;
  border: 1px solid #CFDCE5;
}

.contentBox p {
  padding: 0px;
  margin: 0px 0px 2ex 0px;
}

.contentBox h1 {
  font-size: 1.2em;
  padding: 0;
  margin-bottom: 1ex;
}

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

.ez h1{
font-size:1.2em;
color:#000;
padding:0;
margin:0 0 8px 0
}
.ez h2{
font-size:1em;
font-weight:normal;
padding:0;
margin:0 0 8px 0
}

.ez a:link, .ez a:visited, .ez a:hover, .ez a:active {
  font-weight:normal;
  text-decoration:underline;
}
.ez .date{
margin:0 0 16px 0
}
.ez .left{
margin: 2px 16px 10px 0;
background-color: #ECF1F5;
}
.ez .left[class]{
margin: 3px 0px 10px 0;
padding-right:16px;
background-color: #fff;
}
.ez .left[class] .bu{
background-color: #ECF1F5;
}
.bu{
padding:4px;
font-size:0.9em
}

/* alte inhalte - eingefuegte bilder kriegen abstand */
.ez #uploadedImg{
  margin: 0 16px 10px 0;
}
.ez td #uploadedImg{
  margin: 0;
}
/* wenn mehrere bilder eingefuegt werden muessen */
#contentTable, .contentTable {
  width:175px;
  margin-right:15px;
  margin-bottom:5px;
  background-color: #ECF1F5;
  border: 1px solid #ECF1F5;
}
#contentTable td, .contentTable td {
  padding:0;
}
.quelle{
color: #525252;
}
/*Listen*/
.suche{
position: relative;
/*margin-right:195px;*/
height:1%;
/*height:100px;*/
}
form.suche{
  padding-right:0px;
  margin-bottom:10px;
  width: 100%;
  w\idth: auto;
  position:relative;
}
.inhalt form.suche table{
  font-size:1em;
}

form.suche label{
  vertical-align:3px;
}
.suche .box{
padding:8px 0;
text-align: center;
}
.auswahl .box{
margin-right: 192px;
}
.auswahl[class] .box{
margin-right: 194px;
}
.auswahl[class] .box select{
  max-width:270px;
}
.suche .suchbox{
  border:1px solid #CFDCE5;
  border-top-style:none;
  padding:8px 0;
}
.suche input, .suche select{
margin:0 4px 6px 4px;
}
/* Opera Anpassung */
html>body .suche input, html>body .suche select{
margin:0 4px 6px 0px;
}
.suche .rightbutton{
position:absolute;
right:20px;
}

.suche label{
margin:0 4px;
font-size:1em;
}
.suche .nblabel {
  display:block;
  line-height:0;
  visibility:hidden;
}
table.searchfield{
width:99%;
font-size:1em;
}
table.searchfield td{
padding:0 4px;
text-align: left;
vertical-align:top;
position:relative;
}
/* start IE eingabefeld begrenzung \*/
* html .inputsuche_ohne_ns {
  position:absolute;
  top:37%;
}
/* ende IE eingabefeld begrenzung */

table.searchfield input, table.searchfield select{
width:100%;
}
table.searchfield input.btn{
text-align:right;
width:61px;
height:13px
}
div.suchtipps {
  border:1px solid #CFDCE5;
  position: relative;
  margin-right:0px;
  border-top-width:0;
  top:-11px;
  padding: 0 8px;
  padding-bottom:10px;

}

div.suchtipps blockquote p{
  font-style: italic;
}
/*die eigentliche liste*/
table.liste{
background-image: url(/safira/pages/images/structure/line_v.gif);
background-repeat: repeat-y;
background-position: right;
font-size:1em;
}


table.liste th{
text-align: left;
background-color: #CFDCE5;
font-weight:bold;
padding:3px 20px 3px 8px
}
table.liste td{
padding:8px;
background-image: url(/safira/pages/images/structure/line_02.gif);
background-repeat: repeat-x;
background-position: bottom;
}

div.rowleft{
   width:100%;
   position:relative;
   background-image: url(/safira/pages/images/structure/line_v.gif);
   background-repeat: repeat-y;
   background-position: left;
}
/*
table.liste th.titel{
width:100%
}*/
div.rowleft table, div.suchseite table{
   font-size:1em;
}
div.rowleft table.liste{
   width:100%;
}
table.liste th img{
   margin-left:5px
}
table.liste td.xxline{
background-image: url(/safira/pages/images/structure/line_02.gif);
background-repeat: repeat-x;
padding:0;
height:1px
}
.listhead{
  margin-right:3px;
}
.eintrag{
  padding:8px;
}

.eintrag .right{
text-align:right;
font-weight:bold;
margin-right: 2px;
}

/* IE 5.0 tweaks */
/* Vor IE5-mac verstecken\*/
* html .eintrag a{
  width:3.6em;
  line-height:0.8em;

}
/* Ende vor IE5-mac verstecken */

.eintrag a:link, .eintrag a:visited, .eintrag a:hover, .eintrag a:active  {
margin:0 0 0 10px;
font-weight:normal
}

/* Marginal (right column) */


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

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

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

/* Helper */
.line {
  background-image: url(/safira/pages/images/structure/line.gif);
  background-repeat: repeat-x;
  height:1px;
  font-size:1px;
  margin:5px -8px 0 -8px;
  padding:0;
}

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

.reader {
display:none
}
.clearer {
height: 1px;
width:100%;
clear: left;
font-size: 0px;
line-height: 0px;
margin:0;
padding:0
}
.left{
float: left;
}
/* ein CSS2 Tweak f�r H6, damit sie richtig floatet */
.box .left[class]{
background-color:#fff;
}
.box[class] h6{
  padding-left:150px;
}

.spacev {
  height: 0.5em;
  width:100%;
  clear: left;
  margin:0;
  padding:0;
}

.regular{
font-weight:normal
}
a.regular:link, a.regular:visited, a.regular:hover, a.regular:active{
font-weight:normal
}
a.bold{
font-weight:bold
}
a.bold:hover{
font-weight:bold
}
a.biglink:link, a.biglink:visited, a.biglink:hover, a.biglink:active {
font-size:1.1em
}

/* ##### spezielle styles ##### */

.prozent {
float:right
}
.suchseite{
position: relative;
margin-right:195px;
height:130px;
}

/* bestellservice */
.noborderbox{
padding:10px 0px;
}
.noborderbox h1{
font-size:1.2em;
color:#000;
padding:0;
margin:0 0 8px 0
}
table.dottedliste{
background-image: url(/safira/pages/images/structure/line_v.gif);
background-repeat: repeat-y;
background-position: right;
font-size:1em;
width:100%;
}
table.dottedliste td{
padding: 8px 14px 8px 8px;
/*background-image: url(/safira/pages/images/structure/line_02.gif);
background-repeat: repeat-x;
background-position: bottom;*/
}
table.dottedliste th{
padding:8px;
background-image: url(/safira/pages/images/structure/line_02.gif);
background-repeat: repeat-x;
background-position: top;
}
table.dottedliste td.ende{
padding: 8px;
background-image: url(/safira/pages/images/structure/line_02.gif);
background-repeat: repeat-x;
background-position: bottom;
}

/* formulare zusatz styles */
.checkbox {
margin-left:0;
text-align: left;
vertical-align: middle;
}

/* Vor IE5-mac verstecken\*/
* html .checkbox {margin-left:-4px;}
/* Ende vor IE5-mac verstecken */

table.dottedliste td h2{
font-size:1em;
margin-top:0;
}
/* alle andere browser margin */
html>body .checkbox {
margin-left:0;
}

/* sitemap */

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

#sitemap a{
color:#142E5C;
font-weight:normal;
}
#ost a{
color:#3C6600;
font-weight:normal;
}

.weiss {
  color: #FFFFFF;
}

ul.weg {
   margin:0;
   padding:0 15px 30px 15px;
   list-style-type: disc;
   color: #FF9A03;
}
ul li span{
   color: #333!important;
}
p.notopmarg {
   margin-top: 0px;
}
img.bordered {
   border: 1px solid #CFDCE5;
}
.imageboxlefloat {
   width:540px;
   margin:0;
   padding:0;
   background-color: #ECF1F5;
}
.imageboxlefloat img {
   margin:0;
   padding:0;
}
.bb {
   line-height: 1.2em;
   padding: 4px 4px 4px 10px;
   font-size:0.9em;
}
.bb ul{
   margin:0;
   padding:0 0 10px 0;
   list-style-type: none;
}
.bb li{
   list-style-type: none;
   display: inline;
}
.bb li a:link, .bb li a:visited, .bb li a:hover, .bb li a:active{
   display:block;
   width:120px;
   padding: 0 0 0 10px;
   background-image: url(/safira/pages/images/structure/listpic.gif);
   background-repeat: no-repeat;
   background-position: -4px 0px;
   font-weight: normal;
   color: #142E5C;
}
.bb li a:hover {
   text-decoration: underline;
}
.imageboxcentered {
   text-align:center;
   width:540px;
   margin:0;
   padding:0;
   background-color: #ECF1F5;
}
.imageboxcentered img {
border: 1px solid #CFDCE5}

div.linklist p a:link, div.linklist p a:visited, div.linklist p a:hover, div.linklist p a:active{
   text-decoration: none;
}

.druckansicht{
   font-size:70%;
}
.druckansicht #marginal{
   margin-right:4px;
}
.druckansicht #box{
   float:left;
   width:79%;
}
.druckansicht .linklist span{
   display:block;
}
/* 14.12 */



/* ************************************************ */
/* ******            Meine Klassen           ****** */
/* ************************************************ */

/* errors */
ul.errorList {
  margin: 0px;
  list-style-position: inside;
  padding: 0px 1em;
}

.resultCnt {
  margin-left: 0.5em;
}

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

/* product result table */
#produkt td a {
  font-weight: normal;
}

#produkt td {
  height: 6ex;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

#produkt th {
  height: 3ex;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

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

.box ul.linkList {
  list-style-image: url(/safira/pages/images/structure/pfeil_weiter.gif);
  list-style-position: inside;
}
.box ul.linkList li {
  padding-left: 0.5em;
  line-height:  1.3em;
}
.box ul.linkList li a:link,
.box ul.linkList li a:visited,
.box ul.linkList li a:hover,
.box ul.linkList li a:active {
   font-weight:     normal;
   text-decoration: none;
}
.box ul.linkList li a:hover {
   text-decoration: underline;
}

.box a:link, .box a:visited, .box a:hover, .box a:active {
  font-weight:normal;
  text-decoration:underline;
}

/* ***************** displaytag ******************** */
/*
acronym {
   border-bottom: 1px dashed #000;
   cursor: help;
} */
thead tr {
   background-color: #9FB6C7;
   height: 1.7em;
}
th.sorted {
   background-color: #CFDCE5;
}
th a, th a:visited {
   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: #ECF1F5;
}
tr.tableRowEven, tr.even {
   color: inherit;
   background: #EEEEEE;
}
div.exportlinks {
   background-color: #ECF1F5;
   border: 1px solid #CFDCE5;
   padding: 2px 4px 2px 4px;
   margin: 10px 0 10px 0;
   font-size: 12px;
}
span.export {
   padding: 0 4px 1px 20px;
   cursor: pointer;
   background-repeat: no-repeat;
}
span.excel {
   background-image: url(/safira/pages/images/displaytag/ico_file_excel.png);
}
span.csv {
   background-image: url(/safira/pages/images/displaytag/ico_file_csv.png);
}
span.xml {
   background-image: url(/safira/pages/images/displaytag/ico_file_xml.png);
}
span.pdf {
   background-image: url(/safira/pages/images/displaytag/ico_file_pdf.png);
}
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;
}
/* ***************** Hilfsklassen (Fortsetzung) ******************** */
.error {
   border-color: #F08080;
   border-style: solid;
   background: #ffe5e5;
}
.header-error-box{
   color: inherit;
   background: #ffe5e5;
   height: auto;
   vertical-align: middle;
   padding: 1ex 1em;
   border-width: 1px;
   border-style: solid;
   border-top-color: #ffe5e5;
   border-right-color: #ffe5e5;
   border-bottom-color: #ffe5e5;
   border-left-color: #ffe5e5;
   margin-bottom: 1em;
}
.button-ende {
   width: 11em;
   height: 1.8em;
}

/* ***************** Tabelle mit Detailinformationen *************** */
#projectionTable td {
	font-size: 1em;
}
#detailTable, .detailTable {
   width: 95%;
   margin-right: 0px;
   margin-bottom:5px;
   margin-left: 0px;
   margin-bottom: 5px;
   border: 0px none;
}
.contentBox .detailTable {
  width: 100%;
  margin: 0px 0px 1ex 0px;
}
#detailTable td, .detailTable td {
   padding: 0 3px 1px 0;
   font-size: 1em;
}
#detailTable td.bold, .detailTable td.bold, .detailTable td a:link, .detailTable td a:visited, .detailTable td a:active {
   font-weight: bold;
   text-align: right;
   vertical-align: top;
   color: Black;
   text-decoration: none;
}

.detailTable td.keyword {
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
  padding-right: 1em;
  vertical-align: top;
  width: 5em;
}

.detailTable td a:hover{
   font-weight: bold;
   text-decoration: underline;
}
.detailTable td img {
   border: 0;
   width: 10px;
   height: 10px;
   position: inherit;
   display: inline;
}
.detailTable td select {
   width: 350px;
}

.detailTable td ul {
  list-style-type: disc;
  margin: 0px;
  padding-left: 1.5em;
}

.gaps {
	font-size: 0.9em;
}

.detailTable .doiDoc, .box .doiDoc {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style: none;
}
.detailTable ul.doiDoc li, ul.doiDoc li {
  margin-bottom: 0.5ex;
}

.unicode {
}

.box .alignRight {
  padding-left: 0.5em;
  margin:       1em 0em 0em 11em;
}

/* ***************** Erweiterungen der Klassen ********************* */
.ez img {
   border: 0;
   width: 32px;
   height: 32px;
   clear: both;
   display: block;
}
/* width: 700; */
/* cursor: pointer; */

a.bestellung:link, a.bestellung:visited, a.bestellung:hover, a.bestellung:active{
   display: block;
   text-align: right;
   background-image: url(/safira/pages/images/structure/icon_bestellung.png);
   background-repeat: no-repeat;
   background-position: center right;
   padding-right:1.6em;
   font-weight:normal;
   text-decoration:none !important;
}

.barrierefrei
{
	display: none;
}
