/*CSS - Stylesheet*/
/*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;
}

body {
   background-image: url(backgriphone.png);
   margin: 0;
   padding: 0;
  }

#preheader{
    font-family: "Verdana", sans-serif; 
    font-size: 10pt; 
    color: black;
    position: absolute;
    height: 20px;
    width: 1000px;
    top: 0px;
    left: 0px;
    text-decoration: none;
    text-align: center;
    overflow:auto
    }

#header{ 
    font-family: "Verdana", sans-serif; 
    font-size: 30pt; 
    color: black;
    position: absolute;
    height: 50px;
    width: 1000px;
    top: 40px;
    left: 0px;
    text-decoration: none;
    text-align: center;
    overflow:auto
    }

#headerpicleft{ 
    font-family: "Verdana", sans-serif; 
    font-size: 30pt; 
    color: black;
    position: absolute;
    height: 50px;
    width: 40px;
    top: 40px;
    left: 220px;
    text-decoration: none;
    text-align: center;
    overflow:auto
    }

#headerpicappstore{ 
    font-family: "Verdana", sans-serif; 
    font-size: 30pt; 
    color: black;
    position: absolute;
    height: 70px;
    width: 140px;
    top: 40px;
    left: 860px;
    text-decoration: none;
    overflow:auto
    }

#postheader{ 
    font-family: "Verdana", sans-serif; 
    font-size: 10pt; 
    color: black;
    position: absolute;
    height: 40px;
    width: 1000px;
    top: 105px;
    left: 0px;
    text-decoration: none;
    text-align: center;
    overflow:auto
    }

#menu{ 
    font-family: "Verdana", sans-serif; 
    font-size: 11pt; 
    color: black;
    //background-color: #FF6600;
    position: absolute;
    height: 400px;
    width: 150px;
    top: 150px;
    left: 40px;
    text-decoration: none;
    overflow:auto 
    } 


#adsense{ 
    font-family: "Verdana", sans-serif; 
    font-size: 11pt; 
    color: black;
    //background-color: yellow;
    position: absolute;
    height: 700px;
    width: 140px;
    top: 250px;
    left: 860px;
    text-decoration: none;
    overflow:auto
    } 


#text{ 
    font-family: "Verdana", sans-serif; 
    font-size: 11pt; 
    color: black;
    position: absolute;
    height: 800px;
    width: 595px;
    top: 164px;
    left: 215px;
    text-decoration: none;
    overflow:auto
    } 