/******************************************************************************
  Stylesheet fuer: asa-ff.de
  Medien:          screen, projection
  Autor:           Nora Staack <nora.staack@asa-ff.de>
  Kommentar:       Hoffentlich fuer alle Browser zugaenglich
*/

body{
    margin: 0px;
    padding: 0px;
    color: black;
    background-color: #4D647F;          /*mittelblau*/
    font-family: arial, sans-serif;
    overflow: auto;
}

/* um einen blauen Rahmen bei verlinkten Bildern im IE zu vermeiden*/
img {
    border: 0;
}

/* -------------------------------------------------- */
/*                    Layout                          */
/* -------------------------------------------------- */

#Layout{
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 10px 10px;
    width: 980px;
    overflow: auto;
}

/* -------------------------------------------------- */
/*                    Dokumentenkopf                  */
/* -------------------------------------------------- */

#Seitenkopf{
    color: black;
    height: 110px;
    background-color: #F87106;      /*orange*/
}

#Kopfzeile{
    margin: 0px;
    padding: 0px;
    height: 20px;
    color: #31485E;                 /*dunkelblau*/
    background-color: #F87106;      /*orange*/
    border-color: #4D647F;          /*mittelblau*/
    border-width: 1px 0px 1px 0px;
    border-style: solid;
}


/* -------------------------------------------------- */
/*                    Navigation                      */
/* -------------------------------------------------- */


#Navigation{
    float: left;
    padding: 60px 20px 0px 20px;
    width: 150px;
    color: #31485E;                 /*dunkelblau*/
    background-color: #E4ECF6;      /*hellblau*/
    overflow: auto;
}

#Navigation a{
    color: #31485E;                 /*dunkelblau*/
    background-color: inherit;
    text-decoration: none;
}

#Navigation h1{
    color: #31485E;                 /*dunkelblau*/
    background-color: inherit;
    font-size: medium;
    text-indent: 15px;
    border-color: #31485E;          /*dunkelblau*/
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

#Navigation h2{
    color: #31485E;                 /*dunkelblau*/
    background-color: inherit;
    font-size: small;
    text-indent: 25px;
}

#Navigation a.open{
    color: #F87106;                 /*orange*/
    background-color: inherit;
}


/* -------------------------------------------------- */
/*                      Inhalt                        */
/* -------------------------------------------------- */


#Inhalt{
    min-height: 400px;
    color: black;
    background-color: #E4ECF6;      /*hellblau*/
    padding: 40px 60px 40px 250px;
}

#Inhalt a{
    color: black;
    background-color: inherit;
    text-decoration: underline;
}

#Inhalt a:hover{
    color: #F87106;                 /*orange*/
    background-color: inherit;
}

#Inhalt a:active{
    color: #F87106;                 /*orange*/
    background-color: inherit;
}

p{
    font-size: medium;
    font-weight: normal;
}

img.Vorstellung{
    height: 110px;
    padding: 0px 500px 30px 20px;
}

img.ProjektWorkshop{
    height: 297px;
}

img.Aktuelles{
    width: 300px;
    padding: 0px 400px 30px 20px;
}

img.Geburtstag{
    width: 500px;
    padding: 0px 0px 30px 20px;
}

p.Vorstellung{
    width: 460px;
    height: 130px;
    margin: -140px 0px 0px 150px;
    padding: 0px 0px 50px 0px;
    overflow: auto;
    font-size: medium;
    font-weight: normal;
}

.mail{
    font-size: small;
    font-weight: bolder;
}
    


/* -------------------------------------------------- */
/*                     Footer                         */
/* -------------------------------------------------- */

#Footer{
    padding: 40px 0px 0px 0px;
    text-align: center;
    position: relative;
    bottom: -20px;
}

#Footer img{
    padding: 0px 0px 15px 0px;
}


