  body {
	margin:		0;
	padding:	0;
	height:		100%; /* Das will der IE. */ 
  }
  
  body, p a {
    font: normal 12px Arial, sans-serif;
    color: black; background-color: #44988B;
	  scroll: auto;
  }

  div#inhalt {
  	position:	absolute;
	top:		50%;
	left:		50%;
		/* Jetzt steht die linke obere Ecke genau am Mittelpunkt. Noch. */
	margin-top:	-300px;  /* == halbe Zeilenhöhe. */
	margin-left:	-400px; /* == halbe Breite.     */
  }
  
  div#Rahmen {
    margin: auto;
    width: 760px;
    padding: 0px;
    border: 1px solid #154B99;
	 border-bottom: 0px;
    background-color: #ffffff;
  }
 
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 760px;
    w\idth: 760px;
  }

 div#Rahmen div {
    clear: left;
  }
  
  #head
{
position: relative;
background:url(images/home/head.jpg) no-repeat;
background-position:left;
height:88px;
width:758px;
left: 0px;
}

  #contentHome { 
          position: relative; padding: 0px; 
          height: 200px; 
          left: 0px; top: 0px;
 }

#footer
{
background:url(images/home/unten2.gif) no-repeat;
background-position:center;
height:64px;
margin-top:0px;
}
