/* CSS and HTML by Frontgrafix */
/* CSS released under Creative Commons License */

html, body {
	height:100%;
}

body {
	background-color: #9a9517;
	background-image: url(../img/bg_1000x500.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 100%;
	font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}

#space { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* die hälfte der inhalthöhe */
	float:left;
}

#inhalt {
	width: 600px;
	height: 600px;
	border: 1px solid #000;
	margin: 0 auto;
	position: relative; /* hebt den inhalt vor den space  */
	clear: left; /* hebt das float vom space auf  */
}