@charset "utf-8";
/*-------------------------------------
*	CHUCHILADE.CH
*	Standard.css
*	Dienstag, 21. Juli 2009
*
*	(C) rcky.ch
*
*	Farbpalette:
*	blau:       #42A6D0
*	anthrazit:  #444444
*	grün:       #81CC19
*	hellgrau:   #999999
*------------------------------------*/
div.left-half.chuchilade, div.right-half.chuchilade {
    position:relative;
    margin-top:15px;
}
div.left-half.chuchilade h3, div.right-half.chuchilade h3 {
    font-size:12pt;
    font-weight:600;
    margin:10px;
    clear:both;
}
div.left-half.chuchilade .hr {
    margin-right:10px;
}
div.left-half.chuchilade ul {
    text-align:left;
    width:438px;
    position:relative;
    overflow:hidden;
    margin:15px auto;
}
div.left-half.chuchilade ul li.hr{
    position:relative;
    margin-bottom:15px;
    margin-left:-10px;
}
div.left-half.chuchilade ul li.chuchilade_chefin {
    margin:15px auto;
    overflow:hidden;
}
div.left-half.chuchilade ul li.chuchilade_chefin img {
}
div.left-half.chuchilade ul li.chuchilade_chefin h4{
    float:left;
}

div.left-half.chuchilade ul li.chuchilade_chefin h4 span{
    font-weight:bold;
    padding:5px;
    color:#FFF;
    background-color:#000;
}
div.left-half.chuchilade ul li.chuchilade_angestellte {
    position:relative;
    float:left;
    margin:5px;
    display:inline;
}
div.left-half.chuchilade ul li.chuchilade_angestellte h4{
    position:absolute;
    display:block;
    font-size:10pt;
    padding:3px;
    width:130px;
    bottom:0px;
    left:0px;
    background:url(../images/layout/chuchilade_product_title_background.png) top left;
    color:#FFF;
}
div.left-half.chuchilade ul li.chuchilade_angestellte h4 span {
    display:block;
    font-weight:bold;
}
div.right-half.chuchilade ul {
    padding-top:15px;
}
div.right-half.chuchilade ul li {
    display:block;
    text-align:center;
    margin:10px;
}