/* Standard-HTML */

/* colors:
 * red: #e2000f
 */

#headers {
  background-color: #ffffff;
}

body {
  color:#000000;
  background-color: #ffffff;
  background-image: url(../images/background_gerken.png);
}

body.help {
  background-color: #ffffff;
}

h1, h2 {
  color: #e2000f;
}

h3.disclaimer{
  color: #e2000f;
}

h2 .brand {
  color: #e2000f;
}

#btn-logout {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

#btn-logout a:visited,
#btn-logout a:active,
#btn-logout a:hover,
#btn-logout a:focus,
#btn-logout a:link
{
  display: inline-block;
  width: 100%;
}

#headnavi a {
  color:#e2000f;
}

#barrier {
  background-color: #ffffff;
  color: #e2000f;
  padding-left: 220px;
  font-size: 32px;
  font-weight: bold;
  height: 34px;
  background-image: none;
  padding-top: 26px;
  text-transform: uppercase;
  border-bottom: 10px solid #e2000f;
}

/* Content */
#contentArea {
  background: #ffffff;
}

#footer {
  background-image: none;
  background-color: #ffffff;
}

#footer p {
  background-color: #ffffff;
}

table.zebra tbody tr:nth-child(odd) td {
  background-color: #f9ccc3;
}

table.zebra-tbody tbody:nth-child(odd) td {
  background-color: #f9ccc3;
}

tr.odd td {
  background-color: #f9ccc3;
}

.sliderHead {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

.tabList li {
  background-color: #e2000f;
}

/* Formularbuttons */
input.formAction,
a.formAction,
a:visited.formAction,
a:active.formAction {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

button.toolbarButton {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

label.buttonStyleCheckbox.pressed,
button.toolbarButton.pressed {
  background-image: linear-gradient(0deg, #ffffff, #e2000f);
}

.rbAlternatives img {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

.rbAlternatives img.pressed {
  background-image: linear-gradient(0deg, #ffffff, #e2000f);
}

label.buttonStyleCheckbox {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

input.submit,
button.submit {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

input.submit_thin,
button.submit_thin {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

button.flatButton,
input.flatButton
{
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

#navigation {
  width: 202px;
}

@media print {
  #navigation {
    display: none;
  }
}

#navigation ul {
  padding-top: 0;
  background-image: none;
  margin-bottom: 0;
}

#navigation ul * {
  box-sizing: border-box;
}

/* Navi-Anker allgemein */
#navigation a {
  color: #000000;
  background-color: #ffffff;
  border-radius: 3px;
  background-image: none;
  width: 192px;
  margin-left: 5px;
  font-weight: bold;
}

#navigation a:hover {
  color: #e2000f;
}

#navigation a.active {
  background-image: none;
}

#navigation a:hover.active {
  color: #e2000f;
}

#navigation a:hover.active {
  color: #e2000f;
  background-image: none;
}

#navigation li {
  padding-top: 5px;
}

#navigation li ul li a {
  width: 192px;
}

#navigation li ul li a.inactive {
  background-image: none;
}

#navigation li ul li a:hover.inactive {
  background-image: none;
}

#navigation li ul li a.active {
  background-image: none;
}

#navigation li ul li a:hover.active {
  background-image: none;
}

#newsbox dt,
th {
  background: #e2000f;
}

table.machine-overview tr:nth-child(even) td {
  background-color: #f9ccc3;
}

p.info {
  color: #e2000f;
}

#mapTabs li {
  background-color: #e2000;
}

#mapTabs li.active a {
  color: #ffffff;
}

#mapConnectionsStatusButton {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

#main #mapAllWrapper {
  background-color: #ffffff;
}

#mapMeasureDistanceDistance {
  border-color: #e2000f;
  color: #e2000f;
}

#cboxContent{
  background:#ffffff;
  overflow:hidden;
}

.cboxIframe{
  background:#ffd400;
}

#cboxClose {
  background-image: linear-gradient(0deg, #e2000f, #ffffff);
}

.editableTagWord {
  border: 1px solid #e2000f;
}

.editableTagRemove,
.editableTagDone {
  border: 1px solid #e2000f;
}

.editableTagRemove {
  background-color: #e2000f;
}

.roundButton {
  background-color: #e2000f;
}
