@charset "utf-8";
/* 
Elemente aus Modul & Componenten Suche
PCS = Page Class Suffix (_pcs_xxx)
MCS = Modul Class Suffix (_mcs_xxx)
*/

.search{ /* Seiten-Suche Box */
	
}
.search_page{ /* SearchLayout Gesamtseite */
  background-color:transparent;
  margin:0px;
  padding:0px;
  clear:both;
}
.fo_search{ /* Suchbezeichnung */
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;	
}
#mod_search_searchword{ /* Suchfeld allgemein Modul */
	width:200px;
	float:left;
	margin-right:10px;
}
#com_search_searchword{ /* Suchfeld allgemein Komponente */
	width:200px;
	float:left;
	margin-right:10px;
}
.searchbut{ /* Suchbutton */
	display:block;
	background-image:url(../daten/icons/search_go.png);
	background-repeat:no-repeat;
	width:31px;
	height:23px;
	text-decoration:none;
	float:left;
}
.lay_searchform_row1{ /* Zeilen des Suchformulares */
	float:left;
	margin-right:15px;
}
.lay_searchform_row2{ 
	float:left;
}
.lay_searchform_row3{ 
	clear:both;
}
.lay_searchform_row4{ 
	clear:both;
	margin-top:10px;
}
.searchintro{ /* Container "Sie haben nach XXX gesucht" */
	clear:both;
}
.lay_seachresult_ul{ /* Search Results Eintrag*/
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
}
.lay_seachresult_ul li{
	list-style-type:none;
	background-image:url(../daten/icons/searchresult.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:26px;
	padding-bottom:12px;
	margin-bottom:12px;
	font-weight:normal;
	border-bottom: 2px solid #e1e1e1;
}