/*etlinger_02*/

body
{
                background-color: #808080;
                color: #ffffff;
}

/*oben: "Stefan Ettlinger" und "aktuell"*/
.A1
{
                height: auto;
                left: 4%;
                position: absolute;
                top: 2%;
                width: auto;
                z-index: 4;
}

.A1 h1
{
                background-color: #808080;
                color: #ffffff;
                display: inline;
}

.A1 p
{
                background-color: #808080;
                color: #ffffff; 
                display: inline;
                margin-left: 1.5em;
}

/*Container für Bilder*/
.B3
{
                height: 80%;
                left: 0;
                overflow: auto;
                position: absolute;
                text-align: center;
                top: 4.5em;
                width: 100%;
                z-index: 1;
}

/*wird ja vielleicht noch unterschiedlich eingestellt*/
.B3 .hoch
{
                max-height: 90%;
                max-width: 90%;
}

.B3 .quer
{
                max-height: 90%;
                max-width: 90%;
}

/*Container für mp3-Player*/
.B4
{
                bottom: 0;
                height: 50%;
                left: 0;
                overflow: auto;
                position: absolute;
                text-align: center;
                width: 100%;
                z-index: 1;
}

/*unten: "voriges" - Name - "nächstes"*/
.C2
{
                bottom: 0;
                height: 4.5em;
                left: 4%;
                position: absolute;
                width: 92%;
                z-index: 2;
}

.unten_links
{
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: auto;
                z-index: 4;
}

.unten_mitte
{
                height: 100%;
                left: 20%;
                position: absolute;
                text-align: center;
                top: 0;
                width: 60%;
                z-index: 3;
}

.unten_rechts
{
                height: 100%;
                position: absolute;
                right: 0;
                text-align: right;
                top: 0;
                width: auto;
                z-index: 4;
}

