/* GENERAL */

/* Button */
a.button {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
}
a.button:hover {
  text-decoration: none !important;
}

/* SHADOWBOX */

#sb_frame {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#sb_shader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

#sb_box {
  position: fixed;
  left: 50%;
  margin-left: -260px;
  margin-top: 100px;
  width: 480px;
  max-width: 960px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  font-family: Arial;
  font-size: 12px;
  text-align: left;
}

#sb_box h2 {
  font-weight: normal !important;
}

#sb_box a {
  font-weight: normal;
  text-decoration: none;
}

#sb_box a:hover {
  text-decoration: underline;
}

#sb_hider {
  float: right;
  margin-top: -32px;
  margin-right: -32px;
}

.shadowbox, .ShadowBox {
  display: none;
}

/* OVERVIEW NAVI */

.onavi {
  border-collapse: collapse;
  padding-top: 20px;
}
.onavi td {
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.onavi td a {
  display: block;
  border-radius: 2px;
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
}
.onavi td a:hover {
  text-decoration: none;
}
.onavi td a img {
  /* width: 240px;
  height: 150px; */
  border: 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}


/* SELECTION NAVI */

.snavi td {
  cursor: pointer;
}
.snavi td a {
  text-decoration: none;
}
.snavi td a:hover {
  text-decoration: none;
}
.snavi img {
  border: 0px;
  border-radius: 2px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* OFFERS */

/* Filters */
#ofFilters {
  margin: 20px 0 20px 0;
  font-weight: bold;
}
#ofFilters label {
  margin-right: 20px;
}
#ofFilters input {
  padding: 0;
  margin: 0 5px 2px 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* Tiles */
#ofTiles > table {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 20px 20px 0;
  border-collapse: collapse;
}
#ofTiles > table > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}
#ofTiles > table > tbody > tr > td:first-child {
  width: 240px;
}
#ofTiles > table > tbody > tr > td:last-child {
  display: none;
}
#ofTiles a.shadow {
  font-weight: normal;
}

/* TABS */

/* Tab Links */
[id^=tsTabs] {
  border-collapse: collapse;
  border-spacing: 0;
}
[id^=tsTabs] td {
  padding: 0;
}
[id^=tsTabs] a {
  display: block;
  padding: 5px 10px;
  margin-left: 5px;
  font-weight: bold !important;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  text-decoration: none !important;
}

/* Tab Boxes */
[id^=tsBoxes] > table {
  display: none;
  border: 1px solid;
}

/* HOTELCAREER */

div#hc-joblisten {
  font-size: 13px;
  font-family: Arial;
}
div#hc-jobliste-display {
  font-size: 13px;
  font-family: Arial;
}
span.hc-joblist-offer-date {
  float: right;
  display: block;
}
ul.hc-joblist-offer-list {
  list-style-type: none;
  padding:0px;
  margin: 0px;
  border-top: 1px solid grey;
}
li.hc-joblist-listitem {
  border-bottom: 1px dotted grey;
  padding-bottom: 5px;
  padding-top: 5px;
}
a.hc-joblist-offer-link {
  color: grey;
}
span.hc-joblist-offer-date {
}
a img {
  border: none;
}
h2 { 
  font-size:15px;
  color: #78102B;
}

/* HORIZONTAL LINE */

hr {
  height: 1px;
  border: 0;
}