﻿body {
 height: 100%;
 padding: 130px 0 75px 0;
}

#kopfzeile {
 position: fixed;
 z-index: 3;
}

#navigationsleiste_oben {
 position: fixed;
 top: 130px;
}

#navigationsleiste_unten {
 position: fixed;
}

#zeitanzeige {
 position: fixed;
}

#farbverlauf_seite {
 height: 100%;
 left: 250px;
 position: fixed;
 top: 0;
 width: 15px;
}

#farbverlauf_oben, #farbverlauf_unten {
 height: 15px;
 left: 250px;
 position: fixed;
 width: 830px;
}

#farbverlauf_oben {
 top: 130px;
}

#textfeld {
 display: block; 
 margin: 0 0 0 250px;
 padding: 0 0 15px 0;
 z-index: 2;
}

#farbverlauf_unten {
 bottom: 75px;
 position: fixed;
}

#fusszeile {
 position: fixed;
 z-index: 4;
}

.sprungziel {
 visibility: hidden;
 margin-top: -150px;
 position: absolute;
}

.container_drucken {
 display: none;
}