body {
    max-width: 550px;
    margin: 0 auto;
    font-family: "Times New Roman", Times, serif;
    color: #003;
    font-size: 16px;
    line-height: 1.5;
    background-color: #056597;
    background-image: url(bg.jpg);
    background-repeat: repeat;
    text-align: center;
}


a {
    font-size: 16px;
    color: #CEDBE4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #A7C7BC;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #003;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

blockquote {
    margin: 10px auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 0px solid #A7C7BC;
}

q {
    quotes: "„" "“" "‚" "‘";
}




.sidebar img {
  display: block; /* Verhindert zusätzliche Leerzeichen zwischen Bildern */
  margin: 0;      /* Entfernt äußere Abstände */
  padding: 0;     /* Entfernt innere Abstände */
}

.sidebar a {
  display: block; /* Erzwingt Blockdarstellung für Links, sodass keine Lücken entstehen */
  margin: 0;      /* Entfernt äußere Abstände */
  padding: 0;     /* Entfernt innere Abstände */
}

