@charset "utf-8";

html, body
  {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background-color: #ffffff;
  color: #015794;
  }

strong { font-weight: bold; }

hr
  {
  border: solid #015794 1px;
  background-color:#015794;
  height: 10px;
  }

h1
  {
  text-align: center;
  font-size: 40pt;
  font-weight: bold;
  }

.textbereich
  {
  width: 50%;
  background-color: #eeeeee;
  text-align: justify;
  font-size: 14pt;
  border: 5px solid #eeeeee;
  }

.abschnittstitel
  {
  font-weight: bold;
  font-size: 24pt;
  text-align: center;
  background-color: #015794;
  color: #ffffff;
  border: 5px solid #015794;
  }

.gesetzlich { color: #bb0000; }

a, a:link, a:visited, a:active, a:focus
  {
  font-weight: bold;
  text-align: center;
  color: #015794;
  }

a:hover
  {
  color: #ffffff;
  background-color: #015794;
  text-decoration: none;
  }