.col_2 
{
	width: 300px; 
	height: 194px;
	margin: 0;
	padding: 0;
	background: url(images/train.jpg) no-repeat right bottom;
}

.col_2_bottom
{
	width: 700px; 
	height: 324px;
	margin: 0;
	padding: 0;
	background:  url(images/bottom.jpg) no-repeat center bottom;
}

.col
{
	width: 700px;
	height: 324px;
	margin: 0;
	padding: 0;
	background: url(images/bottom.jpg) no-repeat center bottom;
}

.rightfoto 
{
 text-align: left;
 float: right;
 margin: 0 0 5px 5px;
}

.leftfoto 
{
 text-align: right;
 vertical-align: bottom;
 float: left;
 position:relative;
 margin: 0 0 5px 5px;
}

.centerfoto 
{
 text-align: center;
 vertical-align: middle;
 float: none;
 position:relative;
 margin: 0 0 5px 5px;
}