/**
 * Zuerst die allgemeinen Definitionen
 *
 */
body {
    font-size: 12px;
    line-height: 1.3em;
    font-family: verdana, arial, sans-serif;
    background: #e4e2f3;
    color: #082b43;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

p {
    color: #082b43;
}

.small {
    color: #082b43;
    font-size: 11px; 
}

.attention {
    color: #7c1627;
    padding: 30px;
}

h1
, h2
, h4
, h5 {
    color: #7c1627;
    font-family: arial, sans-serif;
}

h1 {
    font-size: 16px;
}
       
h2 {
    font-size: 14px;
}
       
h3 {
    font-size: 12px;
    color: #595764;
}
                
a:link
, a:visited {
     color: #135884;
     text-decoration: none;
}
                        
a:hover {
     text-decoration: underline;
     color: #06446c;
}

.bg-table {
     background: #e4e2f3;
     border: 1px solid #595764;
}

/**
 * Header
 *
 */

#header {
    position: relative;
    height: 117px;
    width: auto;
    background-image: url(images/bg_body.png);
    margin: 0;
    padding: 0;
}

#wrapper {
    position: relative;
    background: url(images/bg_wrapper.png) repeat-y;
    width: 970px;
    margin: 0;
    padding: 0;
}

/**
 * Linke Spalte
 *
 */
#left {
    position: relative;
    background: url(images/flasche_oben.png) no-repeat;
    float: left;
    width: 200px;
}

#left h3 {
    margin-left: 5px;
    margin-bottom: 3px;
}

#left input.text_input {
    border: 1px solid #666;
    width: 120px;
}

/**
 * Sprachflaggen
 */
#language_flag_box {
    position: absolute;
    margin: 25px 0px 10px 5px;;
}

/**
 * Hauptnavigation aus dem Typo3
 */
#typo_nav {
    position: relative;
    width: 125px;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: -10px 0 10px 0;
}

#typo_nav li {
    background: url(images/bg_navi.png) no-repeat left 
        bottom;
    padding: 2px 0 2px 5px;
}

#typo_nav li a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}

/**
 * Kategorien des Shops als Navigation
 */
#cat_nav {
    position: relative;
    width: 170px;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 24px 0 10px 0;
}

#cat_nav ul {
    position: relative;
}

#cat_nav li {
    background: url(images/bg_navi.png) no-repeat;
    padding: 2px 0 4px 5px;
}

#cat_nav a.active {
    color: #7c1627;
    font-weight: bold;
}

#cat_nav li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#cat_nav li ul {
    position: relative;
    list-style: none;
    list-style-image: none;
    margin: 0 0 10px 5px;
    padding: 0;
}

#cat_nav li ul li {
    background: url(images/bg_navi2.png) no-repeat left
    bottom;
    padding: 4px 0 4px 0;
}

#cat_nav li ul li a {
    color: #5d5d5d;
}


/**
 * linke Spalte Schnellkauf
 */
#quick_add {
    margin-left: 5px;

}

#quickie_input input.image_button
, #quickie_input input.text_input {
    margin: 0;
    vertical-align: bottom;
}

#quickie_input input.text_input {
  width: 90px;
}

/**
 * Linke Spalte "mehr �ber ..."
 */
#moore_box {
    position: relative;
    width: 170px;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0 0 10px 0;
}

#moore_box li {
    background: url(images/bg_navi.png) no-repeat left 
        bottom;;
    padding: 2px 0 2px 5px;
}

#moore_box li a {
    color: #3d3d3d;
    font-weight: normal;
    text-decoration: none;
}

/**
 * Linke Spalte Informationen
 */
#information_ul {
    position: relative;
    width: 170px;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0 0 10px 0;
}

#information_ul li {
   background: url(images/bg_navi.png) no-repeat left
   bottom;
   padding: 2px 0 2px 5px;
}

#information_ul li a {
    color: #3d3d3d;
    font-weight: normal;
    text-decoration: none;
}

/**
 * linke Spalte Suche
 */
#quick_find {
    margin-left: 5px;
}

#quick_find input.image_button
, #quick_find input.text_input {
    margin: 0;
    vertical-align: bottom;
}

/**
 * Contentbereich
 *
 */


#content {
    position: relative;
    margin-top: 10px;
    margin-left: 7px;
    padding-bottom: 20px;
    background: #fff;
    width: 536px;
    float: left;
}

#categorie_listing .categorie_product_preview {
    margin-bottom: 9px;
    background: #f5f5ff;
    padding: 5px 0;
}

#categorie_listing .categorie_product_preview_image_div {
    text-align: center;
    height: 124px;
    width: 262px;
    float: left;
    background: url(/templates/flaschen_reis/img/bg_categorie_product_preview_image.png) no-repeat #f5f5ff;
    margin-right: 10px;
}

#categorie_listing .categorie_product_preview_image_div img {
    margin: 12px 0;
}

#categorie_listing .categorie_product_preview_text {
    float: right;
    width: 255px;
    background: #f5f5ff;
}

#categorie_listing .product_short_description {
    margin-top: 3px;
    background: #f5f5ff;
}

#categorie_listing  .product_price_info {
    margin-top: 8px;
    background: #f5f5ff;
}

#categorie_listing .categorie_shipping_div {
    margin-top: 5px;
    background: #f5f5ff;
}
#categorie_list_navigation {
    clear: both;
    background: #f5f5ff;
}

/**
 * Content Detailansicht
 *
 */

#products_image {
    background: url(/templates/flaschen_reis/img/bg_detail-image.png)
    no-repeat;
    width: 258px;
    text-align: center;
    padding-top: 20px;
}

#products_image_footer {
    background:
    url(/templates/flaschen_reis/img/bg_detail-image_footer.png);
    width: 258px;
    height: 22px;
}

#products_informationen {
    float: right;
    width: 260px;
    background: #f2f0ff;
    padding: 10px 0;
}

#products_price
, #products_vpe {
    text-align: center;
    margin-top: 5px;
}

#products_description {
    margin: 20px 0;
}

#products_shippingtime_text {
    float: left;
    margin-right: 4px;
}

#products_description
, #products_model
, #products_discount
, #products_print
, #products_shippingtime_text {
    margin-left: 8px;
    margin-right: 8px;
}

/**
 * Content Detailansicht Verpackungseinheiten
 *
 */

#vpe_container {
    background: url(images/bg_header_right.jpg) repeat-x;
    border: 1px solid #d0cedc;
    padding: 0 4px 4px 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

#vpe_container h1 {
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
}

#vpe_table_header {
    color: #333;
    font-size: 11px;
}

#vpe_table_header td.mainrows {
    border-top: 1px solid #aaa;
}

.vpe_table_row {
    margin-bottom: 4px;
    border-top: 1px solid #666;
}
.vpe_table_values {

}

.vpe_table_graduated {
    background: #f6eee1;
    font-size: 11px;
}

.add_cart_button input.text_input {
    height: 18px;
    border: 1px solid #666;
    width: 45px;
    vertical-align: bottom;
    margin: 0 3px 0 0;
}

.add_cart_button input.image_button {
    margin: 0;
    vertical-align: bottom;
}

/**
 * Contentbereich "Ihr Konto"
 *
 */

.account_products_history_listing {
    background: #f5f5ff;
    padding: 8px 4px;
}

.account_products_history_listing img {
    margin: 0 8px 2px 2px;
    border: 1px solid #ccc;
}

/**
 * Contentbereich "Sitemap"
 *
 */
.sitemap_listing {
    text-indent: 0;
    margin: 1px;
    padding: 0;
    line-height: 1.4em;
    list-style: none;
    list-style-image: none;
}
   
 
/**
 * rechte Spalte
 *
 */

#right {
    position: relative;
    float: left;
    width: 190px;
    margin: 10px 3px 10px 8px;
}

#right h1 {
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
}

#right input.text_input {
    border: 1px solid #666;
    width: 178px;
    margin-bottom: 5px;
}

#right input.image_button {
}

#cart_box_div {
    background: url(images/bg_header_right.jpg) no-repeat;
    border: 1px solid #d0cedc;
    padding: 0 4px 4px 4px;
    margin-bottom: 20px;
}

#cart_table_list {
    margin: 8px 0;
}

#discount_text_div {
    text-align: right;
}

#ust_total_text_div {
    text-align: right;
}

#shipping_text_div {
    text-align: right;
}

#login_box_div {
    background: url(images/bg_header_right.jpg) no-repeat;
    border: 1px solid #d0cedc;
    padding: 0 4px 4px 4px;
    margin-bottom: 20px;
}

#admin_box_div {
    background: url(images/bg_header_right.jpg) no-repeat;
    border: 1px solid #d0cedc;
    padding: 0 4px 4px 4px;
    margin-bottom: 20px;
}

#newsletter_box_div {
    background: url(images/bg_header_right.jpg) no-repeat;
    border: 1px solid #d0cedc;
    padding: 0 4px 4px 4px;
    margin-bottom: 20px;
}

#customer_group_box_div {
    background: url(images/bg_header_right.jpg) no-repeat;
    border: 1px solid #d0cedc;
    padding: 0 4px 4px 4px;
    margin-bottom: 20px;
}

#manufactur_box_div {
    background: url(images/bg_header_right.jpg) no-repeat;
    border: 1px solid #d0cedc;
    padding: 0 4px 4px 4px;
    margin-bottom: 20px;
    display: none;
}

/**
 * Footer
 *
 */

#footer {
    position: relative;
    clear: both;
    background: url(images/bg_footer.png) no-repeat;
    height: 100px;
    width: 970px;
    text-align: center;
    color: #333;
    margin: 0;
}

#footer_navi {
    position: relative;
    padding-top: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #666;
}

#footer_content {
    position: relative;
    padding-top: 3px;
    font-size: 11px;
    font-weight: normal;
    color: #777;
}

#footer_content a {
    color: #666;
}


#tuev {
    width: 90px; 
    height: 90px; 
    position: absolute;
    bottom: 25px;
    right: 60px; 
}

#navi_top {
}

#banner {
    display: none;
}

div.copyright {
    width: 970px;
    text-align: center;
    color: #ccc;
}

div.copyright a {
    color: #ccc;
    text-decoration: none;
}

div.parseTime {
    width: 970px;
    text-align: center;
    color: #ccc;
    margin-bottom: 10px;
}

/* Einstellungen f�r die Auflistung nach Auswahl einer Kategorie begin */
#categorie_name {
}

#categorie_heading_title {
}

#categorie_list_navigation {
}

#categorie_shipping_name {
}

#catgorie_buy_button {
}

#categorie_shipping_div {
}

#categorie_listing {
}

#categorie_manufacturer_dropdown_div {
}

.categorie_product_name {
}

.categorie_product_description {
}

#new_products {
}

.module_data_categorie {
}

#module_data_div {
}

#categorie_subcategorie_div {
}


