/* CSS-Befehle für webseite */
/* Datei: webseite.css */

body 	{
	background-color: seashell ;
	}
h1 	{
	color: black ;
	border: "0";
	text-align: center;
	padding: 50 px;
	}
p	{
	text-align: left;
	padding: 10px;
	}
.bild1  {
	text-align: center;
	height: "533";
	width: "800";
	}
img	{
  	display: block;
  	margin: auto;
  	border: 0px;
	width: 60%;
	}
#tafel	{
	display: block;
  	width: 1132px;
	height: 790px;
	}