/* author Stefan Audersch (Fraunhofer IGD) */
/* @author Hani Samara (Fraunhofer IGD) */
/* @author Frank Christiner (Fraunhofer IGD) */
/* @author Markus Kröller (Fraunhofer IGD) */
/* @author Martin Gielow (Fraunhofer IGD) */

a.mapExternLink {
  padding: 5px;
}

div.coordinatesBlock {
  float: right;
}

span.coordinates {
  display: block;
  float: right;
  padding: 2px 0 0 5px;
}

.dev {
  background-color: #FFFFDF;
  color: #4f4f4f;
  padding: 5px;
}

div.mapExtern {
  text-align: left;
  left: 20px;
  float: left;
}

div.mapExternLonelyIcon {
  text-align: left;
  left: 20px;
}

img.icon {
  border: hidden;
  border-width: 0px;
}

body,div {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}

#username, #password {
  margin-left:5px;
  width:150px;
  font-family: Verdana, sans-serif;
}
button, input, select, button {
  cursor:pointer;
  font-family: Verdana, sans-serif;
}
input[type="text"], input[type="password"] {
  cursor:text;
  font-family: Verdana, sans-serif;
}
#proceed {
  margin-top:5px;
  margin-left:105px;
  width:153px;
}
a,.alink {
  text-decoration: none;
  color: #006CB7;
}

a:hover,.alink:hover {
  color: #d81920;
}

form div {
  margin-bottom: 5px;
  margin-top: 5px;
}

div.titel {
  padding: 2px 5px 2px 5px;
  background-color: #AFAFAF;
  color: #FFFFFF;
}

.suffixiconsmall {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 21px;
}

ul.formlist {
  padding-left: 5px;
}

ul.formlist li {
  margin-bottom: 10px;
  padding-left: 15px;
  list-style: none;
  background-image: url("../images/form-list-style.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}

table.result div.result {
  padding: 3px 3px 1px 3px;
  width: 200px;
  border: solid 1px #aaa;
  background-color: #fafafa;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 18px;
}

div.freigabeStatus {
  padding: 3px 3px 1px 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 18px;
}

table.result td.label {
  padding-top: 4px;
  padding-right: 5px;
  vertical-align: top;
  font-size: 0.8em;
  color: #666;
}

table.result td.value {
  vertical-align: top;
}
/* ######################### Zuständigkeit ######################### */
ul.formlist li.akzeptieren,ul.formlist li.automatisch,ul.formlist li.manuell
{
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-position: 5px center;
  padding-left: 20px;
}

li.akzeptieren {
  background-color: #E6F4EB;
}

li.automatisch {
  background-color: #E6E6F4;
}

li.automatisch.reset {
  background-color: #F2E6E6;
}

li.manuell {
  background-color: #F4F0E6;
}

/* ######################### OpenLayers ######################### */
div.smallmap {
  background-color: #333635;
}

div.olControlEditingToolbar div.olControlDrawFeaturePointItemInactive {
  cursor:pointer;
  background-position: 0 0;
  background-image:
    url("../images/openLayers_PositionEinzeichnen_disabled.png");
}

div.olControlEditingToolbar div.olControlDrawFeaturePointItemActive {
  cursor:pointer;
  background-position: 0 0;
  background-image:
    url("../images/openLayers_PositionEinzeichnen_enabled.png");
}

div.olControlEditingToolbar div.olControlNavigationItemInactive {
  cursor:pointer;
  background-position: 0 0;
  background-image:
    url("../images/openLayers_KarteVerschieben_disabled.png");
}

div.olControlEditingToolbar div.olControlNavigationItemActive {
  cursor:pointer;
  background-position: 0 0;
  background-image:
    url("../images/openLayers_KarteVerschieben_enabled.png");
}

div.olControlEditingToolbar div.olControlZoomOutItemInactive {
  cursor:pointer;
  background-position: 0 0;
  background-image: url("../images/openLayers_ZoomOut_disabled.png");
}

div.olControlEditingToolbar div.olControlZoomOutItemActive {
  cursor:pointer;
  background-position: 0 0;
  background-image: url("../images/openLayers_ZoomOut_enabled.png");
}

div.olControlEditingToolbar div.olControlZoomInItemInactive {
  cursor:pointer;
  background-position: 0 0;
  background-image: url("../images/openLayers_ZoomIn_disabled.png");
}

div.olControlEditingToolbar div.olControlZoomInItemActive {
  cursor:pointer;
  background-position: 0 0;
  background-image: url("../images/openLayers_ZoomIn_enabled.png");
}

div.olControlEditingToolbar div.olControlZoomBoxItemInactive {
  cursor:pointer;
  background-position: 0 0;
  background-image:
    url("../images/openLayers_ZoomToSelection_disabled.png");
}

div.olControlEditingToolbar div.olControlZoomBoxItemActive {
  cursor:pointer;
  background-position: 0 0;
  background-image:
    url("../images/openLayers_ZoomToSelection_enabled.png");
}

div.olControlEditingToolbar div.olControlZoomToMaxExtentItemInactive {
  cursor:pointer;
  background-position: 0 0;
  background-image:
    url("../images/openLayers_ZoomToMaxExtent_disabled.png");
}

div.olControlEditingToolbar div.olControlZoomToMaxExtentItemActive {
  cursor:pointer;
  background-position: 0 0;
  background-image:
    url("../images/openLayers_ZoomToMaxExtent_enabled.png");
}

div.olControlEditingToolbar div.olControlNavigationHistoryPreviousItemInactive {
  cursor:pointer;
  background-position: 0 0;
  background-image: url("../images/openLayers_ZoomZurueck_disabled.png");
}

div.olControlEditingToolbar div.olControlNavigationHistoryPreviousItemActive {
  cursor:pointer;
  background-position: 0 0;
  background-image: url("../images/openLayers_ZoomZurueck_enabled.png");
}

div.olControlEditingToolbar div.olControlNavigationHistoryNextItemInactive {
  cursor:pointer;
  background-position: 0 0;
  background-image: url("../images/openLayers_ZoomVor_disabled.png");
}

div.olControlEditingToolbar div.olControlNavigationHistoryNextItemActive {
  cursor:pointer;
  background-position: 0 0;
  background-image: url("../images/openLayers_ZoomVor_enabled.png");
}

div.olControlLayerSwitcher {
  margin-top: 20px;
}

.baseLbl,.dataLbl,.dataLayersDiv,.olControlDrawFeaturePathItemInactive,.olControlDrawFeaturePolygonItemInactive
{
  display: none;
}

div.olControlLayerSwitcher div.layersDiv {
  background-color: #FFFFFF;
  -moz-border-radius-bottomleft: 10px; /* Mozilla */
  -moz-border-radius-topleft: 10px; /* Mozilla */
  -webkit-border-bottom-left-radius: 10px; /* Webkit */
  -webkit-border-top-left-radius: 10px; /* Webkit */
  -khtml-border-radius-bottomleft: 10px; /* KHTML */
  -khtml-border-radius-topleft: 10px; /* KHTML */
  border-bottom-left-radius: 10px; /* Opera */
  border-top-left-radius: 10px; /* Opera */
  opacity: 0.9;
  filter: alpha(opacity = 90)
}

div.olControlLayerSwitcher div.layersDiv div {
  opacity: 1.0;
  filter: alpha(opacity = 100)
}

.olMapViewport {
  border: 1px solid #373D40;
}

div.olControlEditingToolbar {
  width: 300px;
}

div.olMapViewport div.olControlMousePosition {
  font-family: Verdana,sans-serif;
  margin:0 5px 7px 0;
  padding:3px 5px 5px 3px;
  background-color:rgba(255,255,255,.7);
  border-radius:2px;
  -webkit-border-radius:2px;
}

/* ######################### Selector ######################### */
.selector {
  position: relative;
  width: 200px;
}

.selector .selectorValues {
  position: absolute;
  margin-top: -3px;
  z-index: 1010;
  border: 1px solid #AAAAAA;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}

.selector .selectorLink {
  cursor: default;
}

.selector .selectorValues div {
  color: #164194;
  margin: 3px;
  padding: 1px;
  cursor: default;
}

.selector .selectorValues div:hover {
  color: #FFFFFF;
  background-color: #3399FF;
}
/* ######################### Fieldset ######################### */
.fieldset {
  border: 2px solid #737373;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
  /* Schatten */
  /*-moz-box-shadow:2px 2px 2px #ccc;*/ /* Mozilla */
  /*-webkit-box-shadow:2px 2px 2px #ccc;*/ /* Webkit */
  /*-o-box-shadow:2px 2px 2px #ccc;*/ /* Opera */
  margin-bottom: 10px;
  padding: 10px;
}

.fieldsettitle { /* abgerundete Ecken */
  -moz-border-radius-topright: 2px; /* Mozilla */
  -moz-border-radius-topleft: 2px; /* Mozilla */
  -webkit-border-top-right-radius: 2px; /* Webkit */
  -webkit-border-top-left-radius: 2px; /* Webkit */
  -khtml-border-radius-topright: 2px; /* KHTML */
  -khtml-border-radius-topleft: 2px; /* KHTML */
  border-top-right-radius: 2px; /* Opera */
  border-top-left-radius: 2px; /* Opera */
}

.fieldset .fieldsettitle { /* Hintergrundfarbe */
  background-color: #737373; /* Fallback */
  /*background: -moz-linear-gradient(top, #737373, #737373);*/
  /* Mozilla */
  /*background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#737373));*/
  /* Webkit */
  /*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#737373', EndColorStr='#737373', GradientType=0);*/
  /* IE */
  padding: 2px 2px 2px 4px;
  margin: -10px -10px 10px -10px;
  color: #FFFFFF;
}

.subtitle {
  margin: 20px -10px 10px -10px;
  padding: 2px 10px 2px 10px;
  background-color: #bbbbbb;
}

.closepanel {
  cursor: pointer;
}

.closepanel div {
  color: #FFFFFF;
}

.fieldsettitle.closepanel .icon {
  float: right;
  margin-top: -14px;
  margin-right: 5px;
  background-image: url("../images/togglepanel.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.fieldsettitle.closepanel:hover {
  background-color: #FFFFFF; /* Fallback */
  color: #000000;
  /*background: -moz-linear-gradient(top, #DDDDDD, #BBBBBB);*/
  /* Mozilla */
  /*background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#BBBBBB));*/
  /* Webkit */
  /*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#DDDDDD', EndColorStr='#BBBBBB', GradientType=0);*/
  /* IE */
}

.fieldsettitle.closepanel:hover div {
  color: #7E7E7E;
}

/* ######################### FORMULARFELDER ######################### */
label {
  width: 100px;
  float: left;
  font-size: 0.8em;
  display: block;
  color: #666;
  padding-bottom: 2px;
  padding-top: 5px;
}

.label {
  font-size: 0.8em;
  color: #666;
  padding-right: 5px;
}

.label-important {
  font-size: 0.8em;
  color: #d81920;
  padding-right: 5px;
}

.suche label {
  text-align: right;
  padding-right: 5px;
  width: 90px;
  padding-top: 5px;
}

textarea,.inputtext,select {
  color: #164194;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  border: 1px solid #AAAAAA;
}

.inputfile {
  font-size: 12px;
  padding: 3px;
}

select:disabled {
  color: #cccccc;
}

textarea,.inputtext {
  padding: 3px;
  width: 200px;
}

select {
  width: 208px;
  padding: 2px;
  font-size: 12px;
}

select option {
  padding: 1px;
  margin: 3px;
}

select option.info {
  color: #cccccc;
}

select.kategorie {
  width: 358px;
}

select.kategorie option.deleted {
  color: #AAAAAA;
  font-style: italic;
}

.watermark {
  color: #666;
}

.forminfo {
  font-size: 0.8em;
  color: #666;
}

form.suche label {
  padding-right: 5px;
  padding-top: 5px;
  text-align: right;
}
/* ######################### FORMULARFEHLER ######################### */
select.error {
  border: 1px solid #FF0000;
}

label.error,div.error {
  color: #d81920;
}

/* #########################  ERGEBNISTABELLE ######################### */
table.resulttable {
  padding-top: 10px;
}

table.resulttable td,table.resulttable th {
  padding: 2px 5px 2px 5px;
  border: 0px;
}

table.resulttable tbody tr {
  background-color: #FFFFFF;
}

table.resulttable tbody tr.odd {
  background-color: #FFFFFF;
}

table.resulttable tbody tr.even {
  background-color: #F0F0F0;
}

table.resulttable tbody tr:hover {
  _background-color: #82B0D2;
  background-color: #CBE3ED;
}

table.resulttable tbody tr span.time {
  font-size: 0.8em;
  color: #666;
}

table.resulttable tbody tr:hover span.time {
  color: #006CB7;
}

table.resulttable tbody tr td a {
  color: #000000;
}

table.resulttable tbody tr:hover,
table.resulttable tbody tr:hover td a {
  color: #006CB7;
}

table.resulttable tbody tr td ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 14px;
  list-style-type: square;
  color: #AEAEAE;
}

table.resulttable tbody tr td ul li span {
  color: #000000;
}

table.resulttable tbody tr.missbrauchsmeldung.odd,.missbrauchsmeldungLegende
{
  background-color: #FFE491;
}

table.resulttable tbody tr.missbrauchsmeldung.even {
  background-color: #FFE491;
}

table.resulttable tbody tr.missbrauchsmeldung:hover {
  background-color: #FFCD05;
  color: #000;
}

table.resulttable tbody tr.missbrauchsmeldung:hover span.time {
  color: #666;
}

table.resulttable th {
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
  background-color: #006CB7;
  color: #FFFFFF;
}

table.resulttable th.sortable {
  padding-right: 12px;
  padding-left: 12px;
  cursor: pointer;
  border-right: 5px;
  background-repeat: no-repeat;
  background-position: center right;
}

table.resulttable th.sortable:hover {
  background-color: #CBE3ED;
  color: #006CB7;
}

table.resulttable th.sortable.desc {
  background-image: url("../images/sortDesc.png");
}

table.resulttable th.sortable.asc {
  background-image: url("../images/sortAsc.png");
}

div.pagination {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 11px;
  color: #777;
}

div.pagination.top {
  padding-bottom: 0;
}

div.pagination a,
div.pagination span.submit {
  font-size: 1.1em;
  padding: 3px;
  color: #006CB7;
  cursor: pointer;
}

div.pagination a:hover,
div.pagination span.submit:hover {
  /*background-color: #941616;*/
  color: #D81922;
}

div.pagination span.nav {
  padding: 3px 6px 3px 6px;
  background-repeat: no-repeat;
  background-position: center;
}
/*div.pagination span.nav.enabled:hover {
  background-color: #941616;
}*/

/*div.pagination span.nav.first.enabled { background-image: url("../images/nav_first.png"); }
div.pagination span.nav.first.enabled:hover { background-image: url("../images/nav_first_hover.png"); }
div.pagination span.nav.first.disabled { background-image: url("../images/nav_first_disabled.png"); }
div.pagination span.nav.previous.enabled { background-image: url("../images/nav_previous.png"); }
div.pagination span.nav.previous.enabled:hover { background-image: url("../images/nav_previous_hover.png"); }
div.pagination span.nav.previous.disabled { background-image: url("../images/nav_previous_disabled.png"); }
div.pagination span.nav.next.enabled { background-image: url("../images/nav_next.png"); }
div.pagination span.nav.next.enabled:hover { background-image: url("../images/nav_next_hover.png"); }
div.pagination span.nav.next.disabled { background-image: url("../images/nav_next_disabled.png"); }
div.pagination span.nav.last.enabled { background-image: url("../images/nav_last.png"); }
div.pagination span.nav.last.enabled:hover { background-image: url("../images/nav_last_hover.png"); }
div.pagination span.nav.last.disabled { background-image: url("../images/nav_last_disabled.png"); }
*/
div.pagination span.nav.first.enabled {
  background-image: url("../images/go-first-enabled.png");
}

div.pagination span.nav.first.disabled {
  background-image: url("../images/go-first-disabled.png");
}

div.pagination span.nav.first.enabled:hover {
  background-image: url("../images/go-first-hover2.png");
}

div.pagination span.nav.previous.enabled {
  background-image: url("../images/go-previous-enabled.png");
}

div.pagination span.nav.previous.enabled:hover {
  background-image: url("../images/go-previous-hover2.png");
}

div.pagination span.nav.previous.disabled {
  background-image: url("../images/go-previous-disabled.png");
}

div.pagination span.nav.next.enabled {
  background-image: url("../images/go-next-enabled.png");
}

div.pagination span.nav.next.enabled:hover {
  background-image: url("../images/go-next-hover2.png");
}

div.pagination span.nav.next.disabled {
  background-image: url("../images/go-next-disabled.png");
}

div.pagination span.nav.last.enabled {
  background-image: url("../images/go-last-enabled.png");
}

div.pagination span.nav.last.enabled:hover {
  background-image: url("../images/go-last-hover2.png");
}

div.pagination span.nav.last.disabled {
  background-image: url("../images/go-last-disabled.png");
}

div.pagination span.nav.disabled {
  cursor: default;
}

div.pagination span.nav.enabled {
  cursor: pointer;
}

div.pagination > form > div {
  display: inline;
}

/* ######################### Kommentar ######################### */
.kommentar,.missbrauch {
  border: 2px solid #ffffff;
  margin-top: 20px;
  margin-left: 10px;
  max-width: 500px;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
  /* Schatten */
  /*-moz-box-shadow:0px 0px 2px #bbb;*/ /* Mozilla */
  /*-webkit-box-shadow:2px 2px 2px #bbb;*/ /* Webkit */
  /*-o-box-shadow:2px 2px 2px #bbb;*/ /* Opera */
}

.missbrauch.offen {

}

.kommentar.even,.missbrauch.even {
  margin-left: 20px;
}

.kommentarHeader,.missbrauchHeader {
  background-color: #fff;
  /* abgerundete Ecken */
  -moz-border-radius-topright: 2px; /* Mozilla */
  -moz-border-radius-topleft: 2px; /* Mozilla */
  -webkit-border-top-right-radius: 2px; /* Webkit */
  -webkit-border-top-left-radius: 2px; /* Webkit */
  -khtml-border-radius-topright: 2px; /* KHTML */
  -khtml-border-radius-topleft: 2px; /* KHTML */
  border-top-right-radius: 2px; /* Opera */
  border-top-left-radius: 2px; /* Opera */
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
  color: gray;
  /*border-bottom: 1px solid #dddddd;*/
}

.missbrauch.offen {
  border: 2px solid #FFCD05;
}

.missbrauch.offen .missbrauchHeader {
  background-color: #FFCD05;
}

.kommentarText, .missbrauchText, .kommentarEdit {
  padding: 5px 10px 5px 10px;
}

.kommentar button {
  float: right;
}

.kommentar div.clear {
  clear: right;
}

.kommentarEdit textarea {
  width: 385px;
}

.verlauf {
  margin-top: 20px;
}

.verlaufHeader {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0.9em;
  color: gray;
  /*border-bottom: 1px solid #dddddd;*/
  margin-bottom: 5px;
}

.verlaufText {
  margin-left: 25px;
  margin-right: 10px;
}

/* ######################### Foto ######################### */
.foto {
  b_ackground-color: #f8f8f8;
  background-image: url("../images/transparenz.png");
  border: 1px solid #AAAAAA;
  font-size: 0.8em;
  color: #666;
}

.foto.onclick {
  cursor: pointer;
}

button#rotateAnchor, button#editEnableAnchor, button#editDisabledAnchor, 
button#undoAnchor, button#redoAnchor, button#submitAnchor, button#uploadButton,
button#uploadSubmitButton, button#uploadCancelButton {
  height: 26px;
}

span.fotowunschWrap {
  margin-right: 10px;
}

button#uploadButton, form#uploadForm {
  margin-left: 10px;
}

/* ######################### Hilfedialog ######################### */
#md-frame #md-mask {position:absolute; top:0; left:0; float:left; height:100%; width:100%; background-color: rgb(0, 0, 0); opacity: 0.8; filter: alpha(opacity=80); z-index:760; }
#md-frame #md {position:fixed; width:525px; padding:0px; z-index:760; background:#fff; font-family:Verdana, sans-serif; font-size:14px; margin:0;}
#md-frame #md #md-header {display:block; position:relative; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
#md-frame #md #md-title {float:left}
/*#md-frame #md .md-icon{float:right; cursor:pointer; margin:3px 3px 0 0; height:15px; width:15px; background:url(img/icons.png) no-repeat;}*/
#md-frame #md #md-close { background-position:-35px 0px;}
#md-frame #md #md-minimize { background-position:-2px 0px;}
#md-frame #md #md-restore { background-position:-18px 0px;}
#md-frame #md #md-fullscreen { background-position:-50px 0px;}
#md-frame #md #md-content {display:block; padding:6px; min-height:160px; color:#666666; font-size:13px; margin:0;}
#md-frame #md #md-content-inner { min-height:128px; }
#md-frame #md #md-button-container { text-align:center; margin:2px 6px 6px 2px; }
#md-frame #md .md-button { font-weight:bold; font-size:1.1em; font-family:Verdana, sans-serif; padding:2px 5px 2px 5px; }
#md-frame iframe { border-bottom: 1px solid #AAAAAA; }
.helplink {
  color: #006CB7;
  cursor: pointer;
  -ie-cursor: hand;
}
.helplink:hover {
  color: #D81922;
}




/* type specific classes */
/*
#md-frame #md .err{background:#fff url(img/e_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
#md-frame #md .errheader {background:url(img/e_hd.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
#md-frame #md .errbutton { background-color:#9F4C4C; border:1px solid #924949; color:#fff; }

#md-frame #md .warning {background:#fff url(img/w_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
#md-frame #md .warningheader {background:url(img/w_hd.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
#md-frame #md .warningbutton { background-color:#eFcC47; border:1px solid #957C17; color:#957C17; }

#md-frame #md-frame #md .success {background:#fff url(img/s_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
#md-frame #md .successheader {background:url(img/s_hd.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
#md-frame #md .successbutton { background-color:#3c7f51; border:1px solid #fff; color:#fff; }

#md-frame #md #md-prompt {background:none; border:none; border-top:none}
#md-frame #md .promptheader {background:url(img/p_hd.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}
*/
/* #md .promptbutton { background-color:#4F6D81; border:1px solid #fff; color:#fff; } */


/* ######################### jQuery Calendar ######################### */
.ui-datepicker.ui-widget { font-family: Verdana,sans-serif; }
.ui-datepicker.ui-widget input, .ui-datepicker.ui-widget select, .ui-datepicker.ui-widget textarea, .ui-datepicker.ui-widget button { font-family: Verdana,sans-serif; }


/* ######################### jQuery UI Dialog ######################### */

.ui-dialog.red {
  background: #E1E1E1 url(../images/p_bg.png) bottom right no-repeat;
}

.ui-dialog.red + .ui-widget-overlay {
  opacity: .6 !important;
}

.ui-dialog.red {
  border: 3px solid #D81922 !important;
  border-radius: 10px;
  padding: 0;
}

.ui-dialog.red .ui-dialog-titlebar {
  background-color: #D81922 !important;
  border: 0;
  color: #ffffff;
}

.ui-dialog.red .ui-dialog-titlebar button {
  display: none;
}

.ui-dialog.red .ui-dialog-buttonpane {
  background-color: transparent;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 10px;
  border-top: 0;
}

.ui-dialog.red .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: initial;
  text-align: center;
}

.ui-dialog.red .ui-dialog-buttonpane .ui-dialog-buttonset button:active {
  border: 1px solid #D81922;
  background: #D81922;
}

/* ######################### Freigabestatusbutton ######################### */
.freigabestatusbutton button {
  margin-right: 4px;
  width: 35px;
  height: 26px;
  padding-left: 3px;
}

.freigabestatusbutton button img {
  width: 15px;
  height: 15px;
}

/* ######################### Statistic ######################### */
table.statistic {
  width: 100%;
}

table.statistic tr td {
  width: 30%;
  vertical-align: top;
}

table.statistic tr td.space {
  width: 10%;
}

table.vorgaenge tr td {
  width: auto;
}

table.vorgaenge tr td.icon {
  text-align: center;
  width: 14px;
}

table.vorgaenge tr td span.unterstuetzer_count {
  font-size: 10px;
  font-weight: bold;
}

table.vorgaenge tr td.unterstuetzer_count_icon {
  background: #f3b1eb;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
}

div.statistic_blocktitle {
  font-size: 12px;
  font-weight: bold;
  color: #737373;
  padding-bottom: 10px;
}

div.statistic_fieldset_header {
  height: 16px;
  line-height: 16px;
}

span.statistic_important {
  font-weight: bold;
}

hr.statistic_ruler {
  border: 0;
  height: 2px;
  background: #737373;
}

div.statistic_vorgaenge_infos {
  font-size: 90%;
}

img.statistic_icon {
  vertical-align: middle;
  padding-bottom: 3px;
}

span.statistic_accepted {
  color: #50c80f;
  font-weight: bold;
  width: 15px;
}

span.statistic_unaccepted {
  color: #ff8800;
  font-weight: bold;
  width: 15px;
}

span.statistic_yellow {
  color: #c3bb19;
  font-weight: bold;
  width: 15px;
}

span.icon_larger {
  font-size: 16px;
  line-height: 16px;
}

span.icon_large {
  font-size: 18px;
  line-height: 18px;
}

div.statistic_verteilung {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 30px;
}

div.statistic_verteilung table {
  width: 100%;
  border: 1px solid #737373;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
  padding: 0px;
  background-color: #737373;
}

div.statistic_verteilung table td {
  background-color: #fff;
  padding: 0px 3px;
  text-align: center;
  vertical-align: top;
}

div.statistic_verteilung table td.gemeldet {
  background-color: #AAAAAA;
}

div.statistic_verteilung table td.offen {
  background-color: #FF3700;
}

div.statistic_verteilung table td.inBearbeitung {
  background-color: #F5E123;
}

div.statistic_verteilung table td.nichtLoesbar {
  background-color: #98D223;
}

div.statistic_verteilung table td.duplikat {
  background-color: #98D223;
}

div.statistic_verteilung table td.geloest {
  background-color: #50C80F;
}

div.statistic_verteilung table td.geloescht {
  background-color: #000000;
}

div.statistic_verteilung table td.geloescht .statistic_verteilung_count,div.statistic_verteilung table td.geloescht .statistic_verteilung_text
{
  color: #fff;
}

.statistic_verteilung_count {
  font-size: 17px;
  font-weight: bold;
}

.statistic_verteilung_text {
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: bold;
}

ul.statistic_vorgaenge {
  margin-top:-5px;
}

ul.statistic_vorgaenge img {
  padding-top: 5px;
  float: left;
  border: none;
  margin-left:-38px;
}

ul.statistic_vorgaenge div {
  margin-left:-12px;
}

ul.statistic_vorgaenge li {
  list-style-type: none;
  padding-top: 5px;
}

.statistic_link {
  margin-left: 3px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

.statistic_link a {
  display: block;
  width: 100%;
  color: white;
  padding: 10px 0px;
  border: 1px solid #AAAAAA;
  font-weight: bold;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
  /* Schatten */
  -moz-box-shadow: 2px 2px 2px #ccc; /* Mozilla */
  -webkit-box-shadow: 2px 2px 2px #ccc; /* Webkit */
  -o-box-shadow: 2px 2px 2px #ccc; /* Opera */
  /* Hintergrund */
  background-color: #AAAAAA; /* Fallback */
  background: -moz-linear-gradient(top, #cccccc, #aaaaaa); /* Mozilla */
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc),
    to(#aaaaaa) ); /* Webkit */
  filter: progid : DXImageTransform.Microsoft.Gradient ( StartColorStr =
    '#cccccc', EndColorStr = '#aaaaaa', GradientType = 0 ); /* IE */
}

.statistic_link a:hover {
  background-color: #5F96BF; /*Fallback */
  background: -moz-linear-gradient(top, #99C1DF, #5F96BF); /* Mozilla */
  background: -webkit-gradient(linear, left top, left bottom, from(#99C1DF),
    to(#5F96BF) ); /* Webkit */
  filter: progid : DXImageTransform.Microsoft.Gradient ( StartColorStr =
    '#99C1DF', EndColorStr = '#5F96BF', GradientType = 0 ); /* IE */
}

.statistic_link a img {
  padding-bottom: 4px;
  vertical-align: middle;
  padding-right: 2px;
  border: none;
}

/* ######################### DOKUMENTATION ######################### */
div#documentationContent {
  max-width: 850px;
  background-color: #E1E1E1;
  padding: 10px;
  text-align:left;
}
div#documentationContent p.doctitle {
  text-align: center;
  font-size: 24px;
  margin: 16px 0px 16px 0px;
  font-weight: bold;
}
div#documentationContent p.docsubtitle {
  text-align: center;
  font-size: 20px;
  margin: 0px 0px 16px 0px;
  font-weight: bold;
}
div#documentationContent code {
  color: #0F323F;
}
div#documentationContent ol {
  padding-left:5px;
}
div#documentationContent ol li {
  margin-top:10px;
}
div#documentationContent ol li ol {
  padding-left:30px;
}
div#documentationContent ol li ol li {
  margin-top:3px;
}

div#documentationContent ol li li {
  list-style: square;
}

div#documentationContent h1 {
  color: #737373;
  margin: 40px -10px 0px -10px;
  padding: 5px 10px 5px 10px;
  text-align: center;
  font-size: 24px;
}

div#documentationContent h2 {
  background-color: #EDEAEA;
  color: #006CB7;
  margin: 40px -10px 0px -10px;
  padding: 5px 10px 5px 10px;
}
div#documentationContent p.imgtext {
  color: #737373;
  margin-top: -10px;
  margin-left: 5px;
  margin-bottom: 20px;
}
div#documentationContent ul {
  list-style-type: square;
}
div#documentationContent table {
  border: 1px solid #AAAAAA;
  width: 80%;
}
div#documentationContent table td {
  padding: 2px 5px 2px 5px;
  border: 1px solid #AAAAAA;
}
div#documentationContent table tr {
  background-color: #FFFFFF;
}
div#documentationContent table tr.tableHeader, div#documentationContent table tr.tableHeader:nth-child(odd) {
  background-color: #006CB7;
  color: #FFFFFF;
  font-weight: bold;
}
div#documentationContent table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
div#documentationContent table tr:nth-child(even) {
  background-color: #E0E9EF;
}
/* ######################### ScriptCode ######################### */
.scriptCode {
  overflow:scroll;
  max-width:800px;
  max-height:800px;
  font-family: Courier, 'Courier New', monospace;
  font-size:11px;
  color:#006CB7;
  background-color: #ffffff;
}
.scriptCodeComment {
  color:#777777;
}


/* ######################### PRINT ######################### */
.printButtons {
  margin-top: 10px;
  margin-bottom: 20px;
}

.printTitle {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 5px;
}
/* ######################### globales Design ######################### */
#root_style_page {
  max-width: 1200px;
  min-width: 800px;
}

#root_style_midle_right {
  margin-left: 150px;
}

#root_style_midle {
  margin-bottom: 10px;
  clear: both;
}

/* ######################### TOOLTIP ######################### */
span.show-tooltip-text {
  display: none;
  font-size: 10px;
  position: absolute;
  background-color: #FFFFDF;
  padding: 3px;
  padding-left: 12px;
  padding-right: 12px;
  color: black;
  border: 1px solid #AAAAAA;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
  /* Schatten */
  -moz-box-shadow: 2px 2px 2px #ccc; /* Mozilla */
  -webkit-box-shadow: 2px 2px 2px #ccc; /* Webkit */
  -o-box-shadow: 2px 2px 2px #ccc; /* Opera */
}

/* ######################### HEADER ######################### */
#root_style_header {
  height:65px;
  margin-bottom: 10px;
  background-image: url("/resources/backend/header.png");
  background-repeat: repeat-x;
  color:#FFFFFF;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
}
#root_style_header_demo {
  height:65px;
  margin-bottom: 10px;
  background-color:#FFCD05;
  color:#D81920;
  text-align:center;
  line-height:62px;
  font-size:225%;
  font-weight:bold;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
}

/* ######################### FOOTER ######################### */
#root_style_footer {
  padding: 4px;
  padding-right: 4px;
  clear: both;
  text-align: right;
  background-color: #CBE3ED;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
}

#root_style_footer table {
  width: 100%;
  font-size: 0.8em;
}

#root_style_footer table td {
  width: 33%;
  vertical-align: top;
}

#root_style_footer_login {
  text-align: left;
  padding-left: 20px;
}

#root_style_footer_version {
  text-align: center;
}

#root_style_footer_by {
  text-align: right;
  padding-right: 20px;
}

/* ######################### MENU ######################### */
#root_style_menu {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 130px;
  float: left;
  padding: 33px 0px 0px 0px;
  min-height: 400px;
}

#root_style_menu ul { /*border-top: 1px solid #c0c0c0;*/
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

#root_style_menu ul li {
  margin-bottom: 5px;
  display: block;
  list-style-type: none;
  font-size: 1.0em;
  font-family: Verdana, sans-serif;
  background-color: #E1E1E1;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
}

#root_style_menu ul li:hover,#root_style_menu ul li.active:hover {
  background-color: #F1BDC1;
}

#root_style_menu ul li:hover a,#root_style_menu ul li.active:hover a {
  color: #D81922;
}

#root_style_menu ul li.active {
  background-color: #D81922;
}

#root_style_menu ul li.active a {
  /*background-image: url("../images/menu-list-style_2.png");*/
  color: white;
}

#root_style_menu ul li.quicksearch {
  background-color: #ffffff;
}

#root_style_menu ul li.quicksearch form input {
  width: 90%;
}

#root_style_menu ul li a {
  display: block;
  width: 110px;
  padding: 0 0 0 10px;
  line-height: 24px;
  /*background-image: url("../images/menu-list-style.png");
  background-repeat:no-repeat;
  background-position:6px 50%;*/
  color: black;
}

/* ######################### TABMENU ######################### */
#root_style_tabmenu {
  overflow: hidden;
  margin-bottom: 1px;
  padding: 0px;
  border-bottom: 4px solid #D81922;
}

#root_style_tabmenu ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  background-color: white;
}

#root_style_tabmenu ul li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  float: left;
  border-right: 2px solid #fff;
  color: white;
  font-size: 1.0em;
  font-family: Verdana, sans-serif;
  /* Hintergrundfarbe */
  background-color: #E1E1E1; /* Fallback */
  /*background: -moz-linear-gradient(top, #61A9DF, #006CB7);*/
  /* Mozilla */
  /*background: -webkit-gradient(linear, left top, left bottom, from(#61A9DF), to(#006CB7));*/
  /* Webkit */
  /*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#61A9DF', EndColorStr='#006CB7', GradientType=0);*/
  /* IE */
  /* abgerundete Ecken */
  -moz-border-radius-topright: 5px; /* Mozilla */
  -moz-border-radius-topleft: 5px; /* Mozilla */
  -webkit-border-top-right-radius: 5px; /* Webkit */
  -webkit-border-top-left-radius: 5px; /* Webkit */
  -khtml-border-radius-topright: 5px; /* KHTML */
  -khtml-border-radius-topleft: 5px; /* KHTML */
  border-top-right-radius: 5px; /* Opera */
  border-top-left-radius: 5px; /* Opera */
}

#root_style_tabmenu ul li d_iv {

}

#root_style_tabmenu ul li a,#root_style_tabmenu ul li span {
  line-height: 24px;
  padding: 5px 15px 5px 15px;
  color: #000000;
}

#root_style_tabmenu ul li span {
  cursor: default;
}

#root_style_tabmenu ul li.extra {
  background-color: white;
  /*background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);*/
  /* Mozilla */
  /*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));*/
  /* Webkit */
  /*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#FFFFFF', GradientType=0);*/
  /* IE */
}

#root_style_tabmenu ul li.link:hover,#root_style_tabmenu ul li.extra.link:hover,#root_style_tabmenu ul li.active.link:hover
{ /* Hintergrundfarbe */
  background-color: #F1BDC1; /*Fallback */
  /*background: -moz-linear-gradient(top, #99C1DF, #5F96BF);*/
  /* Mozilla */
  /*background: -webkit-gradient(linear, left top, left bottom, from(#99C1DF), to(#5F96BF));*/
  /* Webkit */
  /*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#99C1DF', EndColorStr='#5F96BF', GradientType=0);*/
  /* IE */
}

#root_style_tabmenu ul li.active { /* Hintergrundfarbe */
  background-color: #D81922;
  /*background: -moz-linear-gradient(top, #EFF8FF, #DFF1FF);*/
  /*background: -webkit-gradient(linear, left top, left bottom,from(#EFF8FF), to(#DFF1FF));*/
  /*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#EFF8FF', EndColorStr='#DFF1FF', GradientType=0);*/
  /* IE */
}

#root_style_tabmenu ul li.active a,#root_style_tabmenu ul li.active span
{
  color: #FFFFFF;
}

#root_style_tabmenu ul li.link:hover a {
  color: #D81922;
}

/* ######################### CONTENT TITLE ######################### */
#root_style_content_title {
  color: #006CB7;
  font-size: 1.5em;
  margin-bottom: 10px;
}

/* ######################### ITEMINFO ######################### */
#root_style_item_info {
  background-color: #CBE3ED;
  /* abgerundete Ecken */
  -moz-border-radius-bottomright: 5px; /* Mozilla */
  -moz-border-radius-bottomleft: 5px; /* Mozilla */
  -webkit-border-bottom-right-radius: 5px; /* Webkit */
  -webkit-border-bottom-left-radius: 5px; /* Webkit */
  -khtml-border-radius-bottomright: 5px; /* KHTML */
  -khtml-border-radius-bottomleft: 5px; /* KHTML */
  border-bottom-right-radius: 5px; /* Opera */
  border-bottom-left-radius: 5px; /* Opera */
  /* Schatten */
  /*-moz-box-shadow:2px 2px 2px #ccc;*/ /* Mozilla */
  /*-webkit-box-shadow:2px 2px 2px #ccc;*/ /* Webkit */
  /*-o-box-shadow:2px 2px 2px #ccc;*/ /* Opera */
}

#root_style_item_info tr {
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
}

#root_style_item_info tr span {
  padding-right: 10px;
  padding-left: 10px;
}
/* ######################### CONTENT ######################### */
#root_style_content {
  margin-top: 10px;
  background-color: #E1E1E1;
  min-height: 350px;
  padding: 10px;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
  /* Schatten */
  /*-moz-box-shadow:2px 2px 2px #ccc;*/ /* Mozilla */
  /*-webkit-box-shadow:2px 2px 2px #ccc;*/ /* Webkit */
  /*-o-box-shadow:2px 2px 2px #ccc;*/ /* Opera */
}

/* ######################### HELP ######################### */
#root_style_help {
  color: #777777;
  font-size: 0.9em;
  margin-top: 10px;
  background-color: #E1E1E1;
  min-height: 20px;
  padding: 10px 20px 10px 10px;
  /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
  /* Schatten */
  /*-moz-box-shadow:2px 2px 2px #ccc; */ /* Mozilla */
  /*-webkit-box-shadow:2px 2px 2px #ccc; */ /* Webkit */
  /*-o-box-shadow:2px 2px 2px #ccc; */ /* Opera */
}

p.help,ul.help {
  color: #777777;
  font-size: 0.9em;
}

/* ######################### FIELDSET ######################### */
fieldset { /* abgerundete Ecken */
  -moz-border-radius: 5px; /* Mozilla */
  -webkit-border-radius: 5px; /* Webkit */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* Opera */
  b_ackground-color: white;
}

#ui-datepicker-div {
  font-size: 0.9em;
}

/* ######################### ADRESSENSUCHE ######################### */
div.results {
  display:none;
  position:absolute;
  margin-top:-1px;
  margin-left:100px;
  width:356px;
  float:left;
  background-color:#FFFFFF;
  border-left:1px solid #AAAAAA;
  border-right:1px solid #AAAAAA;
  border-bottom:1px solid #AAAAAA;
  text-align:left;
  z-index:1;
}

div.resultElement, div.result-element {
  line-height:150%;
  cursor:pointer;
}

div.resultElement:hover, div.result-element:hover  {
  background-color:#E1E1E1;
}

div.resultElement span, div.result-element span  {
  float:right;
  padding-right:6px;
  color:#AAAAAA;
  font-size:75%;
  font-style:italic;
}
div.resultElement:hover span, div.result-element:hover span {
  color:#000000;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

table#aussendienst_zustaendigkeiten ul {
  padding: 0;
}

table#aussendienst_zustaendigkeiten ul li {
  list-style: outside none none;
}

table#aussendienst_zustaendigkeiten ul li a img {
  height: 12px;
  margin: 0 4px;
}

table#aussendienst_zustaendigkeiten ul#aussendienstTeams li a,
table#aussendienst_zustaendigkeiten ul#aktuellerBenutzer li a {
  float: right;
}

table.sortable tbody tr.sortable-highlight {
  background-color: #ffe789;
}

table.sortable tbody tr td span.sorting-arrows {
  cursor: move;
  font-size: 15px;
}
