/*--------------------------------------------------------*/
/*	Copyright: Arcolor  				                  */
/*	Author: Florian Steiner, Nose Applied Intelligence AG */
/*          Nico Dreher, Nose Applied Intelligence AG     */
/*--------------------------------------------------------*/
/*	praesenz page styles                             	  */
/*--------------------------------------------------------*/
#content div.one {
	height: 215px;
	background:  url(local.gif) no-repeat;
	margin-bottom: 30px;
}
#content div.two {
	height: 210px;
	background:  url(global.gif) no-repeat;
}
#content div.one p {
	float: left;
	width: 260px;
	padding: 15px 14px 14px 17px;
}
#content div.two p {
	float: right;
	width: 260px;
	padding: 49px 17px 14px 14px;
}
#content div.two img {
	padding-top: 35px;
}
