
 body {
    font-family: helvetica, sans-serif;
	width: 800px;
	margin: auto;
	padding: 50px;
	color: grey;
  }

  div#header { position: absolute;
	height: 200px;
	width: 800px;
	text-align: center;
     }

  div#menu { position: absolute;
	margin-top: 350px;
	margin-left: 720px;
	width: 140px;
	background-color:  #E12F84;
	padding-right: 30px;
	}
  div#inhalt { position: absolute;
	margin-top: 270px;
	margin-left: 30px;
	padding: 5px;
	width: 630px;
	font-size: 16px;
	text-align: justify;
	line-height: 32px;
	}
	
	div#inhalt h2 {
	color:  #E12F84;
	}	

	
	div#inhalt a { text-decoration: none;
	font-weight: bold;
	color: white;
	}
  
	div#inhalt a:link {text-decoration: none;
	font-weight: bold;
	color:  #E12F84;
	}
  
	div#inhalt a:hover {text-decoration: none;
	color: white;
	background-color:  #E12F84;
	}
	div#inhalt a:active {text-decoration: none;
	color: white;
	background-color:  #E12F84;
	}
	
	div#inhalt a:visited {text-decoration: none;
	color: white;
	background-color:  #E12F84;
	}
	 
	div#fusszeile {position: relative;
	margin-top:80px;
	height: 80px;
	width: 650px;
	font-size: 10px;
	line-height: 9px;
	text-align: center;
	color: white;
	padding: 2px;
	background-color:  #E12F84;
	}
  
	div#fusszeile a {
  	text-decoration: none;
	font-weight: bold;
	color: white;
	
	}
	
	div#fusszeile a:link {
  	text-decoration: none;
    color:  #E12F84;
	}
  
	div#fusszeile a:visited {text-decoration: none;
	color: black;
	background-color:  #E12F84;
	}
  
	div#fusszeile a:hover {text-decoration: none;
	color: black;
	background-color:  #E12F84;
	}
  
	div#fusszeile a:active {text-decoration: none;
	color: black;
	background-color:  #E12F84;
	}
	
ul#menu {
	list-style: none;  
	}
  
ul#navigation li {
    list-style: none;
	}
  
ul#navigation a {
  	text-decoration: none;
    font-weight: bold;
   	}

ul#navigation a:link {
  	text-decoration: none;
    color:  white;
	}
  
ul#navigation a:visited {
  	text-decoration: none;
    color: white;
	}
  
ul#navigation a:hover {
  	text-decoration: none;
    color:  #E12F84;
	background-color: white;
	}
  
ul#navigation a:active {
	text-decoration: none;
    color:  #E12F84;
	background-color: white;
	}
	
td {
	font-size: 25px;
	text-align: center;
	padding: 30px;
	}
	
th {
	font-size: 19px;
	text-align: center;
	}
