html, body {
	height:100%;
	}

body {
	 background-color: #FFFFF; 
background-position: right top;
	background-image:url('../images/bg2.jpg');
	background-repeat: no-repeat;



  	padding: 0;
  	margin:0
	}

	
p, pre {
	margin: 0px;
	padding: 10px;
	}
	
#space { 
	width:1px;
	height:50%;
	margin-bottom:-350px; 
	float:left;
	}
#inhalt {
        width: 980px;
        height:650px;

	margin: 0 auto;
        border:1px solid transparent;
        position:relative; 
        	 clear:left
	}