/* Start allgemeine Definitionen -------------------------------------------------- */
html{
    height: 100%;
    width: 100%;
    background: #F0F0F0;
}

body{
    /*overflow: hidden;*/
    /*font-family: Verdana;*/
    font-family: Arial;
}

#containerSite{
    position: absolute;
    /*overflow: scroll;*/
    /*overflow: hidden;*/
    width: 924px;
    height: 700px;
    left: 50%;
    top: 50%;
    margin-left: -462px;
    margin-top: -350px;
    border-width: 1px;
    border-style: solid;
    border-color: #222222;
    background: #FFFFFF;
    
    -moz-box-shadow:    0px 0px 5px 3px #ccc;
    -webkit-box-shadow: 0px 0px 5px 3px #ccc;
    box-shadow:         0px 0px 5px 3px #ccc;
}
/* Ende allgemeine Definitionen --------------------------------------------------- */

/* Start Definitionen Header und Navi --------------------------------------------- */
#header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 924px;
    height: 140px;
    z-index: 3;
}

#containerSchatten{
    position: absolute;
    top: 140px;
    left: 0px;
    width: 924px;
    height: 9px;
    pointer-events: none;
    z-index: 2;
}
#bildSchatten{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 924px;
    height: 9px;
}

#leisteNavHG{
    position: absolute;
    top: 135px;
    left: 0px;
    width: 924px;
    height: 5px;
    background: #999999;
}

#navigation{
    position: absolute;
    top: 116px;
    left: 0px;
    width: 924px;
    height: 24px;
}
.navList{
    width: 924px;
    height: 24px;
    margin: 0;
    padding: 0;
    list-style:none;
    /*list-style-position: outside;*/
    font-size: 11px;
    /*font-family: Arial;*/
    /*font-weight: bold;*/
    text-align: center;
    /*line-height: 11px;*/
    /*overflow: hidden;*/
}
.navList li{
    width: 132px;
    height: 24px;
    float:left;
    /*background: #FF0000;*/
}
.navUnternehmen{
    background: #b2dec3;
}
.navPhilosophie{
    background: #fbdeb2;
}
.navLeistungen{
    background: #f7b2b7;
}
.navAuftraggeber{
    background: #fefab1;
}
.navReferenzen{
    background: #42c5bf;
}
.navKontakt{
    background: #b2e2f8;
}
.navImpressum{
    background: #d2cee7;
}
.navAktiv{
    margin-top: -5px;
}
#navigation p{
    /*margin: 5px;*/
    margin: 0px;
    line-height: 25px;
}
#navigation .navLeistungen p{
    margin: 0px;
    line-height: 12px;
}
#navigation a{
    text-decoration: none;
    color: #000000;
}
/*
#navigation a:hover{
    text-decoration: none;
    color: #FFFFFF;
}
*/
/* Ende Definitionen Header und Navi ---------------------------------------------- */

/* Start Definitionen Main allgemein ---------------------------------------------- */
#containerMain{
    position: absolute;
    /*overflow-y: scroll;*/
    top: 140px;
    left: 0px;
    width: 924px;
    height: 560px;
    z-index: 1;
}

#containerBildHG{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 924px;
    height: 560px;
    z-index: 1;
}

#containerContent{
    position: absolute;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    width: 924px;
    height: 560px;
    z-index: 2;
}
/*
#containerContent h1{
    position: relative;
    width: 780px;
    left: 50%;
    top: 10px;
    margin-left: -390px;
    font-size: 18px;
    text-align: center;
    color: #535355;
}
*/
#containerContent h1{
    position: relative;
    width: 700px;
    left: 50%;
    top: 15px;
    margin-left: -350px;
    font-size: 20px;
    /*text-align: center;*/
    color: #535355;
}
.h1Zeile1{
    text-align: left;
}
.h1Zeile2{
    /*text-align: center;*/
    text-align: left;
    margin-top: -13px;
}
/* Ende Definitionen Main allgemein ----------------------------------------------- */