/*Container*/
.suchergebnisse
{
	padding-bottom: 20px;
	width: 590px;
	float: left;
	padding-top: 10px;
}
.suchergebnisse-container
{
	background: transparent url(../images/layout/vansicht-arztsuche-unten-bg.png) no-repeat scroll center bottom;
	width: 590px;
	float: left;
	margin-top: 11px;
	padding-bottom: 5px;
}
.suchergebnisse-inhalt
{
	background: transparent url(../images/layout/vansicht-arztsuche-border.png) repeat scroll 0 0;
	padding-top: 5px;
	padding-bottom: 6px;
}
/*Überschrift*/
.suchergebnisse-container H2
{
	background: transparent url(../images/layout/vansicht-arztsuche-oben-bg.png) no-repeat scroll center top;
	clear: both;
	font-size: 11pt;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 590px;
	color: #000;
}
.suchergebnisse-container H2.highlighted
{
	background: transparent url(../images/layout/boxueberschrift-gelb.png) no-repeat scroll center top;
}
/*Inhalt*/
.suchergebnisse-inhalt P
{
	margin: 0;
	width: 480px;
	color: #434343;
	line-height: 112%;
}
/*Wertung*/
.suchergebisse-rating
{
	float: right;
	margin-right: 7px;
	width: 76px;
}
.suchergebisse-rating IMG
{
	padding: 0;
	margin: 0;
	float: left;
}
/*Thumbnail*/
.suchergebnisse-thumbnail
{
	padding-left: 7px;
	padding-right: 6px;
	float: left;
	/*[empty]width:;*/
}
.suchergebnisse-thumbnail img
{
	border: none;
}
/*Floatfix*/
.floatfix
{
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
	padding-top: 0px;
}
