/**
 * Style sheet home_banner
 */
#ueber1
{
	height:156px;
	text-align:center;
	line-height:1.1;
}

#ueber1 p
{
	margin:0;
	padding:0;
}

#ueber1 h1
{
	margin:0px 0px 4px 0px;
	font-family:Arial, Sans-Serif, Verdana;
	font-size:18px;
	color:#000066;
}

#ueber1 .picfl
{
	float:left;
	padding-right:1em;
}

#ueber1 .picfr
{
	float:right;
	padding-left:1em;
}

#ueber1 .picfin
{
	float:inherit;
	padding-left:1em;
}

#ueber1 .clearfloat
{
	clear:both;
}

