body {
    background-color: #3C5D77;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    font-family: Arial, sans-serif;
}

a {
    color: #1D2D3A;
}

#header {
    width: 1000px;
    height: 170px;
    background-color: #507C9F;
    color: white;
    text-align: center;
    line-height: 180px;
    box-sizing: border-box;
}

#menutop {
    position: absolute;
    top: 171px;
    left: 0;
    width: 340px;
    height: 850px; /* 630px; */
    background-color: #B9D3ee;
    text-align: center;
    line-height: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
}

h3 {
    color: #3C5D77;
}

#picnavi {
    position: absolute;
    top: 801px; /* Verschoben nach unten um 50px */
    left: 0;
    width: 340px;
    height: 220px; /* Vergrößert um 50px */
	padding-bottom: 100px;
    background-color: #B9D3EE;
    text-align: center;
    line-height: 220px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#picnavi a {
    color: #B9D3EE; /* Textfarbe auf Hintergrundfarbe, um Unterstrich unsichtbar zu machen */
}

#giapic {
    position: absolute;
    top: 171px;
    left: 340px;
    width: 660px;
    height: 850px; /* Vergrößert um 50px */
    background-color: #B9D3EE;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.text-container {
    width: 560px;
    height: 680px;
    padding: 10px;
    text-align: left; /* Text linksbündig */
    display: block;
    line-height: normal;
    align-items: flex-start;
    overflow-y: auto;
    scrollbar-color: #7B9FBC #B9D3EE;
}

.text-container::-webkit-scrollbar {
    width: 12px;
}

.text-container::-webkit-scrollbar-track {
    background: #7B9FBC;
}

.text-container::-webkit-scrollbar-thumb {
    background: #507C9F;
    border: 2px solid #1D2D3A;
    border-radius: 6px;
}

#footer {
    position: absolute;
    top: 1021px; /* Verschoben nach unten um 50px */
    left: 0;
    width: 1000px;
    height: 44px;
    background-color: #507C9F;
    color: #1D2D3A;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links a {
    text-decoration: none !important;
    display: inline-block;
}

.nav-links img[style*="visibility: hidden"] {
    pointer-events: none;
}

.meta-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B9D3EE;
    margin-top: 10px;
    padding: 10px;
    font-family: sans-serif;
    flex-wrap: nowrap;
}

.meta-info .date,
.meta-info .link {
    white-space: nowrap;
}

.meta-info .link {
    margin-left: 320px;
}