.shelptext{
    font-size: 1.0em;
    font-weight: bold;
}
.pdflink{
    padding-left: 18px;
    background: transparent url(shared/icons/PDF_icon.png) no-repeat center left;
}

#helptext{
    font-weight: bold;
    font-size: 1.2em;
}

#adressblock{
    font-size: 1em;
    padding: 3px;
    color: #15428B;
}

#adressblock H3{
    font-size: 1.3em;
    border-bottom: 2px solid #15428B;
}

.summen{
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 3px double #14317A;
}

.zahlen{
    text-align: right;
    font-family: monospace;
}

.spedi{
    font-weight: bolder;
    font-size: .8em;
    font-family:sans-serif;
    color: red;
}


.eteilliste{
    color: #15428B;
}

.eteilliste h3{
    font-size: 1.2em;
    padding-bottom: 5px;
}


.eteilliste th{
    font-size: 1.2em;
    font-weight: bold;
    /* border-bottom: 1px solid #15428B; */
}

.orderfooter{
    font-size: 1.1em;
    padding: 5px;
    padding-top: 10px;
    color: #15428B;
    text-align: right;
}

/*
*
*  Die Toolbarbuttons sind schlecht zu sehen
*  also gibt es hier einen leicht anderen Style
*  der die Knöpfe zu Knöpfen macht
*/
.x-toolbar .x-btn-left{
    background: url(lib/ext/resources/images/tbbtnnormal.png) no-repeat 0 0px;
}
.x-toolbar .x-btn-right{
    background: url(lib/ext/resources/images/tbbtnnormal.png) no-repeat 0 -21px;
    padding-right: 3px;
}
.x-toolbar .x-btn-center{
    background: url(lib/ext/resources/images/tbbtnnormal.png) repeat-x 0 -42px;
    padding:0 0;
}


.mwst{
    font-size: .7em;
}


.mybtn button {
  font-weight: bold;
  font-size: 1.1em;
}


#grase-header {
background:#1F1E2E url(http://grasekamp.com/de-DE/img/yaml_bg.png) repeat-x scroll center top;
color:#FFFFFF;
height:140px;
opacity: 0.7;
filter: alpha(opacity=70);
}

.grasekamp-logo{
    position:fixed;
    top:0;
    right:0
}

.zahnrad{
    position:fixed;
    height: 258px;
    width: 546px;
    bottom: 5px;
    left: 5px;
    background: url(http://grasekamp.com/eteile/images/eteile-bild.png);
}

div.eteilhintergrund
{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgb(41,40,40);
    z-index: -1000;
    /* z-index: 1000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    visibility: hidden;
    */
}

  div.impressum{
    display:block;

    /*set the div in the bottom right corner*/
    position:absolute;
    bottom:0;
    right:0;
    width:150px;

    /*give it some background and border*/
    background:#eee;
    border:1px solid #ddd;
  }

