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

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	width: 100%;
	background-color:#FDF032;

}

#distance {
	width: 10px;
	margin-bottom: -250px;
	float: left;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	height: 1200px;
	width: 1200px;
	clear: left;
	background-image:url(../images/background-primer.jpg);
}

#navi{
	position:relative;
	width:120px;
	height:210px;
	top: 390px;
	left:90px;
	font-family: "Comic Sans MS", cursive;
	}
	
#inhalt{
	position:absolute;
	align:center;
	height:113px;
	width: 751px;
	top:78px;
	left: 207px;
	float:left;
	z-index: 1;
}

	
#photo{
	position:absolute;
	width:150px;
	height:207px;
	top:100px;
	left:100px 
	}
	
#inhalt2{
	position:absolute;
	height:600px;
	width:754px;
	top:65px;
	left:201px;
	float:left;
	overflow:scroll;
	border-top-left-radius:360px;
	border-top-right-radius:360px;	/*background-color:#FC0;*/
	}
	
