/**********
 * Allgemeine und globale Definitionen
 */
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:11px;
  color:#000;
}
html, body {
  height: 100%;
}
body {
  height:100%;
  margin:0px;
  background-color:#FFFFFF;
  color:#000000;
}
img {
  border: 0;
}
label {
  cursor:pointer;
}
option {
  padding-right: 10px;
}
.button {
  background-image:url(/shop/images/hintergrund_button.png);
  background-repeat:repeat-x;
  height:28px;
}
.passwordButtons {
  margin-right: 2px;
}
.big {
  width:147px;
}
.button a {
  padding:0 5px 0 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:10px;
  line-height:18px;
  vertical-align:middle;
  text-align:center;
  text-decoration:none;
  color:#000000;
  display:block;
}
.button a:hover {
  text-decoration:none;
}
.cartButton {
  margin-right:4px;
  width:128px;
}
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: #676f6f;
}
h2 {
  font-size:15px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #676f6f;
}
h3 {
  font-size: 11pt;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #000;
}
h4 {
  font-size:13px;
  padding-bottom: 3px;
  color: #000;
}
h5 {
  font-size:8pt;
  padding-bottom: 3px;
  color: #000;
}
p {
  margin-top: 7px;
  margin-bottom: 5px;
}
ul.indented {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}
a {
  color: #fa9f00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active, input[type=image]:active, button:active {
  position:relative;
  top:1px;
}
input[type=text], input[type=password], textarea, select {
  border:1px solid #fa9f00;
}
.messageBox {
  background-color: #fcfcfc;
  padding: 8px;
  margin: 15px 0px 10px 0px;
  width: 450px;
  font-weight: bold;
}
.notifyBox {
  background-color: #fcfcfc;
  border: 2px solid #FA9F00;
  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;
}
.errorBox li {
  margin-left: 20px;
}
.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 {
  font-weight: bold;
}
.pmf_uline {
  text-decoration: underline;
}
.pmf_italics {
  font-style: italic;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}


/**********
 * Page-Container der ganzen Seite
 */
#PageContainer {
  width:980px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  background-color:#fff;
  background-image:url('/shop/images/hintergrund_kachel.png');
  background-repeat:repeat-y;
}
#ContentGroupingContainer {
}

/**********
 * Header
 */
#Header {
	background:url(/shop/images/header_right.png) right top no-repeat;
	position:relative;
	top:0px;
	height:235px;
	width:980px;
	z-index:5;
}

#Esd_hand {
	float:left;
	position:absolute;
	top:10px;
	left:220px;
	z-index:6;
}

#Logo {
  float:left;
  position:absolute;
  top:15px;
  margin-left:780px !important;
  margin-left:580px;
  z-index:6;
}

#Bildleiste {
	background-image:url(/shop/images/bildleiste_schatten.png);
	position:relative;
	margin-top:-164px;
	height:160px;
	width:840px;
	left:130px;
	z-index:2;
	clear:left;
}

/**********
 * Menü
 */
#MenuContainer {
  width:155px;
  float:left;
  padding:68px 0 0 20px;
  background:url(/shop/images/header_bottom.png) no-repeat left 4px;
}
#MenuContainerOrder {
  width:140px;
  float:left;
  padding:68px 0 0 20px;
  background:url(/shop/images/header_bottom.png) no-repeat left 4px;
}
#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 solid #faba00;
}
#QuickInfoNews {
  border-top:1px solid #faba00;
  border-bottom:1px solid #faba00;
  margin:10px 0 10px 0;
  padding:5px 0 5px 0;
}
#ButtonInfoLeiste {
  margin:0px 0px 10px 0px;
  padding:0 0 5px 0;
  border-bottom:1px solid #faba00;
}
div.InfoLeiste {
  margin:10px 0px 10px 0px;
  padding:5px 0 5px 0;
  border-top:1px solid #faba00;
  border-bottom:1px solid #faba00;
}

/* Container für Navigationsleiste */
.navBarContainerTop, .navBarContainerBottom {
  border-top: 1px solid #faba00;
  border-bottom: 1px solid #faba00;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
}
ul.menuStatic {
  list-style: none;
  margin:7px 0 0 0;
}
li.menuStaticItem {
  float: left;
}

/**********
 * Content
 */
#ContentContainer {
  width:565px;
  float:left;
  margin:10px 20px 0 25px;
  /*position:relative;
  z-index:10;*/
}
#ContentContainer h2 {
  font-size:15px;
  color: #676f6f;
  padding:0px 0px 2px 0px;
  margin-bottom:12px;
}
#ContentOrderContainer {
  width:545px;
  float:left;
  margin:10px 20px 0 45px;
}

#StaticContentContainer {
  float: left;
  width:150px;
  min-height: 100px;
  margin: 10px 0px 0px 8px;
  position:relative;
  z-index:10;
}
div#AdditionalInfoBox {
  border:1px solid #faba00;
  margin-top:20px;
  padding:0px 5px 10px 5px;
  margin-bottom:5px;
  background-color:#fff;
}
div#AdditionalInfoBox h4 {
  font-size:13px;
  padding-bottom:2px;
}
div#AdditionalInfoBoxHeader {
  padding:2px 0px 0px 5px;
  border-bottom:1px solid #faba00;
  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:15px;
}
div.artListItemContainer {
  /*width:100%;*/
  margin:0 0 0 0;
  padding:10px;
  border-bottom:1px solid #ffe3aa;
}
div.artListItemContainer a {
  color:#000;
}
div.artListItemLeft {
  width: 144px; /* 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:40%;
  margin:0 1% 0 2%;
  padding-top:2px;
}
div.artListItemRight {
  float:right;
  width:28%;
  font-weight: bold;
  text-align: right;
  padding-top:2px;
}

div.artListItemRight  div.button {
  float:right;
}
 
div.artListItemLeft img {
  width: 120px;
  background:#fff;
  padding:0px;
/*  border:2px solid #faba00; */
}
div.artListItemLeft img:hover {
}
.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:145px;
  margin:5px 4px 4px 4px;
  padding:4px;
  background:#fff;
  border:1px solid #ddd;
  height:210px;
  overflow:hidden;
}
div.artListItemCell:hover {
  border:1px solid #bbb;
}
div.mainImg {
  text-align:center;
  width:135px;
  height:100px;
  overflow:hidden:
}
div.artListItemCell img.product {
  padding:2px;
  border:1px solid #ddd;
}
div.artListItemCell img.product:hover {
  border:1px solid #bbb;
}
div.artListItemCell .artListItemCellBez {
  display:block;
  font-size:9pt;
}
div.artListItemCell .artListItemCellPrice {
  margin-top:8px;
  display:block;
  text-decoration:underline;
  color:#d4003c;
  font-size:9pt;
  font-weight:bold;
}
div.data {
  margin:12px 5px 5px 5px;
}


#SubgroupsContainer {
  margin:4px 10px 0px 0px;
  float:left;
}
#SubgroupsContainer ul {
 margin-top:0px;
 margin-bottom:0px;
}
a.subgroupLink {
  font-weight:bold;
  color:#000;
}
.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: none;
  font-size:7pt;
  color:#000;
}
.groupImg {
  float:left;
  margin-right:10px;
}
.groupLongText {
  margin-bottom:3px;
}
/* END Artikelliste */

/**********
 * Artcount
 */
div.artcount {
  font-size: 11px;
  float:left;
  margin:0;
  padding:0px 0px 5px 0px;
}
ul.artcount {
}
ul.artcount li {
  list-style: none;
  display:inline;
}
.artcountInfotext
{
  padding: 1px 10px 1px 0px;
}

.listOptContainer
{
  padding-top: 9px;
  border-top:1px solid #999;
}

/**********
 * Sortierung
 */
div.listsort {
  font-size: 8pt;
  float:left;
}

div.listsort .sf-menu a {
  border: none;
  line-height:10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.listsort .sf-menu li:hover ul,
div.listsort .sf-menu li.sfHover ul {
  top:20px; /* match top ul list item height */
}

div.listsort ul.sf-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 170px;
}
div.listsort ul.sf-menu li {
  width: 170px;
}
div.listsort .sf-menu ul {
  width: 170px;
}
div.listsort a > .sf-sub-indicator {
  top:  5px;
}

/**********
 * PPP
 */
div.ppp {
  font-size: 11px;
  float:right;
  margin:0px 0px 10px 0px;
  padding:0px 0px 5px 0px;
}
ul.ppp {
}
ul.ppp li {
  list-style: none;
  display:inline;
}
.pppInfotext
{
  padding: 1px 0px 1px 0px;
}
.pppNr {
  padding: 0;
  margin:0px 1px 0px 1px;
}
a.pppNr:hover {
  color: #000;
}
.pppSelected {
  font-weight:bold;
  cursor:default;
}
.pppBrowse {
  padding: 1px 2px 1px 3px;
  text-decoration:underline;
}
.pppBrowse:hover {
  text-decoration:underline;
  color: #000;
}
/* END PPP */

/**********
 * 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 #faba00;
  background:white;
  padding: 1px 4px 1px 4px;
  margin:0px 2px 0px 2px;
}
a.pagingPageNr {
  color:#000;
}
.pagingSelectedPage {
  font-weight:bold;
  background:#faba00;
  cursor:default;
}
.pagingBrowse {
  padding: 1px 4px 1px 6px;
  border:1px solid #faba00;
}
.pagingPrevPage {
  margin-right:6px;
}
.pagingNextPage {
  margin-left:6px;
}
.pagingBrowse:hover {
  background:#FA9F00;
  text-decoration:none;
}
.pagingPageNr:hover {
  background:#FA9F00;
  text-decoration:none;
}
.pagingSelectedPage:hover {
  background:#faba00;
}
.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:70%;
  padding-left:10px;
  vertical-align: top;
  overflow: visible;
}
.artTitle {
  font-size: 13pt;
  padding: 0px;
  color: #faba00;
}
#ArtPreis {
  font-size: 10pt;
  font-weight: bold;
}
#ArtImgContainer {
  width:30%;
  vertical-align: top;
  padding-bottom: 10px;
}
#ArtMainImg {
  background:#fff;
  margin-bottom:3px;
}
#ArtBeschreibung {
}
ul.artBeschList {
  padding: 5px 0px 5px 20px;
}
ul.artBeschList li {
  line-height: 12pt;
}
#OrderFieldsContainer {
  background-color:#fff;
  border:2px solid #dddddd;
  margin-bottom:10px;
  padding:3px;
}
#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-color: #fff;
  margin: 0px 0px 12px 0px;
}
div#ArtMerkmalContainer .header {
  font-weight:bold;
  text-align:left;
  margin:0px 0px 6px 0px;
}
div#ArtMerkmalContainer label {
  font-weight:bold;
  text-align:left;
  padding-left:5px;
}
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;
}
table.mestaffel {
  width: 100%;
  margin:5px 0px 10px 0px;
}
#ArtZusatzmedien {
}
#ArtZusatzmedien a {
  color:#000;
  text-decoration:none;
}
#ArtZusatzmedien a:hover {
  text-decoration:none;
}
#ArtZusatzbilder {
}
#ArtZusatzbilder a {
  color:#000;
  text-decoration:none;
}
#ArtZusatzbilder a:hover {
  text-decoration:none;
}

/* END Artikelbild */

/**********
 * Warenkorb
 */
table.cartTable {
  margin-top: 20px;
  border-collapse: collapse;
  border-bottom:1px solid #faba00;
}
td.wk_header_left,td.wk_header_right {
  background-color: #faba00;
  padding: 2px 2px 4px 2px;
  vertical-align: top;
  border-bottom:1px solid #faba00;
  font-weight:bold;
}
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;
}
#CartTableFooter td {
}
.cartSumme {
  font-size: 9pt;
  font-weight: bold;
  border-bottom: 2px solid #faba00;
  padding:10px 0 2px 0;
}
.cartSeparator {
  background-color: #faba00;
  height: 1px;
  line-height: 1px;
}
.cartFunctions {
  padding-bottom: 10px;
}
div#CartEmpty {
  font-weight:bold;
  margin:15px 0 10px 0;
}
div#CartQuickAddBox {
  border-top:1px solid #faba00;
  border-bottom:1px solid #faba00;
  margin-top:10px;
  margin:10px 0 10px 0;
  padding:5px 0 5px 0;
}
div#CartQuickAddBox table {
  /*border-collapse:collapse;*/
}
input#cartQuickAddArtNr {
  width:61%;
  border: 1px solid #fa9f00;
}
input#cartQuickAddMenge {
  width:30%;
  border:1px solid #fa9f00;
}

#CartControlCenter {
  width:530px;
  margin:20px 0 0 0;
  padding:9px 7px 4px 7px;
  background-color:#fee3aa;
}
#CartControlsMain {
  background:transparent;
  /*width:50%;*/
}
#CartControlsAdditional {
  background:transparent;
  float:left;
 /* width:50%;*/
}
#CartControlsMain ul {
  list-style: none;
}
#CartControlsMain li {
  margin:1px 0 1px 0;
  list-style: none;
  display:inline;
}

#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:545px;
}
.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: #666666;
  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;
}
ul.cartManagerButtons {
}
ul.cartManagerButtons li.cartManagerButton {
  display:inline;
  list-style:none;
  margin:0 5px 0 0;
  padding:0 0 0 0;
}
/* END Warenkorb */

/**********
 * Artikelzusatzbild-Popup
 */
#artZusContainerDiv
{
  height: 100%;
  text-align: center;
  background-color: #f0f0f0;
}
#artZusNavDiv
{
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f5c918;
  border-bottom:2px solid #faba00;
  text-align: center;
  position: absolute;
  top: 0pt;
  left: 0pt;
  width: 100%;
}
#artZusNavDiv ul
{
  list-style:none;
}
#artZusNavDiv li
{
  display:inline;
}
#artZusNavDiv a
{
  color: #666;
  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: #f0f0f0;
}
#PopupNavDiv {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f5c918;
  border-bottom:2px solid #faba00;
  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;
}
#PopupContentDiv {
  left:10px;
  right:10px;
  position:absolute;
  top:40px;
}
#LbsLegend {
  border: 1px solid #faba00;
  width: 100%;
  border-collapse: collapse;
  background-color: #fcfcfc;
  margin-top:10px;
}
#LbsLegend td, #LbsLegend th {
  padding: 8px;
  border-bottom: 1px solid #faba00;
}
#LbsLegend th {
  background-color: #f5c918;
  text-align: left;
}
#LbsLegend td.image {
  text-align: center;
}
#LbsLegend td.bez {
  border-left: 2px solid #faba00;
}
/* END Popup */

/**********
 * Login-Seite
 */
div.loginLeft {
  float: left;
  width: 220px;
  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%;
  border:2px solid #ddd;
}

/* END Content */


#CopyrightNote {
  margin:10px 190px 0 190px;
  padding:8px 8px 0px 8px;
  text-align:left;
  font-size:10pt;
}
#CopyrightNote ul {
  padding:4px 0px 0px 0px;
}
#CopyrightNote li {
  list-style: none;
  display:inline;
}
#CopyrightNote .hint {
  font-weight: bold;
}
#CopyrightNote .note {
}
/**********
 * Footer
 */
#Footer {
  margin:30px 190px 0 190px;
  padding:8px 8px 8px 8px;
  text-align:center;
  font-size:9px;
}
#Footer ul {
  padding:4px 0px 0px 0px;
}
#Footer li {
  font-size:9px;
  list-style: none;
  display:inline;
}
#Footer a {
  font-size:9px;
  text-decoration:underline;
  color:#000;
  font-weight:bold;
}
/* END Footer */

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

table.dataTable {
  width: 545px;
  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;
}
select#lieansFil {
  width:100%;
  padding:1px;
  margin-top:10px;
}
div#BezahlungBox {
  margin: 15px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  border-bottom:1px dotted #e0e0e0;
}
div#OwnNrBox {
  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 #faba00;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 10px;
}
table.orderControl {
  background-color:#fee3aa;
  padding:9px 7px 3px 7px;
  width:100%;
}
/***********
 * Registrierungsformular
 */
#formTable {
  margin-top: 20px;
  width:100%;
}
#formTable td {
  padding:3px 0px 3px 0px;
  vertical-align:top;
}
#formTable .heading {
  color: #FA9F00;
  font-size:13px;
  font-weight: bold;
  margin-top: 15px;
}
#formTable .textedit, #formTable .combobox, #formTable textarea {
  width: 200px;
  border:1px solid #fa9f00;
}
#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:#666;
  font-size:8pt;
}
div#Trace h3 {
  margin:0;
  padding:0;
  font-size:9pt;
  color: #000;
}

/***********
 * 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 #faba00;
}
table#InfosystemResult th {
  padding-bottom:3px;
  border-bottom:1px solid #faba00;
  background: #faba00;
  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:#fee3aa;
}
table#InfosystemResult a {
  text-decoration:underline;
}

.isBelegeList {
  list-style-type:none;
  margin: 0;
  padding: 0;
  margin-top:10px;
  margin-bottom:25px;
  width:545px;
}
.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: #666666;
  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 #fee3aa;
  border-right:1px solid #fee3aa;
  background:#fee3aa;
  vertical-align:top;
  font-size: 7pt;
}
table.isBelegPositionen td {
  padding:3px 5px 3px 5px;
  border:1px dotted #fee3aa;
  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 #fee3aa;
  display: none; /* hidden */
  position: absolute;
  left: 45%;
  margin-left: -100px;
  top: 30%;
  width: 200px;
  font-weight: bold;
  -moz-border-radius:8px;
}

#DemoshopInfo {
  background-color: #fcfcfc;
  border: 2px solid #ea6c7e; /* rot */
  padding: 8px;
  margin: 5px 0px 5px 0px;
  width: 450px;
  font-weight: bold;
}

#OrderControls {
  margin-top:10px;
}

table#OrderOverview {
  border-bottom:1px solid #faba00;
}

#Schattenunten {
  position:relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-image:url('/shop/images/hintergrund_boden.png');
  background-repeat:no-repeat;
  height:20px;
}
#ArtikelDetails {
  width:560px;
  border-collapse:collapse;
}
#ArtikelDetails .leftCol {
  border-right:2px solid #fee3aa;
  vertical-align:top;
  padding-right:10px;
  width:220px;
}
#ArtikelDetails .rightCol {
  vertical-align:top;
  padding-left:10px;
}
#LangSwitcherContainer {
  text-align: right;
}
#LangSwitcher {
  display: inline;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
#LangSwitcher li {
  display: inline;
}
.cmSaveSpace {
margin-right:3px;
}
