/* -- LINKS -- */
a:link.nav,a:visited.nav,a:hover.nav,a:active.nav,a:focus.nav  {
    font-family: Verdana,Arial, Helvetica,sans-serif;
    font-size: 13px;
    font-weight:normal;
    text-decoration: none;
    color: #999999;
}

a:hover.nav  {
    font-family: Verdana, Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight:normal;
    text-decoration: none;
    color: #000000;     
}

a.back:link, a.back:visited,  a.back:active, a.back:focus {
    position:absolute; top:0px; left:0px;
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    background-color: #e7e8e6;
}

 a.back:hover {
    color: #000;
}

/* -- Textformatierung-- */

.text {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration:none;
    color: #000000;
}



p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.klein {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}


.linie {
    border-top:1px solid #999999;
    margin:0px;
}




/* -- Hintergrund -- */

#bg {
    background-image:url(../img/bg.jpg);
    background-repeat:no-repeat;
    background-position: 490px -1px;
}

#bg1 {
    background-image:url(../img/bg.jpg);
    background-repeat:no-repeat;
    background-position: 290px -100px;
}


#film {
    position:absolute; top:0px; left:0px;
}




