body {font-family: comic sans ms; margin-left: 20px; font-size: 13pt }

p {font-family: comic sans ms; font-size: 14pt; color: #333333; }

h1 {font-family: comic sans ms; font-size: 30pt; color: #006600; }
h2 {font-family: comic sans ms; font-size: 20pt; color: #006600; }
h3 {font-family: comic sans ms; font-size: 16pt; color: #006600; }
h4 {font-family: comic sans ms; font-size: 14pt; color: #006600; }
h5 {font-family: comic sans ms; font-size: 40pt; color: #006600; }

a { font-family: comic sans ms; color: #333333;}

div#Hintergrund { 
    background:url(Bilder/hintergrund-ort-des-wirkens.png); <---- Der BG wo der Text drauf soll 
    width:1024px; <---- Breite des BGs 
    height:1536px; <---- Hšhe des BGs 
}
  
table{font-size: 14pt; }
tr,td {vertical-align: text-top;}


.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

{
  img {
    width: 50%;
    float: right;
    margin: 0 0 1em 1em;
  }
}
.picleft {
	float:left; 
	margin-right:20px;
}

.picright {
	float:right; 
	margin-left:20px;
}
