/* ----------------------------------------------------------------
	sub01 css
	http://www.regent.ch
---------------------------------------------------------------- */

/* --------------------------------------------------------------*/
/* general */
/* --------------------------------------------------------------*/

#sub_container {
	width				: 769px;
	padding				: 0;
	margin				: 0px 0px 35px 0px;
	display				: table-cell;
	overflow			: hidden;
}

/* --------------------------------------------------------------*/
/* content_left */
/* --------------------------------------------------------------*/

#sub_content_left {
	width				: 769px;
	padding				: 0;
	margin				: 0;
}

#sub_content_left img {
	width				: 769px;
	padding				: 0;
	margin				: 0;
	border-bottom		: 3px solid #fff;
}

/* --------------------------------------------------------------*/
/* content_middle */
/* --------------------------------------------------------------*/

#sub_content_middle {
	color				: #34332f;
	width				: 474px;
	height : auto;
	min-height				: 151px;
	font-family			: Verdana, Arial, Helvetica, Sans-Serif;
	font-size			: 13px;
	font-weight			: bold;
	padding				: 0;
	margin				: 0;
	float				: left;
	border-right			: 3px solid #fff;
	border-bottom  : 1px solid #fff;
}

* html #sub_content_middle{
  height		: 151px;
}

#sub_content_middle p {
	line-height			: 16pt;
}

/* --------------------------------------------------------------*/
/* content_right */
/* --------------------------------------------------------------*/

#sub_content_right {
	background-color	: #a9a095;
	width				: 292px;
	height				: 151px;
	float				: right;
	border-bottom  : 1px solid #fff;
}

#sub_content_right img {
	width				: 151px;
	height				: 151px;
	padding				: 0;
	margin				: 0;
	border-right		: 1px solid #fff;
}

#sub_content_right p {
	padding				: 10px 10px 10px 0px;
}
