/*CSS - Stylesheet für iPhone*/
/*Mario Stoll, 02.2010*/


/* LINKS, DIE FARBEN    */
 a:link, a:visited { 
 color: #333;
 text-decoration: none;
 border-bottom: 1px dotted #683A33;
}
a:hover, a:active{ 
 color: #fff;
 border-bottom: 1px solid #683A33;
 background: #333;
}

 a.piclink:link, a.piclink:visited { 
 color: transparent;
 text-decoration: none;
 border-bottom: 0px dotted #683A33;
}
a.piclink:hover, a.piclink:active{ 
 color: transparent;
 border-bottom: 0px solid #683A33;
 background: transparent;
}


#header {
    font-family: "Verdana", sans-serif; 
    font-size: 9pt; 
    color: black;
    text-decoration: none;
    text-align: center;
    overflow:auto

    }

#titleheader {
    font-family: "Verdana", sans-serif; 
    font-size: 30pt; 
    color: black;
    text-decoration: none;
    text-align: center;
    overflow:auto

    }

#posttitle{ 
    font-family: "Verdana", sans-serif; 
    font-size: 9pt; 
    color: black;
    text-decoration: none;
    text-align: center;
    overflow:auto
    }

#menu{
    font-family: "Verdana", sans-serif; 
    font-size: 17pt; 
    color: black;
    text-decoration: none;
    text-align: center;
    overflow:auto
    }

#text {
    font-family: "Verdana", sans-serif; 
    font-size: 11pt; 
    color: black;
    text-decoration: none;
    overflow:auto
}
