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

/* CSS and HTML by miss monorom 2009 http://www.intensivstation.ch */

/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en  */
/* IMPORTANT */
/* You are free: */
/* to copy, distribute, display, and perform the work */
/* to make derivative works */
/* to make commercial use of the work */
/* Under the following conditions: */
/* You must give the original author credit. */

/* http://intensivstation.ch/files/templates/center/intensivstation-center-box-vertical-fix.html */	


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


#space { 
	width:1px;
	height:50%;
	margin-bottom:-315px; /* die Hälfte der Inhalts's Höhe */
	float:left;
	}
#inhalt {
        width: 997px;
        height:631px;
	background-color: #ffffff;
	border: none;
        margin: 0 auto;
        position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	}

