html, body {
    margin: 0px; padding: 0px;
    font-size: 13px; color: #000; font-family: arial, verdana;
    width: 100%;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat-x;
    background-color: #FFF;
    text-align: center;
}

img {border: 0px;}
a {color:#004687; text-decoration: none;}
a:hover {color:#FF0000;}
p {margin: 0px 0px 0px 0px; padding: 0px; line-height: 1.4;}
ul {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 15px;line-height: 1.4;}
h1 { color:#004687; font-size: 24px; margin: 0px 0px 10px 0px;}
h2 { color:#004687; font-size: 18px; margin: 0px 0px 10px 0px;}
h3 { color:#004687; font-size: 13px; margin: 0px 0px 10px 0px;}

.global {
    margin: auto;
    text-align: left;
    width: 975px; height: auto;
}

.content {
    position: relative;
    margin-top: 5px;
    margin-left: 10px;
    width: 730px; height: auto;
    float: left;
    background-image: url("../img/bg-bev.jpg");
    background-repeat: repeat-y;
}
.content-top {
    width: 470px; height: 3px;
    background-image: url("../img/bg-top.jpg");
    background-repeat: no-repeat;
    font-size: 1px; /* IE 6 BUG-FIX */
}
.content .text {
    width: 450px;
    min-height:500px;
    padding: 10px 0px 20px 20px;
    float: left;
}
.footer {
    position: relative;
    float: left;
    width:100%; height:auto;
    margin-top: 5px;
}



.box-01 {
    position: relative;
    margin-top: 5px;
    width: auto; height: 165px;
    float: left;
}
.box-02 {
    position: relative; left: 5px;
    margin-top: 5px;
    width: auto; height: 165px;
    float: left;
}
.box-02-rot {
    position: relative; left: 5px;
    margin-top: 5px;
    padding: 25px 25px 10px 25px;
    width: 430px; height: 125px;
    float: left;
    color: #FFFFFF;
    line-height: 1.4;
    font-size: 13px;
    font-weight: normal;
    background-image: url("../upload/boxen/horizontal/med/background-rot.jpg");
}
.box-02-rot h1 {
    font-size: 16px;
    color: #FFFFFF;
}
.box-02-blau {
    position: relative; left: 5px;
    margin-top: 5px;
    padding: 25px 25px 10px 25px;
    width: 430px; height: 125px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
    font-weight: normal;
    background-image: url("../upload/boxen/horizontal/med/background-blau.jpg");
    background-repeat: no-repeat;
}
.box-02-blau h1 {
    font-size: 16px;
}
.box-03 {
    position: relative;
    margin-top: 5px;
    width: auto; height: 165px;
    float: right;
    z-index: 900;
}
.box-04 {
    position: relative;
    margin-top: 5px;
    width: auto; height: 165px;
    float: right;
    z-index: 300;
}
.box-05 {
    position: relative;
    margin-left: 5px;
    width: 240px; height: 165px;
    float: left;
}
.toggleButton {
    cursor: pointer;
    float: left;
    margin: 2px 10px 0px 0px;
    padding: 5px;
}
.toggleHeadline {
    float: left;
    width: 80%;
}
.toggleHeadline h1 {
    margin: 3px 0px 0px 0px; padding: 5px;
    font-size: 15px;
    font-weight: normal;
}
.toggleHeadline p {
    margin-left: 5px;
    margin-bottom: 5px;
}
.toggleText {
    float: left;
    background-image: url("../img/shd.jpg");
    background-repeat: no-repeat;
    background-color: #FFF;
    padding-top: 10px;
    padding-left: 43px;
    padding-bottom: 10px;
    width: 90%;

}
.toggleContainer {
    background-color: #FFF;
    float: left;
    width: 650px;
    margin-bottom: 10px;
    padding: 0px;
}
.search {
    border: 0px;
    background-image: url("../img/searchfield.jpg");
    margin: 0px; 
    padding: 5px 0px 0px 22px;
    width: 105px; 
    height: 16px;
    color: #004687;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.detail {
    margin: 20px 0px 0px 0px;
    padding-right: 10px;
    width: 100%;
    background-image: url("../img/hr2.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 12px;
}
.detail th {
    color: #004687;
    font-size: 16px;
    vertical-align: top;
}
.detail td {
    vertical-align: top;
}

.liste {
    margin: 10px 0px 0px 0px;
    padding-right: 10px;
    width: 100%;
}
.liste td {
    color:#004687;
    padding: 4px 0px 2px 2px;
    /* border-bottom: 2px dotted #A1BEDA; */
}
.liste th {
    font-size: 11px;
    font-weight:bold;
    color:#004687;
    padding-bottom: 5px;
}
.liste tr {
   /* background-image: url("../img/border.gif");
    background-repeat: no-repeat;
    background-position: 25px 100%; */
}

.listeright {
    margin: 10px 0px 0px 0px;
    padding-right: 10px;
    width: 100%;

}
.listeright td {
    color:#004687;
    padding: 4px 0px 2px 2px;
    /* border-bottom: 2px dotted #A1BEDA; */
}
.listeright th {
    font-size: 11px;
    font-weight:bold;
    color:#004687;
    padding-bottom: 5px;
}
.listeright tr {
   /* background-image: url("../img/border.gif");
    background-repeat: no-repeat;
    background-position: 25px 100%; */
}

/* dotted line Fix for René BEGIN*/
.fixline {
    font-size: 0px;
}
.fixline td {
    padding: 0px;
}
.fixline .dotted {
    height:2px; width:100%;

    background-image: url("../img/border.gif");
}
/* dotted line Fix for René END*/

.tag {
    float: left;
    margin-right: 10px;
}
.info {
    font-size: 10px;


}
.amount {
    width:12px; height: 16px;
    font-size: 1px;
    background-image: url("../img/arrow.jpg");
    float: left;
    margin-right:3px;
}
.amount span {
    float: left;
    height: 50%; width: 100%;
    cursor: pointer;
}
.qnt {
    float: left;
    border: 0px #B2C7DA solid;
    width: 14px; height: 16px;
    text-align: center;

    margin-right:10px;
}

.offbox {
    background-image: url("../img/bg-bev1.jpg");
    position: relative;
    width: 240px; height: auto;
    float: right;
    text-align: left; 
    color: #004687;
    top:0px;
}
.offbox p {
   padding: 5px;
}

.cart {
    background-image: url("../img/bg-bev1.jpg");
    position: relative;
    width: 240px; height: auto;
    float: right;
    text-align: left; 
}
.cart-top {
    background-image: url("../img/tab1.jpg");

    width:225px; height: 23px;
    color: #6690B7;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0px 0px 10px;
}
.cart-top-praemie {
    background-image: url("../img/tab.jpg");

    width:225px; height: 23px;
    color: #6690B7;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0px 0px 10px;
}
.cart-top-on {
    background-image: url("../img/tab-rot.jpg");
    width:225px; height: 23px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0px 0px 10px;
}
.cart-content {
    padding: 5px;
}
.line {
    height: 9px;
    width: 100%;
    font-size: 0px;
    background-image: url("../img/hr1.jpg");
}
.listecart {
    width: 100%;
}
.listecart td {
    font-size: 11px;
    padding: 0px;
    color: #004687;
}
.listecart th {
    color: #004687;
    font-size: 11px;
}
.radio {
    float: left;
}
.filter {
    width:220px; height: 150px;
    background-image: url("../img/box-plainwww.jpg");
    background-repeat: no-repeat;
    background-color: #FFF;
    padding-top:5px;
    padding-left:10px;
    padding-bottom:10px;
    padding-right:10px;
}
.filter2 {
    width:220px; height: 150px;
    background-image: url("../upload/boxen/vertikal/small/jetzt-bestellen.jpg");
    background-repeat: no-repeat;
    background-color: #FFF;
    padding:10px;
}
.selectbox {
    width: 100%;
    color: #004687;
    border: 0px;
    background-color: #FFF;
    font-size: 11px;
    padding: 3px;
}
.selectbox_m {
    width: 100px;
    color: #004687;
    border: 1px solid #000000;
    background-color: #FFF;
    font-size: 11px;
    padding: 3px;
    float:left;
}
.abcfilter {
    margin-top: 0px;
    margin-bottom:8px;
    width: 230px; height: 37px;
}
.abcfilter_m {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom:0px;
    width: 230px;
}
.abcfilter_m span {
    float: left;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.abcfilter_m span a {
    display: block;
    width: 11px;
    background-color: #B1C7DC;
    color:#004586;
    padding:1px 2px 1px 2px;
    margin:0px 2px 2px 0px;
}
.abcfilter_m span a:hover {
    background-color: #fff;
}
.abcfilter span {
    float: left;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.abcfilter span a {
    display: block;
    width: 11px;
    background-color: #B1C7DC;
    color:#004586;
    padding:1px 2px 1px 2px;
    margin:0px 2px 2px 0px;
}
.abcfilter span a:hover {
    background-color: #fff;
}


.buttonblauklein {
    width: 163px; height: 41px;
    padding: 4px 0px 0px 0px;
    text-align: center;
    color:#004687;
    font-size: 16px;
    font-weight: bold;
    background-image: url("../img/button-klein.png");
    background-repeat: no-repeat;
    display:block;
    float: left;
}

.buttonblau {
    width: 312px; height: 41px;


    padding: 4px 0px 0px 0px;
    text-align: center;
    color:#004687;
    font-size: 16px;
    font-weight: bold;
    background-image: url("../img/button.png");
    display:block;
    margin-top: 20px;
}
.buttonrot {
    width: 312px; height: 41px;
    padding: 4px 0px 0px 0px;
    text-align: center;
    color:red;
    font-size: 16px;
    font-weight: bold;
    background-image: url("../img/button.png");
    display:block;
    margin-top: 20px;
}
.buttonrot:hover {
    color:red;
}
.tab {
    background-image: url("../img/tab-off.jpg");
    width:215px; height: 23px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    border: 0px solid #000000;
    padding: 7px 0px 0px 20px;
    float: left;
}
.tab a {
    color:#668EB2;
}
.tab a:hover {
    color: #FFF;
}



.tab_red {
    background-image: url("../img/tab-off_red.jpg");
    width:215px; height: 23px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    border: 0px solid #000000;
    padding: 7px 0px 0px 20px;
    float: left;
}
.tab_red a {
    color:#FFF;
}
.tab_red a:hover {
    color: #FFF;
}

.formtab {
    width:100%;
    table-layout:fixed;
}
.formtab th {
    color:#004687;
    font-weight: bold;
    text-align: right;
}
.formtab td {
    color: #004687;
    vertical-align:top;
    padding-right: 15px;
}

.footerLeft {
    color:#004687;

    font-size: 11px;
    float: left;
}
.footerRight {
    color:#004687;
    font-size: 11px;
    float: right;
}
.searchbar {
    list-style: none;
    margin: 0px; padding: 0px;
    float: right;
}
.searchbar li {
    float: left;
}
.dev {
    position:absolute;
    width: 200px;
    height: 300px;
    overflow: auto;
    top:0px;
    left: 0px;
    border:3px solid red;
    background-color:#FBFFC2;
    z-index: 9999;
}

input.error {
    border: 1px solid red;
}
.lkdform {
    width: 100%;
}
.inselect {
    border: 1px solid #6690B7;
    padding: 2px;
    color: #004687;
    float: left;
    margin: 0px 10px 0px 0px;
    width: 100%;
    height: 22px;
}
.intext {
    border: 1px solid #6690B7;
    margin: 0px 10px 0px 0px;
    padding: 2px;
    color: #004687;
    float: left;
    width: 100%;
    height: 16px;
    font-family: arial, verdana;
    font-size: 12px;
}
.intextarea {
    border: 1px solid #6690B7;
    margin: 0px 10px 0px 0px;
    padding: 2px;
    color: #004687;
    float: left;
    width: 100%;
    height: 60px;
    font-family: arial, verdana;
    font-size: 12px;
}
.intext2 {
    border: 1px solid #80A2C3;
    margin: 0px 10px 0px 0px;
    padding: 5px;
    color: #004687;
    background-color:#80A2C3;
    float: left;
    width: 100%;
}
.submitButton {
    margin: auto;
    border: 0px;
    background-color: transparent;
    width: 312px; height: 41px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color:#004687;
    font-size: 16px;
    font-weight: bold;
    background-image: url("../img/button.png");
    display:block;
}
.error {
    position: relative; 
    top:2px;
    color: red;
    font-size: 11px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.globalLoader {
    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height: 100%;
    margin: 0px; padding: 0px;
    text-align: center;
    background-color:#FFF;
    z-index: 9999;
    opacity: 0.5;
}
.globalLoader div {
    margin: auto;
    width: 300px;
    position: relative; top: 200px;
}
.plzin {
    position: relative;
    width: 235px; height: 165px;
    float: right;
    z-index: 900;
    background-image: url("../img/plzbg.jpg");
    color: #FFF;
    text-align: center;
    padding-right: 5px;
    font-weight: bold;
}
.newsteaser {
    position: relative;
    width: 235px; height: 165px;
    float: right;
    z-index: 900;
    background-image: url("../img/newsteaser.jpg");
    color: #FFF;
    padding-right: 5px;
    font-weight: bold;
}
.newsteaser h1 {
    padding: 5px 20px 10px 20px;
    font-size: 18px;
    color:#FFF;
}
.newsteaser h2 {
    padding: 0px 20px 0px 20px;
    font-size: 14px;
}

.newsteaser a {
    margin: 0px 20px 0px 20px;
}
#searchResults {
    margin-top:20px;
}
.searchResultItem {
    border-bottom: 2px dotted #CCE3F8;
}
.searchResultItem h1 {
    font-size:15px;
    margin: 20px 0px 0px 0px;
}

.sitemap {
    list-style: none; 
    margin-bottom: 20px;
    font-weight: bold;

}
.sitemap2 {
    list-style: none;
    margin-bottom: 20px;  
    font-weight: normal; 

}
.sitemap3 {
    list-style: none;  
    margin-bottom: 0px;  
}

.td2 {
    background-color:#80A2C3;
    color:#FFF;
}

label {
    font-weight: bold;
    color: #004687;
}

.book_cart {
    list-style: none;
    margin: 0px 0px 30px 0px; padding: 0px;
    float: left;
    width: 100%;
}

.book_cart li {
    background: url("../img/border.gif") repeat-x bottom left;
    padding: 0px 0px 2px 0px;
    font-weight: bold;
    height: 20px;
    color: #004687;
}

.pflichtfeld {
    color: red;
}