 body {
    color: white; 
    
    //background-color: rgb(255,252,236);
    background-color: rgb(80,80,80);
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;
  }

  div#Seite {
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 850px;
    height: 677px;
    background: rgb(151,129,116) url(titel.jpg) no-repeat 100% 100%;
  }
    
  a:link {
    color: white; 
    text-decoration:none;
  }
  a:visited {
    color: white; 
    text-decoration:none;
  }
  a:hover {
    color: white; 
    text-decoration:none;
  }
  a:active {
    color: white; 
    text-decoration:none;
  }

  h1 {
    font-size: 30px;
    padding: 0px 0px;
  }
  h2 {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
  }
  

  img {
  	border-style: none;	
  }

  div#Text {
  	float: right;
  	width: 370px;
  	//height: 680px;
  	padding: 40px;
  	text-align: left;
  	
  }
  * html div#Text {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  
    