/* --- Standardwerte --- */
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

fieldset,img {
    border: 0 solid;
}

@media screen {
    body {
        background: url(img/background.gif) repeat black;
        color: #000;
        font-size: 100.01%;
        text-align: left;
        line-height: 1.2;
        font-family: Verdana, Helvetica, Arial, sans-serif;
    }
}

option {
    padding-left: 0.4em;
}

ul,ol {
    margin: 0 0 1em 1.5em;
}

li {
    margin-left: 1.5em;
    line-height: 1.5em;
}

dt {
    font-weight: bold;
}

blockquote,cite {
    margin: 0 0 1em 1.5em;
}

p {
    margin: 1em 0;
}

h1 {
    font-size: 1.3em;
    margin: 0.5em 0;
}

h2 {
    font-size: 1.2em;
    margin: 0.5em 0;
}

h3 {
    font-size: 1.05em;
    margin: 0.5em 0;
}

TEXTAREA,INPUT[type=text],INPUT[type=password] {
    border: thin solid #CCC;
    padding: 0.2em;
}

TEXTAREA:hover,INPUT[type=text]:hover,INPUT[type=password]:hover {
    background: #FAFAFA;
}

a {
    color: #222;
}

a:hover {
    color: #555;
}

.td2,.th2 {
    font-size: 80%;
}

/* Individuelle Einstellungen */
.div {
    border: thin solid red;
}

.center {
    text-align: center;
}

.errorBox {
    margin: 0 auto;
    margin-top: 0.3em;
    width: 60em;
    padding: 0.5em;
    background: #FCC;
    display: none;
}

#error {
    border: 2px solid red;
    background: #FDD;
    padding: 0.3em 0.5em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
}

#main {
    position: relative;
    width: 75em;
    padding: 0.5em;
    background: #FFF;
    font-size: 80%;
    float: left;
    left: 50%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: -37.5em;
    -moz-border-radius: 0.7em;
    -khtml-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    border-radius: 0.5em;
}

#inner {
    border: thin solid #CCC;
    padding: 0.2em;
    position: relative;
    float: left;
    width: 74.5em;
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    height: 8.2em;
    width: 74.5em;
}

#header_title {
    
}

#header_title img {
    padding: 0.4em;
}

#header_navi {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
}

#header_navi ul {
    margin: 0;
}

#header_navi li {
    margin: 0;
    list-style: none;
    display: inline;
}

#header_navi li+li:before {
    content: "|";
    padding-right: 0.4em;
}

#header #box_cart {
    position: absolute;
    top: 2em;
    right: 0.3em;
    border: thin solid #CCC;
    padding: 0.25em 0.5em;
    text-align: center;
}

#header #box_cart h3 {
    background: transparent;
    text-shadow: 0 0 0 #000;
}

@media screen {
    #left {
        width: 20%;
        clear: left;
        float: left;
        padding-left: 0.2em;
        float: left;
        margin-top: 8.5em;
    }
    #content {
        float: right;
        width: 79%;
        margin-top: 8.5em;
    }
}

@media print {
    #left {
        width: 0em;
        clear: left;
        float: left;
        padding-left: 0.0em;
        float: left;
        display: none;
    }
    #content {
        float: right;
        width: 99%;
        margin-top: 10.5em;
    }
    #main {
        width: 60em;
        font-size: 66%;
        left: 0;
        margin-left: 0;
    }
    #header,#inner {
        width: 69.5em;
        border: 0 none;
    }
}

#navtrail,#navigator {
    margin-bottom: 0.5em;
    font-size: 0.8em;
}

#navigator {
    text-align: center;
}

@media print {
    #navigator {
        display: none;
    }
}

/* --- BOXES --- */
#languages {
    position: absolute;
    right: 0.3em;
    bottom: 0.3em;
    text-align: right;
}

#languages ul {
    margin: 0;
}

#languages ul li {
    list-style: none;
    margin: 0;
    display: inline;
}

.box {
    border: thin solid #CCC;
    padding: 2px;
    margin: 0 0 0.5em 0;
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0.1em 0.1em 0.3em #999;
    -moz-box-shadow: 0.1em 0.1em 0.3em #999;
    box-shadow: 0.1em 0.1em 0.3em #999;
}

@media print {
    .box,#languages,#header_navi {
        display: none;
    }
}

.box h3 {
    color: white;
    background: #999;
    margin-top: 0;
    margin-bottom: 0.3em;
    padding: 0.2em;
    padding-left: 0.4em;
    -webkit-border-top-left-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    -khtml-border-top-left-radius: 0.3em;
    -khtml-border-top-right-radius: 0.3em;
    -moz-border-radius-topleft: 0.3em;
    -moz-border-radius-topright: 0.3em;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    background-image: -moz-linear-gradient(left top -90deg, #CFE782 0%, #9BCB2A 2%, #5DA331 99%, #659635 100%);
    text-shadow: 0.5px 1px 0.5px #555;
    line-height: 1.4em;
}

.box ul,.box li {
    margin: 0;
    padding: 0;
}

.box ul li {
    list-style: none;
}

#box_categories ul {
    margin: 0 0 0 0.5em;
}

#box_categories ul li a {
    text-decoration: none;
    color: #777;
}

#box_categories ul li.active_cat a {
    color: black;
}

#box_categories ul li.active_cat>a {
    color: black;
    font-weight: bold;
}

#box_login dd+dt {
    margin-top: 0.2em;
}

#left #box_cart h3 a {
    text-decoration: none;
    color: white;
}

#left #box_cart h3 a:after {
    content: ' >';
}

#left #box_cart span {
    text-align: right;
}

.box_cart2 {
    border: thin solid #CCC;
    background: white;
    color: black;
    width: 20em;
    height: 12em;
    padding: 0.5em;
    position: absolute;
    float: left;
    margin-left: -9em;
    display: none;
    text-align: left;
}

.box_cart2 h3 {
    color: #000;
    text-shadow: 0;
}

.box_cart2>img {
    clear: right;
    float: right;
    margin: 0 0.5em 0.5em 0;
}

.box_cart2 .close_button {
    float: right;
}

.box_cart2 .price {
    
}

.box_cart2 .added {
    text-align: center;
    font-weight: bold;
}

#box_admin a.button {
    line-height: 2em;
}

#box_bestseller ol {
    margin-left: 2em;
}

#box_bestseller strong {
    text-align: center;
    font-size: 0.85em;
    display: block;
}

#box_bestseller dd.vpe {
    text-align: center;
    font-size: 0.75em;
}

#box_reviews #write_image {
    width: 33%;
    float: left;
    padding-right: 0.3em;
}

#search_input {
    background: url(img/search.png) no-repeat 0.1em 0.1em;
    padding-left: 2em;
    width: 53%;
}

#cg_image {
    line-height: 32px;
}

#cg_image img {
    vertical-align: middle;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

/* --- DIVERSE --- */
.clear {
    clear: both;
}

.right {
    text-align: right;
}

.caution {
    color: red;
    font-weight: bold;
}

.button {
    background: #DDD;
    border: thin solid #AAA;
    margin: 0.15em;
    padding: 0.2em;
    font-size: 0.9em;
    color: black;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 0.25em;
    -khtml-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    background-image: -moz-linear-gradient(19% 75% 90deg,#aaa, #ccc, #ddd 100%);
    white-space: nowrap;
}

.button:hover {
    background: #DDD;
    background-image: -moz-linear-gradient(19% 75% 90deg,#bbb, #ddd, #eee 100%);
}

a.button {
    padding: 0.3em 0.4em 0.4em;
}

@media print {
    .button {
        display: none;
    }
}

.button_add_cart {
    background: #8F8;
    background-image: -moz-linear-gradient(left top -90deg, #CFE782 0%, #9BCB2A 2%, #5DA331 99%, #659635 100%);
    border-color: #659635;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 0.1em 0.1em 0.3em #aaa;
    font-weight: bold;
    color: #FFF;
}

.button_add_cart:hover {
    background: #6F6;
    background-image: -moz-linear-gradient(left top -90deg, #EFF7A2 0%, #BBEB4A 2%, #7DC351 99%, #85B655 100%);
    text-shadow: 1px 1px 1px #333;
}

.button_right {
    text-align: right;
    padding: 0.5em 0.5em 0 0;
}

.fleft,.button_fleft,.button_fleft a.button {
    float: left;
}

.fright,.button_fright,.button_fright a.button {
    float: right;
}

#new_search {
    background: #EEE;
    border: thin solid #666;
    padding: 0.25em;
    text-align: center;
    margin-bottom: 0.5em;
}

/* --- Logoff --- */
#logoff {
    margin: 1em 0;
    text-align: center;
}

/* --- Prices --- */
.productOldPrice {
    color: red;
    text-decoration: line-through;
}

/* --- Copyright --- */
@media screen {
    .parseTime {
        color: white;
        clear: both;
        text-align: center;
    }
}

@media print {
    .parseTime {
        display: none;
    }
}

/* --- MessageBox --- */
ul#messages {
    margin: 0;
}

li.error,li.success,li.warning {
    margin: 0.5em 0;
    padding: 0.25em;
    list-style: none;
}

li.error {
    background: #FCC url(img/error.png) no-repeat 0.25em 0.25em;
    border: thin solid red;
    padding-left: 2em;
}

li.success {
    background: #CFC url(img/success.png) no-repeat 0.25em 0.25em;
    border: thin solid green;
    padding-left: 2em;
}

li.warning {
    background: #FFC url(img/warning.png) no-repeat 0.25em 0.25em;
    border: thin solid yellow;
    padding-left: 2em;
}

.debug {
    color: white;
}

.inputRequirement {
    color: red;
}

#banner {
    text-align: center;
    margin: 5px 0 0 0;
}

