
/* Inhalte */

.contentimages  {
	padding-left: 70px;	
	float: left;
}

.imagesleft {
	width: 135px;
	height: 105px;	
	float: left;
}

.imagesleft img { 
	width: 130px;
	height: 100px;
	border: 0pt;
	float: left;
}

.imagesright {
	width: 130x;
	height: 105px;	
	float: left;
}

.imagesright img { 
	width: 130px;
	height: 100px;
	border: 0pt;
	float: left;	
}

a#showroom {
 	float: left;

}


a#showroom:hover {
	background-color: #ffffff;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
 	float: left;
}