@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700');

/* Default Styles */
﻿/*$WCREV$ 3123*/
.contextMenu {
  position: absolute;
  z-index: 999999999;
  border: solid 1px #CCC;
  background: #EEE;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  display: none;
}

.contextMenu LI {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.contextMenu A {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 20px;
  height: 20px;
  background-position: 6px center;
  background-repeat: no-repeat;
  outline: none;
  padding: 1px 5px;
  padding-left: 28px;
}

.contextMenu SPAN {
  color: #333;
  display: block;
  line-height: 20px;
  height: 20px;
  outline: none;
  padding: 1px 5px;
}

.contextMenu LI.hover A {
  color: #FFF;
  background-color: #3399FF;
}

.contextMenu LI.disabled A {
  color: #AAA;
  cursor: default;
}

.contextMenu LI.hover.disabled A {
  background-color: transparent;
}

.contextMenu LI.separator {
  border-top: solid 1px #CCC;
}

.contextMenu LI.caption {
  font-weight: bold;
  background-color: #CCC;
  color: #EEE;
}

#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,0.25);
  background-color: rgb(25,25,25);
  background-color: rgba(25,25,25,0.92);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: rgb(25,25,25);
  border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: rgb(25,25,25);
  border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: rgb(25,25,25);
  border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: rgb(25,25,25);
  border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}

.ui-dropdownchecklist
{
  height: 20px;
  border: 1px solid #ddd;
  border-right: 0;
  background: #fff url(images/dropdown.png) no-repeat center right;
  padding-left: 4px;
}

.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
  background-image: url(images/dropdown_hover.png);
  border-color: #5794bf;
}

.ui-dropdownchecklist-text
{
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-right: 17px; /* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer
{
  background-color: #fff;
  border: 1px solid #999;
}

.ui-dropdownchecklist-item
{
  text-align: left;
}

.ui-dropdownchecklist-item-hover
{
  background-color: #39f;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text
{
  color: #fff;
}

.ui-dropdownchecklist-group
{
  font-weight: bold;
  font-style: italic;
}

.ui-dropdownchecklist-indent
{
  padding-left: 20px;
}

.ui-dropdownchecklist-dropcontainer-wrapper {
  z-index: 999999;
}

div.updowntextbox .udt_text {
  float: left;
  margin: 0;
  padding: 3px 2px;
  border: 1px solid #ccc;
  border-right: none;
  height: 13px;
}

div.updowntextbox .udt_container {
  float: right;
}

div.updowntextbox .udt_button {
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #A0A0A0;
  width: 16px;
}

div.updowntextbox .udt_up {
  height: 11px;
  background: url(images/up.png) no-repeat left top;
}

div.updowntextbox .udt_down {
  height: 10px;
  border-top: none;
  background: url(images/down.png) no-repeat left top;
}

body {
  font-family: 'Cabin',Arial,Helvetica,sans-serif;
  background-color: #FFFFFF;
  color: #2B4698;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 1.0em;
}
#banner_oben {
  margin: 0px;
  padding: 0 0 5px 0;
  height: 105px;
  background-repeat: no-repeat;
}
h1 {
  font-size: 1.8em;
  font-weight: normal;
  color: #2B4698;
}
h1.formularueberschrift {
  font-size: 1.3em;
  line-height: 1.8em;
}
p {
}
pre {
  font-size: 0.8em;
  border-color: #6C82BF;
  background-color: #F3F5FA;
}
p.page_footer {
  font-size: 0.9em;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
  border-width: 1px 0 0 0;
  border-color: #6C82BF;
  clear: left;
}
*.error_msg {
  color: #DD3333;
}
a {
  color: #696056;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h3.berufsgruppen {
  padding: 1em 0 0 0;
}
h3.kenntnisgruppen {
  padding: 1em 0 0 0;
  margin: 0;
}
form {
  margin: 0px;
}
input.mysql_html_charcontrol {
  border-width: 1px;
  border-style: inset;
  border-color: gray;
}
input.mysql_html_passwordcontrol {
  border-width: 1px;
  border-style: inset;
  border-color: gray;
}
select.mysql_html_foreignkeycontrol, select.mysql_html_assignednumberscontrol {
  border-width: 1px;
  border-style: inset;
  border-color: gray;
}
input.loginbutton {
  border-width: 1px;
  border-style: outset;
  border-color: gray;
  width: 100%;
}
#hauptbereich {
  width: 780px;
  padding-left: 0px;
  padding-bottom: 0px;
  background-color: #F3F5FA;
  border-color: #6C82BF;
  border-width: 1px;
  border-style: solid;
  font-size: 0.9em;
  text-align: left;
  float: left;
}
#hauptbereichbody {
  padding: 0;
}
*.pagecontrol {
  background-color: #F3F5FA;
  padding: 0 0.5cm 0 0.5cm;
}
*.helpbutton {
  cursor: help;
  color: #FFFFFF;
  background-color: #6C82BF;
  padding: 2px 6px 2px 6px;
  margin: 0 6px 0 6px;
}
*.helpbutton:hover {
  background-color: #BF826C;
}
*.pwindowbox {
  color: #2B4698;
  background-color: #F3F5FA;
  border-color: #6C82BF;
  border-width: 1px;
  border-style: solid;
}
*.pwindowboxtitle {
  position: relative;
  width: auto !important;
  width: 100%;
  cursor: move;
  height: 16px !important;
  height: 20px;
  overflow: hidden;
  color: #F3F5FA;
  background-image: url(../../gfx/menu_knopf_bg.gif);
  background-color: #6C82BF;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  margin: 0px;
}
*.pwindowboxclosebutton {
  color: #F3F5FA;
  background-color: #6C82BF;
  background-image: url(../../gfx/close.gif);
  background-position: center;
  background-repeat: no-repeat;
  border-color: #c5cbda;
  border-style: solid;
  border-width: 1px;
  padding: 0px;
  margin: 0px;
  margin-top: 0px !important;
  margin-top: 0px;
  margin-right: 0px;
  width: 17px;
  cursor: pointer;
}
*.pwindowboxresizebutton {
  color: #F3F5FA;
  background-color: #F3F5FA;
  background-image: url(../../gfx/resize.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  margin-top: 0px !important;
  margin-top: 0px;
  margin-right: 0px;
  width: 14px !important;
  width: 16px;
  text-align: center;
  cursor: se-resize;
  height: 100%;
}
*.pwindowboxbottom {
  position: relative;
  width: auto !important;
  width: 100%;
  height: 20px !important;
  height: 24px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding-left: 5px;
  margin: 0px;
  vertical-align: top;
}
*.pgroupboxtitle {
  background-color: #F3F5FA;
}
.ptablayout_tab_activated, .ptablayout_tab_deactivated:hover {
  color: #2B4698;
  background-color: #6C82BF;
  border-width: 1px 1px 0 1px;
  border-style: outset;
  border-color: gray;
  padding: 0.2em 1em 0.2em 1em;
  cursor: default;
  -moz-user-select: none;
  font-size: 12px;
}
.ptablayout_tab_activated {
  padding: 0.3em 0 0 0;
  border-style: inset;
  border-color: #FFF;
  font-weight: 700;
  color: #FFF;
}
.ptablayout_tab_deactivated {
  color: #2B4698;
  background-color: #DAE4FA;
  border-width: 1px 1px 0 1px;
  border-style: outset;
  border-color: gray;
  padding:  0.2em 1em 0.2em 1em;
  cursor: default;
  -moz-user-select: none;
  font-size: 11px;
}
.ptablayout_border {
  border-width: 1px;
  border-style: solid;
  border-color: #6C82BF;
  position: absolute;
}
.dhtml_calendar_button {
  width: 22px;
  height: 22px;
  position: relative;
  top: 1px;
}
.mysql_collectlist_control {
  border-width: 2px;
  border-style: solid;
  border-color: #2B4698;
  background-color: white;
}
.groupbox {
  padding: 5px;
  -moz-border-radius: 6px;
}
.groupbox_filter {
  padding: 5px;
  -moz-border-radius: 6px;
}
#titelzeile {
  position: relative;
  background-image: url(../../gfx/menu_knopf_bg.gif);
  background-color: #2B4698;
  padding: 2px 0px 2px 5px;
  color: #FFFFFF;
  vertical-align: middle;
  font-weight: bold;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: gray;
  overflow: hidden;
  height: 16px;
}
#titelknopf1:hover, #titelknopf2:hover, #titelknopf3:hover, *.pwindowboxclosebutton:hover {
  background-color: #e1872f;
  text-decoration: none;
}
*.tablepicturelink:hover {
  background-color: #AADDFF;
  text-decoration: none;
}
.menue_oben {
  padding: 0px;
  margin: 0px;
}
#menue_links {
  float: left;
}

#statuszeile {
  padding: 2px 10px 2px 10px;
  margin-bottom: 5px;
  margin-left: 5px !important;
  margin-left: 4px;
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #6C82BF;
  top: 2px;
  right: 2px;
  left: 2px;
  background-color: #F3F5FA;
  font-size: 0.8em;
  text-align: left;
  min-height: 25px;
}
#statuszeile a {
  font-weight: bold;
  white-space: nowrap;
}
a.history:hover {
  background-color: #AADDFF;
}
#menue {
  width: 150px;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #F3F5FA;
  margin-right: 5px !important;
  margin-right: 2px;
  margin-bottom: 5px;
  margin-left: 5px !important;
  margin-left: 2px;
  position: relative;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #6C82BF;
  font-size: 0.8em;
  text-align: left;
}
div.menue_block_kopf {
  padding: 2px 0 2px 5px;
  background-image: url(../../gfx/menu_knopf_bg.gif);
  background-color: #2B4698;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
}
div.menue_block_item {
  padding: 0px;
  color: #000;
  border-width: 0px;
  border-style: outset;
  border-color: gray;
  width: 100%;
  overflow: hidden;
}
a.menue_block_item {
  padding: 2px 5px 2px 5px;
  color: #2B4698;
  border-style: none;
  width: 100%;
  display: block;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
*.menue_block_item:hover {
  background-color: #dae4fa;
  text-decoration: none;
}
*.menue_block_item_active {
  padding: 0px;
  color: #FFFFFF;
  border-width: 1px;
  border-style: inset;
  border-color: gray;
  width: 100%;
  overflow: hidden;
}
a.menue_block_item_active {
  padding: 2px 5px 2px 5px;
  color: #2B4698;
  border-style: none;
  display: block;
  width: 100%;
  left: 0px;
  right: 0px;
  overflow: hidden;
  background-color: #AADDFF;
  text-decoration: none;
}
*.menue_block_item_active:hover {
  text-decoration: none;
}
table {
  font-size: 1.0em;
}
table.login_table {
  font-style: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #143159;
}
*.html_table_filter {
  margin: 0px;
  padding: 0px;
}
td {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: top;
}
td.middle {
	vertical-align: middle !important;
}
th.login_table, .indent_top {
  color: #FFFFFF;
  background-color: #6C82BF;
  text-align: center;
}
td.login_table {
  text-align: left;
}
table.mysql_html_table, table.html_table {
  font-style: normal;
  border-width: 0;
  border-style: solid;
  border-color: #6C82BF;
  width: 100%;
}
th.mysql_html_table, tr.mysql_html_table th, td.mysql_html_table, th.html_table, tfoot.mysql_html_table td {
  color: #FFFFFF;
  background-color: #6C82BF;
  text-align: left;
  padding: 0 0 0 5px;
  cursor: default;
}
th.mysql_html_table_header_custom, th.html_table_header_custom {
  color: #FFFFFF;
  background-color: #6C82BF;
  text-align: center;
}
td.mysql_html_table_odd_line, td.html_table_odd_line, div.html_table_odd_line {
  color: #2B4698;
  background-color: #F3F5FA;
  text-align: left;
  padding: 1px 0 1px 2px;
}
td.mysql_html_table_even_line, td.html_table_even_line, div.html_table_even_line {
  color: #2B4698;
  background-color: #dae4fa;
  text-align: left;
  padding: 1px 0 1px 2px;
}
tr.mysql_html_table_odd_line, tr.html_table_odd_line {
  color: #2B4698;
  background-color: #F3F5FA;
  text-align: left;
  padding: 1px 0 1px 2px;
}
tr.mysql_html_table_even_line, tr.html_table_even_line {
  color: #2B4698;
  background-color: #dae4fa;
  text-align: left;
  padding: 1px 0 1px 2px;
}
tr.mysql_html_table_sum_minor_line {
	background-color: #EFDEDE;
}
tr.mysql_html_table_sum_major_line {
	background-color: #EFABAB;
}
tr.mysql_html_table_sum_complete_line {
	background-color: #ABEFAB;
}
tr.active {
  background-color: #66AAFF;
}
tr.matching {
	background-color: #FFEEEE;
}
div.legende div.fehlzeit,
table.monatskalender td.absence,
tr.fehlzeit {
  background-color: #B22222;
	color: #FFFFFF;
}
tr.tagessumme td {
  border-bottom: 3px double #000000;
  color: #000;
  text-align:right;
}
tr.mysql_html_table_odd_line:hover, tr.mysql_html_table_even_line:hover, tr.hover {
  background-color: #AADDFF;
}
tr.active:hover {
  background-color: #66AAFF;
}
td.mysql_html_table_odd_line_custom, td.html_table_odd_line_custom {
  color: #2B4698;
  background-color: #F3F5FA;
  text-align: center;
}
td.mysql_html_table_even_line_custom, td.html_table_even_line_custom {
  color: #2B4698;
  background-color: #dae4fa;
  text-align: center;
}
td.mysql_htmlform_caption_class {
  width: 150px;
}
td.mysql_htmlform_caption_error_class {
  width: 200px;
  color: #FFFFFF;
  background-color: #BB5555;
}
td.mysql_htmlform_input_class {
  width: 100px;
}
td.stellenangebot_bezeichner {
  font-weight: bold;
  width: 100px;
  vertical-align: top;
}
td.stellenangebot_inhalt {
  font-weight: normal;
}
.tree_collapse2 {
  vertical-align: text-top;
}
.tree_collapse2_first {
  vertical-align: text-top;
}
.tree_linie_h {
  vertical-align: text-top;
}
.tree_linie_s {
  vertical-align: text-top;
}
.tree_tkreuz_h {
  vertical-align: text-top;
}
.tree_tkreuz_s {
  vertical-align: text-top;
}
.tree_ecke {
  vertical-align: text-top;
}
.tree_collapse2_first:hover {
  background-color: #e1872f;
}
h3.zusammenfassung {
  padding-top: 1em;
}
div.mysql_textcontrol_standalone {
  border-width: 1px;
  border-style: solid;
  border-color: #143159;
  padding: 2px;
  overflow: auto;
}
input.lcs_gettopten_control {
  color: black;
  border-width: 1px;
  border-style: inset;
  border-color: gray;
}
div.lcs_gettopten_control_list {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  background-color: white;
  padding: 0px;
  margin-top: -1px;
  width: 20em;
}
div.lcs_gettopten_control_list_element {
  padding: 0px;
  color: black;
  border-width: 0px;
  border-style: outset;
  border-color: gray;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
a.lcs_gettopten_control_list_element {
  color: black;
  width: 100%;
  left: 0px;
  right: 0px;
  display: block;
  padding: 0 3px 0 3px;
  text-decoration: none;
}
.bewerbung_stagebar {
  display: none;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #ddd;
}
.bewerbung_sub_stagebar {
  display: none;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}
input.bewerbung_buttonbar_button {
  padding: 0.25rem 2rem;
  margin: 0px;
  height: auto;
  background-color: #d68a28;
  border-width: 0;
  color:#fff;
  border-style: outset;
  border-color: #ccc;
  cursor: pointer;
  font-weight:bold;
}
input.bewerbung_stagebar_button {
  border-width: 0px;
  padding: 3px 7px 3px 7px;
  padding-bottom: 3px;
  padding-left: 7px !important;
  padding-right: 7px !important;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  height: 28px;
  color: #2B4698;
  background-color: #ddd;
  cursor: pointer;
}
input.bewerbung_stagebar_button:hover {
  text-decoration: none;
  color: #2B4698;
  background-color: #AADDFF;
}
input.bewerbung_stagebar_button:active {
  text-decoration: none;
  color: white;
  background-color: #AADDFF;
}
input.bewerbung_stagebar_button_down {
  border-width: 0px;
  padding-left: 7px !important;
  padding-right: 7px !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0px;
  height: 28px;
  color: white;
  background-color: #6C82BF;
  cursor: pointer;
  float: left;
}
input.bewerbung_stagebar_button_down:hover {
  text-decoration: none;
  color: #2B4698;
  background-color: #AADDFF;
}
input.bewerbung_stagebar_button_down:active {
  text-decoration: none;
  color: white;
  background-color: #AADDFF;
}
input.bewerbung_stagebar_sub_button {
  border-width: 0px;
  text-decoration: none;
  margin: 0px;
  color: white;
  background-color: #6C82BF;
  cursor: pointer;
  padding-left: 7px !important;
  padding-right: 7px !important;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
input.bewerbung_stagebar_sub_button:hover {
  text-decoration: none;
  color: #2B4698;
  background-color: #AADDFF;
}
input.bewerbung_stagebar_sub_button:active {
  text-decoration: none;
  color: white;
  background-color: #AADDFF;
}
input.bewerbung_stagebar_sub_button_down {
  border-width: 0px;
  text-decoration: none;
  margin: 0px;
  color: #2B4698;
  background-color: #AADDFF;
  cursor: pointer;
  padding-left: 7px !important;
  padding-right: 7px !important;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
input.bewerbung_stagebar_sub_button_down:hover {
  text-decoration: none;
  color: #2B4698;
  background-color: #AADDFF;
}
input.bewerbung_stagebar_sub_button_down:active {
  text-decoration: none;
  color: white;
  background-color: #AADDFF;
}
a.bewerbung_stagebar_button {
  padding: 3px 9px 3px 9px;
  margin: 0px;
  color: #696056;
  background-color: #f1c48a;
  cursor: pointer;
}
a.bewerbung_stagebar_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #dc9b48;
}
a.bewerbung_stagebar_button:active {
  text-decoration: none;
  color: white;
  background-color: #AADDFF;
}
a.bewerbung_stagebar_button_down {
  text-decoration: none;
  padding: 3px 9px 3px 9px;
  color: white;
  background-color: #d68a28;
}
a.bewerbung_stagebar_button_down:hover {
  text-decoration: none;
  color: #d68a28;
  background-color: #fff;
}
a.bewerbung_stagebar_button_down:active {
  text-decoration: none;
  color: white;
  background-color: #AADDFF;
}
a.bewerbung_stagebar_sub_button {
  text-decoration: none;
  padding: 3px 9px 3px 9px;
  color: white;
  background-color: #d68a28;
}
a.bewerbung_stagebar_sub_button:hover {
  text-decoration: none;
  color: #d68a28;
  background-color: #fff;
}
a.bewerbung_stagebar_sub_button:active {
  text-decoration: none;
  color: white;
  background-color: #AADDFF;
}
a.bewerbung_stagebar_sub_button_down {
  text-decoration: none;
  padding: 3px 9px 3px 9px;
  color: #2B4698;
  background-color: #AADDFF;
}
a.bewerbung_stagebar_sub_button_down:hover {
  text-decoration: none;
  color: #2B4698;
  background-color: #AADDFF;
}
a.bewerbung_stagebar_sub_button_down:active {
  text-decoration: none;
  color: white;
  background-color: #AADDFF;
}
input.bewerbung_fileupload {
  width: 500px;
  border-width: 1px;
  border-style: solid;
  border-color: gray;
}
input.lcs_gettopten_control_waiting {
  color: gray;
  border-width: 1px;
  border-style: inset;
  border-color: gray;
}
div.lcs_gettopten_control_list_element_active {
  padding: 0px;
  color: HighlightText;
  background-color: Highlight;
  border-width: 0px;
  border-style: outset;
  border-color: gray;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
a.lcs_gettopten_control_list_element_active {
  color: HighlightText;
  background-color: Highlight;
  width: 100%;
  left: 0px;
  right: 0px;
  display: block;
  padding: 0 3px 0 3px;
  text-decoration: none;
}
.statuszeile_pfeil {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.tab-view { display: block; border-color: #666666; background-color: #F2F0EC; top: 0; position: static; }
.tab-active { color: #666; text-decoration: none; cursor: default; padding: 10px; font-size: 1em; font-weight:bold; background-color: #F2F0EC; border-color: #666666; border-style: solid; top: 0; }
.tab-active a { color: #666; text-decoration: none; cursor: default; }
.tab-normal { color: #FFF; text-decoration: none; padding: 10px 10px 2px 10px; margin: 8px 0 0 0; font-size: 1em; background-color: #002E90; border-width: 0; }
.tab-normal a { color: #FFF; text-decoration: none; }
.tab-panel { position: inherit; }
.tab-panel a:hover { text-decoration: none; }
h3.ui-accordion-header {padding-left: 20px;}

.TDatePicker_default {
  z-index: 1000000;
  color: #414141;
}
.TDatePicker_default .date {
	color: #414141;
}
.TDatePicker_default .date.today, .TDatePicker_default .date.selected {
	color: #FFFFFF;
}
tr.mysql_html_table a {
  color: white;
  font-weight: bold;
}
fieldset.fieldset1 {
  border-width: 0;
  border-top: 1px solid;
  margin-bottom: 3em;
}
fieldset.fieldset1 legend {
  font-weight: bold;
}
fieldset.fieldset2 {
  border-width: 0;
}
div.fields {
  text-align: right;
  margin-bottom: 20px;
}
td.ordered_column {
  background-color: #DAE4FA;
	color: #000000;
}
img {
  border-width: 0px;
}
tr.stellenangebot_odd_line, tr.stellenangebot_odd_line td {
  color: #696056;
  background-color: #e7e5e2;
  text-align: left;
  padding: 2px;
  padding-right: 10px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e7e5e2;
  height: 4em;
}
tr.stellenangebot_even_line, tr.stellenangebot_even_line td {
  color: #696056;
  background-color: #f6f5f4;
  text-align: left;
  padding: 2px 10px 2px 2px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #f6f5f4;
  height: 4em;
}
tr.stellenangebot_odd_line td a, tr.stellenangebot_even_line td a {
  font-weight: bold;
}
table.html_table_filter tr td {
  margin: 0px;
  padding: 2px 10px 0 0;
}
h2 {
  font-style: normal;
  font-size: 1.6em;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  text-transform: none;
  text-decoration: none;
}
.tautocomplete_list {
  background-color: #ffffff;
  z-index: 5;
}
.tautocomplete_list ul {
  margin: 0px;
  padding: 0px;
}
.tautocomplete_list ul li {
  border-bottom: 1px solid #eeeeee;
  margin: 0px;
  list-style-type: none;
  padding: 0.1em;
  cursor: pointer;
  white-space: normal;
}
.tautocomplete_list ul li.selected {
  background-color: #eeeeee;
}
input.loading {
  background-color: #F3F5FA;
  background-image: url(../../gfx/loader.gif);
  background-repeat: no-repeat;
  background-position: right;
}
div.stellenangebot {
  border: 1px solid #6C82BF;
  position: relative;
}
div.stellenangebot_titel {
  position: relative;
  color: #fff;
  font-weight: bold;
  background-color: #6C82BF;
  padding: 0.2em;
}
div.stellenangebot_info {
  position: relative;
  padding: 0.2em;
  width: 25em;
  float: left;
}
div.stellenangebot_anzeige {
  position: relative;
  padding: 0.2em;
  margin-left: 25em;
  border-left: 1px dashed #6C82BF;
}
div.stellenangebot_footer {
  clear: both;
}
thead.mysql_html_table.resizeable {
  color: #FFFFFF;
  background-color: #6C82BF;
  text-align: left;
  padding: 0 0 0 5px;
  background-image: url(../../gfx/resize_hint.gif);
  background-position: top right;
  background-repeat: no-repeat;
  cursor: default;
}
tfoot.mysql_html_table {
  color: #FFFFFF;
  background-color: #6C82BF;
  text-align: left;
  padding: 0 0 0 5px;
  cursor: default;
}
thead.mysql_html_table a {
  color: #ffffff;
  font-weight: bold;
}
.onlyprint {
  display: none;
}
*.infobox {
  color: #2B4698;
  background-color: #F3F5FA;
  border-width: 1px;
  border-style: solid;
  border-color: #6C82BF;
}
.message_container {
  width: 500px;
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0px;
  top: 16px;
  color: #2B4698;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #2B4698;
  padding: 0.5em;
}
#mainlayout {
  width: 950px;
  text-align: center;
  margin: auto;
}
#loader {
  position: fixed;
  z-index: 9999999999;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
div > div#loader {
  position: fixed;
}
.loaderContent {
  background-color: #2B4698;
  font-size: 11px;
  color: #FFF;
}
#mainbereich {
  text-align: left;
}
#footer, .footer {
  width: 100%;
  font-size: 11px;
  text-align: center;
  padding: 5px 0 0 0;
  clear: left;
}
th.mysql_html_table, tr.mysql_html_table th, th.html_table {
  background-position: top right;
  background-repeat: no-repeat;
}
th.resizeable {
  background-image: url(../../gfx/resize_hint.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
#statuszeile .message_container a {
  white-space: normal;
}
h3 {
  padding-top: 1em;
}

fieldset .branche_even {
}
fieldset .branche_odd {
}
fieldset .branche_odd a {
}
fieldset .branche_odd a:hover {
}
ul.summary {
  margin: 0;
  padding: 0 0 0 15px;
}
a.berufsgruppen {
  cursor: pointer;
}
input.input_required, select.input_required, span.input_required, div.input_required, textarea.input_required {
  border: 1px dashed #d6340e;
  background-color: #fef0ed;
  margin-bottom:0.25rem;
}
input.input_required_disabled, select.input_required_disabled, span.input_required_disabled, div.input_required_disabled, textarea.input_required_disabled {
  border: 1px dashed #d6340e;
  background-color: #dae4fa;
}
input.bewerbung_buttonbar_button:hover {
}
input.input, select.input, div.input {
  border:1px solid #696056;
}
a.menue_block_kopf {
  padding: 2px 0 2px 5px;
  background-image: url(../../gfx/menu_knopf_bg.gif);
  background-color: #2B4698;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  display: block;
}
a.menue_block_kopf:hover {
  background-image: none;
  background-color: #2B4698;
}
a.menue_block_kopf_active {
  padding: 2px 0 2px 5px;
  background-image: none;
  background-color: #2B4698;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  display: block;
}
.notice {
  padding: 0.5em;
  border-bottom: 1px dashed;
  margin-bottom: 1em;
  position: fixed;
  z-index: 9999999;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #FFFFFF;
}
.notice a { color: #FFF; }
.notice img { margin-right: 0.5em; }

.titelCaption {
  position: absolute;
}

.titelButtons {
  position: absolute;
  right: 0px;
}

.titelButtons .mail {
	margin-right: 5px;
}

.indent {
  position: absolute;
  width: 2em;
  height: 1.5em;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 0.7em;
}

.filterPanel { background: #d0ccc6; margin: 0 0 5px 0; margin-bottom:1rem; }
.filterPanel .header { background: url(../../gfx/menu_knopf_bg.gif) repeat-x #2B4698; color: #FFF; font-weight: bold; height: 20px; }
.filterPanel .footer { background-image: url(../../gfx/menu_knopf_bg.gif) repeat-x bottom; text-align: right; clear: left; height: 28px; }
.filterPanel .header span { color: #FFF; padding: 2px 0 2px 5px; }
.filterPanel .footer span { color: #FFF; padding: 2px 0 2px 5px; }
.filterPanel .footer input { font-size: 0.9em; margin: 0; padding: 0; }
.filterPanel .controls { padding: 5px; }
.filterPanel .control { padding: 2px; float:left; padding:1px; height: 50px; vertical-align: baseline; }
.filterPanel .control .changed { border: 2px #F00 solid; }
.filterPanel select { border-width: 1px 0 0 1px; border-color: #ccc; border-style: solid; font-size: 1em; }
.filterPanel .tooltip { background: #FFFDB2; border: 1px solid #000000; text-align: left; padding: 3px; top: -2px; left: -2px;}

.ui-dropdownchecklist { border-width: 1px 0 0 1px; border-color: #ccc; z-index: 10 }
.ui-dropdownchecklist-text { color: #000; font-size: 1em; }
.ui-dropdownchecklist-item { font-size: 0.6em }

.htmlPortlet {}
.langPortlet { font-size: 0.7em; float: left; padding: 10px 0 10px 2px; width: 100%; display: block; }

.pager { float: right; border: 0px solid #2B4698; position: relative; margin-bottom: 20px; }

.pager .jumppanel {
	display: none;
	position: absolute;
	width: 90px;
	right: 0;
	top: 18px
}

.pager .jumpshowbutton {
	vertical-align: middle;
	height: 12px;
}

.pager .jumpgobutton {
	vertical-align: middle;
	height: 10px;
}

.pager .jumptextbox {
	height: 1em;
	font-size: 1em;
	width: 2em;
	margin:0 3px;
}

.topButton {
  margin: 5px 0 5px 0;
}

.actionbutton_panel {
}

.actionbutton_panel input,
.actionbutton_panel a {
	margin: 0 1px;
}

.actionbutton_panel_active {
  margin-top: -4px;
  margin-left: -4px;
}

.bewerbungKenntnisse {
  display: none;
}

.tooltip {
  background-color: #FFFDB2;
  border: 1px solid #000000;
}

.edit_table { background: #DEDEDE; }

.stagebar {
  width: 170px;
  background-color: gray;
  display: block;
  margin: 0 10px 0 0;
  vertical-align: top;
}

.stagebar .stagebar_button {
  padding: 5px 0 5px 10px;
  width: 100%;
  margin: 0 10px 0 0;
  color: #2B4698;
  background-color: #DAE4FA;
  cursor: pointer;
}
.stagebar .stagebar_button:hover {
  color: #FFF;
  background-color: #2B4698;
  text-decoration: none;
}

.stagebar .stagebar_button_down {
  padding: 5px 0 5px 10px;
  width: 100%;
  margin: 0 10px 0 0;
  color: #FFF;
  background-color: #000;
  cursor: default;
}
.stagebar .stagebar_button_down:hover {
  text-decoration: none;
  background-color: #000;
}





.hasCountdown { float: left; }

td.kontrakt_item_start {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #002E90;
}

td.kontrakt_item_start.first {
  border-width: 1px 0 0 1px;
}
td.kontrakt_item_start.last {
  border-width: 1px 1px 0 0;
}

td.kontrakt_item_end {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #002E90;
}
th.kontrakt_item_start.first {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #002E90;
}

.cart_item_summary { font-weight: bold; white-space: nowrap; }
.cart_summary { float: right; font-weight: bold; text-decoration: underline; padding: 5px; text-align:right; }
.cart_summary .brutto { border-bottom: 1px double #000; }
.cart_summary td { text-align: right; }

.CheckOutWizard table td { vertical-align: top; }

.artikel_preis1 { font-weight: normal; white-space:nowrap; }
.artikel_preis2 { font-weight: bold; text-decoration: underline; white-space:nowrap; }


.altArtikelview { background-color:#FFFFFF; border:1px solid #CCCCCC; padding: 5px; margin-bottom: 10px; }
.altArtikelview .artikeldetails { float: left; margin: 0 5px 5px 0; width: 49%; background-color: #EFEFEF; }
.altArtikelview .artikeldetails .first { float: left; }

.artikeldetails { width: 100%; border: 1px solid #CCCCCC; border-collapse:collapse; margin-bottom: 10px; }
.artikeldetails td.first { width: 300px; vertical-align: top; border-collapse:collapse; text-align: left; background-color: #FFF; }
.artikeldetails td.second { border-left: 1px solid #CCCCCC; border-collapse:collapse; background-color: #EFEFEF; vertical-align: top; }
.artikeldetails h2, .artikeldetails h3 { color: #002E90; margin:0; padding-top: inherit; }
.artikeldetails h3 a { font-weight: bold; }

.artikeldetails div.thumbs { display: block; padding-bottom: 2px; height: 34px; }
.artikeldetails div.thumbs img { border: 1px solid #FFF; }
.artikeldetails div.thumbs div.thumb { float:left; text-align:center; }
.artikeldetails div.thumbs div.active { border: 1px solid #CCC; }

div.artikelpreiskalk { border: 1px solid #CCCCCC; padding: 5px; background-color: #FFF; margin-bottom: 10px; }
div.artikelpreiskalk h2 {  }
div.artikelpreiskalk table.mysql_html_table { padding: 0; border: 0px; }
div.artikelpreiskalk table.mysql_html_table th { }

.jqzoom { clear: left; }

div.jqZoomTitle {
  z-index:5000;
  text-align:center;
  font-size:11px;
  font-family:Tahoma;
  height:16px;
  padding-top:2px;
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #FFF;
  background: #999;

}

.jqZoomPup {
  overflow:hidden;
  background-color: #FFF;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
  z-index:10;
  border-color:#c4c4c4;
  border-style: solid;
  cursor:crosshair;
}

.jqZoomPup img { border: 0px; }

.preload {
  -moz-opacity:0.8;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align:center;
  background-image: url('../../gfx/loader.gif');
  background-repeat: no-repeat;
  background-position: 43px 30px;
  width:90px;
  * width:100px;
  height:43px;
  *height:55px;
  z-index:10;
  position:absolute;
  top:3px;
  left:3px;
}

.jqZoomWindow { border: 1px solid #999; background-color: #FFF; }

.bewerbung_summary_table { width: 500px; }

.bewerbung_summary_table .first { width: 200px; }

.beweberInfoDetailDescription { background-color: #CCC; margin: 0 0 20px 0 }

.cart_container {
  position: fixed;
  right: -20px;
  bottom: 5px;
  z-index: 1000000000000000;
}

.cart_overlay {
  line-height:15px;
  width: 300px;
  height: 66px;
  background:#002E90;
  border:1px solid #FFF;
  -moz-border-radius:5px 0px 0px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.cart_products {
  border:1px solid #FFF;
  -moz-border-radius:0 0px 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background:#002E90;
  width: 300px;
}

.cart_products .products { display: hidden; }
.cart_products a { color: #FFF; font-weight: bold; text-align: center; }

.labelclose { display: none }

.cart_clock {
  background:url("../../gfx/bag.png") no-repeat scroll 0 0 transparent;
  color:white;
  font-size:1em;
  font-weight:bold;
  text-shadow:1px 1px 1px #555;
  height:60px;
  line-height:1.1em;
  padding:3.5em 0 0;
  position:absolute;
  text-align:center;
  top:-25px;
  vertical-align:middle;
  width:65px;
  z-index:5;
  margin-left: 5px;
}

.cart_overlay span.title {
  font-size:11px;
  color: #000;
  height:36px;
  margin:4px 0px 0px 44px;
  display:block;
  text-shadow:1px 1px 1px #CCC;
  padding-top:3px;
  padding-left: 26px;
  background: #F1F1F1;
  -moz-box-shadow:0px 0px 5px #000 inset;
  -webkit-box-shadow:0px 0px 5px #000 inset;
  box-shadow:0px 0px 5px #000 inset;
}

span.links {
  width: 300px;
  height: 8px;
  padding-top: 2px;
  display: block;
  margin-left: 58px;
}

span.links a {
  background-color: #222;
  padding: 2px 18px;
  font-size:10px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  -moz-box-shadow: 0 1px 3px #000;
  -webkit-box-shadow: 0 1px 3px #000;
  box-shadow:0 1px 3px #000;
  text-shadow: 0 -1px 1px #222;
  cursor: pointer;
  outline:none;
}

span.links a:hover{
  background-color:#000;
  color:#fff;
}

table.monatskalender {
	table-layout: fixed;
	position: relative;
}

div.monatskalender_korrektur {
	display: none;
	position: absolute;
	background-color: #DEDEDE;
	border: 1px solid #000000;
}

div.monatskalender_korrektur > div {
	padding: 3px 5px;
}

div.monatskalender_korrektur > div.odd {
	background-color: #F1F1F1;
}

span.corrections {
	display: block;
	float: left;
	margin-top: 7px;
}

img.button,
div.monatskalender_korrektur label,
div.massaction label {
	cursor: pointer;
}

table.monatskalender th {
	padding: 0;
	width: 2.9%;
}

table.monatskalender th.first {
	width: 9.5%;
	text-align: left;
	cursor: pointer;
}

table.monatskalender th.first a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

table.monatskalender th.sunday {
  color: #f00;
}

table.monatskalender th.sum {
  width: 3.5%;
}

table.monatskalender td {
  text-align: center;
  font-size: 0.75em;
  padding: 0;
  vertical-align: middle;
}

table.monatskalender td.first {
	width: 10.1%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  font-size: 1em;
}

table.monatskalender tr td.work.ok {
	background: #66ff99; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffff00), color-stop(50%, #ffff00), color-stop(50%, #66ff99), color-stop(100%, #66ff99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%); /* IE10+ */
	background: linear-gradient(135deg, #ffff00 0%, #ffff00 50%, #66ff99 50%, #66ff99 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#66ff99', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

table.monatskalender tr td.work.edit {
	background: #6699ff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffff00), color-stop(50%, #ffff00), color-stop(50%, #6699ff), color-stop(100%, #6699ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%); /* IE10+ */
	background: linear-gradient(135deg, #ffff00 0%, #ffff00 50%, #6699ff 50%, #6699ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#6699ff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

table.monatskalender td.view.edit,
table.monatskalender td.change {
	cursor: url(themes/default/images/mouse_right.cur), url(images/mouse_right.cur), pointer;
}

table.monatskalender td.work {
	cursor: url(themes/default/images/mouse_left.cur), url(images/mouse_left.cur), pointer;
}

table.monatskalender td.work.view.edit,
table.monatskalender td.work.change {
	cursor: url(themes/default/images/mouse_both.cur), url(images/mouse_both.cur), pointer;
}

table.monatskalender td.work,
table.monatskalender td.termin,
div.legende div.work,
div.legende div.yellow {
  background-color: #ff0;
}

table.monatskalender td.faktur,
div.legende div.blue {
  background-color: #00f;
}

div.legende div.edit,
table.monatskalender td.edit {
  background-color: #69f;
}

table.monatskalender td.druck,
div.legende div.red {
  background-color: #f00;
}

table.monatskalender td.ok,
div.legende div.ok {
	background-color: #6f9;
}

div.legende div.green {
  background-color: #008800;
}

table.monatskalender td.keine,
div.legende div.olive {
  background-color: #bfbf00;
}

table.monatskalender td.nicht,
div.legende div.orange {
  background-color: #e47833;
}

table.monatskalender td.zurueck,
div.legende div.cyan {
  background-color: #0ff;
}

table.monatskalender td.termin.cancel {
	cursor: pointer;
}

table.monatskalender td.termin div {
  position: relative;
}

table.monatskalender td.termin div div.cancel {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../gfx/forbidden.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

table.monatskalender td.saturday {
  background-image: url(../../gfx/saturday.gif);
}

table.monatskalender td.sunday {
  background-image: url(../../gfx/sunday.gif);
}
table.monatskalender td.holiday {
  background-image: url(../../gfx/holiday.gif);
}

table.monatskalender th.clean,
table.monatskalender td.first.clean {
  font-size: 0.85em;
}

table.monatskalender td.clean div {
	position: relative;
  background: url(../../gfx/appmiddle.gif);
  height: 12px;
}

table.monatskalender td.wclean div {
	position: relative;
  background: url(../../gfx/appmiddlew.gif);
  height: 12px;
}

table.monatskalender td.clean div img.left,
table.monatskalender td.wclean div img.left {
  position: absolute;
  left: 0;
}

table.monatskalender td.clean div img.right,
table.monatskalender td.wclean div img.right {
  position: absolute;
  right: 0;
}

table.monatstermine,
table.wochentermine {
	width: 100%;
}

table.monatstermine td,
table.wochentermine td {
	padding: 5px 0;
}

table.monatstermine td > div,
table.wochentermine td > div {
  position: relative;
}

table.monatstermine td.termin.cancel,
table.wochentermine td.termin.cancel {
	cursor: pointer;
}

table.monatstermine td.termin div div.cancel,
table.wochentermine td.termin div div.cancel {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../../gfx/forbidden_red.png);
  background-repeat: no-repeat;
  background-position: center center;
}

div.dienstplan div div.info {
	float: left;
	width: 180px;
}

div.dienstplan div div.info div {
	overflow: hidden;
	white-space: nowrap;
	margin-right: 10px;
}

div.dienstplan div div.stunden {
	padding-left: 180px;
}

div.dienstplan div div.stunden table {
	border-collapse: collapse;
}

div.dienstplan div div.stunden table td {
  border: 1px solid #000;
  width: 6.1%;
  text-align: right;
}

div.dienstplan div div.stunden table td.edit,
div.dienstplan div div.stunden table td.soll,
div.dienstplan div div.stunden table td.ist {
	cursor: pointer;
}

div.dienstplan div div.stunden table td.sync {
	background-color: #fd8;
	cursor: help;
}

div.dienstplan div div.stunden table td.edit:hover {
  background-color: #6af;
}

div.dienstplan div div.stunden table td.soll:hover,
div.dienstplan div div.stunden table td.ist:hover {
  background-color: #fa6;
}

div.dienstplan div div.stunden table td.springer {
  background-color: #8ff;
}

td.fehlzeit,
div.dienstplan div div.stunden table td.red {
	background-color: #f00 !important;
	color: #fff;
}

div.dienstplan div div.stunden table td.first {
  width: 2.4%;
  text-align: center;
  font-weight: bold;
}

div.dienstplan div div.stunden table th {
  padding: 0 !important;
  border: 1px solid #000;
}

div.dienstplan div div.stunden table th.sat,
table.umsatz td.abschlag {
  color: #0c0;
}

div.dienstplan div div.stunden table th.sun,
table.umsatz td.zuschlag {
  color: #f00;
}

div.legende {
	position: relative;
	float: left;
	height: 1em;
	padding-left: 1.2em;
	margin: 5px 13px 3px 0px;
}

div.legende div {
	position: absolute;
	top: 2px;
	left: 0;
  width: 1em;
  height: 1em;
}

input.stechuhr {
	width: 200px;
	height: 70px;
	display: block;
	margin: 10px;
	font-size: 20px;
}

div.stechuhr {
	width: 200px;
	height: 50px;
	display: block;
	margin: 10px;
	padding: 10px 0;
}

div.stechuhr span {
	text-align: center;
  display: block;
  margin: 5px 0;
}

select optgroup option {
    padding-left: 20px;
}

select optgroup option {
  padding-left: 20px;
}

.ui-widget { font-size: 12px; font-family: sans-serif; text-align: left; }
.ui-dialog .ui-dialog-content { font-size: 12px; }
.ui-widget-header { border: 0 none; }
.ui-widget-overlay { background: none; opacity: 0.5; }

.langSelect {
  padding: 0 10px;
}

div.qs_item {
	margin: 20px 10px;
}

div.qs_item div.qs_item_left {
	width: 50%;
	float: left;
}

div.qs_item div.qs_item_desc {
	overflow: hidden;
	font-weight: bold;
}

div.qs_item div.qs_item_right {
  width: 30%;
  float: right;
}

div.qs_item div.qs_item_image {
  width: 10%;
  float: right;
  text-align: center;
}

div.qs_item div.qs_item_value {
  margin-top: 5px;
  text-align: center;
}

div.qs_data_panel {
	display: none;
}

table.gbr_overlay {
	width: 100%;
}

table.gbr_overlay td:first-child {
	font-weight: bold;
}

.validator_error { padding: 2px 0 0 2px; }

.ButtonPanelScrolled {
	background-color: #6C82BF;
}


/* Bewerbungsvorgang */
.bTable, .bTable2, .bInnerTable {
  border: 0;
  border-collapse: collapse;
}
.bTable, .bInnerTable {
  width: 100%;
}
.bewerbung, .bTable {
  padding: 2px;
  width: 776px;
}
.bewerbung .bLabel {
  width: 120px;
  vertical-align: top;
}
.bewerbung .bControl {
  width: 220px;
}
.bewerbung .bControl > input[type=checkbox] {
  width: auto;
}
.bewerbung .bControl > input, .bewerbung .bControl > select {
  width: 200px;
}
.bewerbung .bControl > input.bDate {
  width: 175px;
}
.bewerbung th.bDateMonth {
  width: 80px;
}
.bewerbung input.bDateMonth {
  width: 50px;
}
.bewerbung textarea {
  padding: 0;
  margin: 0;
}
div.formularAnordnungUntereinander > div.formularfeld {
  width: 200px;
}
div.formularAnordnungUntereinander > div.formularfeld,
div.formularAnordnungNebeneinander > div.formularfeld {
  text-align: left;
  padding: 5px;
}
div.formularAnordnungNebeneinander > div.formularfeld > div.formularfeldname {
  width: 180px;
  float: left;
}

div.formularAnordnungNebeneinander > div.formularfeld > div.formularfeldelement {
  float: left;
}

div.formularAnordnungNebeneinander > div.formularfeld > div.clear {
  clear: both;
}
select.FormularClass,
textarea.FormularClass,
input.FormularClass {
  width: 300px;
}
fieldset.FormularClass,
span.FormularMessageClass {
  text-align: left;
}
span.FormularMessageClass ul {
  padding-left: 15px;
}
.FormularPortletEdit select,
.FormularPortletEdit input {
  width: 100%;
}
.FormularPortletEdit {
  text-align: left;
}

table.schnellerfassung {
	width: 100%;
}

table.schnellerfassung td {
	vertical-align: middle;
}

table.schnellerfassung td.add {
	cursor: pointer;
	text-align: center;
}

table.schnellerfassung input.time,
table.schnellerfassung input.duration {
  width: 35px;
}

table.schnellerfassung input.project,
table.schnellerfassung select {
  width: 90%;
}

.sub_navi {
  display: none;
}
.show {
  display: block;
}

div.ist_erfassung_legende > div {
	float: right;
	margin-bottom: 1em;
}

div.ist_erfassung_legende > div > div {
	display: inline-block;
	margin-left: 10px;
}

div.ist_erfassung_legende > div > div img {
	vertical-align: middle;
}

table.details {
	width: 100%;
	border: none;
}

table.details tr td {
	padding: 2px 4px;
}

table.details tr td:first-child {
	width: 30%;
	font-weight: bold;
}

table.umsatz {
	table-layout: fixed;
}

table.umsatz th {
	font-weight: bold;
}

table.umsatz td {
	overflow: hidden;
	white-space: nowrap;
}

table.umsatz td.summe {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

table.monthlist {
	border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

table.monthlist td {
	cursor: pointer;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	height: 20px;
}

table.monthlist td.today {
	border-style: double;
	border-color: #f00;
}

table.monthlist td.absence {
	background-color: #fcc;
}

table.monthlist td.available {
	background-color: #ddd;
}

div.massaction {
	margin-left: 8px;
}

div.massaction > span {
	margin-left: 5px;
}

span.caption,
div.caption {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 5px 0;
	display: block;
}

table.einsatzplan {
  table-layout: fixed;
  width: 100%;
	border-collapse: collapse;
}

table.einsatzplan th {
	border-left: 1px solid #F3F5FA;
	padding: 2px 0;
}

table.einsatzplan th.first {
	width: 80px;
	border-left: none;
}

table.einsatzplan th.sunday {
	color: #f00;
}

table.einsatzplan td {
  padding: 0;
}

table.einsatzplan td.first {
  vertical-align: middle;
}

table.einsatzplan td div {
	margin: 2px 0;
	border-top: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	cursor: pointer;
}

table.einsatzplan td div.first {
  border-radius: 7px 0 0 7px;
	border-left: 1px solid #5A5A5A;
}

table.einsatzplan td div.last {
  border-radius: 0 7px 7px 0;
	border-right: 1px solid #5A5A5A;
}

table.einsatzplan td div.first.last {
  border-radius: 7px;
	border-right: 1px solid #5A5A5A;
}

table.einsatzplan td div.item_1 { /* Bewerbung -> lila */
	background-color: #F0F;
}

table.einsatzplan td div.item_2 { /* Einsatz -> grÃ¼n */
	background-color: #0F0;
}

table.einsatzplan td div.item_4 { /* Reserve -> tÃ¼rkis */
	background-color: #0FF;
}

table.einsatzplan td div.item_6 { /* Merkliste -> gelb */
	background-color: #FF0;
}

table.einsatzplan td div.item_7 { /* Abwesenheit -> grau */
  background-color: #999;
}

table.einsatzplan td div.hover {
	background-image: url("../../gfx/overlay.png");
	background-repeat: repeat;
}

table.bestellung_tooltip td {
	text-align: left;
}

table.monthlist td.ui-selecting { background-image: url(../../gfx/holiday.gif) }
table.monthlist td.ui-selected { background-image: url(../../gfx/holiday.gif) }

td.absence > div > div {
	width: 10%;
	display: inline-block;
	text-align: center;
}

table.timelist.edit_table {
	width: 100%;
}

table.timelist.edit_table > tbody > tr > td {
	width: 50%;
}

table.timelist.edit_table input.hours,
table.timelist.edit_table input.minutes {
	width: 24px;
}

table.timelist.edit_table select.duration {
	width: 34px;
}

table.timelist.edit_table .groupbox_filter {
  margin-bottom: 1em;
}

table.timelist.edit_table td.auftrag > *,
table.timelist.edit_table td.leistung > * {
	width: 105px;
}

div.location-ambigous {
  position: relative;
  display: inline;
}

table.timecontract .buchungszeit {
  display: inline;
}

table.timecontract .time {
  width: 1.5em;
}

table.timecontract .duration {
  width: 2em;
}

.stellen_stellenangebotupdate .job-tab-panel {
	float: none;
}

.stellen_stellenangebotupdate .job-tab-panel .basis-informationen {
	float: left;
	width: 30em;
}

.recruiting_recruitingfilter .tab-view {
	height: 350px;
}

.recruiting_recruitingpersonalanzeigen .matching-table .personal-alter input,
.recruiting_recruitingpersonalanzeigen .matching-table .stellenangebot-alter input {
	width: 50px;
}

.recruiting_recruitingpersonalanzeigen .matching-table .geschlecht,
.recruiting_recruitingpersonalanzeigen .matching-table .mobilitaet,
.recruiting_recruitingpersonalanzeigen .matching-table .vztz,
.recruiting_recruitingpersonalanzeigen .matching-table .reisebereitschaft,
.recruiting_recruitingpersonalanzeigen .matching-table .umkreis  {
	width: 150px;
}

.recruiting_recruitingpersonalanzeigen .matching-table .berufe,
.recruiting_recruitingpersonalanzeigen .matching-table .kenntnisse {
	width: 180px;
}

.recruiting_recruitingpersonalanzeigen .matching-table .bewertung {
	width: 85px;
}

.recruiting_recruitingpersonalanzeigen .matching-table .freifeld {
	width: 99%;
	height: 55px;
}

.kontaktoverlay .time {
	width: 55px;
}

.time-punch #DigitalClock {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}

.time-punch>div {
  float: left;
}

.time-punch .CoolClock  {
  width: 200px;
  margin: 10px 0 0 20px;
}

.noticeButton {
  display: inline-block;
  margin-left: 2px;
}

.cleaning_zeitbuchungen input.time {
	width: 24px;
}


/* Theme Styles */
body{
background-color: #FFFFFF;
color: #000000;
}

h2{
color:#f27800;
}

a{
color: #696056;
}

p {
  color: #000000;
}
#banner_oben {
display: none;
}

#statuszeile {
display:none;
background-color: #FFFFFF;
}

#titelzeile {
background-image: none;
background-color: transparent;
color: #696056;
margin-bottom:0.5rem;
border:0;
padding:0;
font-weight:normal;
text-transform:none;
}

#menue{
display: none;
background-color: #FFFFFF;
}

div.menue_block_kopf {
  background-image: none;
  background-color: #d68a28;
  color: #FFFFFF;
}

a.menue_block_item {
  color: #747474;
}

#hauptbereich {
  background-color: #FFFFFF;
  border:0;
}

.loaderContent {
  background-color: #FFFFFF;
}

th.mysql_html_table, tr.mysql_html_table th, td.mysql_html_table, th.html_table, tfoot.mysql_html_table td {
  color: #FFFFFF;
  background-color: #d68a28;
}

table.mysql_html_table, table.html_table {
border-top-color: #6c82bf;
border-right-color-value: #6c82bf;
border-bottom-color: #6c82bf;
border-left-color-value: #6c82bf;
}

th.mysql_html_table, tr.mysql_html_table th, td.mysql_html_table, th.html_table, tfoot.mysql_html_table td {
  color: #FFFFFF;
  background-color: #d68a28;
  padding:0.1rem 0.1rem;
}

.filterPanel .header { background-image: none; background-color: #d68a28; color: #FFFFFF; padding:0.1rem 0.4rem; }

div.stellenangebot_titel {
color: #000000;
font-weight: normal;
background-color: #FFFFFF;
}

.filterPanel .footer span { color: #000000; padding: 2px 0 2px 5px; font-size:1rem; }

.ui-autocomplete-input, .form-group input[type="text"], .form-group select, .ui-dropdownchecklist { border:1px solid #696056; }

.pager input { vertical-align:bottom; }

#ctl0_PortalLayoutContent_Main_filterRssButton { margin:0 0.4rem; }

.bewerbung input.input, .bewerbung select.input, .bewerbung div.input { margin-bottom:0.25rem; }

#ctl0_PortalLayoutContent_head { display:none; }
#ctl0_PortalLayoutContent_content_TitlePortlet_0_HelpWindow_HelpPanel { display:none; }
.autocomplete-add-button { display:none; }