  body {
    color: black; background-color: white;
    padding: 1em 0;

    
    
  }

  div#Seite {

background: url(bg.jpg);
border: 1px solid #666;
position: absolute;
width: 500px;
height: 300px;
top: 50%;
left: 50%;
margin-top: -150px;  /* negative Hälfte von der Höhe */
margin-left: -250px; /* negative Hälfte von der Breite */
}

div#Inhalt{
list-style: none;
margin: 0;
text-align: left;
font-family: Arial,Helvetica;

font-size: small;

color: #333;
}
 
h1 {
    font-size: medium;
    margin: 0; padding: 0.3em;
    text-align: left;
    background: #1e90ff 100% 45%;
    border-bottom: 1px solid silver;
  }
    	


    
