/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
/*
Schriftfarbe f�r hellen Hintergrund
06375F
*/

H1.topwords{
    font-size: 10px;
    color: #DFDFFF;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

H1.home, SPAN.home{
    font-size: 12px;
    color: #06375F;
    margin: 0px 2px 0px 2px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    float: left;
}

h3{font-size:14px;color: #06375F;}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 13px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 13px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #bbc3d3; text-decoration: underline; }
.orderEdit b{color:#bbc3d3 !important; font-size : 10px !important;}
IMG{border:none;}
BODY {
    background: #FFFFFF;
    color: #06375F;
    /*margin: 145px 0px 0px 0px;*/
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

DIV.page{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

TABLE.header{
    background-image: url(layout/header.jpg);
    background-repeat: no-repeat;
    height: 206px;
    width: 100%;
}

TD.headerTD{
    vertical-align: bottom;
    color: #FFFFFF;
}

DIV.headerNavigation{
    margin: 0px 0px 20px 20px;
    height: 15px;
    font-size: 12px;
}

A.headerNavigation {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
}

A.headerNavigation:hover {
    color: #ffffff;
}

TABLE.breadcrumbTABLE{
    height: 15px;
}

TD.breadcrumbTD{
    font-size: 10px;
    line-height: 13px;
}

h1.breadcrumbH1{
    font-size: 10px;
    float: left;
    margin: 0px 5px 0px 1px;
    padding: 0px 1px 0px 1px;
    line-height: 13px;
    color: #06375F;
    font-weight: normal;
}

H1{
    font-size: 18px;
    margin: 8px;
}

h2{
    margin:8px;
}

P,b{
    font-size: 13px;
    color: #06375F;
}

A {
    color: #000000;
    text-decoration: none;
}

A:hover {
    /*color: #666666;*/
    text-decoration: underline;
}

FORM {
    display: inline;
}

TR.headerNavigation {
    background: #bbc3d3;
}

TD.headerNavigation {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    background: #bbc3d3;
    color: #555555;
    font-weight : bold;
}

TR.headerError {
    background: #ff0000;
}

TD.headerError {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    background: #ff0000;
    color: #ffffff;
    font-weight : bold;
    text-align : center;
}

TR.headerInfo {
    background: #00ff00;
}

TD.headerInfo {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    background: #00ff00;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

TR.footer {
    background: #FFFFFF;
}

TD.footer {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #FFFFFF;
    color: #06375F;
    font-weight: normal;
}

.infoBoxContents {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

TABLE.infoBoxHeading{
    width: 257px;
    height: 34px;
    background-image: url(layout/box_header.jpg);
    background-repeat: no-repeat;
}

TD.infoBoxHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
}

TD.infoBoxFooter{
    height: 24px;
    background-image: url(layout/box_footer.jpg);
    background-repeat: no-repeat;
}

TABLE.infoBox{
    width: 257px;
    background-image: url(layout/box_body.jpg);
    background-repeat: repeat-y;
}

TD.content-mit-karte TABLE.infoBox{
    width: 730px;
    background-image: none;
    margin-top: 20px;
}

TD.infoBox, SPAN.infoBox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
    background: #E0E5EF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background: #EFEFEF;
}

TABLE.productListing {
    border: 1px;
    border-style: solid;
    border-color: #b6b7cb;
    border-spacing: 0px;
}

.productListing-heading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #b6b7cb;
    color: #06375F;
    font-weight: bold;
}

TD.productListing-data {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #06375F;
    vertical-align: top;
}

TD.productListing-data A{
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #06375F;
}

A.pageResults {
    color: #06375F;
}

A.pageResults:hover {
    color: #0000FF;
}

TD.pageHeading, DIV.pageHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #06375F;
}

TR.subBar {
    background: #f4f7fd;
}

TD.subBar {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #06375F;
}

TD.main, P.main {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #06375F;
}

.main h1, .main p, .main h2, .main h5{
    color: #06375F !important;
}

TD.smallText, SPAN.smallText, P.smallText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #06375F;
}

TD.smallText a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #06375F;
}

TD.accountCategory {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #aabbdd;
}

TD.fieldKey {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

TD.fieldValue {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

TD.tableHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

SPAN.newItemInCart {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

TEXTAREA {
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

SPAN.greetUser {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

TABLE.formArea {
    background: #f1f9fe;
    border-color: #7b9ebd;
    border-style: solid;
    border-width: 1px;
}

TD.formAreaTitle {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

SPAN.markProductOutOfStock {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #c76170;
    font-weight: bold;
}

SPAN.productSpecialPrice {
    font-family: Verdana, Arial, sans-serif;
    color: #ff0000;
}

SPAN.errorText {
    font-family: Verdana, Arial, sans-serif;
    color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #000000; }

/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 13px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 13px; background-color: #fff; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 13px; background-color: #99ff00; }
/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 13px; color: #ff0000; }
.content-mit-karte{
    color: #06375F;
    width: 490px;
}
.content-mit-karte .main, .content-mit-karte .main a{
    color: #06375F;
}
td.content-mit-karte table.infoBox {
    background-color: transparent;
    color: #06375F;
}

td.content-mit-karte table.infoBox td{
    background-color: transparent;
    color: #06375F;
}
td.content-mit-karte table.infoBox td {
    background-color: transparent;
    color: #06375F;
}
td.content-mit-karte table.infoBox td table.infoBoxContents{
    background-color: transparent;
    color: #06375F;
}
td.content-mit-karte table.infoBox td table.infoBoxContents td{
    background-color: transparent;
    color: #06375F;
}
.back_button{
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.back_button a{
    font-size: 13px;
    color: #06375F;
}
td.preis{
    vertical-align: bottom;
}
span.preisanzeige{
    /*background-color: #ffffff;*/
}
.tax_info,  a.tax_info {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px !important;
    color: #555555;
    /*background-color: none !important;*/
}

td.boxText{
    padding: 5px 5px 0px 15px;
}

.boxText a{
    /*border-bottom: 1px dotted #C1C1C1;
    border-top: none;
    border-right: none;
    border-left: none;*/
    margin: 1px 0px 0px 0px;
    display: block;
    width: 220px;
    font-size: 13px;
    color: #06375F;
}

.boxText a:hover{
    background-color: #EAEAFA;
    text-decoration: none;
}

TD{
    vertical-align: top;
}
.catlist{
    list-style-type: none;
    margin-left: 0px;
    padding: 0px;
    margin: 0px;
}

.catlist LI{
    /*height: 20px;*/
    text-transform: uppercase;
    line-height: 18px;
}
.catlist .selected .catlist{
    background-color: #C3C3DF;
    width: 220px;
}
.catlist .selected .catlist li{
    width: 220px;
}
.colorwhite, .colorwhite P, .colorwhite H2{
    color: #06375F;
} /*Product Listing neu*/
.pl_liste{
}
.pl_product{
    margin-top: 20px;
    border: 1px solid #06375F;
    width: 100%;
}
.pl_td{
    height: 240px;
}
.pl_buynow{
    padding: 5px;
    text-align: right;
}
.pl_image{
    width: 220px;
    height: 220px;
    vertical-align: top;
    text-align: center;
}
.pl_weight{
}
.pl_quantity{
}
.pl_price{
    color: #06375F;
    font-size: 14px;
    font-weight: bold;
}
.pl_manufacturer{
    margin-left: 230px;
}
.pl_desc{
    border-bottom: 1px dotted #06375F;
    padding-bottom: 20px;
    height: 130px;
    width: 100%;
}
.pl_desc, .pl_desc b, .pl_desc font{
    color: #06375F;
    font-size: 13px;
    font-weight: normal;
}
.pl_artnr{
    color: #06375F;
    font-size: 13px;
    font-weight: normal;
}
.pl_name{
    color: #06375F;
    border-bottom: 1px dotted #06375F;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
}
.pl_name H1{
    color: #06375F;
    font-size: 13px;
    font-weight: bold;
}
.pl_name a{
    color: #06375F;
}
.gesperrt{
    letter-spacing: 5px;
}
/* VJ Links Manager v1.18 begin */
TABLE.linkListing {
    border: 1px;
    border-style: solid;
    border-color: #b6b7cb;
    border-spacing: 1px;
}
.linkListing-heading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background: #b6b7cb;
    color: #06375F;
    text-align: center;
}
A.linkListing-heading {
    color: #FFFFFF;
}
A.linkListing-heading:hover {
    color: #06375F;
}
TD.linkListing-data {
    border-right: 1px solid #b6b7cb;
    border-bottom: 1px solid #b6b7cb;
    padding: 4px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #06375F;
}
TD.linkListing-data A{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #06375F;
}
TR.linkListing-odd {
    background: #f8f8f9;
}
TR.linkListing-even {
    background: #F5F5F5;
}
.linkFeatured {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background: #dbd6d6;
    color: #06375F;
    text-align: center;
    border: 1px solid black;
}
.linkFeaturedHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #dbd6d6;
    color: #06375F;
    text-align: center;
}
.linkFeaturedMain {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background: #dbd6d6;
    color: #06375F;
    text-align: center;
}
.linkListingMain {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}
A.linkListingMain {
    color: #06375F;
}
A.linkListingMain:hover {
    color: #06375F;
}
.linkListingCats {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #06375F;
    text-align: center;
}
A.linkListingCats {
    color: #06375F;
    line-height: 1.5;
}
A.linkListingCats:hover {
    color: #FF0000;
}
.linkListingSubCats {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #06375F;
    text-align: center;
}
A.linkListingSubCats {
    color: #06375F;
    line-height: 1.5;
}
A.linkListingSubCats:hover {
    color: #FF0000;
}
td.createaccount_input input{
    width: 300px;
    font-size: 13px;
}
td.createaccount_input_kurz input{
    width: 50px;
    font-size: 13px;
}
div.confirmation_block{
    border: 1px solid #06375F;
    margin: 5px 0px 5px 0px;
    padding: 5px;
}
a.hinweislink{
    cursor: pointer;
}
a.fast-navi_top{
    display: block;
    background-color: #4A659A;
    margin: 2px 0px 2px 0px;
    padding-left: 5px;
    color: #FFFFFF !important;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
a.fast-navi_top:HOVER{
    text-decoration: underline;
}
div.div-fast-navi{
    padding: 2px 0px 2px 0px;
    background-color: #D1DBEF;
}
ul.list-fast-navi LI{
    list-style-type: none;
}
ul.list-fast-navi LI A{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    display: block;
    text-decoration: none;
}
ul.list-fast-navi LI A:HOVER{
    background-color: #7790BF;
}
div.webtipps, div.webtipps a{
    color: #D1D1DF;
    margin-top: 20px;
}
a.cartlink{
    display: inline;
}
SPAN.duty{
    color: #f00;
    padding: 0px 10px;
}
