.clearen {
    clear: both;
}
.prio2 {
    font-style: italic;
    color: #cc0000;
}
.prio3 {    
    color: #cc0000;
}
.bildunterschrift {
    font-style: italic;
    font-size: xx-small;
}
.fett {
    font-weight: bold;
}
.kursiv {
    font-style: italic;
}
.text-align_right {
    text-align: right;
}
.produkt_beschreibung {
    /* Hauptcontainer der Produktbeschreibung */
    background-color: white;
    width: 615px;
    font-family: Verdana;
    font-size: 12px;
    text-align: left;     
    color: black;
}
.alternierend {
    background-color: #e9e9e9;
}
img.produkt_beschreibung {
    border: 0px;
}
.bild_klein_bild img {
    border: 0px;
}
.eigenschaftskategorie {
    font-style: italic;
    color: #738943;
    margin-left: 15px;
    float: left;
    width: 100%;
    text-decoration: underline;
}
.block {
    /* Hauptcontainer der einzelnen Blöcke */
    width: 100%;
    margin-bottom: 10px;  
}

.block_kopf {
    /* Kopf des Blockes, beinhaltet normal die Überschrift */
    width: 615px;
    background-image: url(http://templates.kuechenhaus-online.com/ebay_kuechenhaus/bg_schrift.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat; 
    text-align: center;
    height: 25px;
    height /**/: auto;
    min-height: 25px;
    font-size: 14px;    
    border: 1px solid white;  
}
.block_kopf_schrift {
    margin-top /**/: 7px;
    font-weight: bold;
    font-size:11px;
    font-family: tahoma;
}
.block_inhalt {
    /* Inhalt des Blockes */
    width: 615px;      
}        

/* Produkt Kurzbeschreibung */
.kurzbeschreibung_bild {
    float: left;
    width: 140px;
    height: 140px;
    height /**/: auto;
    min-height: 140px;
    margin-left: 15px;
    margin-top: 10px;
}   
.kurzbeschreibung_titel-merkmale {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    width: 425px;         
}
.kurzbeschreibung_uvp-logo {
    float: right;
    margin-right: 15px;
    width: 425px;
    margin-top: 5px;      
}
* html .kurzbeschreibung_titel-merkmale {
    /* Hack für IE6 */
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    width: 390px;
}
* html .kurzbeschreibung_uvp-logo {
    /* Hack für IE6 */
    float: right;
    margin-right: 15px;
    width: 390px;
    margin-top: 5px;
}
.kurzbeschreibung_titel {
    font-size: 16px;
    font-weight: bold;
}
.kurzbeschreibung_merkmale {
    margin-top: 5px;
    margin-bottom: 5px;
}
.kurzbeschreibung_uvp {
    font-size: 11px;
    font-style: italic;
    color: #cc0000;
    float: left;
    width: 200px;  
    margin-top: 34px;    
}
.kurzbeschreibung_logo {
    float: right;
    width: 120px;
    height: 60px;
    height /**/: auto;
    min-height: 60px;
    text-align: right;  
}

/* Detailbeschreibung */
.beschreibung_ohne_aufklappen {
    width: 580px;
    margin-left: 15px;
    margin-bottom: 5px;
}
.beschreibung_mit_aufklappen {
    width: 580px;
    margin-left: 9px;    
    cursor: pointer;      
    margin-bottom: 5px;
}

.link_aufklapptext {    
    text-decoration: underline;
    font-weight: bold;
    margin-left: 2px;
}

.verstecktes_div {
    display: none;
    width: 550px;
    background-color: #e9e9e9;
    margin-left: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px; 
}
.detailbeschreibung_icon {
    float: left;
}
.detailbeschreibung_text {
    float: left;
    margin-left: 5px;
}
.bild_float {
    float: right;
    margin-left: 5px;
}

.details-infotext {
    margin-top: 5px; 
    margin-bottom: 10px; 
    text-align: center; 
    font-style: italic; 
    font-size: 10px;
}

/* Bilder und Ausmasse */
.bild-zurueck, .bild-vor {
    cursor: pointer;
    width: 36px;
    height: 12px;
    height/**/: auto;
    min-height: 12px;
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    margin-top: 8px;  
}
.bild-zurueck {
    float: left;                                                                                     
    background-image: url(http://templates.kuechenhaus-online.com/ebay_kuechenhaus/pfeil_l.gif);    
    margin-left: 240px;                                                                           
}
*html .bild-zurueck {
    /* IE6 Hack fürs die Anordnung vom Blättern */
    margin-left: 120px;
}
.blaettern {
    float: left;
    margin-top: 5px;
    margin-left: 8px;
}
.bild-vor {
    float: right;
    background-image: url(http://templates.kuechenhaus-online.com/ebay_kuechenhaus/pfeil_r.gif);
    margin-right: 240px; 
}

.bilder-ausmasse {
    width: 580px;
    margin-left: 15px;
    margin-top: 10px;
}   
.bild_gross {
    width: 580px;
    height: 580px;
    height/**/: auto;
    min-height: 580px;
    border: 1px solid black;
}
.bild_gross_text {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center; 
}
.bild_klein {
    width: 140px;
    border: 1px solid black;
    float: left;
    margin-left: 3px;
    margin-top: 5px;
}
* html .bild_klein {
    /* Hack für IE6 */
    width: 140px;
    border: 1px solid black;
    float: left;
    margin-left: 1px;
    margin-top: 5px;
}
.bild_klein_text {
    width: 100%;
    height: 25px;
    height /**/: auto;
    min-height: 25px;  
    text-align: center;
    display: inline-block;  
    background-image: url(http://templates.kuechenhaus-online.com/ebay_kuechenhaus/verlauf_unter_vorschaubilder.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;  
    font-size: 10px;
    font-style: italic;
    line-height: 26px;  
}
.bild_klein_bild {
    cursor:pointer;
}
.bild_klein_text_werbetitel {
    width: 100%;
    height: 22px;
    height /**/: auto;
    min-height: 22px;
    text-align: center;
    display: inline-block;
    background-image: url(http://templates.kuechenhaus-online.com/ebay_kuechenhaus/verlauf_unter_vorschaubilder.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
}
.bild_klein_text_werbetext {
    width: 100%;
    height: 25px;
    height /**/: auto;
    min-height: 25px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
}

.bild_klein_text_werbetitel a, .bild_klein_text_werbetitel a, .bild_klein_text_werbetitel a:visited, .bild_klein_text_werbetext a:visited {
    color: black;
    text-decoration: none;
}

/* Merkmale und Ausstattung */
.merkmale-ausstattung {
    width: 615px;
    margin-top: 10px;    
}
.merkmale-ausstattung-icon {
    width: 61px;
    height: 61px;
    height/**/: auto;
    min-height: 61px;
    float: left;
    margin-left: 20px;
}
.merkmale-ausstattung-text {
    width: 500px;
    float: right;
    margin-right: 15px;
}
* html .merkmale-ausstattung-text {
    /* Hack für IE6 */
    width: 470px;
    float: right;
    margin-left: 10px;
}

/* Service */
.service {
    margin-top: 10px;    
    margin-bottom: 10px;
    width: 580px;
    border: 1px solid black;
}    

/* Tooltip */
.tooltip {
    width: 615px;
    margin-top: 10px;
}
.tooltip_icon {
    width: 61px;
    height: 61px;
    height/**/: auto;
    min-height: 61px;
    float: left;
    margin-left: 15px;
}
.tooltip_text {
    width: 500px;
    float: right;
    margin-right: 15px;
}
* html .tooltip_text {
    /* Hack für IE6 */
    width: 470px;
    float: right;
    margin-left: 10px;
}

/* Technische Daten */
.technische_daten {
    width: 580px;
    margin-top: 10px; 
    margin-left: 15px;
}
.technische_daten_tabelle {
    font-size: 12px;
    border-collapse: collapse;
}

/* Wichtige Infos */
.wichtige_infos_kopf {
    width: 615px;
    background-image: url(http://templates.kuechenhaus-online.com/ebay_kuechenhaus/bg_schrift.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-align: center;
    height: 25px;
    height /**/: auto;
    min-height: 25px;
    font-size: 14px;
    border: 1px solid white;
}
.wichtige_infos_schrift {
    color: red;               
    margin-top /**/: 7px;
    font-weight: bold;
    font-size:11px;
    font-family: tahoma;
}
.wichtige_infos_inhalt {
    /* Inhalt des Blockes */
    width: 615px;
    background-color: #ffffcc;
}
.wichtige_infos_ausrufezeichen {
    color: red;
    font-style: italic;
    font-size: 24px;
    font-weight: bold;
    margin-left: 15px;
    float: left;
    width: 10px;
    margin-top: 10px; 
}
.wichtige_infos_text {
    float: right;
    width: 550px;
    margin-right: 15px;
    margin-top: 17px;  
    font-weight: bold;
}
* html .wichtige_infos_text {
    float: right;
    width: 530px;
    margin-right: 15px;
    margin-top: 17px;
    font-weight: bold;
}