/* div-tag definitions */
div.login {
  padding: 5px;
  padding-top: 30px;
  margin-top: 40px;
  text-align: left;
  position: relative;
  width: 45%;
  line-height: 19pt;
  font-size: 10pt;
}

div.imprint {
  position: absolute;
  height: 120px;
  bottom: 0px;
  left: 0px;
  font-size: 8pt;
  font-family: arial;
  padding-left: 2px;
  right: 0px;
  border-top: 1px solid #000000;
  z-index: 8;
  right: 0px;
}

div.clear {
  clear: both;
}

div.contentarea {
  width: 95%;
  height: auto;
}

div.footer {
  font-size: 8pt;
  font-family: arial;
  position: absolute;
  height: 15px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #000000;
  z-index: 4;
  background-color: #DDDDDD;
  bottom: 0px;
}


/* definition of base elements */
html {
  width: 100%;
}

body {
  width: 100%;
  background-color: #FFFFFF;
  text-align: left;
}

form {
  padding: 0px;
  margin: 0px;
}

input {
  font-family: arial;
  margin: 2px;
  padding: 1px;
  font-size: 10pt;
}

b, div {
  font-family: arial;
}

select {
  font-family: arial;
  margin: 2px;
  font-size: 9pt;
}

h2 {
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
}
h3 {
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
}


table {
  margin-left: 10px;
  width: 90%;
}

table td {
  font-family: arial;
}

table.tblform {
  margin-left: 10px;
  padding: 2px;
  border-spacing: 1px;
}

table.tblform td {
  padding: 0px;
  padding-top: 1px;
  padding-left: 2px;
  font-family: arial;
  font-size: 11pt;
  font-weight: normal;
  vertical-align: middle;
}

table.tbllist {
  margin-left: 10px;
  padding: 2px;
  border-spacing: 2px;
  width: 95%;
}
table.tbllist td {
  padding-left: 8px;
  font-family: arial;
  font-size: 11pt;
  font-weight: normal;
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 4px;
}
table.tbllist td.fontsmall {
  font-family: arial;
  font-size: 10pt;
  padding-top: 2px;
  padding-bottom: 2px;
}

table.report td {
  font-size: 10pt;
}

tr.rowhead {
  background-color: #E0E0E0;
  line-height: 20pt;
}
tr.rowhead td {
  font-weight: bold;
}

tr.row0, tr.rowNoHover0 {
  background-color: #EAEAEA;
}
tr.row0:hover {
}

tr.row1, tr.rowNoHover1 {
}
tr.row1:hover {
}

td.caption {
  font-weight: bold;
  vertical-align: middle;
}
table.disposalcontainer {
  background-color: #EEEEEE;
  margin: 0px;
  margin-top: 4px;
  padding: 1px;
}

table.disposalcontent {
  background-color: #FFFFFF;
}



#approach div.orderitem {
  margin-left: 4px;
  padding: 2px;
  padding-left: 5px;
  width: 95%;
/*  line-height: 18pt; */
  background-color: #F8F8F8;
  position: relative;
  min-height: 56px;
  margin-bottom: 2px;
}
#approach div.orderhistory {
  padding: 0px;
  margin: 1px;
  padding-left: 10px;
  font-size: 8pt;
  font-family: arial;
}
#approach div.container {
  position: relative;
  margin-left: 270px;
  padding-left: 5px;
  background-color: #EAEAEA;
  right: 250px;
}
#approach div.containerhistory {
  background-color: transparent;
  float: left;
  display: block;
  margin-top: 2px;
}
#approach div.imagelayer {
  position: fixed;
  right: 10px;
  top: 130px;
  width: 160px;
  height: 110px;
  visibility: visible;
  display: block;
  z-index: 10;
  border: 1px solid #000000;
  padding: 0px;
  background-color: #DDDDDD;
}



div.dynCalendar {
  background-color: #FFFFFF;
}

div.selection {
  margin: 0px;
  padding: 0px;
}

div.calendar {
  width: 98%;
  padding: 3px;
  position: relative;
}
div.calendar div.toprow {
  width: 99%;
  position: relative;
  font-size: 9pt;
  height: 30px;
  background-color: #FFFFFF;
  border: 1px solid #888888;
}
div.calendar div.row {
  height: 12%;
  width: 99%;
  padding: 0px;
  border: 1px solid #888888;
  position: relative;
  margin-top: 2px;
  min-height: 55px;
  background-color: #FFFFFF;
}
div.calendar div.day {
  width: 12%;
  height: 99%;
  margin-left: 2px;
  float: left;
  font-size: 7pt;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  padding: 1px;
  min-height: 57px;
}
div.calendar div.top {
  margin-left: 3px;
  margin-right: 1px;
  font-weight: bold;
  min-height: 25px;
}
div.calendar div.lastactive {
/*  border-left: 1px solid #888888; */
}
div.calendar div.today {
  color: #000000;
  font-weight: bold;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888; 
  background-color: #F8F8F8;
}

div.calendar div.holiday {
  color: #555555;
  font-weight: bold;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888; 
  background-color: rgb(220, 200, 186);
}

div.calendar div.inactive {
  color: #AAAAAA;
  margin-left: 2px;
  margin-right: 2px;
}
div.calendar div.active {
  color: #222222;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
/*  border-right: 1px solid #888888; */
}
div.calendar div.weekday {
  background-color: #EFEFEF;
}
div.calendar div.saturday {
  border: 0px;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
}
div.calendar div.sunday {
  border: 0px;
  border-left: 1px solid #888888;
}
div.calendar div.weeknumber {
  width: 3%;
  height: 90%;
  margin: 0px;
  float: left;
  position: relative;
  padding: 1px;
  font-size: 8pt;
  font-weight: bold;
}

div.calendar div a, div.calendar div a:link, div.calendar div a:visited, div.calendar div a:hover {
  color: #FFFFFF;
}
div.calendar div.fnone a, div.calendar div.fnone a:link, div.calendar div.fnone a:visited, div.calendar div.fnone a:hover {
  color: #AAAAAA;
}
div.calendar div.fnone {
  padding: 0px;
  margin: 0px;
  width: 30%; 
  position: relative;
  float: left;
  text-align: center;
  color: #666666;
}

div.calendar div.fgreen {
/*  background-color: #BBBBBB; */
  color: #000000;
  width: 30px;
  text-align: center;
}
div.calendar div.fyellow {
  background-color: #888888;
  color: #FFFFFF;
  width: 30px;
  text-align: center;
}
div.calendar div.fblue {
  width: 30px;
  text-align: center;
}
div.calendar div.fred {
  background-color: #555555;
  color: #FFFFFF;
  width: 30px;
  text-align: center;
}

div.weekcalendar {
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}

div.right {
  float: right;
  text-align: right;
}
td.right {
  text-align: right;
}
div.left {
  float: left;
  text-align: left;
}
div.center {
  float: left;
  text-align: center;
}
#maindata div.imagelayer {
  position: absolute;
  width: 0px;
  height: 0px;
  visibility: hidden;
  display: none;
  border: 0px;
}
#maindata div.imagelayer img {
  visibility: hidden;
  display: none;
}
div.imagelayer a,a:hover {
  color: #000000;
}

div.navigation {
  position: absolute;
  right: 0px;
  left: 0px;
  height: 24px;
  top: 100px;
  left: 201px;
  background-color: #971231;
  margin: 0px;
  padding-bottom: 2px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 4;
}

div.nav {
  color: #FFFFFF;
  font-size: 9pt;
  vertical-align: middle;
  line-height: 17pt;
}
div.navsmall {
  width: 15%;
}
div.navnormal {
  width: 33%;
}
div.nav a, div.nav a:link, div.nav a:visited, div.nav a:hover {
  color: #FFFFFF;
  font-size: 9pt;
}
div.nav select {
  font-size: 8pt;
  min-width: 45px;
  text-align: left;
}

div.overviewitem {
  position: relative;
  width: 45%;
  border: 1px solid #666666;
  background-color: #EAEAEA;
  height: 40%;
  min-height: 180px;
  margin: 5px;
  padding: 2px;
  overflow: hidden;
}

div.fontleft {
  text-align: left;
}


input.messagesubject {
  margin-left: 4px;
}
textarea.messagetext {
  margin-left: 4px;
  font-size: 10pt;
  font-family: arial;
}

div.progressbar {
  position: relative;
  margin: auto;
  width:
  320px;
  height: 15px;
  top: 250px;
  opacity: 0.9;
}
div.messagebox, div.maindatabox {
  position: relative;
  margin: auto;
  top: 200px;
  background-color: #EAEAEA;
  opacity: 1.0;
  z-index: 8;
  text-align: left;
  padding: 4px;
  padding-top: 20px;
  font-size: 9pt;
  font-family: arial;
  border: 1px solid #000000;
  overflow: auto;
}
div.messagebox {
  width: 350px;
  height: 260px;
}
div.maindatabox {
  width: 400px;
  height: 220px;
}
img {
  padding: 0px;
  margin: 0px;
}
img.windowitem {
  margin-left: 4px;
  visibility: hidden;
  display: none;
}
div.windowtitle {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 18px;
  background-color: #0A0A0A;
  color: #EFEFEF;
  font-family: arial;
  font-size: 9pt;
}

div.browsernotify {
  color: #990000;
  font-weight: bold;
  font-family: arial;
  padding-top: 10px;
}

div.export {
  width: 75px;
  height: 25px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #990000;
  border-left: 1px solid #990000;
  padding-top: 4px;
  visibility: hidden;
  display: none;
}


div.border {
  border: 1px solid #000000;
}
div.borderleft {
  border-left: 1px solid #000000;
}
div.bordertop {
  border-top: 1px solid #000000;
}
div.borderright {
  border-right: 1px solid #000000;
}
div.borderbottom {
  border-bottom: 1px solid #000000;
}

table.deliverynote {
  margin: 0px;
  margin-top: 6px;
  border: 1px solid #000000;
  border-bottom: 0px;
  border-left: 0px;
  width: 100%;
}
table.deliverynote td {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  vertical-align: middle;
  line-height: 26px;
  font-size: 9pt;
  font-family: arial;
}
div.deliverynote {
  vertical-align: middle;
  line-height: 26px;
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 11pt;
  font-family: arial;
}
div.deliverynotesmall {
  line-height: 18px;
}

span.verysmall {
  font-size: 7pt;
  font-family: arial;
  margin: 0px;
  padding: 0px;
}

div.rbook_status, div.rdb_infobox {
  padding: 2px;
  font-size: 8pt;
  text-align: right;
  float: right;
  background-color: #EFEFEF;
  border: 1px solid #E0E0E0;
  min-width: 240px;
  width: 240px;
  margin-bottom: 4px;
  clear: right;
}

div.rdb_infobox {
  text-align: left;
}

#approach textarea.comment {
  width: 90%;
}

#approach div.containerArticles {
  float: right;
  font-size: 8pt;
  border: 1px solid #E0E0E0;
  background-color: #F8F8F8;
  padding: 1px 4px;
  min-width: 150px;
}

#approach div.container div.cntValue {
  float: right;
  position: relative;
}
#approach div.grey div.cntValue {
  text-decoration: line-through;
}

td.strike {
  text-decoration: line-through;
}

tr.strike td {
  text-decoration: line-through;
}

input {
  display: none;
  visibility: hidden;
}

span.comment {
  font-weight: normal;
  word-break: break-all;
}

table.mobuleStoreOrder td table.tblform {
	width: 100%;
	margin-left: 0px;
}


#wrapper #main #content {
  display: block !important;
  height: auto !important;
}
