/* CSS for iPhone by Marc Rolli */
/* iPhone's Safari only scales up to 980px */
/* --- LAYOUT --- */
#content {
    width: 320px;
    }
#contenttext{
    width: 320px;
    position: relative;
    }
#header { display:none; }
#menu { display:none; }
#footer { display:none; }

/* --- ListView --- */
.lvcol1 { }
.lvcol2 { }
.lvcol3 { display:none; }
.lvcol4 { display:none; }

/* --- Special --- */
.noiPhone { display:none; }

/* --- LINKS --- */
/* selector.class:pseudo-class {property:value} */
a.iPhoneTel:link { text-decoration: underline; color: #8B0000;}
a.iPhoneTel:visited { text-decoration: none; }
a.iPhoneTel:hover { text-decoration: underline; }
a.iPhoneTel:active { text-decoration: none; }