/* HTML-Tag-Definitionen */
* {
    font-family: verdana, arial, sans-serif;
    color: #000;
    text-decoration: none;
}

body {
    font-size: 11px;
}

table {
    border-collapse: collapse;
}

th  , td {
    font-size: 11px;
    vertical-align: top;
}

table.warenkorb {
    width: 100%;
}

table.warenkorb th  , table.warenkorb td {
    padding: 3px;
    border: solid 1px #000;
}

table.warenkorb td.info {
    text-align: right;
}

table.warenkorb td.preis {
    text-align: right;
    white-space: nowrap;
}

table.warenkorb th a {
    color: #000;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    padding-bottom: 10px;
    font-weight: bold;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

hr {
    border-top: dotted 1px #cdcdcd;
}

p {
    padding-bottom: 10px;
    font-size: 11px;
}

small {
    font-size: 9px;
}

a {
    font-size: 11px;
    color: #336600;
    text-decoration: underline;
}

/*
a:visited { color: #6ea041; }
a:hover { color: #336600; }
a:active { color: #6ea041; }
a:focus { color: #FFC000; }
*/
a.button {
    margin: 0 0 10px 0;
    padding: 2px 7px 2px 7px;
    border: solid 1px #808080;
    background: rgb(205, 205, 205);
    color: #000;
}

a:hover .button {
    color: black;
}

input {
    padding: 1px;
    font-size: 11px;
}

input.submit {
    background: #cdcdcd;
}

input.CANCEL  , input.GO {
    display: none;
}

textarea {
    padding: 1px;
    overflow: auto;
    font-size: 11px;
    border: solid 1px #cdcdcd;
}

select {
    font-size: 11px;
    border: solid 1px #cdcdcd;
}

fieldset {
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #cdcdcd;
}

div.clear {
    clear: both;
    display: none;
}

#page {
    font-size: 11px;
}

div#head  , div#logo  , div.box-1  , div.box-2  , div#foot {
    display: none;
}

ul#menu-1  , ul#menu-2  , ul.menu-1  , ul.menu-2  , ul.menu-3 {
    display: none;
}

#content {
    line-height: 140%;
}

div#finanzierung-box  , div#trusted-shop-box {
    display: none;
}

div.order-box fieldset {
    margin: 0px 0 10px 0;
    padding: 0;
    border: none;
    background: none;
}

div.order-box legend {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.info-box  , .text-box  , .error-box {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #cdcdcd;
    color: #333;
}

.text-box {
    background: #fefefe;
}

.info-box {
    padding-left: 35px;
    background: #efefef url(../images/attention.gif) 10px 10px no-repeat;
}

.error-box {
    padding-left: 35px;
    border: solid 1px #f00;
    background: #ffefef url(../images/attention.gif) 10px 10px no-repeat;
    color: #f00;
}

div#shop_gesehene_artikel_box {
    display: none;
}

div.druckhinweis {
    display: none;
}