
  body {
    font-family: Georgia, Times, serif;
    font-size: 14px;
    margin: 20px;
  }
  
  a:link {
    color: red;
 	text-decoration: none;
  }
  
  a:hover {
    color: black;
 	text-decoration: line-through;
  }

  a:visited {
    color: red;
	text-decoration: none;
  }
  
  #background {
    position: absolute;
	z-index: 1;
	border: solid black 2px;
  }
  
  ul#navigation {
    margin: 0; padding: 0.8em;
	width: 136px;
    text-align: left;
	position: absolute;
	top: 122px;
	left: 20px;
	z-index: 2;
	border: solid black 2px;
  }
  
  ul#navigation li {
    list-style: none;
    margin: 0em; padding: 0;
  }
  
  ul#navigation li ul {
    margin: 0.1em 0;
	position: relative;
	left: -15px;
  }
  
  ul#navigation a, ul#navigation span {
  	padding: 0em 0em;
	display: block;
    text-decoration: none; font-weight: bold;
    color: black;
	font-size: 14px;
	font-variant: small-caps;
  }
  
  ul#navigation a:hover, ul#navigation span {
    color: red;
  }
  
  ul#navigation li>ul {
    display: none;
  }
  
  ul#navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
  }
  
  #content {
    position: absolute;
	top: 125px;
	left: 230px;
    z-index: 2;
  }
  
  #line {
    position: absolute;
	top: 20px;
	left: 180px;
	z-index: 3;
	border: none;
  }
  
  #footer {
    position: absolute;
	top: 501px;
	left: 20px;
	width: 160px;
	border-bottom: solid black 2px;
	z-index: 3;
  }
  
  p#story {
  text-indent: 1.2em;
  text-align: justify;
  }
  
  p#gedicht1 {
  text-align: center;
  }
  
  p#gedicht2 {
  text-align: left;
  position: relative;
  left: 250px;
  }
   
  p#gedicht3 {
  text-align: left;
  position: relative;
  left: 350px;
  }