#bart-main
{
   position: relative;
   z-index: 0;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}
#bart-main, table
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   font-size: 13px;
}

/* Start Box */
.bart-box, .bart-box-body {
   margin:0 auto;
   position:relative;
}
.bart-box:before, .bart-box:after, .bart-box-body:before, .bart-box-body:after {
   position:absolute;
   top:0;
   bottom:0;
   content:' ';
   background-repeat: no-repeat;
   line-height:0;
}
.bart-box:before,.bart-box-body:before{
   left:0;
}
.bart-box:after,.bart-box-body:after{
   right:0;
}
.bart-box:before {
   overflow:hidden;
   background-position: bottom left;
   direction: ltr;
   z-index:-3;
}
.bart-box:after {
   background-position: bottom right;
   z-index:-3;
}
.bart-box-body:before, .bart-box-body:after {
   background-repeat:repeat-y;
}
.bart-box-body:before {
   background-position: top left;
   z-index:-3;
}
.bart-box-body:after {
   background-position: top right;
   z-index:-3;
}

.bart-box .bart-box:before, .bart-box .bart-box:after, .bart-box-body .bart-box-body:before, .bart-box-body .bart-box-body:after {
   z-index:-2;
}
.bart-box .bart-box .bart-box:before, .bart-box .bart-box .bart-box:after, .bart-box-body .bart-box-body .bart-box-body:before, .bart-box-body .bart-box-body .bart-box-body:after {
   z-index:-1;
}
/* End Box */

/* begin Box, Sheet */
.bart-sheet
{
   margin-top: 7px;
   margin-bottom: -3px;
   cursor:auto;
   width: 90%;
   min-width: 700px;
   max-width: 1728px;
   z-index:-3;
}
.bart-sheet-body 
{
   padding:4px;
   min-width:28px;
   min-height:28px;
   padding-top:8px;
   padding-bottom:4px;
   z-index:-3;
}
.bart-sheet:before, .bart-sheet:after 
{
    z-index:-3;
  content: url('http://ebay.listeners-choice.de/products/images/sheet_t.png');
   font-size: 0;
   background-image: url('http://ebay.listeners-choice.de/products/images/sheet_b.png');
}
.bart-sheet:after{
   z-index:-3;
   clip:rect(auto, auto, auto, 1710px);
}
.bart-sheet:before,.bart-sheet-body:before{
   right:18px;
}
.bart-sheet-body:after{
   z-index:-3;
   width: 18px;
   top:18px;
   bottom:18px;
   background-image:url('http://ebay.listeners-choice.de/products/images/sheet.png');

}
.bart-sheet-body:before{
   z-index:-3;
   top:18px;
   bottom:18px;
   background-image:url('http://ebay.listeners-choice.de/products/images/sheet.png');
}

/* end Box, Sheet */

/* begin Layout */
.bart-layout-wrapper
{
   position:relative;
   margin:0 auto 0 auto;
}

.bart-content-layout
{
   display: table;
   width:100%;
   table-layout: fixed;
   border-collapse: collapse;
}

.bart-content-layout-row {
   display: table-row;
}

.bart-layout-cell
{
   display: table-cell;
   vertical-align: top;
}
/* end Layout */

/* begin Box, Block */
.bart-block
{
   max-width:1728px;
   margin: 10px;
}
.bart-block-body 
{
   padding:0;
}

div.bart-block img
{
   /* WARNING do NOT collapse this to 'border' - inheritance! */
  border-width: 0;
   margin: 10px;
}

/* end Box, Block */

/* begin Header */
div.bart-header
{
   min-width: 700px;
   max-width: 1728px;
   margin: 0 auto;
   position: relative;
   z-index: -5;
   width:90%;
   height: 150px;
   margin-top: 10px;
   margin-bottom: 0;
}
.bart-header-position
{
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
} 

.bart-header-wrapper 
{
   position: relative;
   top:0;
   width:100%;
   margin:0 auto;
}
.bart-header-inner 
{
   position: relative;
   margin: 0 4px;
}

.bart-header-inner:after
{
   position: absolute;
   display:block;
   content:' ';
   top: 0;
   width:100%;
   height: 150px;
   #background-image: url('http://ebay.listeners-choice.de/products/images/header-object.png');
   #background-repeat: no-repeat;
   #background-position: center center;
}
/* end Header */

/* begin Logo */
div.bart-logo
{
   display: block;
   position: absolute;
   top: 27px;
   left: 51%;
   margin-left: -224px;
}

.bart-logo-name
{
   display: block;
   text-align: left;
   font-size: 36px;
   padding: 0;
   margin: 0;
   color: #326786 !important;
}
.bart-logo-name a, 
.bart-logo-name a:link, 
.bart-logo-name a:visited, 
.bart-logo-name a:hover
{
   font-size: 36px;
   padding: 0;
   margin: 0;
   color: #326786 !important;
}

.bart-logo-text
{
   display: block;
   text-align: left;
   font-size: 28px;
   padding: 0;
   margin: 0;
   color: #28536C !important;
}
.bart-logo-text a,
.bart-logo-text a:link,
.bart-logo-text a:visited,
.bart-logo-text a:hover
{
   font-size: 28px;
   padding: 0;
   margin: 0;
   color: #28536C !important;
}

#headline, #slogan 
{
   display: block;
   min-width: 150px;
   text-align: left;
}
/* end Logo */

/* begin Layout */
.bart-layout-wrapper
{
   position:relative;
   margin:0 auto 0 auto;
}

.bart-content-layout
{
   display: table;
   width:100%;
   table-layout: fixed;
   border-collapse: collapse;
}

.bart-content-layout-row {
   display: table-row;
}

.bart-layout-cell
{
   display: table-cell;
   vertical-align: top;
}
/* end Layout */

/* begin Box, Post */
.bart-post
{
   max-width:1728px;
   margin: 15px;
}
.bart-post-body 
{
   padding:21px;
}
.bart-post:before, .bart-post:after 
{
   content: url('http://ebay.listeners-choice.de/products/images/post_t.png');
   font-size: 0;
   background-image: url('http://ebay.listeners-choice.de/products/images/post_b.png');
}
.bart-post:after{
   clip:rect(auto, auto, auto, 1723px);
}
.bart-post:before,.bart-post-body:before{
   right:5px;
}
.bart-post-body:after{
   width: 5px;
   top:5px;
   bottom:5px;
   background-image:url('http://ebay.listeners-choice.de/products/images/post.png');
}
.bart-post-body:before{
   top:5px;
   bottom:5px;
   background-image:url('http://ebay.listeners-choice.de/products/images/post.png');
}

a img
{
   border: 0;
}

.bart-article img, img.bart-article, .bart-block img, .bart-footer img
{
   border-color: #B2C2D1;
   border-style: solid;
   border-width: 0;
   margin: 0px 0px 0px 0px;
}

.bart-metadata-icons img
{
   border: none;
   vertical-align: middle;
   margin: 2px;
}

.bart-article table, table.bart-article
{
   border-collapse: collapse;
   margin: 1px;
}

.bart-post .bart-content-layout-br
{
   height: 0;
}

.bart-article th, .bart-article td
{
   padding: 2px;
   border: solid 1px #8099B3;
   vertical-align: top;
   text-align: left;
}

.bart-article th
{
   text-align: center;
   vertical-align: middle;
   padding: 7px;
}

pre
{
   overflow: auto;
   padding: 0.1em;
}

#preview-image
{
   float: left;
   }

.preview-cms-logo
{
   border: 0;
   margin: 1em 1em 0 0;
   float: left;
}

.preview-sharepoint-logo
{
   border: 0;
   margin: 5px;
   float: left;
}
/* end Box, Post */

/* begin PostQuote */
.bart-postcontent blockquote,
.bart-postcontent blockquote a,
.bart-postcontent blockquote a:link,
.bart-postcontent blockquote a:visited,
.bart-postcontent blockquote a:hover
{
   color: #06131D;
   font-style: italic;
   font-weight: normal;
   text-align: left;
   font-size: 20px;
}

.bart-postcontent blockquote p
{
   margin: 0;
   margin: 2px 0 2px 15px;
}

.bart-postcontent blockquote
{
   margin: 10px;
   padding: 0;
   background-color: #DDECF8;
   margin-left: 50px;
   padding-left: 28px;
   background-image: url('http://ebay.listeners-choice.de/products/images/postquote.png');
   background-position: left top;
   background-repeat: no-repeat;
   /* makes block not to align behind the image if they are in the same line */
  overflow: auto;
   clear:both;
}

/* end PostQuote */
