/* Stylesheet für die Homepage  */
body {
  background-color: #2E2E2E; /* Hintergrundfarbe */
  color: white; /* Schriftfarbe */
    font-family: Georgia,Times, serif;
    line-height: 2.5em

}


div#wrapper {
  background-color: black;
  color: white;
}
text { font-size: 130%;  font-family: Georgia,Times, serif; color:whitesmoke}
p { font-size: 130%;  font-family: Georgia,Times, serif; color:whitesmoke}
h1 { font-size: 150%;  font-family: Verdana, Arial, Helvetica, sans-serif;color: antiquewhite}
h2 { font-size: 130%;  font-family: Verdana, Arial, Helvetica, sans-serif;color:antiquewhite}
plink {font-size: 140%;  font-family: Georgia,Times, serif;color:antiquewhite}
a:link { color: antiquewhite; }
a:visited { color: antiquewhite; }


#box {
border: 5px solid lightgrey;
border-radius: 15px 15px 15px 15px;
    padding: 25px;

     width: auto;
  margin: 2%;
}
