body {
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 790px;
    padding: 0;
}



div#Kopf {

    margin: 0;

    text-align: center;

    background: #fed url(kopf.jpg);
	height:128px;
}



div#Navigation {
float:left; 
        position:relative;
        top:0px;
        left:0px;
        height:468px;
        width:156;
	background: #fed url(nav.jpg) no-repeat 100%;

 }

div#Inhalt{
	clear:left;
	margin: 0 auto;
}



