/*
    $Id: webjojo.css 312 2009-06-19 21:27:59Z patrick $
    CSS for state-of-mind.de website
    show case: JOJO Website
    Patrick Ben Koetter, p@state-of-mind.de
*/

div.jojopiechart img {
    margin-top:65px;
    margin-left:43px;
    border:none;
}

div.jojofeature {
    padding-top:99px;
    height:285px;
}

div.jojofeature h1 {
    font-size:1.6em;
    margin-top:0em;
    margin-bottom:0.1em;
}

div.jojofeature p {
    font-size:1.2em;
    margin-top:0em;
    margin-bottom:0.8em;
}


div.jojofeature ul {
    margin-top:0px;
    padding-left:20px;
    list-style-image:url(../images/feature_bullet.png);
}

div.jojofeature ul li {
    font-size:0.75em;
    margin-bottom:0.5em;
}

div.customerlogo img {
        border:none;
}

div.customerlogo {
        position:absolute;
        top:189px;
        left:720px;
        width:308px;
        height:149px;
}


