body
{
 font-family:Verdana;
 font-size:1.0em;
 background-color:#ebe9a9;
 text-align:center;
}

h1 {font-size:1.8em;color:#000000;margin-bottom:10px;text-align:center;}
h2 {font-size:1.6em;color:#000000;}
h3 {font-size:1.4em;color:#000000;}
p {margin-top:0px;font-size:1.0em;text-align : justify;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:normal;
  color:#0000FF;
  }
a:active, a:hover
{
  color:#FF0000;
  text-decoration:underline;
}
a.menu:link, a.menu:visited, a.menu:active, a.menu:hover
{
  text-decoration:none;
  color:#000000;
  }
a.menu:active, a.menu:hover
{
  color:#0000FF;
  text-decoration:underline;
  }



/* Der Inhalt */
#content {
border:1px dashed #606060;
background-color:#efefef;
padding:15px;
margin-top:60px;
}

.bild {
           float : left;
           margin : 0 25px 5px 0;
      }
.bildrechts {
           float : right;
           margin : 5px 0 0 5px;
      }