/* Allgeimen */
body {
font-family: arial,times,sans-serife;
margin-top: 20px; margin-bottom:20px;
background-color: #ffffff;
}

/* Schrift */
p, div, table, b, body {
font-size: 14pt;
font-family: arial,times,sans-serife;
}

/* Linkfarbe */
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:active {
color: #FF8C00;
}
a:hover {
color: #0000FF;
 }
.Parisienne {
        font-family: Parisienne;
        font-size: 24px;
      }

 /* Überschriften im Farbbalken */
.balken {
    margin-bottom: 12px;
    text-align: center;
    background-color: greenyellow;
    margin-left: 290px;
    margin-right: 290px;
  	border-radius: 10px 10px 10px 10px;
}

.zitat {
    text-align: right;
    font-size: 10px;
}

/* Überschriften */
h1 {
font-size: 30px;
font-weight: 500;
}
h2 {
color: #dd3b2a;
font-size: 20px;
font-style: italic;
font-weight: 400;
}
h3 {
color: #000000;
font-size: 20px;
font-weight: 500;
line-height: 1.25em;
margin: 0.5em 0;
}

.div1 {
            background-color: #e0ffe0;
            width: 860px;
            hight: auto;
            padding: 10px;
            margin: 15px;
            box-shadow: 30px 10px 20px lightgray;
            border-radius: 15px 15px 15px 15px;
            }
 
 .div2 {
            background-color: lightgrey;
            width: 860px;
            hight: 100px;
            padding: 10px;
            margin: 15px;
            box-shadow: 30px 10px 20px lightgray;
            border-radius: 15px 15px 15px 15px;
            }
           
          