@charset "utf-8";
/* CSS Document */

*
{
padding: 0em;
margin: 0em;
}

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

body {
background: transparent no-repeat fixed center; 
}

#space { 
	width:1px;
	height:50%;
	margin-bottom:-296px; /* die Hälfte der Inhals's Höhe */
	float:left;
	}
	
#inhalt {
        width: 970px;
        height:595px;
		border: 0px solid #564b47;
        margin: 0 auto;
        position:relative; /* hebt den inhalt vor den space  */
		clear:left; /* hebt das float vom space auf  */
	}
	
#header {
	width: 970px;
	height:50px;
	}


#content {
	width: 970px;
	height:500px;
	}

#footer {
        width: 970px;
        height:25px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight: bold;
		text-align: center;
	}