html {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000;
}

body {
    text-align: left;
    background: #fff;
}

#links ul li a[href]:after {
    content:" <URL: "attr(href)" > ";
    color:#00f;
    font-style:italic;
    font-size: 80%
}

#topmenu,
#kopf,
#suche,
#biglogo {
    display: none;
}

#bcnavi ul {
    list-style-type: none;
}

#bcnavi li {
    display: inline;
}

#rechts form input,
#rechts form select {
    border: 1px solid #000;
    font-size: 100%;
    padding: 1px;
}

#mailform  fieldset {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

#mailform textarea,
#mailform input,
#mailform select {
    border: 1px solid #000;
    margin: 0 0 5px 0;
    font-size: 12px;
    padding: 1px;
}

#mailform select {
    padding-right: 10px;
}

#mailform textarea,
#mailform input {
    width: 400px;
}

#mailform label {
    width: 150px;
    display: block;
    float: left;
}

#mailform input.csc-mailform-submit {
    width: auto;
    margin-left: 150px;
}

/* Produkte */
#rechts div.produkt {
    margin: 24px 0 0 0;
    padding: 0 0 24px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dotted #000;
    font-family: Verdana, sans-serif;
}

#rechts div.produkt img {
    float: left;
    width: 56px;
    margin-right: 18px;
}

#rechts div.produkt h2 {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0 0 74px;
}

#rechts div.produkt h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 74px;
}

#rechts div.produkt div.lieferstatus {
    background: url(../img/lieferbar.gif) 0 3px no-repeat;
    margin: 20px 0 0 74px;
    padding-left: 12px;
}

#rechts div.produkt div.optionen {
    width: 154px;
    text-align: right;
    float: right;
}

#rechts div.produkt div.optionen a {
    text-decoration: none;
    color: #000;
}

#rechts div.produkt div.optionen div.preis {
    width: 41px;
    margin-right: 80px;
    padding: 3px 6px 3px 27px;
    background: url(../img/euro.gif) no-repeat #dadada;
    text-align: left;
    font-weight: bold;
}

#rechts div.produkt div.optionen div.details {
    display: none;
}

#rechts div.produkt div.optionen div.warenkorb {
    display: none;
}

#rechts div.produkteinzeln {
    border-bottom: 1px dotted #000;
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
}

#rechts div.produkteinzeln img {
    float: left;
    width: 200px;
    margin-right: 18px;
}

#rechts div.produkteinzeln div.info {
    margin: 0 0 0 218px;
}

#rechts div#warenkorb table,
#rechts div#bestelluebersicht table,
#rechts div#bestaetigung table {
    text-align: left;
    vertical-align: top;
    width: 100%;
}

#rechts div#warenkorb table th,
#rechts div#warenkorb table td,
#rechts div#bestelluebersicht table th,
#rechts div#bestelluebersicht table td,
#rechts div#bestaetigung table th,
#rechts div#bestaetigung table td{
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

#rechts div#warenkorb table th,
#rechts div#bestelluebersicht table th,
#rechts div#bestaetigung table th {
    background: #e5e5e5;
}

#rechts div#warenkorb table th.preisspalte,
#rechts div#warenkorb table td.preisspalte,
#rechts div#bestelluebersicht table th.preisspalte,
#rechts div#bestelluebersicht table td.preisspalte,
#rechts div#bestaetigung table th.preisspalte,
#rechts div#bestaetigung table td.preisspalte {
    width: 100px;
    text-align: right;
}

#rechts span.infotext {
    font-size: 80%;
}

#rechts #warenkorbinfo fieldset {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin: 0 0 1em 0;
}

#rechts #warenkorbinfo fieldset legend {
    font-weight: bold;
}

#rechts #warenkorbinfo label {
    float: left;
    display: block;
    width: 100px;
}

#rechts #warenkorbinfo textarea,
#rechts #warenkorbinfo input {
    border: 1px solid #000;
    width: 400px;
    margin: 0 0 5px 0;
    padding: 1px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

#rechts #warenkorbinfo input.submit {
    width: 150px;
    margin: 5px 0 0 100px;
}