div.Hauptbild{
	width: 100%;
	height: 203px;
	margin-bottom: 10px;
	background-color: #D8D8D8;
	text-align: center;
	vertical-align:middle;
}

div.Nebenbild_Zeile{
	clear: both;
	width: 203px;
	height: 100px;
	text-align: center;
	margin-bottom: 3px;
}

div.Nebenbild_1, div.Nebenbild_2{
	float: left;
	width: 100px;
	height: 100px;
	text-align:center;
	background-color: #D8D8D8;
}

div.Nebenbild_1{
	margin-right: 3px;
}

div.Hauptbild img, div.Nebenbild_1 img, div.Nebenbild_2 img{
	border: 0px;
}
