@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

option {
  padding-left: 0.4em; }

html {
  height: 100%; }

body {
  font-size: 100.01%;
  position: relative;
  color: #000;
  background: #fff;
  text-align: left; }

fieldset, img {
  border: 0; }

select, input {
  font-size: 99%; }

textarea {
  font-family: Arial;
  font-size: 110%; }

#header {
  position: relative; }

#topnav {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: transparent;
  text-align: right;
  /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */ }

#tabNav {
  clear: both;
  width: auto; }

#main {
  clear: both;
  width: auto; }

#col1 {
  float: left;
  width: 200px; }

#col2 {
  float: right;
  width: 200px; }

#col3 {
  width: auto;
  margin-left: 200px;
  margin-right: 200px; }

#footer {
  clear: both; }

#col1 {
  z-index: 3; }

#col2 {
  z-index: 5; }

#col3 {
  z-index: 1; }

#col1_content {
  z-index: 4; }

#col2_content {
  z-index: 6; }

#col3_content {
  z-index: 2; }

#col1_content, #col2_content, #col3_content {
  position: relative; }

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: block; }

.floatbox {
  overflow: hidden; }

#ie_clearing {
  display: none; }

hr.clear_columns {
  clear: both;
  float: left;
  content: ".";
  display: block;
  height: 0;
  line-height: 0px;
  visibility: hidden;
  border: 0;
  padding: 0;
  margin: -1.1em 0 0 0; }

ul, ol, dl {
  margin: 0 0 1em 1em; }

li {
  margin-left: 1.5em;
  line-height: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1em 2em; }

blockquote, cite {
  margin: 0 0 1em 1.5em;
  font-size: 0.93em;
  width: auto; }

.subcolumns {
  width: 100%;
  padding: 0 1px 0 1px;
  margin: 0 -1px 0 -1px;
  overflow: hidden; }

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {
  float: left;
  overflow: hidden; }

.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {
  float: right;
  overflow: hidden; }

.c25l, .c25r {
  width: 24.999%; }

.c33l, .c33r {
  width: 33.333%; }

.c50l, .c50r {
  width: 49.999%; }

.c66l, .c66r {
  width: 66.666%; }

.c75l, .c75r {
  width: 74.999%; }

.c38l, .c38r {
  width: 38.196%; }

.c62l, .c62r {
  width: 61.803%; }

.subc {
  padding: 0 0.5em 0 0.5em;
  overflow: hidden; }

.subcl {
  padding: 0 1em 0 0;
  overflow: hidden; }

.subcr {
  padding: 0 0 0 1em;
  overflow: hidden; }

@media screen, print {
  .skip {
    position: absolute;
    left: -1000em;
    width: 20em; } }

#nav_main {
  width: 100%;
  float: left;
  color: #fff;
  background-color: #fff; }

#nav_main ul {
  white-space: nowrap;
  line-height: 1em;
  margin: 0;
  padding: 0 0 0 200px;
  list-style: none; }

#nav_main li {
  float: left;
  padding: 0 0 0 3px;
  margin: 0;
  border-bottom: 1px solid #000; }

#nav_main a {
  float: left;
  display: block;
  color: #334;
  background: transparent;
  padding: 5px 11px 3px 8px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal; }

#nav_main > ul a {
  width: auto; }

#nav_main a {
  float: none; }

#nav_main li:hover, #nav_main li:hover a {
  background-position: 0% -80px; }

#nav_main li:hover a {
  background-position: 100% -80px; }

#nav_main .current {
  background-position: top left; }

#nav_main .current a {
  background-position: top right; }

#nav_main a:hover {
  color: #fff;
  background-color: transparent; }

#nav_main .current {
  border-width: 0; }

#nav_main .current a {
  color: #334;
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 5px; }

.content-with-nav {
  padding: 0;
  margin: 0;
  background: #eee; }
  .content-with-nav .cwn-content {
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    width: 69%;
    float: left; }
  .content-with-nav .cwn-nav {
    float: right;
    width: 29%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; }
    .content-with-nav .cwn-nav h2 {
      background: #fff;
      margin-bottom: 5px;
      padding: 0;
      font-weight: bold;
      color: #134488;
      border-bottom: 1px #ccc solid; }
    .content-with-nav .cwn-nav ul {
      text-align: left;
      list-style-type: none;
      margin: 0;
      padding-left: 0; }
      .content-with-nav .cwn-nav ul li {
        border: none;
        padding: 8px 0 9px 25px;
        color: #057511;
        font-weight: bold; }
        .content-with-nav .cwn-nav ul li.active {
          color: #000;
          font-weight: bold; }
        .content-with-nav .cwn-nav ul li.inactive {
          color: #657386;
          padding: 8px 0 9px 29px;
          font-style: italic;
          font-weight: bold; }
        .content-with-nav .cwn-nav ul li ul {
          font-size: 85%; }
          .content-with-nav .cwn-nav ul li ul li {
            font-weight: normal;
            padding-left: 0;
            padding-bottom: 0; }
            .content-with-nav .cwn-nav ul li ul li.active {
              font-weight: bold;
              color: #000; }

body {
  color: #333;
  font-size: 81.25%;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #eef;
  padding: 0px; }

/* 13px */
h1, h2, h3, h4 {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: normal; }

h1 {
  font-size: 1.6em;
  color: #006;
  margin: 0 0 0.25em 0;
  padding-top: 1.5em; }

h2 {
  font-size: 1.4em;
  color: #600;
  margin: 0 0 0.25em 0;
  padding-top: 1.5em; }

h3 {
  font-size: 1.2em;
  color: #006;
  margin: 0 0 0.25em 0;
  padding-top: 1.5em;
  font-weight: bold; }

h4 {
  font-size: 1.0em;
  color: #888;
  margin: 0 0 0.30em 0;
  padding-top: 1em;
  font-weight: bold;
  border-bottom: 1px #ddd solid; }

p, ul, dd, dt {
  line-height: 1.5em; }

p {
  line-height: 1.5em;
  margin: 0 0 1em 0; }

strong, b {
  font-weight: bold; }

/*
address {
	font-style: normal;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
*/
hr {
  color: #fff;
  background: transparent;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border: 0;
  border-bottom: 1px #eee solid; }

acronym, abbr {
  border-bottom: 1px dashed #c00;
  cursor: help; }

img.float_left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.15em;
  border: 0; }

img.float_right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.15em;
  border: 0; }

img.center {
  text-align: center;
  background: #fff;
  padding: 4px;
  border: 1px #ddd solid; }

img.framed {
  padding: 3px;
  border: 1px #ddd solid;
  background: #f4f4f4; }

a, a em.file {
  color: #900;
  text-decoration: none; }

a:hover {
  background-color: #fee;
  text-decoration: underline; }

a:focus {
  background-color: #fee;
  text-decoration: underline; }

#topnav a {
  color: #fff;
  background: transparent;
  text-decoration: none; }

#topnav a:hover {
  text-decoration: underline;
  background-color: transparent; }

#topnav a:focus {
  text-decoration: underline;
  background-color: transparent; }

#footer a {
  color: #669; }

#footer a:hover {
  background-color: #eef; }

#footer a:focus {
  background-color: #eef; }

#col3 a[href^="http:"], #col3 a[href^="https:"], a.externalLink {
  padding-left: 12px;
  background-image: url("../../images/ext_link.gif");
  background-repeat: no-repeat;
  background-position: 0 0.25em; }

#main a.imagelink {
  padding-left: 0;
  background: transparent; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.5em; }

input, textarea {
  border: 1px #ccc solid;
  background: #fafafa;
  padding: 3px;
  color: #777; }

textarea {
  width: auto; }

input[type=text]:focus, textarea:focus {
  background: #f0f0f0;
  color: #333;
  border-color: #666; }

ul.linklist {
  list-style-type: none;
  margin: 0 0 1em 0; }

ul.linklist li {
  margin: 0 0 1em 0; }

ul.browsers {
  margin: 0 0 .4em 0; }

ul.browsers li {
  margin: 0;
  list-style-type: none;
  background: #f8f8f8;
  color: #444;
  padding: 0.1em 0.1em 0.2em 0.5em;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px #fff solid;
  border-right: 1px #fff solid; }

ul.browsers li img {
  vertical-align: bottom; }

ul.browsers li.title {
  font-weight: bold;
  background: #eee;
  color: #444;
  padding: 0.2em 0.2em 0.2em 0.5em; }

div.dl_button {
  width: 220px;
  min-height: 50px;
  text-align: left;
  padding-bottom: 20px;
  background-image: url(../images/yaml_dl_button.gif);
  background-position: bottom; }

div.dl_button a {
  display: block;
  width: 100%;
  min-height: 30px;
  text-align: left;
  background: url(../images/yaml_dl_button.gif); }

div.dl_button a:hover {
  text-decoration: none; }

.dl_button a strong {
  display: block;
  padding: 17px 5px 0px 20px;
  color: #448;
  font-weight: bold;
  font-size: 125%;
  text-decoration: underline; }

.dl_button span.version {
  display: block;
  padding: 0px 5px 0px 20px;
  color: #666;
  font-weight: normal;
  font-size: 85%; }

#page {
  border: none;
  background: #fff; }

#page_margins {
  border: 0px #889 solid;
  min-width: 756px;
  max-width: 100em;
  margin: auto; }

#header {
  background: #fff no-repeat top right;
  height: 99px;
  color: #fff;
  border-bottom: 5px solid #057511;
  padding: 0;
  margin: 0; }

#header img {
  border: 0;
  margin: 0;
  padding: 0; }

#nav_main #languages {
  float: right; }

#footer {
  font-size: 80%;
  color: #eee;
  /* background:#999; */
  background: #636C72;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  padding-right: 1em;
  border-top: 1px #ddd solid;
  line-height: 2em; }

#main {
  padding: 0;
  background: #134488; }

/* linke Spalte */
#col1 {
  width: 200px;
  background: #134488;
  min-height: 600px;
  height: auto !important;
  height: 600px; }

#col1_content {
  margin-left: 0;
  margin-right: 0;
  color: #444;
  background: inherit; }

#col2 {
  display: none; }

#col2_content {
  display: none; }

#col3 {
  margin-right: 0;
  border-right: 0;
  margin-left: 200px;
  background: #fff; }

#col3_content {
  margin: 0 0 0 1em;
  padding: 1em 0 2em 0; }

#submenu {
  width: 200px;
  overflow: hidden;
  margin: 0;
  list-style-type: none;
  border: none; }

#submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#submenu li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }

#submenu li a, #submenu li span {
  display: block;
  width: 90%;
  padding: 3px 0px 3px 10%;
  text-decoration: none;
  background-image: none;
  background-color: #2e66b2;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px #bbb solid; }

/* Level 1 */
/* status normal */
#submenu li a {
  width: 90%;
  padding-left: 10%; }

/* status hover & active */
#submenu li a:focus, #submenu li a:hover, #submenu li a:active, #submenu li.active a {
  background-color: #a7ceed; }

/* Level 2 */
/* status normal */
#submenu li ul li a, #submenu li.active ul li a {
  width: 80%;
  padding-left: 20%;
  font-weight: normal;
  background-color: #2e66b2; }

/* status hover & active */
#submenu li ul li a:focus, #submenu li ul li a:hover, #submenu li ul li a:active,
#submenu li ul li.active a {
  background-color: #a7ceed; }

#nav_main {
  color: #fff;
  background: #134488;
  border-top: 1px solid #eee; }

#nav_main li {
  background: transparent;
  border: 0;
  padding: 0; }

#nav_main a, #nav_main .current a {
  font-weight: bold;
  color: #fff;
  background: transparent;
  padding: 3px 20px 3px 20px; }

#nav_main .current a {
  background: #2e66b2; }

#nav_main a:hover {
  background: #2e66b2; }

#nav_main .current {
  background: transparent;
  border-width: 0; }

#nav_main #languages {
  float: right;
  padding-right: 10px;
  padding-top: 3px; }

#nav_main #languages a:hover, #nav_main #languages a {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: inline; }

#nav_main #languages a.active {
  background: #2e66b2; }

#nav_main #info {
  float: right;
  font-size: 80%;
  color: #fff;
  padding-top: 5px;
  padding-right: 5px; }

#europe_logo {
  border-top: 1px solid #eee;
  margin-top: 200px;
  margin-left: 3%;
  margin-right: 3%;
  padding: .5em;
  font-size: .8em;
  color: #eee; }

#europe_logo img {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em; }

#europe_logo a, #europe_logo a:hover, #europe_logo a:active,
#europe_logo a:focus, #europe_logo a:visited {
  color: #eee;
  margin: 0;
  text-decoration: underline; }

/* LINKS ########################################################### */
a, a:link, a:hover, a:visited, a:focus {
  text-decoration: none;
  color: #057511;
  font-weight: bold;
  background-color: transparent; }

a:hover {
  text-decoration: underline; }

a:focus {
  text-decoration: none; }

a.underConstruct {
  font-style: italic; }

a.pdfDownload, a.pdfDownload:link, a.pdfDownload:hover, a.pdfDownload:visited,
a.pdfDownload:focus {
  text-decoration: none;
  padding-left: 12px; }

a.pdfDownload:hover, a.pdfDownload:focus {
  text-decoration: underline; }

a.pdfDownload, a.pdfDownload:link, a.pdfDownload:hover, a.pdfDownload:visited,
a.pdfDownload:focus {
  background-image: url("../../images/download_link.gif");
  background-repeat: no-repeat;
  background-position: 0 0.25em; }

#footer a, #footer a:link, #footer a:active, #footer a:focus, #footer a:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none; }

#footer a:hover {
  text-decoration: underline; }

/* FORM-ELEMENTS #################################################### */
form {
  margin: 0;
  padding: 0;
  overflow: hidden; }

input, textarea, select {
  border: 1px #999 solid;
  padding: 3px;
  padding-left: 5px;
  background: #fff;
  color: #000;
  margin: 0; }

select.bigBox {
  border: 1px #ccc solid;
  /* background: #eee; */
  color: #000;
  padding: 20px;
  width: 500px;
  height: 140px; }

select option {
  padding: 0px;
  margin: 0px;
  margin-left: 3px; }

input.small, input.auto {
  width: auto; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  background: #fff;
  border-color: #057511; }

input.disabled {
  color: #666 !important;
  background: #eee !important; }

input[type="submit"], button, div.form-buttons a {
  display: inline-block;
  padding: 1px 10px 1px 8px;
  text-align: left;
  font-weight: bold;
  background: #eee;
  height: 1.8em;
  border: 1px solid #999; }

div.form-buttons {
  margin-top: 1rem; }
  div.form-buttons input[type="submit"], div.form-buttons button, div.form-buttons a, div.form-buttons ul.form-buttons input[type="submit"], div.form-buttons ul.form-buttons button {
    box-shadow: 1px 1px 0px #999;
    margin-right: 1px;
    margin-bottom: 1px; }
  div.form-buttons a, div.form-buttons a[href^="http"] {
    margin: 0;
    padding-top: 4px;
    padding-left: 4px;
    height: 16px;
    background-image: none;
    display: block;
    text-decoration: none;
    color: #000; }

input[type="submit"]:disabled, div.form-buttons input[type="submit"]:disabled {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 0px #ccc;
  margin-right: 1px;
  margin-bottom: 1px; }

button.btn-link, input[type="submit"].btn-link {
  display: inline;
  width: auto;
  color: #057511;
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-top: 0px;
  margin: 0;
  cursor: pointer; }
  button.btn-link:hover, input[type="submit"].btn-link:hover {
    text-decoration: underline; }

input[type="checkbox"] {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0; }

/*
	Menu der Unterseiten
*/
ol {
  list-style-type: decimal; }

ul#navlist {
  float: left;
  width: 100%;
  font: bold 11px verdana, arial, sans-serif;
  list-style-type: none;
  border-bottom: 1px solid #2e66b2;
  margin: 0px; }

ul#navlist li {
  float: left;
  position: relative;
  height: 22px;
  background-color: #eee;
  margin: 0px 2px -1px 2px;
  border: 1px solid #2e66b2;
  color: #666; }

ul#navlist li.active {
  border-bottom: 1px solid #fff !important;
  background-color: #fff; }

ul#navlist li.active a {
  color: #000; }

#navlist a {
  float: left;
  display: block;
  color: #666;
  text-decoration: none;
  padding: 2px 4px 2px 4px; }

#navlist a:hover {
  background: #fff; }

/*
	Menu unten für zurück und vorwärts und posts

*/
ul.form-buttons {
  float: left;
  list-style-type: none;
  margin: 5px 10px 5px 0; }
  ul.form-buttons li {
    display: inline;
    margin: 0 5px 0 0;
    line-height: 1.1em; }

ul.subNavlist {
  float: right;
  list-style-type: none;
  margin: 5px 0 5px 10px; }

ul.subNavlist li {
  display: inline;
  margin: 0 0 0 5px;
  line-height: 1.1em; }

iframe#welcome {
  background: transparent;
  border: none;
  height: 20em;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: visible; }

/* TAN ############################################################ */
iframe#requestSmsTan {
  background: transparent;
  border: none;
  height: 5.5em;
  width: 100%;
  padding: 0;
  margin: 0; }

div#requestSmsTan {
  font-size: 0.85em;
  /* white-space: nowrap; */
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif; }

div#requestSmsTan span {
  border: none;
  color: #057511;
  font-weight: bold;
  padding: 8px 0px 9px 0px; }

div#requestSmsTan input[type="submit"] {
  background-color: transparent;
  border: 0px;
  color: #057511;
  cursor: pointer;
  display: inline;
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  width: auto; }

/* TABLES ########################################################## */
table {
  width: auto;
  empty-cells: show;
  font-size: 100%;
  background-color: #fff;
  border-collapse: separate;
  border: medium none; }

table.fixedWidth {
  width: 600px; }

td {
  margin: 0;
  border-spacing: 0;
  padding: 2px; }

th {
  margin: 0;
  border-spacing: 0;
  padding: 2px;
  text-align: left; }

td.nowrap, th.nowrap {
  white-space: nowrap; }

table.td-valign-middle td {
  vertical-align: middle !important; }

/*table tr.highlight td, td.highlight {
	background: #ff0 !important;
}*/
tr.footer td, table.displaytable tr.footer td {
  background: #eee;
  color: #134488;
  font-weight: bold; }

table.form th {
  background: #2e66b2;
  color: #fff;
  margin-right: 55px; }

table.form td, table.form th {
  text-align: left; }

table.form td {
  text-align: left; }

table.displaytable {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85em;
  margin-top: 5px;
  margin-bottom: 0px;
  table-layout: fixed; }
  table.displaytable th, table.displaytable tr.total, table.displaytable td.header, table.displaytable tr.header {
    background-color: #eee;
    font-weight: bold;
    color: #134488;
    padding: 4px;
    text-align: left;
    /*vertical-align: bottom;LPK*/
    border: 1px solid #ccc; }
  table.displaytable th {
    border: 1px solid #ccc;
    padding: 5px 12px 5px 10px; }
    table.displaytable th.sorted a {
      text-decoration: none;
      color: #134488; }
    table.displaytable th.sortable {
      padding-left: 11px;
      background: #eee url("../../images/arrow_off.png") no-repeat left; }
      table.displaytable th.sortable a {
        text-decoration: none;
        color: #134488; }
    table.displaytable th.order1, table.displaytable th.order2 {
      padding-left: 11px;
      background: #eee url("../../images/arrow_up.png") no-repeat left; }
      table.displaytable th.order1 a, table.displaytable th.order2 a {
        text-decoration: none;
        color: #134488; }
    table.displaytable th.order2 {
      background: #eee url("../../images/arrow_down.png") no-repeat left; }
  table.displaytable td {
    border: 1px solid #ccc;
    padding: 5px 4px;
    vertical-align: top; }
    table.displaytable td.center {
      text-align: center; }
    table.displaytable td.icon {
      text-align: center;
      width: 4em; }
    table.displaytable td.right {
      text-align: right; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table.displaytable {
    table-layout: fixed; } }

@supports (-ms-accelerator: true) {
  table.displaytable {
    table-layout: fixed; } }

table.querytable {
  width: auto;
  font-size: 0.85em;
  border-collapse: collapse;
  margin-top: 1px;
  margin-left: 1px; }

table.querytable td, table.querytable th {
  padding: 2px;
  border: 1px solid white; }

table.querytable td.label {
  padding-left: 2px;
  padding-right: 10px;
  background-color: #eee;
  color: #134488; }

table.querytable td.innervalue, table.querytable td.value {
  background: #eee; }

table.querytable td.innervalue, table.filter td.filter_content {
  border-right-width: 5px; }

table.inputtable {
  min-width: 550px;
  font-size: 0.85em;
  border: 1px solid #999;
  box-shadow: 2px 2px 0px #999;
  margin-left: 1px;
  padding: 15px; }
  table.inputtable th {
    vertical-align: bottom;
    padding-top: 0.3em; }
  table.inputtable td {
    vertical-align: top; }
  table.inputtable td.header, table.inputtable td.subheader, table.inputtable th.header, table.inputtable th.subheader {
    /* background-color: #eee; */
    font-weight: bold;
    color: #657386;
    border-bottom: 1px solid #657386;
    padding-top: 1em;
    vertical-align: bottom; }

.infotable {
  width: auto;
  /* 100% geht nicht im IE6 */
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 2em;
  font-size: 0.9em;
  border-spacing: 0px;
  border-collapse: collapse; }

.infotable td, .infotable th {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0px 0.5em 2em; }

.infotable_correlation td, .infotable_correlation th {
  padding-right: 0.5em !important; }

.infotable td.noline, .infotable th.noline {
  padding-bottom: 0;
  border-bottom: none; }

.infotable tr.highlight td.noline {
  padding-bottom: 0.5em !important; }

.infotable td.value {
  font-weight: bold; }

.infotable td.header, .infotable thead {
  font-weight: bold;
  color: #134488;
  border-bottom: 1px solid #134488;
  padding-left: 0;
  text-align: left;
  vertical-align: bottom;
  padding-top: 2.5em;
  font-size: 1.1em; }

.infotable td.subheader {
  font-weight: bold;
  color: #657386;
  border-bottom: 1px solid #134488;
  padding-top: 1.5em;
  padding-left: 2em;
  text-align: left;
  vertical-align: bottom; }

.infotable2 {
  width: auto;
  /* 100% geht nicht im IE6 */
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 2em;
  font-size: 0.9em; }

.infotable2 td.value {
  text-align: left; }

.infotable2 td.label {
  font-weight: bold;
  padding-right: 2em;
  vertical-align: top; }

table caption {
  font-weight: bold;
  color: #808080;
  border: none;
  padding-left: 0;
  text-align: left;
  vertical-align: bottom; }

table.legend {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
  border: 0;
  font-size: 0.85em; }

table.legend td.label {
  font-weight: bold; }

table.legend td.zeichen {
  text-align: left;
  width: 25px;
  padding-right: 5px; }

td.center {
  text-align: center !important; }

th.right, td.right {
  text-align: right !important; }

table.transacform {
  font-size: .9em;
  border-collapse: collapse;
  width: 100%; }

table.transacform th {
  text-align: left;
  white-space: nowrap;
  padding-bottom: 5px; }

table.transacform td {
  text-align: left;
  white-space: nowrap;
  padding-bottom: 20px; }

table.transacform th.width {
  width: 400px; }

/* LABELS ##################################################################### */
label.mandatory {
  font-weight: bold;
  color: #a00; }

/* SPECIALS ###################################################################*/
span.negativeAmout {
  color: #f00; }

span.positiveAmout transacform {
  color: #000; }

/* HEADLINES ###################################################################*/
h1 {
  font-size: 140%;
  margin-top: 0.3em;
  margin-bottom: .5em;
  padding: 0px;
  color: #057511;
  font-weight: bold; }

h2 {
  font-size: 110%;
  font-weight: bold;
  color: #2E66B2;
  margin-top: 1.5em;
  margin-bottom: .5em;
  padding: 0px;
  /*border-bottom: 2px solid #999;*/
  width: auto; }

h3 {
  font-size: 100%;
  font-weight: bold;
  color: #808080;
  margin-top: 1.5em;
  margin-bottom: .5em;
  padding: 0px;
  /*border-bottom: 2px solid #999;*/
  width: auto; }

/* PARAGRAPHS ###################################################################*/
p {
  margin-top: 0px;
  margin-bottom: 1em;
  padding: 0px; }

/* COMMON CLASSES ###################################################################*/
.align_right {
  text-align: right;
  padding: 30px 0px 30px 30px; }

.align_left {
  text-align: left;
  padding: 30px 30px 30px 0px; }

* .auto {
  width: auto; }

/* DIVS ############################################################################*/
/* ul.errorMessage used by <s:fielderror .../> */
div#errors ul, div#messages ul, ul.errorMessage {
  display: block;
  margin: 0;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0;
  color: #000;
  background: #f0f0f4;
  list-style-type: none;
  list-style-image: none;
  border-width: 1px;
  border-style: solid;
  border-left-width: 8px; }

div#errors ul, ul.errorMessage {
  border-color: #a11; }

div#messages ul {
  border-color: #057511; }

div#errors ul li, div#messages ul li, ul.errorMessage li {
  margin: 0;
  padding: 0;
  padding-bottom: 0.25em; }

div#loginError {
  margin: 0 0 0.5em 0em;
  padding: 0.25em;
  color: #000;
  background: #f0f0f4;
  border: 1px #a11 solid;
  border-left: 8px #a11 solid; }

div.buttonLeft {
  margin-left: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
  float: left; }

div.buttonRight {
  margin-right: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
  float: right; }

#loginCR {
  float: left;
  width: 50%; }

#loginCard {
  float: right;
  border-left: 1px solid #636d0e;
  text-align: left;
  padding-left: 25px;
  width: 45%; }

.disabledInputAuto, .disabledInputAutoRight, .disabledInput, .disabledInput12 {
  overflow: hidden;
  white-space: nowrap;
  min-width: 4em;
  height: 1.2em;
  padding: 2px 0.75em 2px 0.5em;
  border: 1px #ccc solid;
  background: #eee;
  color: #000; }

.disabledInputAutoRight {
  text-align: right; }

.disabledInput {
  width: 140px; }

.disabledInput12 {
  width: 12em; }

div#query {
  padding-bottom: 1em; }

div.info {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 0.85em;
  font-weight: bold; }

div.exportlinks {
  padding-left: 5px;
  padding-top: 3px;
  margin-bottom: 1em;
  font-size: 85%; }

div.header {
  font-weight: bold;
  color: #134488;
  border-bottom: 1px solid #134488;
  padding: 0.5em 0px 0.5em 0em;
  text-align: left;
  font-size: 0.9em;
  margin-top: 2em; }

div.box {
  border: 1px #ccc solid;
  padding: 1em; }

.list-wrap {
  width: 100%;
  margin-bottom: 20px; }
  .list-wrap form div.form-buttons {
    display: block;
    float: left;
    right: 0px; }

div#helpButton {
  float: right;
  margin-right: 10px; }

/* SPANS #############################################################################*/
span.tablecaption, span.pagebanner, span.pagelinks {
  font-size: 85%; }

span.tablecaption {
  font-weight: bold;
  color: #2E66B2; }

span.pagebanner, span.pagelinks {
  padding-left: 5px;
  padding-right: 5px; }

span.pagebanner {
  border-right: 1px solid #000; }

.onlyWithJS {
  display: none; }

div#intro {
  border: 2px solid #1E6EC0;
  padding: 10px;
  margin-top: 5%;
  margin-right: 20%;
  background: #fafafa;
  text-align: center; }

div#infotext {
  padding: 10px;
  margin-top: 0%;
  margin-right: 20%;
  text-align: left; }

table.list {
  border: solid black 1px;
  margin-bottom: 2em;
  width: auto; }

table.list td {
  padding: 3px; }

td.list_head {
  text-align: left;
  font-weight: bold;
  background: #1E6EC0;
  white-space: nowrap;
  vertical-align: top;
  color: #FFF; }

td.list_content {
  text-align: left;
  background: #eee;
  vertical-align: top; }

table.report {
  border: solid black 1px;
  width: 100%;
  font-size: 85%;
  margin-top: 2px; }

table.report td {
  padding: 3px; }

table.page_navigation {
  font-size: 85%;
  width: auto; }

table.page_navigation td {
  padding: 4px; }

table.page_navigation td input {
  width: auto; }

table.page_navigation td input.button {
  font-weight: normal;
  padding: 1px;
  padding-top: 0;
  padding-bottom: 0; }

.risk-classification-edit .risk-classification-select {
  background: #f6f6f6; }

.risk-classification-edit input,
.risk-classification-select input:not(:first-of-type) {
  display: none;
  margin: 0;
  padding: 0; }

.risk-classification-edit input + label,
.risk-classification-select input:not(:first-child) + label {
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.risk-classification-edit input:checked + label:after,
.risk-classification-select input:not(:first-child):checked + label:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: -4px;
  top: -4px;
  height: 38px;
  width: 38px;
  background: transparent;
  border: 2px solid #333;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.risk-classification-edit {
  border: 1px solid #aaa; }

.risk-classification-select input:not(:first-child) + label {
  height: 12px;
  width: 12px;
  margin: 5px; }

.risk-classification-select input:not(:first-child):checked + label:after {
  left: -4px;
  top: -4px;
  height: 20px;
  width: 20px; }

.cr-transfer-button, .cr-transfer-button-green, .cr-transfer-button-blue, .cr-transfer-button-grey, .cr-transfer-button-red {
  display: inline-block;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.cr-transfer-button-green {
  background-color: #057511; }

.cr-transfer-button-blue {
  background-color: #134488; }

.cr-transfer-button-grey {
  background-color: #636c72; }

.cr-transfer-button-red {
  background-color: #ff0404; }

.cr-icon, .cr-lock-blue, .cr-lock-red {
  font-size: 1.2em; }

.cr-big-pdf-icon {
  font-size: 2em; }

.fa-exclamation-triangle {
  color: #ff0404; }

.fa-check {
  color: #057511; }

.cr-lock-blue {
  color: #134488; }

.cr-lock-red {
  color: #ff0404; }

.tan-input {
  width: 5em; }

.w-100 {
  width: 100%;
  box-sizing: border-box; }

.p-0 {
  padding: 0 !important; }

.hyphens, table.displaytable th, table.displaytable td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

body {
  background: #fff; }

#header {
  height: 79px;
  border-bottom: 5px solid #ff0000;
  background: #fff url("../../images/layout_ch/background.jpg") no-repeat top right; }

#main, #col1 {
  background: #4E5867; }

#footer {
  background: #4E5867; }

div#errors ul {
  border-color: #ff0000; }

div#messages ul {
  border-color: #057511; }

#submenu li a, #submenu li span {
  background-color: #657386; }

#submenu li a:focus, #submenu li a:hover, #submenu li a:active, #submenu li.active a {
  background-color: #90A4BF; }

#submenu li ul li a, #submenu li.active ul li a {
  background-color: #657386; }

#submenu li ul li a:focus, #submenu li ul li a:hover, #submenu li ul li a:active,
#submenu li ul li.active a {
  background-color: #90A4BF; }

#nav_main {
  color: #fff;
  background: #4E5867;
  border-top: 1px solid #eee; }

#nav_main .current a {
  background-color: #657386; }

#nav_main a:hover {
  background-color: #657386; }

#nav_main #languages {
  float: left;
  padding: 3px 10px 3px 5px; }

#nav_main #languages a.active {
  background-color: #657386; }

ul#navlist {
  border-bottom: 1px solid #657386; }

ul#navlist li {
  border: 1px solid #657386; }

table.form th {
  background-color: #657386; }

h2 {
  color: #657386; }

span.tablecaption {
  color: #657386; }

.content-with-nav .cwn-nav h2 {
  color: #657386; }

.content-with-nav .cwn-nav ul li {
  color: #4E5868; }
  .content-with-nav .cwn-nav ul li.inactive i {
    color: #aaa; }

tr.footer td, table.displaytable tr.footer td {
  color: #657386; }

table.displaytable th, table.displaytable tr.total, table.displaytable td.header, table.displaytable tr.header {
  color: #657386; }

table.displaytable th.sorted a {
  color: #657386; }

table.displaytable th.sortable a {
  color: #657386; }

table.displaytable th.order1 a {
  color: #657386; }

table.displaytable th.order2 a {
  color: #657386; }

table.querytable td.label {
  color: #657386; }

table.inputtable td.header, table.inputtable th.header {
  color: #657386;
  border-bottom: 1px solid #657386; }

.infotable td.header, .infotable thead {
  color: #657386;
  border-bottom: 1px solid #657386; }

div.header {
  color: #657386;
  border-bottom: 1px solid #657386; }

a, a:link, a:hover, a:visited, a:focus {
  color: #4E5868; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #4E5868; }

button.btn-link, input[type="submit"].btn-link {
  color: #4E5868; }

div#requestSmsTan span {
  color: #4E5868; }

div#requestSmsTan input[type="submit"] {
  color: #4E5868; }

table tr.highlight td, td.highlight {
  background: #ff0 !important; }

h1 {
  color: #4E5868; }

div#messages ul {
  border-color: #4E5868; }

a.pseudobutton {
  text-decoration: none;
  padding: 3px 8px 3px 0; }
  a.pseudobutton:hover, a.pseudobutton:focus {
    text-decoration: underline; }

span.cr-compliance, span.cr-compliance-pre, span.cr-compliance-vet-pre, span.cr-compliance-vet-missing, span.cr-compliance-green, span.cr-compliance-red {
  display: inline-block;
  height: 14px;
  width: 14px;
  text-align: center;
  vertical-align: text-bottom;
  font-size: 1em;
  border: solid 1pt;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

span.cr-compliance-pre {
  border-color: #fff;
  color: #333; }

span.cr-compliance-vet-pre {
  border-color: #fff;
  color: #333; }

span.cr-compliance-vet-missing {
  border-color: #fff;
  color: #333; }

span.cr-compliance-green {
  background-color: #66ff66;
  border-color: #006600;
  color: #333; }

span.cr-compliance-red {
  background-color: #ff9966;
  border-color: #ff6600;
  color: #333; }

span.cr-compliance-X:before {
  content: "X"; }

/* Auction Graphics */
/*
.auction-bid-container {
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
}

.auction-bid-placeholder {
	width: 100%;
	height: 100%;
}
*/

/*# sourceMappingURL=main.css.map */