/*****************************************
*
*   INDEX
*
*   ul- und ol-background-image ueberschreiben
*   DEFAULT
*   ORGANISATION
*   FORMULARE, ORGANISATION, SERVICE
*/



/***************************************** ul- und ol-background-image ueberschreiben */

.content-0 ul li a:link,
ul li a:hover,
.content-0 ul li a:visited,
.content-0 ol li a:link,
.content-0 ol li a:hover,
.content-0 ol li a:visited {
  background-image:url();
}

/***************************************************************** DEFAULT */

/* INPUT SWORD */
.tx-browser-pi1 input.sword {
  border:1px solid #006194;
}

/* LISTVIEW, UL */
.tx-browser-pi1 .searchbox,
.tx-browser-pi1 .listview {
    padding:.4em 0;
}
.tx-browser-pi1 .listview ul {
  padding:0;
  margin:0;
  list-style:none;
  font-size:1.1em;
}

.tx-browser-pi1 .listview li {
  line-height:.6em;
}


/* A */
a span.dummy,
a span.tx-browser-pi1 {
  color:#006194;
}
a:active span.dummy,
a:hover span.dummy {
  color:#4D4D4D;
}

/* TABLE */
.tx-browser-pi1 table caption {
  display:none;
}


/***************************************************************** ORGANISATION */

.tx-browser-pi1 .organisation .listview a {
  background-image:;
  padding-left:0;
}

.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1 {
  background-image:url(link_image.png);
  background-repeat:no-repeat;
  background-position:0 4px;
  margin-left:0;
}

.tx-browser-pi1 .organisation .listview a:active span.tx-browser-pi1,
.tx-browser-pi1 .organisation .listview a:hover  span.tx-browser-pi1 {
  background-image:url(link_image_hover.png);
  color:#4D4D4D;
}
.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1-level-0 {
  padding-left:0;
}
/* Level without number: Search case */
.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1-level-,
.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1-level-1 {
  background-position:0 4px;
  padding-left:1em;
}
.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1-level-2 {
  background-position:1em 4px;
  padding-left:2em;
}
.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1-level-3 {
  background-position:2em 4px;
  padding-left:3em;
}
.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1-level-4 {
  background-position:3em 4px;
  padding-left:4em;
}
.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1-level-5 {
  background-position:4em 4px;
  padding-left:5em;
}
.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1-level-6 {
  background-position:5em 4px;
  padding-left:6em;
}
.tx-browser-pi1 .organisation .listview a span.tx-browser-pi1-level-7 {
  background-position:6em 4px;
  padding-left:7em;
}


/*****************************************
*
*   FORMULARE, ORGANISATION, SERVICE
*/

/* A */
.content-0 .tx-browser-pi1 .form         a,
.content-0 .tx-browser-pi1 .service      a {
  background-image:url(link_image.png);
  background-repeat:no-repeat;
  background-position:0 4px;
  margin-left:0;
}
.content-0 .tx-browser-pi1 .singleview .form         a,
.content-0 .tx-browser-pi1 .singleview .organisation a,
.content-0 .tx-browser-pi1 .singleview .service      a {
  padding-left:1em;
}
.content-0 .tx-browser-pi1 .form    a:active,
.content-0 .tx-browser-pi1 .form    a:hover,
.content-0 .tx-browser-pi1 .service a:active,
.content-0 .tx-browser-pi1 .service a:hover {
  background-image:url(link_image_hover.png);
  color:#4D4D4D;
}

/* SINGLEVIEW: FONTSIZE */
.tx-browser-pi1 .singleview .form,
.tx-browser-pi1 .singleview .form ul li,
.tx-browser-pi1 .singleview .organisation,
.tx-browser-pi1 .singleview .organisation ul li,
.tx-browser-pi1 .singleview .service,
.tx-browser-pi1 .singleview .service ul li {
    font-size:1.1em;
}

/*
.tx-browser-pi1 .singleview .service table caption {
  display:table-caption;
}
*/



/* AZ, MODE */
.tx-browser-pi1 .browsebox {
  padding:.4em 0;
}
.tx-browser-pi1 .azSelector {
  font-size:1.05em;
}
.tx-browser-pi1 .azSelector ul {
  background:white;
}
.tx-browser-pi1 .azSelector ul li {
  padding:0 3px;
}
.content-0 .tx-browser-pi1 .browsebox,
.content-0 .tx-browser-pi1 .azSelector,
.content-0 .tx-browser-pi1 .modeSelector {
  color:#006194;
  font-size:1.05em;
}

.browsebox-results {
font-size:.8em
}

.content-0 .tx-browser-pi1 .browsebox a,
.content-0 .tx-browser-pi1 ul.azSelector li  a,
.content-0 .tx-browser-pi1 ul.modeSelector li a {
  background-image:url();
  padding-left:0;
}
.content-0 .tx-browser-pi1 .browsebox a:active,
.content-0 .tx-browser-pi1 .browsebox a:hover,
.content-0 .tx-browser-pi1 ul.azSelector li a:active,
.content-0 .tx-browser-pi1 ul.azSelector li a:hover {
  background:white;
  color:#4D4D4D;
}
.content-0 .tx-browser-pi1 ul.azSelector li.selected,
.content-0 .tx-browser-pi1 ul.modeSelector li.selected {
  background:white;
  font-weight:bold;
}
.content-0 .tx-browser-pi1 ul.azSelector li.selected a,
.content-0 .tx-browser-pi1 ul.modeSelector li.selected a {
  background:white;
  color:#4D4D4D;
}

.content-0 .tx-browser-pi1 .browsebox .browsebox-links {
  padding-top:0.6em;
}
 