.modul_cam{

	float:left;
	height: 100px;
	width:110px;
	background-color:#e1eafc;
	border:1px solid #c7cde3;
	margin-top:10px;
	margin-left:3px;
	text-align:center;
	padding-top:5px;
}
.left{

clear:left;
float:left;

}
.webcam_gross{
	float:right;
	background-color:#e1eafc;
	border:1px solid #c7cde3;
	margin-top:10px;
	width:360px;
	text-align:center;
}
* html .webcam_gross{

	width:345px;
}

* html .webcam_gross img{
 	width:335px; 
 	height:288px;
}
 .webcam_gross img{
 	height:288px;
	width:352px;
}

