/* Stylesheet für die Homepage  */
body {
  background-color: black; /* 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:white; hyphens: auto}
p { font-size: 130%;  font-family: Georgia,Times, serif; color:white}
h1 { font-size: 150%;  font-family: Verdana, Arial, Helvetica, sans-serif;color: white; margin-top: 0.1em;  margin-bottom: 0.1em}
h2 { font-size: 130%;  font-family: Verdana, Arial, Helvetica, sans-serif;color:white; margin-top: 0.1em;  margin-bottom: 0.1em}
plink {font-size: 140%;  font-family: Georgia,Times, serif;color:white}
a:link { color: lightgrey; }
a:visited { color: white; }


#box {
border: 5px solid darkgrey;
border-radius: 10px 10px 10px 10px;
    padding: 10px;

     width: auto;
  margin: 2%;
}

.bildlinks {
  float:left;
/*  padding: 3px;
  border: 5px solid #ccc;*/
  margin-right: 20px;
  margin-bottom: 10px;
    }
.bildrechts {
  float:right;
  /*padding: 3px;
  border: 5px solid #ccc;*/
  margin-bottom: 10px;
  margin-left: 20px;
}

.doppelspalte {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-rule: 1px solid #000000;
  -webkit-column-rule: 1px solid #000000;
  -moz-column-rule: 1px solid #000000;
}


#boxtext {
border: 2px solid darkgrey;
border-radius: 10px 10px 10px 10px;
padding: 10px 10px 10px 10px;

     width: auto;
  margin: 2%;
}
