html {
    background-color: #000000;
}

body {
    margin:auto;
    padding:0;
    width:100%;
    height:100%;
    background-color: #000000;
}

h1,h2,h3,h4,h5,h6 {
    font-family: verdana, arial;
    color:#aaaaaa;
}

h4 {
    font-size: 13pt;
    font-weight: normal;
    line-height: 15pt;
    color:#aaaaaa;
}

a {
    text-decoration: none;
    color:#aa9999;
    color:#aa9999;
    cursor:pointer;
}

a:hover {
    text-decoration: none;
    font-weight: 700;
    color:#aa9999;
    cursor: pointer;
}

.normaltext {
    font-family: Verdana, Arial;
    font-size: 13pt;
    font-weight: normal;
    line-height: 15pt;
    color:#aaaaaa;
    padding-top:33px;
}

#gesamtseite {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:1200px;
    height:750px;
/*    border:1px dashed grey; */
    background-color: #000000;
}

#indextitel {
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    width:100%;
    height:100px;
/*    border:1px dashed red; */
    font-family: verdana, arial;
    font-size: 36pt;
    font-weight: 800;
    color: #aaaaaa;
    text-align: center;
}

#indexleft {
    position:absolute;
    left:300px;
    right:0px;
    top:120px;
    width:100%;
    height:300px;
/*    border:1px dashed blue; */

}

#indextext {
    position:absolute;
    right:140px;
    left:60px;
    top:100px;
    width:92%;
    height:600px;
/*    border:1px solid darkgreen; */
    text-align: center;
    font-family: verdana, arial;
    font-size: 28pt;
    font-weight: 500;
    line-height: 44pt;
    color: #aaaaaa;
}

#zaehler {
    position:absolute;
    top:110px;
    right:20px;
    width:190px;
    height:22px;
/*    border:1px dashed brown; */
}

#zaehlertitel {
    position:absolute;
    left:0px;
    font-family: verdana, arial;
    font-size: 12pt;
    font-weight: 500;
    color:grey;
/*    border:1px solid red; */
}

#zaehlerstand {
    position:absolute;
    right:0px;
    top:0px;
    font-family: verdana, arial;
    font-size: 12pt;
    font-weight: 500;
    color:grey;
    line-height: 12pt;
    margin-top:2px;
    margin-left:0px;
/*    border:1px solid #ffffff; */
}

#navi {
    position:absolute;
    left:0px;
    top:100px;
    width:250px;
    height:700px;
   /* padding-left:10px;
    padding-top:10px; */
/*    border:1px dashed red; */
    z-index:2;
}

#menu {
    position:absolute;
    top:50px;
    left:20px;
    width:230px;
    height:330px;
/*    border:1px dashed cornflowerblue; */
    z-index: 3;
}

.menu {
    font-family: Verdana, Arial;
    font-size: 13pt;
    font-weight: 500;
    line-height: 12pt;
    color: #aaaaaa;
    text-decoration: none;
    cursor: pointer;
}

.menu:hover {
    text-decoration: none;
    font-weight: 700;
    color:#aaaaaa;
    cursor: pointer;
}

#zufallsbild {
    position: absolute;
    left:20px;
    top:360px;
    width:120px;
/*    border:1px dashed darkgreen; */
    z-index:3;
}

#inhalt {
    position: absolute;
    left:250px;
    right:20px;
    top:100px;
    width:930px;
    height:675px;
    padding-top:0px;
/*    border:1px dashed blue; */
    margin-top:30px;
}


#statistik {
    position:absolute;
    width:400px;
    height:320px;
    top:150px;
    right:290px;
    border-radius: 10px;
    background-color:#484040;
    opacity: 1;
    border:1px solid grey;
    box-shadow:0 1px 4px rgba(255,255,255,.5);
    margin-top:30px;
    z-index:5;
    display:none;
}

#sttitel {
    position:absolute;
    top:0px;
    left:10px;
    right:10px;
    width:380px;
    height:15px;
    font-family: Verdana, Arial;
    font-size: 11pt;
    font-weight: 500;
    color: #aaaaaa;
    border:1px solid antiquewhite;
    z-index: 6;
}

/* Bilder von Titelleiste */

#titelbilder {
    opacity: 0.9;
}

#tbild1 {
    position: absolute;
    left:0px;
}
#tbild2 {
    position: absolute;
    left:140px;
}
#tbild3 {
    position:absolute;
    left:280px;
}
#tbild4 {
    position: absolute;
    left:415px;
}
#tbild5 {
    position: absolute;
    left:569px;
}
#tbild6 {
    position: absolute;
    left:759px;
}
#tbild7 {
    position: absolute;
    left:905px;
}
#tbild8 {
    position: absolute;
    left:1056px;
}
