/*--------------------------------------------------------*/
/*	Copyright: Arcolor  				                  */
/*	Author: Florian Steiner, Nose Applied Intelligence AG */
/*          Nico Dreher, Nose Applied Intelligence AG     */
/*--------------------------------------------------------*/
/*	weiterentwicklung page styles                         */
/*--------------------------------------------------------*/
#content div.one {
	width: 291px;
	height: 230px;
	float: left;
	background: url(ecology.gif) no-repeat;
}
#content div.two {
	width: 291px;
	height: 230px;
	float: right;
	background: url(hightech.gif) no-repeat;
}
#content p.left {
	width: 260px;
	padding: 15px 305px 25px 17px;
}
#content p.right {
	clear: both;
	width: 260px;	
	padding: 15px 17px 25px 305px;
}
#content div.two img {
	padding-top: 55px;
}
