/* arztsuche */

hr {
	color: #a2afcf;
	width: 80%;
}

li	{list-style-type:none;}

/*   ---------------------    Startseite - Hauptmenu   --------------------------  */
ul.Linklist {
	padding-left:50px;
	background-color: #ebeef5;  /*  #f0f7ff;  */
	width:95%;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b8dfef;
	border-bottom-color: #b8dfef;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


ul.Linklist li	{
	list-style-type:none;
	margin:0;
	padding-left:1px;
	padding-top:2px;
	padding-bottom:2px;
}






 #menu {
	padding: 0px;
	width:47%;
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover 
{
	background-image: url(images/pfeil_liste.gif);
	background-repeat:no-repeat;
	background-position: 15px 5px;
	padding:1px 0px 3px 27px;
	}



#menu a.ne:link, #menu a.ne:visited, #menu a.ne:active, #menu a.ne:hover 
{
	 background-image: url(images/tr.gif);
	background-repeat:no-repeat;
	background-position: 1px 10px;
	padding:1px 0px 3px 27px;
	}




	.aa #suche-info {
	width:40%;
	padding: 10px;
	line-height: 18px;
    }


/*   -----------------   Suchseiten    ------------------------    */

 #menu-s {
	padding: 0px;
	width:30%;
}

#menu-s a:link, #menu-s a:visited, #menu-s a:active, #menu-s a:hover 
{
	background-image: url(images/pfeil_liste.gif);
	background-repeat:no-repeat;
	background-position: 15px 5px;
	padding:1px 0px 3px 27px;
	font-size: 0.95em;
	}
	


ul.Linklist-s {
	padding-left:30px;
	background-color: #ebeef5;  /*  #f0f7ff  */
	width:85%;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b8dfef;
	border-bottom-color: #b8dfef;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

ul.Linklist-s li	{
	list-style-type:none;
	margin:0;
	padding-left: 1px;
	padding-top:2px;
	padding-bottom:2px;
}


	#suche-all {
	width:58%;
	line-height: 18px;
	font-size: 0.97em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	}



/* -------  am 10.12.2009 eingefügt - Abstände vergrößern  ------- */

#suche-all .suche-bg p { margin-top: 10px; margin-bottom: 10px;}

/* -------  am 10.12.2009 eingefügt - Abstände vergrößern  ------- */



#suche-all-details {
	width:85%;
	line-height: 18px;
	font-size: 0.97em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}



	
.suche-bg {
	background-color: #ebeef5;  /* #f0f7ff  */
	padding-top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b8dfef;
	border-bottom-color: #b8dfef;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.suche-bg div { margin-bottom: 0.75em;}

.suche-bg label	{
	font-weight:normal;
	float:none;
	clear:none;
	display:inline;
}  



input.button {background:url(images/arztsuche/bg_button.gif) no-repeat left center;cursor:pointer;border:none;font-weight:bold;color:#003366;padding:4px 2px 2px 17px;overflow:visible;font-size:1em; width: 120px;text-align: left; outline: none;}
	


/*  ############################   Ergebnisliste - Überschrift  ############################    */

a span.link {display:none; text-decoration:none;}

a:hover span.link {

  display:block; width:auto;

  text-decoration:none;

  padding:0; margin:0;

  position: absolute;

  top:auto; left:auto;

  background-color:#fff;

}

a span.text {display:none; text-decoration:none;}

a:hover span.text {

  display:block; width:300px;

  text-decoration:none;

  padding:5px; margin:0;

  position: absolute;

  top:120px; left:300px;

  background-color:#fff;

  color: #000;

  font-size: 0.85em;

  font-weight: normal;

  border: 1px solid #b8dfef;

}
	

