/**********
 * Allgemeine und globale Definitionen
 */
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  color: #2a2a2d;
}
html, body {
  height: 100%;
}
body {
  /*background:#f5f5f5;*/
  background: transparent url(/shop/images/bg.jpg) repeat scroll 0%;
  height:101%;
}
img {
  border: 0;
}
label {
  cursor:pointer;
}
option {
  padding-right: 10px;
}
button {
/*  border: 0;
  background-color: transparent;*/
}
select {
  cursor:pointer;
}
div.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
h1 {
  font-size: 15pt;
  padding-bottom: 8px;
  color: #0E5FD8;
}
h2 {
  font-size: 13pt;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #0E5FD8;
}
h3 {
  font-size: 11pt;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #0E5FD8;
}
h4 {
  font-size: 10pt;
  padding-bottom: 3px;
  color: #0E5FD8;
}
h5 {
  font-size:8pt;
  padding-bottom: 3px;
  color: #0E5FD8;
}
p {
  margin-top: 7px;
  margin-bottom: 5px;
}
ul.indented {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}
a {
  color: #2a2a2d;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:active, input[type=image]:active, button:active {
  position:relative;
  top:1px;
}
.messageBox {
  background-color: #fcfcfc;
  padding: 8px;
  margin: 15px 0px 10px 0px;
  width: 450px;
  font-weight: bold;
}
.notifyBox {
  background-color: #fcfcfc;
  border: 2px solid #0E5FD8;
  padding: 8px;
  margin: 15px 0px 10px 0px;
  width: 450px;
  font-weight: bold;
}
.errorBox {
  background-color: #fcfcfc;
  border: 2px solid #ea6c7e; /* rot */
  padding: 8px;
  margin: 15px 0px 10px 0px;
  width: 450px;
  font-weight: bold;
}
.messageBox ul {
  margin-top: 5px;
}
.messageBox li {
  margin-left: 70px;
}
.messageBox img {
  float:left;
  margin-right: 10px;
}
.messageBox p {
  margin:0;
}
.title {
  font-size: 11pt;
  font-weight: bold;
  color: black;
}
code {
  font-family: "Courier New", Courier;
  font-weight: bold;
}
.pmf_bold, .bold {
  font-weight: bold;
}
.pmf_uline {
  font-style:italic;
}
.pmf_italics {
  font-style: italic;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}
input.btn {
  width:130px;
}


/**********
 * Page-Container der ganzen Seite
 */
#PageContainer {
  width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:20px;
  border-left:1px solid #0E5FD8;
  border-right:1px solid #0E5FD8;
  border-top:1px solid #0E5FD8;
  border-bottom:1px solid #0E5FD8;
  background:#fff;
}
#ContentGroupingContainer {
  padding:5px 0px 20px 0px;
  background:#fff;
}

/**********
 * Header
 */
#Header {
  border-bottom: 2px solid #0E5FD8;
}
#HeaderTitle {
  padding-top:20px;
}
#HeaderTitle img.mainLogo {
  padding-top:15px;
  padding-left:0px;
}
#HeaderSampleImages img {
  width:80px;
  margin:0 10px 0 10px;
}
#HeaderControls {
  margin-top:20px;
  padding:0 0px 0 10px;
  width:98%;
}
#ButtonInfoLeiste {
  float:left;
  padding-top:7px;
}
div.InfoLeiste {
  float:right;
}
ul.menuStatic {
  list-style: none;
  margin:0 0 0 20px;
}
li.menuStaticItem {
  float: left;
  margin:0 3px 0 3px;
}
li.menuStaticItem a {
  padding:5px;
  background-color:#0E5FD8;
  color:#fff;
}
li.menuStaticItem a:hover {
  background-color:#2a2a2d;
  color:#fff;
  text-decoration:none;
}

ul#LangSwitcher {
  list-style:none;
}
ul#LangSwitcher li {
  float:left;
  margin:0 6px 0 0;
  padding-top:7px;
}

/**********
 * Menü
 */
#MenuContainer {
  width: 180px;
  float:left;
  /*background-color: #f0f0f0;*/
  margin: 10px 0px 10px 10px;
}
#navmenu
{
  margin-top: 10px;
  border:1px solid black;
}
/* Für Items aus der Gruppenstruktur */
.menuItem0
{
 /* font-size: 8pt;
  background-color: #f5c918;
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 6px 3px;*/
}
.menuItem1
{
/*  font-size: 8pt;
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 6px 3px;*/
}
.menuItemStatic {
  font-weight: bold;
  margin-top: 5px;
}
#QuickInfoBox {
}
#QuickInfoBox h4 {
  /*padding-top:3px;
  padding-left:3px;
  background: transparent url(/shop/images/rightmenu-item-bg.png) repeat-y;*/
  margin:0px 0px 2px 0px;
}
#CartQuickInfo {
}
table#CartQuickInfoTable {
  width: 95%;
}
table#CartQuickInfoTable td.right{
  text-align:right;
}
table#CartQuickInfoTable td.foot {
  border-top:1px dotted #0E5FD8;
}
#QuickInfoNews {
  border-top:1px dotted #0E5FD8;
  margin-top:10px;
  padding-top:10px;
}


/* Container für Navigationsleiste */
.navBarContainerTop, .navBarContainerBottom {
  border-top: 1px solid #0E5FD8;
  border-bottom: 1px solid #0E5FD8;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
}

/**********
 * Content
 */
#ContentContainer {
  width: 580px;
  float:left;
  /*background-color: #F0F0F0;*/
  margin: 10px 0px 0 15px;
  /*background-color:red;*/
}
#ContentContainer h2 {
  font-size: 13pt;
  /*color: #0E5FD8;
  border-bottom:1px solid #0E5FD8;*/
  padding:4px 0px 2px 2px;
  margin-bottom:12px;
}
#ContentOrderContainer {
  background-color: #f2f2f4;
  width: 580px;
  margin: 10px auto 0px auto;
  padding:15px;
}

#StaticContentContainer {
  float: left;
  /*background-color: #f5c918;*/
  width:140px;
  min-height:100px;
  margin: 10px 10px 0px 20px;
}
div#AdditionalInfoBox {
  border:1px solid #0E5FD8;
  margin-top:20px;
  padding:0px 5px 10px 5px;
  margin-bottom:5px;
  background-color:#fff;
}
div#AdditionalInfoBox h4 {
  font-size:8pt;
  padding-bottom:2px;
}
div#AdditionalInfoBoxHeader {
  padding:2px 0px 0px 5px;
  border-bottom:1px solid #0E5FD8;
  margin:0px -5px 8px -5px;
  background: transparent url(/shop/images/additionalinfobox-header-bg.png) repeat-y;
  background-color:#fff;
}
#QuickInfoViewedProducts {
}
#QuickInfoViewedProducts ul {
  margin-left:15px;
}
#QuickInfoViewedProducts li {
  padding:2px 0px 2px 0px;
  list-style-image:url(/shop/images/icon_listitem.gif);
}
#QuickInfoViewedProducts a {
  font-size:7pt;
}


/*
 * Artikelliste
 */
#ArtListHeader {
}
#ArtListHeader h2 {
  font-size:14pt;
}
div.artListItemContainer {
  /*width:100%;*/
  margin:0 20px 0 0;
  padding:10px;
  background: url('/shop/images/artlist_separator_homer.gif') no-repeat transparent bottom left;
}
div.artListItemLeft {
  width:16%;
  float:left;
  /*min-height:90px;*/
  /*background: url('/shop/images/artlist_separator_v_homer.gif') no-repeat transparent top right;*/
}
div.artListItemMiddle {
  float:left;
  width:50%;
  margin:0 1% 0 2%;
  padding-top:2px;
}
div.artListItemRight {
  float:right;
  width:31%;
  font-weight: bold;
  text-align: right;
  padding-top:2px;
}
 
div.artListItemLeft img {
  width: 60px;
  background:#fff;
  padding:2px;
  border:1px solid #ddd;
}
div.artListItemLeft img:hover {
  border:1px solid #bbb;
}
.artListItemBez {
  display:block;
  font-weight:bold;
  margin-bottom:10px;
}
.artListItemPrice {
  border-bottom:1px solid #ddd;
}
.artListItemPrice:hover {
  text-decoration:none;
  border-bottom:1px solid #888;
}

div.artListItemCellContainer {
  margin:5px 0 5px 0;
  float:left;
}
div.artListItemCell {
  float:left;
  width:175px;
  margin:4px;
  padding:4px;
  background:#fff;
  border:1px solid #ddd;
  height:280px;
  overflow:hidden;
}
div.artListItemCell:hover {
  border:1px solid #bbb;
}
div.mainImg {
  text-align:center;
  width:170px;
  height:120px;
  overflow:hidden:
}
div.artListItemCell img.product {
  /*border:1px solid #ddd;*/
}
div.artListItemCell img.product:hover {
  /*border:1px solid #bbb;*/
}
div.artListItemCell .artListItemCellBez {
  display:block;
  font-size:9pt;
  background-color:#f2f2f4;
  padding:2px;
}
div.artListItemCell .artListItemCellPrice {
  /*display:block;*/
  text-decoration:underline;
  color:#0E5FD8;
  font-size:9pt;
  font-weight:bold;
  padding:1px 0 1px 0;
}
div.data {
  margin:12px 5px 5px 5px;
}
table.artListItemCellOrderFields {
  margin-top:5px;
  width:100%;
}
table.artListItemCellOrderFields td {
  padding:1px 5px 1px 0px;
  font-size:9pt;
}
table.artListItemCellOrderFields .menge {
  width:75px;
}
table.artListItemCellOrderFields .order {
  width:100%;
}

#SubgroupsContainer {
  margin:4px 10px 0px 0px;
  float:left;
}
#SubgroupsContainer ul {
 margin-top:0px;
 margin-bottom:0px;
}
a.subgroupLink {
  font-weight:bold;
  color:#555;
}
.breadCrumb {
  margin-bottom:11px;
  font-size:7pt;
}
ol.breadCrumbList {
  display:inline;
}
ol.breadCrumbList li {
  list-style: none;
  display:inline;
  font-size:7pt;
}
ol.breadCrumbList a {
  text-decoration: underline;
  font-size:7pt;
}
.groupImg {
  float:left;
  margin-right:10px;
}
.groupLongText {
  margin-bottom:3px;
}
/* END Artikelliste */


/**********
 * Paging
 */
div.paging {
  float:left;
  width:90%;
  margin:10px 0px 10px 0px;
  padding:5px 0px 5px 0px;
}
ul.paging {
}
ul.paging li {
  list-style: none;
  display:inline;
}
.pagingInfotext
{
  padding: 1px 10px 1px 0px;
}
.pagingDotts
{
}
.pagingPageNr {
  border: 1px solid #2a2a2d;
  background:white;
  padding: 1px 4px 1px 4px;
  margin:0px 2px 0px 2px;
}
.pagingSelectedPage {
  font-weight:bold;
  background:#0E5FD8;
  color:white;
  cursor:default;
}
.pagingBrowse {
  padding: 1px 4px 1px 6px;
  border:1px solid #2a2a2d;
  background:#f2f2f4;
}
.pagingPrevPage {
  margin-right:6px;
}
.pagingNextPage {
  margin-left:6px;
}
.pagingBrowse:hover {
  background:#f2f2f4;
  text-decoration:none;
}
.pagingPageNr:hover {
  background:#0E5FD8;
  color:#ffffff;
  text-decoration:none;
}
.pagingNextPage img, .pagingPrevPage img {
  text-align:center;
}
/* END Paging */

/**********
 * Artikelbild
 */
.artBreadcrumb {
  padding-bottom: 17px;
  font-size:7pt;
}
.artArtNrBezDiv {
  margin-bottom: 6px;
}
#artArtNrDiv {
  display: inline;
}
#ArtLagerbestand {
}
td.artInfo {
  width:90%;
  padding-left:10px;
  vertical-align: top;
  overflow: visible;
}
.artTitle {
  font-size: 13pt;
  padding: 0px;
  color: #0E5FD8;
}
#ArtPreis {
  font-size: 10pt;
  font-weight: bold;
}
#ArtImgContainer {
  width:10%;
  vertical-align: top;
  padding-bottom: 10px;
}
#ArtMainImg {
  background:#fff;
  padding:2px;
  border:1px solid #ddd;
  margin-bottom:3px;
  width:240px;
}
#ArtBeschreibung {
  padding: 10px 5px 10px 10px;
  border:1px solid #dddddd;
  background: url(/shop/images/contentbox-vertical-bg.png) repeat-x top;
  background-color: #fff;
}
ul.artBeschList {
  padding: 5px 0px 5px 20px;
  list-style-type: square;
}
ul.artBeschList li {
  line-height: 12pt;
}
#OrderFieldsContainer {
  background: url(/shop/images/contentbox-vertical-bg.png) repeat-x top;
  background-color:#fff;
  border:1px solid #dddddd;
  margin-bottom:10px;
  padding:6px;
}
#OrderFields {
  width: 100%;
}
#OrderFields td {
  text-align:left;
  vertical-align:bottom;
  padding-bottom:5px;
}
#OrderFields td.bez {
  padding:0px 5px 5px 0px;
  width:30%;
  font-weight:bold;
}
div#ArtMerkmalContainer {
  background: url(/shop/images/contentbox-vertical-bg.png) repeat-x top;
  background-color: #fff;
  border:1px solid #ddd;
  margin: 0px 0px 12px 0px;
  padding:6px;
}
div#ArtMerkmalContainer .header {
  font-weight:bold;
  text-align:left;
  margin:0px 0px 6px 0px;
}
div#ArtMerkmalContainer label {
  font-weight:bold;
  text-align:left;
}
div#ArtMerkmalContainer p {
  margin-top:3px;
  margin-bottom:6px;
}
table#ArtMerkmalTable th {
  padding:2px 0px 5px 0px;
  text-align:left;
}
table#ArtMerkmalTable td {
  padding:0px 0px 5px 0px;
}
#ArtStaffel {

}
table.mestaffel {
  width: 100%;
  margin:0px;
}
table.mestaffel td {
  padding:1px 0 0px 0;
}
/* END Artikelbild */

/**********
 * Warenkorb
 */
table.cartTable {
  margin-top: 20px;
  border-collapse: collapse;
}
td.wk_header_left,td.wk_header_right {
  background-color: #0E5FD8;
  padding: 2px 2px 4px 2px;
  vertical-align: top;
  border-bottom:1px solid #2a2a2d;
  color:#fff;
}
td.wk_pos_left, td.wk_pos_right {
  padding: 5px 2px 3px 2px;
  vertical-align: top;
}
td.wk_header_right, td.wk_pos_right {
  text-align: right;
}
#CartTableFooter {
  border-collapse: collapse;
  margin: 7px 0px 5px 0;
  border-top:1px solid #0E5FD8;
}
#CartTableFooter td {
}
.cartSumme {
  font-size: 9pt;
  font-weight: bold;
  border-bottom: 2px solid #0E5FD8;
  padding:10px 0 2px 0;
}
.cartSeparator {
  background-color: #0E5FD8;
  height: 1px;
  line-height: 1px;
}
.cartFunctions {
  padding-bottom: 10px;
}
div#CartEmpty {
  font-weight:bold;
  margin:15px 0 10px 0;
}
div#CartQuickAddBox {
/*  background-color:#e6e6e6;
  margin:0px 0px 8px 0px;
  padding: 6px 2px 3px 2px;*/ /* FF */
  /*border-top:1px solid #0E5FD8;
  border-bottom:1px solid #0E5FD8;*/
  border-top:1px dotted #0E5FD8;
  margin-top:10px;
  padding-top:10px;
}
div#CartQuickAddBox table {
  /*border-collapse:collapse;*/
}
input#cartQuickAddArtNr {
  width:61%;
}
input#cartQuickAddMenge {
  width:30%;
}

#CartControlCenter {
  width:535px;
  margin:20px 0 0 0;
  padding:7px;
  border:1px solid #e0e0e0;
  background: url(/shop/images/buttoninfoleiste-bg.png) repeat-x;
  background-color:#fff;
}
#CartControlsMain {
  background:transparent;
  float:right;
  /*width:50%;*/
}
#CartControlsAdditional {
  background:transparent;
  float:left;
 /* width:50%;*/
}
#CartControlCenter ul {
  list-style: none;
}
#CartControlCenter li {
  margin:1px 0 1px 0;
}

#CartManager {
  margin: 17px 0 17px 0;
  padding:17px 0 0 0;
  border-top: 1px dotted #e0e0e0;
  border-bottom: 1px dotted #e0e0e0;
}
.cartManagerList {
  list-style-type:none;
  margin: 0;
  padding: 0;
  margin-top:10px;
  margin-bottom:25px;
  width:480px;
}
.cartManagerList li {
  background: url('/shop/images/is_beleg_bar.gif') no-repeat;
  margin: 0;
  padding: 0;
  margin-top:1px;
}
.cartManagerList li:hover {
  background: url('/shop/images/is_beleg_bar_hover.gif') no-repeat;
}
.cartHead {
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  margin:0;
}
.cartHead .belname {
  font-weight:bold;
}
.cartHead .belnr {
  color: #2a2a2d;
  font-size: 95%;
  font-style:italic;
  position: absolute;
  right: 10px;
  top: 5px;
}
.cartBody {
  padding: 5px 10px 15px;
  background: url('/shop/images/is_beleg_bg.gif') repeat-y;
  margin-bottom:15px;
  border-bottom:1px solid #b2b2b2;
}
table.cartPos {
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  margin-bottom:10px;
}
table.cartPos th {
  padding:3px 5px 3px 5px;
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
  background:#e6e6e6;
  vertical-align:top;
  font-size: 8pt;
  text-align:left;
}
table.cartPos td {
  padding:4px 7px 4px 7px;
  border:1px dotted #e6e6e6;
  vertical-align:top;
  font-size:8pt;
}
/* END Warenkorb */

/**********
 * Artikelzusatzbild-Popup
 */
#artZusContainerDiv
{
  height: 100%;
  text-align: center;
  background-color: #f2f2f4;
}
#artZusNavDiv
{
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f5c918;
  border-bottom:2px solid #0E5FD8;
  text-align: center;
  position: absolute;
  top: 0pt;
  left: 0pt;
  width: 100%;
}
#artZusNavDiv ul
{
  list-style:none;
}
#artZusNavDiv li
{
  display:inline;
}
#artZusNavDiv a
{
  color: #2a2a2d;
  text-decoration: none;
}
#artZusNavDiv a:hover
{
  color: #333;
  text-decoration: underline;
}
#artZusImgDiv
{
  position: absolute;
  top: 35px;
  left: 10px;
}
/* END Artikelzusatzbild-Popup */


/**********
 * Popup
 */
#PopupContainerDiv {
  height: 100%;
  background-color: #fff;
}
#PopupNavDiv {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #0E5FD8;
  border-bottom:2px solid #2a2a2d;
  text-align: left;
  position: absolute;
  top: 0pt;
  left: 0pt;
  width: 100%;
}
#PopupNavDiv h1 {
  margin:0px;
  padding:0px;
  margin-left:10px;
  font-size:12pt;
}
#PopupCloseDiv {
  float:right;
  margin-right:5px;
  text-align: right;
  color:#fff;
}
#PopupCloseDiv a {
  color:#fff;
}
#PopupContentDiv {
  left:10px;
  right:10px;
  position:absolute;
  top:40px;
}
#LbsLegend {
  border: 1px solid #0E5FD8;
  width: 100%;
  border-collapse: collapse;
  background-color: #fcfcfc;
  margin-top:10px;
}
#LbsLegend td, #LbsLegend th {
  padding: 8px;
  border-bottom: 1px solid #0E5FD8;
}
#LbsLegend th {
  background-color: #f5c918;
  text-align: left;
}
#LbsLegend td.image {
  text-align: center;
}
#LbsLegend td.bez {
  border-left: 2px solid #0E5FD8;
}
/* END Popup */

/**********
 * Login-Seite
 */
div.loginLeft {
  float: left;
  width: 220px;
  border-right: 2px solid #0E5FD8;
  padding: 7px 15px 7px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.loginRight {
  float: left;
  width: 220px;
  padding: 7px 0px 7px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#LoginTable {
}
#LoginTable td {
  padding: 2px 15px 2px 0px;
}
/* END Login-Seite */

.merkmalSelect {
  width: 100%;
}

/* END Content */


/**********
 * Footer
 */
#Footer {
  margin-top: 30px;
  padding:8px 8px 8px 8px;
  /*background-color: #f5c918;
  border-top: 2px solid #0E5FD8;*/
  text-align:center;
  font-size:7pt;
}
#Footer ul {
  padding:4px 0px 0px 0px;
}
#Footer li {
  list-style: none;
  display:inline;
  font-size:7pt;
}
#Footer a {
  text-decoration:underline;
  font-size:7pt;
}
/* END Footer */

/**********
 * Login-Box
 */
input.quickLogin
{
  width: 120px;
  height: 18px;
  font-size: 7pt;
  height: 16px;
}
.quickLoginText
{
  font-size: 8pt;
}
a.quickLoginLink
{
  font-size: 7pt;
  color: black;
  text-decoration: none;
}
a.quickLoginLink:hover
{
  text-decoration: underline;
}

table.dataTable {
  width: 560px;
  margin-top: 15px;
  margin-bottom: 10px;
}
table.dataTable td {
  padding:2px 0px 2px 0px;
}
table.dataTable td.label {
  width: 170px;
  font-weight: bold;
}
div#AnsBox {
  margin: 15px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  border-bottom:1px dotted #e0e0e0;
}
div#LieferAnsHoleBox {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom:1px dotted #e0e0e0;
}
div#LieferAnsBox {
  display: none;
  margin-top: 15px;
  padding-bottom: 10px;
}
div#BezahlungBox {
  margin: 15px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  border-bottom:1px dotted #e0e0e0;
}
div#KdnNoteBox {
  margin-top: 15px;
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom:1px dotted #e0e0e0;
}

.endbetrag {
  border-top: 2px solid #0E5FD8;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 10px;
}
/***********
 * Registrierungsformular
 */
#formTable {
  margin-top: 20px;
  width:100%;
}
#formTable td {
  padding:3px 0px 3px 0px;
  vertical-align:top;
}
#formTable input, #formTable textarea {
  width: 200px;
}
#formTable .bez {
  padding-right: 15px;
  width:20%;
}
#formTable .field {
  width: 205px;
}
#formTable .langbez {
  padding-left: 10px;
  font-size: 7pt;
  font-style: italic;
}
#formTable .llogin {
  padding-top: 15px;
}
#formTable .buttons {
  padding-top: 17px;
}
#formTable button {
  margin-right: 3px;
}
/* END Registrierungsformular */


/***********
 * Mein Konto
 */
#myAccount ul.functions {
  margin: 15px 0px 15px 25px;
}
#myAccount ul.functions li {
  margin-bottom: 7px;
}
#myAccount ul.functions li a {
  font-size: 9pt;
}

#herstellerSearchTable {
  width:250px;
  margin-top:7px;
}
#herstellerSearchTable td {
  padding-top: 1px;
}
#herstellerSearchTable .bez {
  padding-right: 15px;
}
#herstellerSearchTable .field {
}


div#Trace {
  width: 950px;
  margin:10px auto 0px auto;
  padding:5px;
  border:double #ccc;
  color:#2a2a2d;
  font-size:8pt;
}
div#Trace h3 {
  margin:0;
  padding:0;
  font-size:9pt;
  color: #555;
}

/***********
 * Infosystem
 */
table#OrderhistorySearchByDate, table.OrderhistorySearchExtended {
  width:100%;
  margin-top:10px;
}
table.OrderhistorySearchExtended {
  margin-top: 10px;
}
table#OrderhistorySearchByDate td {
  padding-top:5px;
  padding-bottom:4px;
  vertical-align:top;
}
table#OrderhistorySearchByDate td.bez, div#InfosystemWeitereSucharten td.bez{
  width:135px;
  padding-right:5px;
}
table#OrderhistorySearchByDate .langbez, div#InfosystemWeitereSucharten td.langbez {
  padding-left: 15px;
  font-size: 7pt;
  font-style: italic;
  width:120px;
}
table#OrderhistorySearchByDate select {
  width:100%;
}
table#OrderhistorySearchByDate td.buttons {
  padding-top:10px;
}
table#OrderhistorySearchByDate button {
}
div#InfosystemWeitereSucharten {
  margin-top:10px;
  margin-bottom:15px;
  padding-top:15px;
  border-top:1px dotted #e0e0e0;
}
div#InfosystemWeitereSucharten input.text {
  width:98%;
}

table#InfosystemResult {
  width:98%;
  margin-bottom:15px;
  border-collapse:collapse;
  border-bottom:1px solid #0E5FD8;
}
table#InfosystemResult th {
  padding-bottom:3px;
  border-bottom:1px solid #0E5FD8;
  background: #f5c918;
  padding:6px 5px 6px 5px;
}
table#InfosystemResult th.left {
  text-align:left;
}
table#InfosystemResult th.right {
  text-align:right;
}
table#InfosystemResult td {
  padding:6px 5px 6px 5px;
}
table#InfosystemResult td.left {
  text-align:left;
}
table#InfosystemResult td.right {
  text-align:right;
}
table#InfosystemResult tr.belegRow {
  border-bottom:1px dotted #e0e0e0;
}
table#InfosystemResult tr.belegRow:hover {
  background:#e0e0e0;
}
table#InfosystemResult a {
  text-decoration:underline;
}

.isBelegeList {
  list-style-type:none;
  margin: 0;
  padding: 0;
  margin-top:10px;
  margin-bottom:25px;
  width:480px;
}
.isBelegeList li {
  background: url('/shop/images/is_beleg_bar.gif') no-repeat;
  margin: 0;
  padding: 0;
  margin-top:1px;
}
.isBelegeList li:hover {
  background: url('/shop/images/is_beleg_bar_hover.gif') no-repeat;
}
.isBelegeHead {
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  margin:0;
}
.isBelegeHead .belname {
  font-weight:bold;
}
.isBelegeHead .belnr {
  color: #2a2a2d;
  font-size: 95%;
  font-style:italic;
  position: absolute;
  right: 10px;
  top: 5px;
}
.isBelegeBody {
  padding: 5px 10px 15px;
  background: url('/shop/images/is_beleg_bg.gif') repeat-y;
  margin-bottom:15px;
  border-bottom:1px solid #b2b2b2;
}
.isShowAll {
  background: url('/shop/images/is_show_all.gif') no-repeat right center;
  padding-right: 14px;
  margin-right:13px;
}
.isCloseAll {
  background: url('/shop/images/is_close_all.gif') no-repeat right center;
  padding-right: 14px;
}
table.isBelegInfo {
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  margin-bottom:7px;
  border:1px dotted #e6e6e6;
}
table.isBelegInfo td {
  padding:3px 5px 3px 5px;
  border:1px dotted #ddd;
  border-bottom:1px dotted #ddd;
  vertical-align:top;
}
table.isBelegInfo .bez{
  width:25%;
  background:#e6e6e6;
}

table.isBelegPositionen {
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  margin-bottom:10px;
}
table.isBelegPositionen th {
  padding:3px 5px 3px 5px;
  border-left:1px solid #f5c918;
  border-right:1px solid #f5c918;
  background:#f5c918;
  vertical-align:top;
  font-size: 7pt;
}
table.isBelegPositionen td {
  padding:3px 5px 3px 5px;
  border:1px dotted #f5c918;
  vertical-align:top;
  font-size: 7pt;
}

table.isBelegFooter {
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  margin-bottom:7px;
  border:1px dotted #e6e6e6;
}
table.isBelegFooter td {
  padding:3px 5px 3px 5px;
  border-bottom:1px dotted #ddd;
  vertical-align:top;
}
table.isBelegFooter .bez{
  border-right:1px dotted #ddd;
  width:25%;
}
table.isBelegFooter .betrag{
  width:25%;
  border-right:1px dotted #ddd;
  background:#e6e6e6;
}
table.isBelegFooter .last {
  font-weight:bold;
  border-top:1px solid #ddd;
}
/* END Infosystem */



#loading {
  background:#fcfcfc;
  padding:30px;
  border: 2px solid #0E5FD8;
  display: none; /* hidden */
  position: absolute;
  left: 45%;
  margin-left: -100px;
  top: 30%;
  width: 200px;
  font-weight: bold;
  -moz-border-radius:8px;
}
