html, body { /* html und body brauchen diese Angabe */
	height:100%;
	}

a:link { color:#FFFFFF; text-decoration:none;}
a:visited { color:#FFFFFF; text-decoration:none;}
a:focus { color:#FFFFFF; text-decoration:none;}
a:hover { color:#FFFFFF; text-decoration:none;}
a:active { color:#FFFFFF; text-decoration:none;}

#space { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* die Hälfte der Inhals's Höhe */
	float:left;
	}

#inhalt {
        width: 600px;
        height:600px;
	background-color: #ffffff;
	border: 1px solid #564b47;
        margin: 0 auto;
        position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	}
	
#inhalt2 {
	height: 100px;
	width: 344px;
       position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -172px;
	background-color: #ffffff;
	//border: 1px dotted #000000;
	}