body {
    color: #333333; background-color: #DDDDDD;
    font-size: 100.01%;
    font-family: Tahoma,Arial,sans-serif;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  div#head {
    position:absolute; 
	top:20px; left:12px;
    width: 1000px;
	height: 100px;
    font-size: 12px;
	background: url("../img/head_2008.jpg");
}	
	div#head p {
	margin-left:720px;
	margin-top:35px;
	font-weight: bold;
	
}
  }
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }  
  div#left {
   position:absolute; top:150px; left:0px; 
    font-size: 12px;
    width: 250px; height: 200px;
	background: url("../images/logo_a.jpg"); 
  }
  div#left h2 {
    font-size: 14px;
	text-align: center;
    margin: 10px 6px;
	word-spacing: 1px;
	line-height:16px;
  }
  div#left p {
    font-size: 12px;
    margin-top:7px;
	margin-left:10px;
  }

  div#Info {
  position:absolute; top:120px; left:842px; 
    font-size: 12px;
	 width: 170px; height: 430px;
    background-color: #DDDDDD; border: 1px solid silver;
  }
  div#Info h2 {
    font-size: 14px;
	text-align: center;
    margin: 10px 6px;
	word-spacing: 1px;
	line-height:16px;
  }
  div#Info p {
    font-size: 11px;
    margin: 6px;
  }

  div#Inhalt {
	position:absolute;
	top:150px;
	left:100px;
	background: url("../img/bg_mitte.jpg");
	width: 800px;
	height: 380px;
	border: 0px solid silver;
	background-image: url(%22../img/bg_mitte.jpg%22);


  }
  * html div#Inhalt {
    height: 200px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h2 {
  text-align: center;
    font-size: 14px;
    margin: 4px 5px;
  }
  div#Inhalt p {
    font-size: 12px;
    margin-top:10px;
	margin-left:10px;
	line-height:16px;
  }

  div#Fusszeile {
  position:absolute; top:560px; left:12px; 
  width: 1000px;height: 20px;
    background-color: #dddddd; border: 1px solid silver;
}	
div#Fusszeile p{
	text-align: center;
	font-size: 12px;
	margin-top:2px;
  }

