html {
	height:100%;
	width:100%;
} 

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}


/* Scrollbarer Bereich */

div#container {
 	margin:auto auto;
	width:700px;
	height: 680px;
  	text-align:left;
	font-family:Verdana;
	font-size:14px;"
}

div#scrollObject { 
  position: absolute; 
  top: 20px;
  width: 700px;
  height: 673px;
  overflow:scroll;
}

div#content {
  position:absolute;
}



/* filme.html */

.filmbox{
	float: left;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 680px;
	height: 150px;
}



/* bewohner.htm */

.picture {
	float: left;
	position: relative;
	padding-left: 25px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 0px;
	width: 40px;
	height: 110px;
}

.name{
	float: left;
	position: relative;
	margin: 5px;
	padding-top:30px;
	padding-left: 30px;
	width: 35%;
	height: 110px;
	border-right:1px inset black;
	font-family: Verdana;
	font-size: 14px;
}

.places{
	float: left;
	position: relative;
	margin: 5px;
	padding-top:30px;
	width: 40%;
	height: 110px;
	font-family: Verdana;
	font-size: 14px;
}
.place{
	height: 55px;
	width: 100%;

}
.place2{
	height: 36px;
	width: 100%;

}

