/*
    $Id: maillinuxhotel.css 124 2009-06-02 20:39:49Z patrick $
    CSS for state-of-mind.de website
    Show Case: Postfix Kurs
    Patrick Ben Koetter, p@state-of-mind.de
*/

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

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

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

div.linuxhotelfeature p.small {
    font-size:1em;
    margin-top:0em;
    margin-bottom:0.2em;
}

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

div.linuxhotelfeature ul li {
    line-height:1.4em;
}

div.customerlogo img {
        border:none;
}

div.customerlogo {
        position:absolute;
        top:205px;
        left:733px;
        width:220px;
        height:107px;
}

.stepcarousel {
    position: relative; /*leave this value alone*/
    left:0px;
    width: 405px; /*Width of Carousel Viewer itself*/
    height: 305px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel {
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0px;
    width: 405px;
}


