﻿
/*  -------------------------------------------------------------------
    Änderungen an dieser CSS wirkt sich auf alle Artikelsymbole aus !!!
    -------------------------------------------------------------------  */



.icon_gesamt {
    position: relative;
    width: 620px;
    height: 210px;
    border-bottom: 1px solid #cccccc;
}

.icon_gesamt img{
 position:absolute;
 top:0px;
 left:0px;
    
 /*margin:0;*/

}

.icon_gesamt img:hover{
    transform: scale(1.05)
}
.icon_gesamt a{
    text-decoration:none;
}





.text_beschreib h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: #246b46 !important;
    margin: 0;
    margin-bottom: 6px;
}

.text_beschreib h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    color: #cc3300;
    margin: 0;
    margin-bottom: 6px;
}

.text_beschreib p {
    color: #000000;
    line-height: 1.5em;
}

.preis{
    font-weight:bold;
    text-align:right;
    padding:10px;
}
.kostetnix{
    color:#0094ff;
}
.kostetwas{
    color:#cc3300;
}

.text_beschreib{
    margin-top:10px;
    margin-left:230px;
    width:430px;
    /*margin-bottom:50px;*/
    /*position:absolute;
    top:0px;
    left:180px;*/
}