html {
    background-color: #f1f1f1;	
}
body {
    font-family: Arial, Helvetica, sans-serif;
}
#kosmos {
	margin-left:7em;
    position:relative;
    width:56.25em;
    background:#fff;
    overflow:visible;
}
#kopf {
    position: absolute;
    top:2em;
    z-index:4;
    text-align:center;
}
#kolumne {
    position:relative;
    left:5em;
    height:auto;
	background:#f7f3e5;
    width:26.875em;
    padding:6.125em .875em 4em 1em;
}
#inhalt {
    position: relative;
    top:3em;
	background:#f7f3e5;
	margin-bottom:5em;
}
#bild {
    position:absolute;
    right:0;
    top:1em;
}
#fuss {
    position:absolute;
    bottom:0em;
    left:.75em;
    height:3.75em;
    width:auto;
    z-index:1;
    color:#8c8c8c;
    font-weight:bold;
}
p.drucken {
	width:36em;
	margin-top:5em;
	text-align:right;
}

