/* CSS Document */

html, body {
  margin:0px;
  padding:0px;
  height:100%;
}


body {
  background-color:#ffffff;
}


div#myfloaterdiv {
  postition:relative;
  float:left;
  height:50%;
  margin-bottom:-140px;
  width:1px;
}


div#mycentereddiv {
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  margin-bottom:5px;
  background-color:#ffffff;
  border-width:2px;
  border-color:black;
  border-style:solid;
  height:280px;
  width:800px;
  font-size:large;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  color:#000000;
  clear:left;
  position:relative;
}


div#mycontentdiv {
  overflow:auto;
  margin-left:20px;
  margin-right:20px;
  padding-left:20px;
  padding-right:20px;
  line-height:1.40em;
}


h1 {
  font-size:2em;
  text-align:left;
  line-height:2em;
  margin:0;
}


h2 {
  font-size:1.5em;
  text-align:left;
  line-height:1.5em;
  margin:0;
}


p {
  margin-bottom:0.5em;  /* Halbe Zeile Abstand nach jedem Absatz */
  text-align:left;
}


p.small {
  font-size:small;
  text-align:left;
}


p.smaller {
  font-size:x-small;
  text-align:left;
}


/* Links */
a:active, a:link, a:visited {
  color:#5e5e5e;
  text-decoration:underline;
}

a:hover {
  color:#000000;
  text-decoration:none;
}
