
.indexLeftBox {      /* linke Box für TextBox und FilmBox */
	width: 605px;
	height: auto;
	margin: 0px 0px 0px 20px;
	float: left;
	background-color:none;
}
.indexTextBox {
	width: 580px;
	height: auto;
	margin: 0px 0px 20px 10px;
	float: left;
	background-color:none;
}
.indexFilmBox {    /* linke Box für VideoBox und FilmText */
	width: 580px;
	height: auto;
	margin: 0px 0px 20px 10px;
	float: left;
	background-color:none;
}
.indexVideoBox {
	width: 300px;
	height: auto;
	margin: 10px 0px 0px 0px;
	float: left;
	background-color:none;
	border: 1px solid black;
}
.indexFilmText {
	width: 250px;
	height: auto;
	margin: 30px 0px 0px 20px;
	float: left;
	background-color:none;
}
.indexBildBox {
	width: 620px;
	height: 654px;
	margin: 10px 0px 0px 0px;
	float: left;
	background-color: none;
}
.indexUpdate{
	width: 320px;
	height: 25px;
	margin: 10px 0px 10px 30px;
	padding:  5px 0px 0px 0px;
	background-color:#848282;
	float: left;
}