@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(OpenSans/OpenSans.woff) format("woff"); }
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: normal;
  src: local("Open Sans"), local("OpenSans"), url(OpenSans/OpenSans.woff) format("woff"); }
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(OpenSans/OpenSans-Semibold.woff) format("woff"); }
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(OpenSans/OpenSans-Bold.woff) format("woff"); }
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: bold;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(OpenSans/OpenSans-Bold.woff) format("woff"); }
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(OpenSans/OpenSans-SemiboldItalic.woff) format("woff"); }
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(OpenSans/OpenSans-BoldItalic.woff) format("woff"); }
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: bold;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(OpenSans/OpenSans-BoldItalic.woff) format("woff"); }
img {
  border: 0 !important; }

button:focus, a:focus, span:focus, .ui-state-default:focus {
  outline: 0 !important; }

.unfloat {
  clear: both; }

body {
  font-family: "OpenSans" !important;
  font-size: 13px;
  min-width: 1260px;
  color: #4b4b4d;
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "OpenSans";
  position: relative;
  background: #ebebeb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAI0lEQVQIW2NkwASSjGhikkD+c2RBsABIEUwQLgATRBEACQIApYEEH/XymTkAAAAASUVORK5CYII=) repeat; }

input, select, textarea, label {
  font-family: "OpenSans"; }

html {
  height: 100%; }

/*--------------MAIN-------------*/
#page-wrap {
  margin-bottom: -90px;
  min-height: 100% !important; }

#page-wrap:after {
  height: 90px;
  content: "";
  display: block; }

/*-------------CONTENT-----------*/
#CNTWRAP {
  background: none;
  min-width: 100%;
  display: inline-block; }

#CNT {
  background: none;
  text-decoration: none;
  color: #4b4b4d;
  border: none;
  min-height: 300px;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  padding: 10px 10px 10px 10px; }

.DUO_LEFT {
  float: left;
  width: 490px; }

.DUO_RIGHT {
  margin-left: 490px; }

.DUO_LEFT .fs {
  margin-right: 10px; }

#CNT a, #CNT a:visited, #CNT a:link {
  text-decoration: none;
  color: #009646; }

#CNT a:hover {
  text-decoration: underline; }

/*---------TOP NAVIGATION--------*/
#TOP {
  position: relative;
  display: block; }

#TOP #LOGO {
  position: absolute;
  left: 10px;
  top: 11px;
  width: 160px; }

/*---------MAIN NAVIGATION-------*/
#MNAV {
  padding: 10px 0 0 210px;
  white-space: nowrap;
  background-color: #4b4b4d;
  border-bottom: 2px solid #009646;
  right: 0px;
  top: 0px; }

#MNAV a {
  background: none;
  border: none;
  box-shadow: none;
  color: white;
  display: inline-block;
  text-align: center;
  transition: background-color 0ms, color 0ms, border-color 0ms;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 6px 20px 5px 20px;
  border-top: 3px solid #4b4b4d; }

#MNAV a i {
  display: block;
  font-size: 20px;
  margin-bottom: 10px; }

#MNAV a:not(.disabled):hover, #MNAV a.aktiv {
  background-color: #009646;
  border-top: 3px solid #007d3a;
  transition: background-color 0ms, color 0ms, border-color 0ms; }

/*--------------FOOTER------------*/
#FTR {
  display: block;
  color: white;
  background-color: #4b4b4d;
  font-size: 11px;
  width: 100%;
  position: absolute;
  height: 90px; }

#FTR a {
  text-decoration: none;
  color: white;
  cursor: pointer; }

#FTR a:hover {
  text-decoration: underline !important; }

#FTR .footer-container {
  padding: 20px 20px 20px 5px; }

#FTR .footer-container .cr {
  float: left; }

#FTR .footer-container .cr div {
  float: left; }

#FTR .footer-container .cr div:first-child {
  margin-right: 20px;
  padding-top: 8px; }

#FTR .footer-container #VERSION {
  float: right;
  text-align: right; }

#FTR .footer-container .cr img {
  width: 160px;
  height: 38px; }

/*-------------FIELDSET-----------*/
fieldset.fs {
  border: none;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  float: left;
  background-color: white;
  min-height: 100px; }

fieldset.fs.nofloat {
  float: none; }

fieldset div.legend {
  color: #4b4b4d !important;
  border-bottom: 1px solid #009646;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: normal;
  margin-top: 30px; }

fieldset div.legend:first-child {
  margin-top: 0px; }

fieldset div.legend > a {
  margin-left: 10px; }

/*-------------BUTTONS-----------*/
#CNT .btn, #CNT a.btn {
  background-color: #707070;
  border-radius: 3px;
  border: none;
  border-bottom: 2px solid #575757;
  font-size: 13px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 1px 8px 0px 8px;
  margin: 0px;
  color: white;
  box-shadow: none;
  cursor: pointer;
  align-items: center;
  vertical-align: middle; }

#CNT .btn:hover, #CNT a.btn:hover {
  text-decoration: none;
  color: white;
  background: none;
  background-color: #575757;
  border-radius: 3px;
  border-color: #3d3d3d; }

.btn-small i, .btn i {
  margin-right: 5px; }

.btn.disabled {
  cursor: default;
  background-color: #b1b3b4;
  border-bottom-color: #b1b3b4; }

.btn.disabled:hover {
  background-color: #b1b3b4;
  border-bottom-color: #b1b3b4; }

/*-------------TABLES-----------*/
fieldset table.log td {
  border: none;
  border-bottom: 1px dotted #b1b3b4;
  padding: 5px 10px 5px 10px; }

fieldset table.log tr:last-child td {
  border: none;
  border-bottom: none; }

fieldset table.versions td {
  border: none;
  padding: 5px 10px 5px 10px; }

fieldset table.versions tr:nth-child(2n) td {
  border-bottom: 1px dotted #b1b3b4; }

fieldset table.versions tr:last-child td {
  border: none;
  border-bottom: none !important; }

fieldset div.scroll {
  height: 200px;
  overflow-y: scroll; }

/*# sourceMappingURL=styles.css.map */
