body { font-family: Arial, Helvetica, sans-serif; background-color: #f2f2f2; text-align: center; margin: 0; padding: 0; }

#container { margin: auto; background-color: white; width: 750px; }

#kopf { height: 75px; position: relative; background-color: #fff8df; border: solid 1px #ffedab; }

#kopf h1 { margin: 0 0 0 120px; font-size: 30px; font-weight: 300; letter-spacing: 0.1em; text-align: left; color: gray; padding: 8px 0 0 100px; }

#kopf h2 { color: gray; font-size: 24px; font-weight: 400; line-height: 20px; text-align: left; letter-spacing: 0.1em; margin: 0 0 0 250px; padding: 0 0 0 170px; }

#inhalt { background-color: white; }
  
#fuss { font-size: 0; background-color: silver; height: 1px; }

