@charset "iso-8859-1";

/*
 * suche.css
 * 
 */


/*
 * Festes Suchfeld im Kopf
 */





/*
 * Suchergebnisliste
 * Copyright: Siegfried Mairböck, 2009
 */

#Suchergebnisse { }
#Suchergebnisse td 
{
	padding: 6px 0;
	text-align: left;
}
#Suchergebnisse .SucheHinweisErgebnis {}
#Suchergebnisse .SucheHinweisFehler {
	color: #d00;
	font-weight: bold;
	font-size: 130%;
}

#Suchergebnisse .SucheFormOuter {
	/*border: 1px solid #666;   webtop auskommentiert*/	
	background-color: #eee;
	padding: 6px;	/*webtop*/	
	margin-top: 15px; /*webtop*/	
}

#Suchergebnisse .SucheFormOuterAfter {
	/*background: url(/images/form-schatten.jpg);*/
	display: block;
	overflow: hidden;
	height: 8px;
	margin-bottom: 15px;	/*webtop*/	
}

/*
#Suchergebnisse .SucheFormOuterAfter {
	content: url(/sys/lay/widgets/foto/mitte-schatten.jpg);
	display: block;
	overflow: hidden;
	height: 8px;
}
*/

#Suchergebnisse form.SucheForm {
	padding: 12px 20px;
	margin: 0;
	border-bottom: 0px solid #666;	
}

#Suchergebnisse .SucheFName {
	display: block;
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 85%;
	font-weight: bold;
	color: #555;
}


#Suchergebnisse .SucheInput {
	padding: 1px 2px;
	border: 1px inset #ccc;
	width: 400px;
	font-size: 1.2em;	
	margin-bottom: 4px;	
}


#Suchergebnisse .SucheInput:focus {
	background-color: #fe9; /* rgb(221, 238, 221); */
}

#Suchergebnisse .SucheFeldzeile {
	margin-top: 12px; 
}

#Suchergebnisse .SucheButtons {
	margin-top: 12px; 
}
#Suchergebnisse .SucheSubmit {
	margin-top: 12px; 
}

#Suchergebnisse ol.SucheOL {
	/*margin: 12px 0;*/
	margin: 0 0 20px 35px;
	padding: 0;
}
#Suchergebnisse ol.SucheOL li.SucheLI {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0;
}


#Suchergebnisse ul.SucheUL {
	margin: 12px 0;
	padding: 0;
	list-style: none;
}
#Suchergebnisse ul.SucheUL li.SucheLI {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#Suchergebnisse .SucheDIVerzeichnis {
	color: #666;
	font-size: 85%;
}
#Suchergebnisse .SucheDIScore {
	display: none;
}
#Suchergebnisse .SucheDIName {
	/*font-size: 120%;*/
	font-weight: bold;
}
#Suchergebnisse .SucheDITeaser { 
}

#Suchergebnisse .SucheDITeaser p {
	margin: 0;
}


#Suchergebnisse .radioBoxAlignHoriz label
{
	font-weight:normal;
	font-size:10pt;
	display:inline;
}

#Suchergebnisse  input.radio
{
	display:inline;
}

@media (max-width: 450px)
{
	#what { max-width: 350px; }
}

@media (max-width: 400px)
{
	#what { max-width: 300px; }
}

@media (max-width: 350px)
{
	#what { max-width: 250px; }
}

@media (max-width: 300px)
{
	#what { max-width: 200px; }
}

@media (max-width: 250px)
{
	#what { max-width: 150px; }
}