﻿.pnlSearchResults
{
	position   : relative;

	margin-top : 2px;

	border-top : 1px solid #c7c7c7;
	width      : 528px;
}

.pnlSearchResult
{
	position      : relative;
	border-left   : 1px solid #c7c7c7;
	border-right  : 1px solid #c7c7c7;
	border-bottom : 1px solid #c7c7c7;

	overflow      : hidden;
}

.pnlSearchResult .firstItem
{
	border-top : 1px solid #c7c7c7;
}

.btnSearchResult, .btnSearchResultH, .btnSearchResultA
{
	position : relative;

	width  : 528px;
	/*
	min-height : 59px;
*/
	background-color : #ffffff;
	overflow      : hidden;
	cursor : pointer;
}

.btnSearchResultH, .btnSearchResultA
{
	border-left  : 1px solid #000000;
	border-right : 1px solid #000000;

	background-image  : url('http://data.notfallplan.nuklearmedizin-life.de/bgGrid.jpg');
	background-repeat : repeat-x;
	background-color  : #161616;
}

.btnSearchResultH .lblSRTitle, .btnSearchResultA .lblSRTitle
{
	color : #ffffff;
}

.lblSRTitle, .lblSRName, .lblSRAddress, .lblSRPhone
{
	position : relative;
/*
	left : 18px;
	top  : 13px;
*/
	font-family : Arial;
	font-size   : 11px;
	color       : #000000;
	font-weight : bold;

	line-height : 18px;
}

.lblSRTitle
{
	width : 320px;
}

.lblSRName, .lblSRAddress, .lblSRPhone
{
	font-weight : normal;
	color       : #767575;
}

.lblSRName, .lblSRPhone
{
	/*left : 350px;*/
}

.lblSRAddress, .lblSRPhone
{
	padding-top : 0px;
}

.pnlSRLeft, .pnlSRRight
{
	position : relative;

	padding-top    : 10px;
	padding-bottom : 10px;

	padding-left   : 14px;

	float    : left;
}

.pnlSRLeft
{
	width : 320px;
}

.pnlSRRight
{
	width : 160px;
}