body {
  color: #282b30;
}

a {
  color: #ffffff;
}

.header h1 {
  height: 18px;
}

.highlight {
  color: #ffde00;
}

.light {
  color: #fff;
  text-shadow: black 0 1px 1px;
}

.dark {
  color: #222;
  text-shadow: white 0 1px 1px;
}

.light-headline {
  border-bottom: 3px solid #ffde00;
}

.text {
  background: #fdfcea;
  border: 1px solid #59606a;
}

/******************************************************************************
 * Style fuer den Banner oben mit Gruen-Gradient
 ******************************************************************************/
.header {
  background-image: -ms-linear-gradient(top, #2f7050 0%, #005029 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f7050), color-stop(100%, #005029));
  background-image: -webkit-linear-gradient(#2f7050, #005029);
  background-image: -moz-linear-gradient(#2f7050, #005029);
  background-image: -o-linear-gradient(#2f7050, #005029);
  background-color: #2f7050;
  border-top: 3px solid #7f7f7f;
  font-weight: bold;
  color: #647683;
}

.header .max-width {
  padding-left: 10px;
}

.settings span {
  background: url('../images/themes/pi/dialog-indicator.png') no-repeat;
  height: 10px;
  left: 30px;
  top: -10px;
  width: 18px;
}
.settings li {
  border-right: 1px solid #e0e1e3;
}

.dialog {
  background: url('../images/themes/pi/dialog.png?1305374401');
  color: #fff;
}

/******************************************************************************
 * Gelbe Linien unter dem gruenen Banner raus
 ******************************************************************************/
.content {
  border-top: 0px;
}
.main-nav {
  /* Menueband links top auf 1px statt -3px setzen */
  top: 1px;
}
.breadcrumbs {
  /* Leiste mit den Login-Feldern height 26 statt 24 */
  height: 26px;
}
.dashBoardPanel {
  /* Bereich fuer den Willkomenstext nach dem Login */
  padding-top: 10px;
}

/******************************************************************************
 * Style fuer Menueband links mit Grau-Gradient
 ******************************************************************************/
.menu {
  background-image: -ms-linear-gradient(top, #7f7f7f 0%, #434343 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7f7f7f), color-stop(100%, #434343));
  background-image: -webkit-linear-gradient(#7f7f7f, #434343);
  background-image: -moz-linear-gradient(#7f7f7f, #434343);
  background-image: -o-linear-gradient(#7f7f7f, #434343);
  background-color: #7f7f7f;
  border-right: 1px solid #7f7f7f;
  border-top: 3px solid #7f7f7f;
}
.menu ul {
  border-right: 1px solid #7f7f7f;
}
.menu li {
  border-bottom: 0;
}
.menuitem {
  /* Linie unter jedem Menue-Eintrag entfernen */
  border-bottom: 0px solid #cdc8b6;
}
.menuitem:hover {
  background-image: -ms-linear-gradient(top, #d6bf6f 0%, #a68f3f 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6bf6f), color-stop(100%, #a68f3f));
  background-image: -webkit-linear-gradient(#d6bf6f, #a68f3f);
  background-image: -moz-linear-gradient(#d6bf6f, #a68f3f);
  background-image: -o-linear-gradient(#d6bf6f, #a68f3f);
  background-color: #d6bf6f;
}
.selected .menuitem {
  background-image: -ms-linear-gradient(top, #d6bf6f 0%, #a68f3f 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6bf6f), color-stop(100%, #a68f3f));
  background-image: -webkit-linear-gradient(#d6bf6f, #a68f3f);
  background-image: -moz-linear-gradient(#d6bf6f, #a68f3f);
  background-image: -o-linear-gradient(#d6bf6f, #a68f3f);
  background-color: #d6bf6f;
}
/* Style fuer zweite Zeile im Menue */
.menuitem h3 {
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
}
/* Icons oben im Banner und links im Menueband */
.menuitem h2, .icon {
  /* schwarze Symbole */
  /* background-image: url('../images/themes/pi/icons-c177a5e256.png'); */
  
  /*weisse Symbole */
  background-image: url('../images/themes/pi/icons-weiss.png');
  
  background-repeat: no-repeat;
}

/******************************************************************************
 * Personensuche
 ******************************************************************************/
.small-header {
  background-image: -ms-linear-gradient(top, #d6bf6f 0%, #a68f3f 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6bf6f), color-stop(100%, #a68f3f));
  background-image: -webkit-linear-gradient(#d6bf6f, #a68f3f);
  background-image: -moz-linear-gradient(#d6bf6f, #a68f3f);
  background-image: -o-linear-gradient(#d6bf6f, #a68f3f);
  background-color: #d6bf6f;
  border-bottom: 1px solid #b1b1b1;
  margin-top: -3px;
}

#content2 {
  background-color: #d3d3d3;
  border: 0px;
}

/******************************************************************************
 * Maskensuche
 ******************************************************************************/
.item {
  background: #eeeeee;
  padding: 3px 10px;
}

.gwt-SuggestBoxPopup .item-selected {
  background: #d6bf6f;
}
/* end new style *****************************************************************************/

.help {
  background: rgba(0, 0, 0, 0.2);
}
.help h2 {
  border-bottom: 3px solid #4f5153;
}

.form li:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.2);
}

.submit {
  background: #ffde00;
  border: 2px solid #faec8e;
  color: #282b30;
  -moz-box-shadow: 0 0 3px black;
  -webkit-box-shadow: 0 0 3px black;
  -o-box-shadow: 0 0 3px black;
  box-shadow: 0 0 3px black;
}

.breadcrumbs li {
  background-position: 100% 6px;
}

.icon-settings {
  background-position: 15px -146px;
}

.icon-profile {
  background-position: 15px -129px;
}

.icon-logout {
  background-position: 15px -111px;
}

.icon-login {
  background-color: #282b30;
  background-position: 8px -96px;
}

.icon-desktop h2 {
  background-position: 4px -39px;
}

.icon-employee-data h2 {
  background-position: 5px -61px;
}

.icon-stats h2 {
  background-position: 6px -18px;
}

.icon-time-attendance h2 {
  background-position: 6px -167px;
}

.icon-none h2 {
  background-image: none;
}

.filter-input {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #ccc8b7;
  border-top: 1px solid #f1f1f1;
}
.filter-input .filter-submit {
  background-color: #fff;
  background-position: 4px -79px;
}

.buildInfo {
  width: 180px; 
  height: 50px; 
  position: absolute; 
  bottom: 0px; 
  left: 10px; 
  color: white;
}