﻿/*--------------------------------------------------------*/
/*	Copyright: Arcolor  				                  */
/*	Author: Florian Steiner, Nose Applied Intelligence AG */
/*          Nico Dreher, Nose Applied Intelligence AG     */
/*--------------------------------------------------------*/
/*	leadership page styles                             	  */
/*--------------------------------------------------------*/
#content div.one {
	height: 225px;
	background: url(innovation.gif) no-repeat;
}
#content div.two {
	height: 224px;
	background: url(tradition.gif) no-repeat;
}
#content div.one p {
	float: right;
	width: 260px;
	padding: 65px 17px 14px 14px;
}
#content div.two p {
	float: left;
	width: 260px;
	padding: 60px 14px 14px 17px;
}
#content div.one img {
	padding-top: 50px;
}
#content div.two img {
	padding-top: 49px;
}
