/* Suchformular */
#suche { background:url(../images/elements/suche-hintergrund.gif) 0 0 no-repeat; height:22px; left:0px; position:relative; top:7px; width:175px; z-index:99;}
#suche label { overflow:hidden; height:20px; left:0; position:absolute; text-indent:600px; width:16px; }
#suche li { float:left; }
#suchtext { border-width:0; color:#AAA; left:17px; position:absolute; top:2px; width:146px; padding:1px 2px;}
#profilsuche .absenden { display:none; background:url(../images/buttons/button-absenden-suche.gif) 0 0 no-repeat; height:20px; left:155px; position:absolute; top:0px; width:21px;}
#suche .ausblenden {  height:15px; left:156px; position:absolute; top:4px; visibility:hidden; width:16px; }
#suche .ausblenden:hover { background:#FFF;}

/* Ergebnisse */
#suchergebnis { background:#F2DBF5; border:1px solid #B683D1; left:50%; margin-left:227px; overflow:hidden; position:absolute; top:136px; width:240px; z-index:99; }
#suchergebnis li { border-width:0; float:none; margin:0; width:100%; }
#suchergebnis a { color:#B683D1; line-height:22px; text-align:left; text-decoration:none; }
#suchergebnis .ergebnis a:hover,
#suchergebnis .ergebnis a.key { background:#FDEAFF; }
#suchergebnis .trennlinie,
#suchergebnis .fehler { padding:5px; background:#B683D1; border-bottom:1px solid #B683D1; border-top:1px solid #fad6ff; font-weight:bold; }
#suchergebnis .fehler { background:#C00; }
			
		/* Abstaende fuer den Text */
		#suchergebnis img { margin:0 5px; vertical-align:middle; }
		#suchergebnis .profile { text-indent:25px; }
		
		
		/* Alle Suchergebnisse */
		#suchergebnis .trennlinie.alle { padding:0; }
          #suchergebnis .trennlinie.alle a { text-align:right; padding:3px; }
