/* Styles-CSS */

#web-page {
  position: relative;
  width: 1850px;
  height: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  text-align: left;
}

#header {
  z-index: 5;
  position: absolute;
  width: 1850px;
  height: 120px;
  top: 20px;
  background-color: #FFFFFF;
}

#header hr {
  border: 0;
  border-top: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #FFFFFF;
  margin: 155px 0px 10px 0px;
}

#login {
  z-index: 5;
  position: absolute;
  width: 200px;
  height: 125px;
  top: 0px;
  left: 1650px;
}

#logo {
  z-index: 5;
  position: absolute;
  width: 153px;
  height: 70px;
  top: 0px;
  left: 10px;
}

#benutzer {
  z-index: 25;
  position: absolute;
  width: 165px;
  height: 115px;
  background-color: #EDEDED;
  padding: 20px 15px 15px 15px;
  margin-top: -20px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

#benutzer td {
  vertical-align: top;
  padding-bottom: 10px;
}

#headline {
  z-index: 5;
  position: absolute;
  top: 30px;
  left: 800px;
}

#navigation {
  margin: -6px 0px 0px 260px;
}

#artnavi {
  margin: -12px 10px 0px 0px;
  float: right;
}

.nav_auswertung, .nav_auswertung:link, .nav_auswertung:visited, .nav_auswertung:active,
.nav_budget, .nav_budget:link, .nav_budget:visited, .nav_budget:active,
.nav_genehmigung, .nav_genehmigung:link, .nav_genehmigung:visited, .nav_genehmigung:active {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  background-color: #76ABC0;
  padding: 4px 15px 3px 15px;
  border: 1px solid #76ABC0;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}
.nav_auswertung:hover, .nav_budget:hover, .nav_genehmigung:hover {
  background-color: #006A94;
  border: 1px solid #006A94;
}

.nav_config, .nav_config:link, .nav_config:visited, .nav_config:active {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  background-color: #FF9900;
  padding: 4px 15px 3px 15px;
  border: 1px solid #FF9900;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  float: right;
}
.nav_config:hover {
  background-color: #006A94;
  border: 1px solid #006A94;
}

.nav_auswertung-a, .nav_budget-a, .nav_genehmigung-a {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  background-color: #006A94;
  padding: 4px 15px 3px 15px;
  border: 1px solid #006A94;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}

#inhalt {
  z-index: 30;
  position: absolute;
  width: 1830px;
  height: auto;
  top: 175px;
  left: 0px;
  padding: 10px;
}

#inhalt hr {
  border: 0;
  border-top: 1px dashed #006A94;
  border-bottom: 1px dashed #FFFFFF;
  margin: 15px 0px 10px 0px;
}

#auswahl {
  z-index: 30;
  position: absolute;
  width: 230px;
  height: auto;
  top: 20px;
  left: 0px;
  padding: 40px 20px 30px 0px;
  border-right: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
}

#export {
  z-index: 30;
  position: absolute;
  width: 230px;
  height: auto;
  margin: 50px 0px 0px 0px;
  padding: 40px 20px 30px 0px;
  border-right: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
}

#artikel {
  z-index: 30;
  position: absolute;
  width: 1580px;
  height: auto;
  top: 60px;
  left: 270px;
  padding: 0px;
  border: 1px solid #76ABC0;
}

#welcome{
  z-index: 40;
  position: relative;
  width: 1580px;
  height: auto;
  float: left;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  border: 1px solid #76ABC0;
}

#welcome hr {
  border: 0;
  border-top: 1px dashed #76ABC0;
  border-bottom: 1px dashed #FFFFFF;
  margin: -5px 0px 15px 0px;
}

#result{
  z-index: 40;
  position: relative;
  width: 1580px;
  height: auto;
  float: left;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  border: 1px solid #76ABC0;
}

.result_head {
  font-weight: bold;
  font-family: Arial;
  font-size: 13px;
  color: #006A94;
  padding: 0px 0px 0px 3px;
  margin: 0px;
}

.result_txt {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  padding: 5px 3px 5px 3px;
  margin: 0px;
}

.result_txt2 {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  padding: 5px 3px 5px 3px;
  margin: 0px;
  background-color: #EDEDED;
}

.result_sum {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  padding: 5px 3px 5px 3px;
  margin: 0px;
  background-color: #FF9900;
}

.result_sum2 {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  padding: 5px 3px 5px 3px;
  margin: 0px;
  background-color: #FFFF00;
}

.result_sum3 {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  padding: 5px 3px 5px 3px;
  margin: 0px;
  background-color: #00FF40;
}

h1 {
  font-size: 25px;
  color: #006A94;
}

h2 {
  font-size: 20px;
  color: #006A94;
}

h3 {
  font-size: 14px;
  font-weight: normal;
  color: #006A94;
  border-bottom: 1px solid #76ABC0;
  margin-bottom: 15px;
}

h4 {
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  color: #006A94;
}


p {
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

hr {
  border: 0;
  border-top: 1px solid #004B7C;
  border-bottom: 1px solid #EEEEEE;
  margin: 0px 0px 15px 0px;
}

.link, .link:link, .link:visited, .link:active {
  font-size: 11px;
  font-weight: normal;
  color: #009900;
  background-color: #FFFFFF;
  text-decoration: none;
  padding: 0px 3px 0px 3px;
  border: 1px solid #FF0000;
  cursor: pointer;
  margin-right: 15px;
}
.link:hover {
  color: #333333;
}

.auswert_link, .auswert_link:link, .auswert_link:visited, .auswert_link:active {
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  padding: 0px 3px 0px 0px;
  vertical-align: top;
  cursor: pointer;
}
.auswert_link:hover {
  color: #FF9900;
}

.auswert_link-a {
  font-size: 15px;
  font-weight: normal;
  color: #FF9900;
  text-decoration: none;
  padding: 0px 3px 0px 0px;
  vertical-align: top;
  cursor: pointer;
}

.btn_login, .btn_login:link, .btn_login:visited, .btn_login:active {
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #76ABC0;
  text-decoration: none;
  padding: 0px 3px 0px 3px;
  border: 1px solid #76ABC0;
  cursor: pointer;
  float: right;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn_login:hover {
  background-color: #006A94;
  border: 1px solid #006A94;
}

.btn_logout, .btn_logout:link, .btn_logout:visited, .btn_logout:active {
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #FF0000;
  text-decoration: none;
  padding: 0px 3px 0px 3px;
  border: 1px solid #FF0000;
  cursor: pointer;
  float: right;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn_logout:hover {
  background-color: #76ABC0;
  border: 1px solid #76ABC0;
}

.btn_auswert, .btn_auswert:link, .btn_auswert:visited, .btn_auswert:active {
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #00AA00;
  text-decoration: none;
  padding: 0px 3px 2px 3px;
  margin: 0px 0px 15px 0px;
  border: 1px solid #333333;
  cursor: pointer;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn_auswert:hover {
  background-color: #006A94;
  border: 1px solid #006A94;
}

.btn_reset, .btn_reset:link, .btn_reset:visited, .btn_reset:active {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  background-color: #FFFF00;
  text-decoration: none;
  padding: 0px 3px 2px 3px;
  margin: 0px 0px 15px 0px;
  border: 1px solid #333333;
  cursor: pointer;
  float: right;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn_reset:hover {
  color: #FFFFFF;
  background-color: #006A94;
  border: 1px solid #006A94;
}

.btn_export, .btn_export:link, .btn_export:visited, .btn_export:active {
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #00AA00;
  text-decoration: none;
  padding: 0px 3px 2px 3px;
  margin: 10px 0px 0px 0px;
  border: 1px solid #333333;
  cursor: pointer;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn_export:hover {
  background-color: #006A94;
  border: 1px solid #006A94;
}

.btn_totop, .btn_totop:link, .btn_totop:visited, .btn_totop:active {
  font-weight: normal;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #76ABC0;
  border: 1px solid #76ABC0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
  margin-bottom: 30px;
  cursor: pointer;
  float: right;
}
.btn_totop:hover {
  color: #FFFFFF;
  background-color: #006A94;
  border: 1px solid #006A94;
}

label {position:relative}
label:after {
  content: '<>';
  font: 11px "Consolas", monospace;
  color: #999999;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 14px;
  top: 1px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999999;
  position: absolute;
  pointer-events: none;
}
label:before {
  content: '';
  right: 10px;
  top: -1px;
  width: 25px;
  height: 22px;
  background: #FFFFFF;
  position: absolute;
  pointer-events: none;
  display: block;
}

/* Formular-Felder - BEGINN */

.feld-ersteller, .feld-passwort {
  font-size: 12px;
  color: #333333;
  width: 100px;
  height: 23px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 3px 0px 2px 4px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: inset 1px 1px 2px #E5E5E5;
  -webkit-box-shadow: inset 1px 1px 2px #E5E5E5;
  box-shadow: inset 1px 1px 2px #E5E5E5;
}

/* Formular-Felder - ENDE */


/* Felder Artikelvorbereitung - BEGINN */

.feld-eingabe_zeitvon, .feld-eingabe_zeitbis, .feld-eingabe_jahr, .feld-eingabe_artvon, .feld-eingabe_artbis {
  font-size: 13px;
  color: #333333;
  width: 150px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 3px 0px 2px 4px;
  margin: 0px 5px 10px 0px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: inset 1px 1px 2px #E5E5E5;
  -webkit-box-shadow: inset 1px 1px 2px #E5E5E5;
  box-shadow: inset 1px 1px 2px #E5E5E5;
}

.feld-auswahl_filiale, .feld-auswahl_kostenstellen, .feld-auswahl_besteller, .feld-auswahl_export,
.feld-auswahl_rart, .feld-auswahl_sortierung {
  font-size: 13px;
  color: #333333;
  width: 250px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 3px 0px 2px 4px;
  margin: 0px 5px 10px 0px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: inset 1px 1px 2px #E5E5E5;
  -webkit-box-shadow: inset 1px 1px 2px #E5E5E5;
  box-shadow: inset 1px 1px 2px #E5E5E5;
}

.feld-auswahl_filiale {
  font-size: 13px;
  width: 350px;
}

.feld-auswahl_export {
  font-size: 12px;
  width: 200px;
}

.feld-auswahl_sortierung {
  width: 150px;
}

.feld-auswahl_rart {
  width: 100px;
}

/* Felder Artikelvorbereitung - ENDE */

.td-head {
  background-color: #76ABC0;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-heigth: 25px;
  border: 1px solid #76ABC0;
  border-right: 1px solid #FFFFFF;
  padding: 3px 3px 3px 8px;
}

/* Placeholder - BEGINN */

input:-moz-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
::-webkit-input-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}

.feld-eingabe::-moz-placeholder {color: #666; font-style: italic; font-size: 12px;}
.feld-eingabe::-webkit-input-placeholder {color: #666; font-style: italic; font-size: 12px;}
.feld-eingabe:-ms-input-placeholder {color: #666; font-style: italic; font-size: 12px;}

/* Placeholder - ENDE */

.radio {
  margin: 5px 10px 5px 0px;
}

.lupe {
  width: 19px;
  height: 22px;
  background-color: #FFFFFF;
  border: 0;
  cursor: pointer;
  background-image: url(../img/lupe.png);
  background-repeat: no-repeat;
  float: right;
}

.marker {
  color: #006A94;
}

.clear-box {
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}