/**********
 * Allgemeine und globale Definitionen
 */
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  color: #555;
}
html, body {
  height: 100%;
}
body {
  background:#eef3f9; /* hellblau */
  height:100%;
}
img {
  border: 0;
}
label {
  cursor:pointer;
}
option {
  padding-right: 10px;
  width:100%;
}
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: #555555;
}
h2 {
  font-size: 13pt;
  padding-top: 8px;
  padding-bottom: 8px;
  color:#003479;
}
h3 {
  font-size: 11pt;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #555555;
}
h4 {
  font-size: 10pt;
  padding-bottom: 3px;
  color: #555555;
}
h5 {
  font-size:8pt;
  padding-bottom: 3px;
  color: #555555;
}
p {
  margin-top: 9px;
  margin-bottom: 7px;
}
ul.indented {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}
a {
  color: #444;
  text-decoration:none;
}
a:hover {
  color: #df0029;
  text-decoration: underline;
}
a:active, input[type=image]:active, button:active {
  /*position:relative;
  top:1px;*/
}
input[type="text"] {
  padding:1px 0 1px 0;
}
.messageBox {
  background-color: #fcfcfc;
  padding: 8px;
  margin: 15px 0px 10px 0px;
  width:96%;
  font-weight: bold;
  border-radius:5px;
  -moz-border-radius:5px;
}
.notifyBox {
  background-color: #fcfcfc;
  border: 2px solid #003479;
  padding: 8px;
  margin: 15px 0px 10px 0px;
  width:96%;
  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:40px;
}
.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:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:20px;
  border-right:1px solid #003479;
  border-left:1px solid #003479;
  /*border-top:2px solid #cacbdf;*/
  border-bottom:1px solid #003479;
  background:#fff;
}

#ContentGroupingContainer {
  padding:5px 0px 20px 0px;
  background:#fff;
}

.masterContainer {
  padding:15px;
  border-radius:10px;
  -moz-border-radius:10px;
  box-shadow:4px 4px 10px #888;
  -webkit-box-shadow:4px 4px 10px #888;
  -moz-box-shadow:4px 4px 10px #888;
}

/**********
 * Header
 */
#Header {
  float:left;
  border-bottom: 1px solid #cacbdf;
  background-color: #e7e7f3;
}
#HeaderMenu {
  background-color: #e7e7f3;
  float:left;
  width:100%;
}
#HeaderMenu ul {
  list-style:none;
  margin-left:260px;
}
#HeaderMenu li {
  float:left;
  border-left:1px solid #cacbdf;
  width:120px;
  text-align:center;
  line-height:20px;
}
#HeaderMenu li.last {
  border-right:1px solid #cacbdf;
}
#HeaderMenu a {
  display:block;
  font-weight:bold;
}
#HeaderMenu a:hover {
  background:#df0029;
  color:#f0f0f0;
  text-decoration:none;
}

/**********
 * Menü
 */
#MenuContainer {
  width: 170px;
  float:left;
  background-color: #eef3f9;
  margin: 20px 25px 10px 15px;
}
#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 #cacbdf;
}
#QuickInfoNews {
  margin-top:10px;
  padding-top:10px;
}
#ButtonInfoLeiste {
  background-color:#ebecfc;
  margin:0px 0px 12px 0px;
  padding: 6px 2px 3px 2px; /* FF */
  border-top:1px solid #003479;
  border-bottom:1px solid #003479;
}
div.InfoLeiste {
  padding: 5px 0px 6px 0px; /* FF */
}

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

/**********
 * Content
 */
#ContentContainer {
  width: 490px;
  float:left;
  background-color: #eef3f9;
  margin: 20px 25px 0 0;
}
#ContentOrderContainer {
  background-color: #eef3f9;
  float:left;
  width:570px;
  margin:20px auto 0px 180px;
}

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

#StaticContentContainer {
  float: left;
  background-color: #eef3f9;
  width:130px;
  min-height: 100px;
  margin:20px 0px 0px 0px;
}
div#AdditionalInfoBox {
  border:1px solid #ddd;
  background-color:#fff;
  margin-top:20px;
  padding:5px 5px 0px 5px;
  margin-bottom:5px;
  font-size:7pt;
}
div#AdditionalInfoBox h4 {
  font-size:8pt;
  padding-bottom:2px;
}
div#AdditionalInfoBox h5 {
  font-size:8pt;
  padding:4px 10px 4px 10px;
  background:#ebecfc;
  border-bottom:1px solid #e0e0e0;
}
#QuickInfoViewedProducts {
}
#AdditionalInfoBox a {
  font-size:7pt;
}
#ViewedProductsBox {
  margin:0px 0 5px 0;
  /*background: url(/shop/images/contentbox-vertical-bg.png) repeat-x top;*/
}
#OrderdTooBox {
  margin:0px 0 5px 0;
  /*background: url(/shop/images/contentbox-vertical-bg.png) repeat-x top;*/
}
div#AdditionalInfoBox img.product {
  width:40px;
}
div#AdditionalInfoBox div.artListItemLeft {
  width:12%;
}
div#AdditionalInfoBox div.artListItemContainer {
  background:0;
  border-bottom:1px solid #f0f0f0;
}


/*
 * Artikelliste
 */
#ArtListHeader {
}
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;
  font-size:8pt;
}
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 #df0029;
}
.artListItemAktionPrice {
  color:#df0029;
}

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 #df0029;
}
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:#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 */

/**********
 * Artcount
 */
div.artcount {
  font-size: 11px;
  float:left;
  margin-top:5px;
  padding: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 #cacbdf;
  background:white;
  padding: 1px 4px 1px 4px;
  margin:0px 2px 0px 2px;
}
.pagingSelectedPage {
  font-weight:bold;
  background:#003479;
  color:white;
  cursor:default;
}
.pagingBrowse {
  padding: 1px 4px 1px 6px;
  border:1px solid #cacbdf;
}
.pagingPrevPage {
  margin-right:6px;
}
.pagingNextPage {
  margin-left:6px;
}
.pagingBrowse:hover {
  background:#df0029;
  text-decoration:none;
}
.pagingPageNr:hover {
  background:#df0029;
  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:70%;
  padding-left:10px;
  vertical-align: top;
  overflow: visible;
}
span.artPreis {
  font-size:9pt;
  font-weight: bold;
}
span.streichpreis {
  text-decoration:line-through;
}
span.preisType {
  font-size:6pt;
}
span.angebot {
  color:#df0029;
}
span.artPreisBrutto {
  font-size:8pt;
  font-weight: bold;
  margin-left:10px;
  text-align:right;
}
#ArtImgContainer {
  width:30%;
  vertical-align: top;
  padding-bottom: 10px;
}
#ArtMainImg {
  background:#fff;
  padding:2px;
  border:1px solid #ddd;
  margin-bottom:3px;
}
#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:25%;
  font-weight:bold;
  vertical-align:top;
}
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;
}
div#ArtStaffelContainer {
}
table.mestaffel {
  width: 100%;
  margin:5px 0px 0px 0px;
  border-collapse:collapse;
}
table.mestaffel th {
  background-color:#EBECFC;
  padding:3px;
  border:1px solid #EBECFC;
}
table.mestaffel td {
  padding:3px;
  border:1px solid #EBECFC;
}
div.cartAddNotify {
  margin:0 0 10px 0;
}
/* END Artikelbild */

/**********
 * Warenkorb
 */
table.cartTable {
  margin-top: 20px;
  border-collapse: collapse;
  border-bottom:1px solid #cacbdf;
}
td.wk_header_left,td.wk_header_right {
  background-color: #ebecfc;
  padding: 2px 2px 4px 2px;
  vertical-align: top;
  border-bottom:1px solid #cacbdf;
}
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 #cacbdf;
  padding:10px 0 2px 0;
}
.cartSeparator {
  background-color: #cacbdf;
  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 #cacbdf;
  border-bottom:1px solid #cacbdf;*/
  border-top:1px dotted #cacbdf;
  margin-top:10px;
  padding-top:10px;
}
div#CartQuickAddBox table {
  /*border-collapse:collapse;*/
}
input#cartQuickAddArtNr {
  width:61%;
}
input#cartQuickAddMenge {
  width:30%;
}

#CartControlCenter {
  width:466px;
  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: #555;
  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 {
  list-style:none;
  display:inline;
}
ul.cartManagerButtons li.cartManagerButton {
  display:inline;
  list-style:none;
  background:0;
  margin:0;
  padding:0;
}
/* END Warenkorb */

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

/**********
 * Login-Seite
 */
div.loginLeft {
  float: left;
  width: 220px;
  border-right: 2px solid #cacbdf;
  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;
}
#LoginBanner {
  width:160px;
  background:#003479;
  color:#fff;
  font-weight:bold;
  padding:5px 0px 5px 10px;
  cursor:pointer;
  -moz-border-radius-topleft:5px;
  border-top-left-radius:5px;
  -moz-border-radius-topright:5px;
  border-top-right-radius:5px;
}
#LoginBanner:hover {
  background:#df0029;
}
#LoginContainer {
  border-left:1px solid #003479;
  border-right:1px solid #003479;
  border-bottom:1px solid #003479;
  padding:5px 0px 5px 10px;
  width:158x;
  display:none;
  background:#fff;
}
#LoginContainer input[type=text], #LoginContainer input[type=password] {
  width:148px;
  margin:2px 0 3px 0;
}
#LoginAdditionalLinks {
  margin-top:4px;
}
#LoginAdditionalLinks a {
  font-size:7pt;
}

#LoggedInBanner {
  width:160px;
  background:#003479;
  color:#fff;
  font-weight:bold;
  padding:5px 0px 5px 10px;
  -moz-border-radius-topleft:5px;
  border-top-left-radius:5px;
  -moz-border-radius-topright:5px;
  border-top-right-radius:5px;
}
#LoggedInContainer {
  border:1px solid #003479;
  padding:5px 0px 5px 10px;
  width:158x;
  background:#fff;
}
/* END Login-Seite */

.merkmalSelect {
  width: 100%;
}

/* END Content */


/**********
 * Footer
 */
#Footer {
  margin-top: 30px;
  padding:8px 8px 8px 8px;
  background-color: #ebecfc;
  /*border-top: 1px solid #003479;*/
  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;
}
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;
}
div#ZusatzEmailBox {
  margin: 15px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  border-bottom:1px dotted #e0e0e0;
}

.endbetrag {
  border-top: 2px solid #ebecfc;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 10px;
}
/***********
 * Registrierungsformular
 */
#formTable {
  margin-top:10px;
  width:100%;
}
#formTable td {
  padding:3px 0px 3px 0px;
  vertical-align:top;
}
#formTable input[type="text"], #formTable textarea {
  width:99%;
  padding:1px 0 1px 0;
}
#formTable .bez {
  padding-right: 15px;
  width:20%;
}
#formTable .field {
  width:100%;
}
#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:#555;
  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 #ebecfc;
}
table#InfosystemResult th {
  padding-bottom:3px;
  border-bottom:1px solid #ebecfc;
  background: #ebecfc;
  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: #555;
  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 #ebecfc;
  border-right:1px solid #ebecfc;
  background:#ebecfc;
  vertical-align:top;
  font-size: 7pt;
}
table.isBelegPositionen td {
  padding:3px 5px 3px 5px;
  border:1px dotted #ebecfc;
  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 #ebecfc;
  display: none; /* hidden */
  position: absolute;
  left: 45%;
  margin-left: -100px;
  top: 30%;
  width: 200px;
  font-weight: bold;
  border-radius:10px;
  -moz-border-radius:10px;
  box-shadow:10px 10px 20px #888;
  -webkit-box-shadow:10px 10px 20px #888;
  -moz-box-shadow:10px 10px 20px #888;
}

div#OrderProgress {
  padding-bottom:5px;
  border-bottom:1px solid #003479;
  margin-bottom:20px;
}
div#OrderProgress h1 {
  display:inline;
  font-weight:bold;
  margin-right:20px;
  color:#003479;
  background:#EBECFC;
  padding:7px 7px 5px 7px;
}
div#OrderProgress h4 {
  display:inline;
  font-weight:normal;
  margin-right:20px;
  color:#777;
}

#EmblemHinweisBox {
  background-color: #fcfcfc;
  border: 2px solid #ea6c7e; /* rot */
  padding: 8px;
  margin: 15px 0px 15px 0px;
  font-weight: bold;
  border-radius:5px;
  -moz-border-radius:5px;
}

#NamensArtikelBox {
}
#NamensArtikelBox textarea {
  width:100%;
  margin:7px 0 7px 0;
}
#NamensArtikelBox input {
  width:100%;
  margin:7px 0 7px 0;
}
.errorInputFailure {
  color:#ea6c7e;
}

h4.menuTitle {
  padding:0 0 0 3px;
  color:#003479;
  margin:0;
}

/* CMS-Bereich */
div.cmsHighlightContainer {
  background:#EBECFC;
  padding:5px;
  float:left;
  margin:12px 0 12px 0;
}
ul.cmsSideBySide {
  list-style:none;
}
ul.cmsSideBySide li {
  float:left;
  width:120px;
  text-align:center;
  line-height:20px;
}
ul.cmsSideBySide * a{
  font-size:7pt;
}
img.cmsTitleImage {
  float:left;
  margin:0 10px 0 0;
}
h5#ShopOfflineMenuNote {
  margin:2px 0 8px 4px;
}