#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #F48E3A;
    background-color: #fff;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
    font-family: Arial;
    border: none;
    width: 210px;
    padding:20px;
    height: 135px;
    opacity: 0.9;
    background: url('../img/shadow.png');

}

#tooltip.pretty h3 {
    margin-bottom: 0.75em;
    font-size: 11pt;
    width: 220px;
    text-align: center;

}
/* Ende Tooltip */
html {
    height: 100%;
}

body {
    min-height: 101%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.75em;
    color: #332;
    background: #FFF url("../img/bgr.png") repeat-x top left;
    margin: 0;
}

.marginLeft {
    margin-left: 18px;
}

h2 {
    color: #0FB7E1;
    margin: 20px 0 15px 0;
    padding: 0;
}
h3 {
    font-size:110%;
}

a {
    color: #0FB7E1;
}


input.buttonGrey80 {
    height: 22px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    background-image: url("../img/button_bgr80.gif");
    width: 80px;
}

input.buttonGrey100 {
    height: 22px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    background-image: url("../img/button_bgr100.gif");
    width: 100px;
}

input.buttonGrey120 {
    height: 22px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    background-image: url("../img/button_bgr120.gif");
    width: 120px;
}

.error {
    color: rgb(210, 10, 10);
}

.lightgrey {
    background-color: #F8F7F6;
}

.small {
    font-size: 90%;
}

#all {
    margin: 0 auto 0 auto;
    padding: 0 0 12px 0;
    width: 830px;
    background-color: #FFF;
}

#content {
    float: left;
    width: 570px;
    overflow: hidden;
}

#content #teaser {
    width: 569px;
    height: 445px;
    background: #FFF url("../img/teaser.jpg") repeat-x top left;
}
#content #teaser_leer {
    width: 569px;
    height: 445px;
    background: #FFF url("../img/teaser_leer.jpg") repeat-x top left;
}
#content #teaser_leer p{
    margin:30px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size:36px;
    color:#0FB7E1;
}
div.margined {
    margin: 18px;
}

/**/ /* Anmeldeformular*/
#content #formNewCust label,#content #formBlock label {
    display: block;
    float: left;
    width: 190px;
    padding-top: 2px;
    margin: 5px 0 5px 10px;
}

#content #formNewCust label.required,#content #formNewCust label.optional,#content #formNewCust label.required2,#content #formBlock label
{
    width: 170px;
    margin: 5px 0 5px 18px;
}

#content #formBlock label.error {
    width: 150px;
    margin: 5px 0 5px 15px;
}

#content #formBlock form {
    display: none;
}

#content #formBlock label.description {
    float: left;
    width: 170px;
}
#content #formBlock label.values{
    float: left;
}

#content #formBlock label.change {
    float: left;
    text-decoration: underline;
    color: #0FB7E1;
    cursor: pointer;
}

#content #formBlock label.change:hover {
    color: #F48E3A;
}


#content #formNewCust ul,#content #formNewCust li{
    padding:0;
    margin:0;
    list-style: none;
    clear:both;
}
* html #content #formNewCust ul,#content #formNewCust li{
    height:1%;
}

#content #formNewCust input,#content #formNewCust select    , #content #formBlock select,#content #formBlock input
{
    display:block;
    float: left;
    width: 150px;
    margin:4px 0;
}

#content #formBlock select, #content #formBlock input{
    margin:4px 0 4px 18px;
}
#content #formBlock input.submitButton {
    width: 100px;
}

#content #formNewCust #newCustSubmitButton {
    width: 100px;
}

#content #formNewCust #anschriftPlz      ,#content #formBlock #anschriftPlz
{
    width: 50px;
}

#content #formNewCust #anschriftOrt      ,#content #formBlock #anschriftOrt
{
    margin-left:0;
    width: 96px;
}

#content #formNewCust #agbAkzeptiertJn,#content #formNewCust #newsletterJn
{
    width: 15px;
}



#content #formNewCust #newCustSubmitButton,#content #formBlock input.submitButton
{
    clear:both;
    margin: 0 0 0 233px;
    cursor: pointer;
}
* html #content #formNewCust #newCustSubmitButton,* html #content #formBlock input.submitButton{
    clear:both;
    margin: 0 0 0 120px;
}
#content #artikelList,#content #artikelList ul,#content  #summWarenkorbList,#content  #summWarenkorbList li,#content #artikelList ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#content #artikelList ul li                ,#content #summWarenkorbList li
{
    padding: 4px;
}

#content #artikelList {
    width: 567px;
}

#content #artikelList ul.subArtikelList {
    clear: both;
    border-bottom: 1px solid #CCC;
    background-color: #EEE;
}

#content #artikelList ul.subArtikelList li.nr {
    text-align: right;
    float: left;
    width: 3%;
}

#content #artikelList ul.subArtikelList li.isbn {
    text-align: right;
    float: left;
    width: 14%;
}

#content #artikelList ul.subArtikelList li.descr {
    float: left;
    width: 35%;
}

#content #artikelList ul.subArtikelList li.gewicht {
    text-align: right;
    float: left;
    width: 9%;
}

#content #artikelList ul.subArtikelList li.preis {
    text-align: right;
    float: left;
    width: 13%;
}

#content #artikelList ul.subArtikelList li.remove {
    text-align: center;
    float: left;
    width: 17%;
}

#content #artikelList ul.subArtikelList li.remove a.artikelDelete {
    color: #0FB7E1;
    text-decoration: underline;
    cursor: pointer;
}

#content #artikelList ul.subArtikelList li.remove a.artikelDelete:hover
{
    color: #0FB7FF;
}

#content #summWarenkorb {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#content #summWarenkorbList li.placement,#content #minAnkPreishinweis li.placement {
    clear: both;
    float: left;
    width: 19%;
    padding: 1px 4px;
}

#content #summWarenkorbList li.labelZwischenZeile {
    float: left;
    width: 40%;
    padding: 1px 4px;
}

#content #summWarenkorbList li.valueZwischenZeile {
    text-align: right;
    float: left;
    width: 17%;
    padding: 1px 4px;
}

#content #summWarenkorbList li.labelGesamtsumme {
    font-weight: bold;
    float: left;
    width: 40%;
}

#content #summWarenkorbList li.preisGesamt {
    text-align: right;
    font-weight: bold;
    float: left;
    width: 17%;
}
#content #minAnkPreishinweis{
    overflow: hidden;
    padding:0;
    margin:0;
}
#content #minAnkPreishinweis li{
    list-style: none;
}
#content #minAnkPreishinweis li.preisGesamt {
    text-align: right;
    font-weight: bold;
    float: left;
    width: 17%;
}
#content #minAnkPreishinweis li.preisMin {
    text-align: right;
    font-weight: bold;
    float: left;
    width: 17%;
}
#content #minAnkPreishinweis li.label {
    font-weight: bold;
    float: left;
    width: 40%;
    padding: 1px 4px;
}
#mindestankaufspreis{
    color: #EE0000;
    width: 336px;
    margin: 0 0 0 120px;
}

#content #toSend {
    text-align: right;
    padding: 0 120px 0 0;
}

#content #toSend input {
    background: #FFF url("../img/button_sendRech.gif");
    width: 149px;
    height: 22px;
    cursor: pointer;
    border: 0;
}

#all #content #anforderungen {
    font-size:90%;
    background-color: #B5E9F6;
    padding: 5px;
    display: none;
}
#all #body {
    padding:0 20px;
    background: #fff url("../img/bgr_content.png") repeat-y;

}
#messageBox p {
    margin: 5px;
}

#messageBox #closerMessBox {
    text-align: center;
    cursor: pointer;
}

#head {
    margin: 0 20px;
}

#head #head_logo {
    float: left;
    margin: 28px 1px 0 3px;
}

#head #head_right {
    float: right;
    width: 543px;
    height: 93px;
    background: #FFF url("../img/head_right.gif") no-repeat top right;
}

#nav {
    clear:both;
    margin: 0 19px 0 0;
    height: 496px;
    width: 200px;
    float: left;
    background: #F8F7F6 url("../img/spalte_links_top.jpg") repeat-x top
        right;
}

#nav #menu {
    padding: 0;
    margin: 15px 15px 0 15px;
    list-style: square;
    list-style-position: inside;
}

#nav form {
    padding: 0;
    margin: 0;
}

#nav #menu li {
    margin: 0;
    padding: 2px 0 2px 0;
}

#nav #menu li a {
    color: #333;
    text-decoration: none;
}

#nav #logBox {
    background: #F8F7F6 url("../img/spalte_links_box_bgr.png") repeat-x top
        right;
    margin: 15px 15px 0 15px;
    padding: 5px;
    color: #654;
    display: none;
    font-size: 90%;
}

#nav #logBox p {
    margin: 4px;
}

#nav #logBox p input {
    border: 1px solid #CCC;
}

#nav #logBox p label {
    margin: 3px 0 0 0;
}
#nav #logBox button.btnGrey100 {
    height: 22px;
    line-height: 20px;
    margin: 4px 0 4px 0;
    padding: 0;
    border: 0;
    background: transparent;
    background-image: url("../img/button_bgr80.gif");
    width: 80px;
}

#nav #logBox b{
    margin:4px 0;
    display:block;
    padding:0;
}
br.clear {
    clear: both;
    height: 0.001px;
    line-height: 0.001px;
    font-size: 0.00001em;
}
.clear {
    clear: both;
}
.clearBlock {
    display:block;
    clear: both;
    height:0.1px;
    clear: both;
}
span.clear {
    clear: both;
    display:block;
    height:0;
    background-color: #F00;
}
#searchleiste_left {
    width: 10px;
    height: 55px;
    float: left;
    background: #FFF url("../img/headline_right_left.jpg") no-repeat top
        right;
}

#searchleiste_middle {
    width: 551px;
    height: 55px;
    float: left;
    background: #FFF url("../img/headline_right_center.jpg") no-repeat top
        right;
}

#searchleiste_middle form {
    margin: 0 0 0 10px;
}

#searchleiste_middle form label {
    margin: 0 5px 0 0;

}

#searchleiste_middle form input {
    margin: 12px 5px 0 0;
    font-size: 20px;
    width: 145px;
}

#searchleiste_middle form div {
    float: left;
}

#searchleiste_middle form #contbutton {
    display: block;
    width: 200px;
    height: 55px;
    background: #FFF url("../img/button_bgr.jpg") repeat-x top right;
    float: left;
}

#searchleiste_middle form button {
    cursor: pointer;
    margin: 16px 0 0 6px;
    border: 0;
    width: 183px;
    height: 24px;
    background: transparent url("../img/button_buchpfand_berechnen2.gif") no-repeat top right;
}

#searchleiste_middle input {
    border: 2px solid #FFB751;
    padding: 1px 3px;
}

#IsbnEanTooltip {
    text-decoration: underline;
}

#searchleiste_right {
    width: 10px;
    height: 55px;
    float: left;
    background: #FFF url("../img/headline_right_right.jpg") no-repeat top
        right;
}

#footer {
    text-align: center;
    padding: 10px 10px 30px 10px;
    margin: 0 auto 0 auto;
    width: 830px;
    background: #FFF url("../img/bgr_footer.png") no-repeat top center;
}

#sendIcon {
    background: #FFF url("../img/send.gif") no-repeat;
}
#nav #tipBox{
    margin: 10px 15px 0 15px;
    text-align: center;
}

#nav #tipBox li,#nav #tipBox ol{
    text-align: left;
    margin: 5px 0;
    padding:0;
    list-style-position: inside;
}
#nav #tipBox ol{
    margin: 10px 0 2px 0;
}
* html div.row{
    height:1%;
}
.link{
    color: #0FB7E1;
    text-decoration:underline;
    cursor: pointer;
}
h3.link{
    margin-top:3px;
    margin-bottom:4px;
    padding: 0;
    font-size:110%;
}
.unvisible{
    display:none;
}
.tooltipBank{
    text-decoration: underline;
    cursor: pointer;
}
form#empfForm dl dt,form#empfForm dl dd{
    float:left;
}
form#empfForm dl dt{clear:both;width: 120px;margin:0 0 8px  0;overflow: hidden;}
form#empfForm dl dd{margin:0 0 8px  0;overflow: hidden;}
form#empfForm input,form#empfForm select{width:150px}
form#empfForm button{border: none;width: 155px;height: 23px;text-align: center;background: transparent url("../img/button_bgr144_orange.gif") no-repeat;font-weight: bold;color:#5A3322;}
form#empfForm ul.errors{margin:0;padding: 0;}
form#empfForm ul.errors li{list-style: none;color: rgb(210, 10, 10);margin:0;padding: 0}
form#empfForm textarea{width: 270px;white-space: nowrap;height:150px;}
p.message{color: #FFA824;margin: 0 0 10px 0;}
#buchankaufslist li{list-style: none;}
#buchankaufslist,#buchankaufslist ul{margin:0;padding:0;}
#buchankaufslist{margin:0 0 0 30px;}
#buchankaufslist li.item{margin: 0 0 20px 0;}
#buchankaufslist h4{padding:0;margin-bottom: 5px;}
#paginator{margin:auto;width:150px;}
#paginator li{float:left;width:20px;list-style: none;}
#reqnummer{font-size: 16px;}
.grey{color: #9B9B9B}
.wk_hinweis{padding:4px;margin:5px 8px 5px 8px;border:1px solid #FFA824;}
#cityList{width:90%;margin:auto;}
#cityList li{float:left;margin:0 20px 0 0;list-style: none;width: auto;}
#socBM{font-size: 9px;padding-left:217px;}
#socBM a{float: left;display: block;padding:0 0 0 19px;line-height: 16px;height:16px;margin:0 12px 0 0;color:#999;background:transparent url(../img/social/all.gif) no-repeat;}
#socBM a#fb{background-position:  0px -16px}
#socBM a#tw{background-position:  0px 0px}
#socBM a#vz{background-position:  0px -32px}
#socBM a#go{background-position:  0px -48px}
#socBM a#mw{background-position:  0px -64px}
#socBM a:hover{color:#0FB7E1;}

