@charset "utf-8";
/* CSS Document */

/* Format für suggest-DIV */
div.suggest
{
  visibility:hidden; 				/* div wird durch Eingabe visible */
  border: 1px solid #DDD;   /* Rahmen */
  width:77% !important;
  padding: 5px;
  float: right;
  display:block;
  margin-top:-1px;          /* lässt div- mit input-Rahmen überlappen */
  margin-bottom: 20px !important;
}

div.suggest100
{
  width:99% !important;
  margin-top:-8px !important;
}

@media screen and (max-width: 45em) {
	div.suggest
	{
	  width: 95% !important;
	}
}

/* Format für Links in suggest-DIV */
div.suggest a:link, div#suggest a:visited
{
  font-family:Verdana;
  font-size:14px;
  text-decoration:none;
  display:block;
  color:#000;
  width:100%;
  text-align:left;
  font-weight:normal;
  padding-top: 5px;
  padding-bottom: 5px;  
  padding-left: 0;  
}

/* Format für Links:hover in suggest-DIV */
div.suggest a:hover
{
  color:#FFF;
  background-color:#6990b6;
}

/* Format für Links:active in suggest-DIV */
div.suggest a:active
{
  display:block;
  color:#000;
}

/* Format für Liste */
div.suggest ul#suggest_list
{
  margin:0px;   
  padding:0px;       
  list-style-type:none; /* Aufzählungspunkte ausblenden */
  line-height:16px;
}





/* Format für bezeichnung-DIV */
div#bezeichnung
{
  visibility:hidden; 				/* div wird durch Eingabe visible */
  border: 1px solid #DDD;   /* Rahmen */
  width:350px;
  display:block;
  margin:0;
  margin-top:-1px;          /* lässt div- mit input-Rahmen überlappen */
}

/* Format für Links in bezeichnung-DIV */
div#bezeichnung a:link, div#bezeichnung a:visited
{
  font-family:Verdana;
  font-size:12px;
  text-decoration:none;
  display:block;
  color:#000;
  width:100%;
  text-align:left;
  font-weight:normal;
  margin-bottom:8px;
}

/* Format für Links:hover in bezeichnung-DIV */
div#bezeichnung a:hover
{
  color:#FFF;
  background-color:#6990b6;
}

/* Format für Links:active in bezeichnung-DIV */
div#bezeichnung a:active
{
  display:block;
  color:#000;
}

/* Format für Liste */
div#bezeichnung ul#suggest_list
{
  margin:0px;           /* Außenabstände = 0 */
  padding:0px;          /* Innenabstände = 0 */
  list-style-type:none; /* Aufzählungspunkte ausblenden */
  line-height:16px;
}





/* Format für parameter-DIV */
div#parameter
{
  visibility:hidden; 				/* div wird durch Eingabe visible */
  border: 1px solid #DDD;   /* Rahmen */
  width:350px;
  display:block;
  margin:0;
  margin-top:-1px;          /* lässt div- mit input-Rahmen überlappen */
}

/* Format für Links in parameter-DIV */
div#parameter a:link, div#parameter a:visited
{
  font-family:Verdana;
  font-size:12px;
  text-decoration:none;
  display:block;
  color:#000;
  width:100%;
  text-align:left;
  font-weight:normal;
  margin-bottom:8px;
}

/* Format für Links:hover in parameter-DIV */
div#parameter a:hover
{
  color:#FFF;
  background-color:#6990b6;
}

/* Format für Links:active in parameter-DIV */
div#parameter a:active
{
  display:block;
  color:#000;
}

/* Format für Liste */
div#parameter ul#suggest_list
{
  margin:0px;           /* Außenabstände = 0 */
  padding:0px;          /* Innenabstände = 0 */
  list-style-type:none; /* Aufzählungspunkte ausblenden */
  line-height:16px;
}






/* Format für parameter_pur-DIV */
div#parameter_pur
{
  visibility:hidden; 				/* div wird durch Eingabe visible */
  border: 1px solid #DDD;   /* Rahmen */
  width:350px;
  display:block;
  margin:0;
  margin-top:-1px;          /* lässt div- mit input-Rahmen überlappen */
}

/* Format für Links in parameter_pur-DIV */
div#parameter_pur a:link, div#parameter_pur a:visited
{
  font-family:Verdana;
  font-size:12px;
  text-decoration:none;
  display:block;
  color:#000;
  width:100%;
  text-align:left;
  font-weight:normal;
  margin-bottom:8px;
}

/* Format für Links:hover in parameter_pur-DIV */
div#parameter_pur a:hover
{
  color:#FFF;
  background-color:#6990b6;
}

/* Format für Links:active in parameter_pur-DIV */
div#parameter_pur a:active
{
  display:block;
  color:#000;
}

/* Format für Liste */
div#parameter_pur ul#suggest_list
{
  margin:0px;           /* Außenabstände = 0 */
  padding:0px;          /* Innenabstände = 0 */
  list-style-type:none; /* Aufzählungspunkte ausblenden */
  line-height:16px;
}






/* Format für proben-DIV */
div#proben
{
  visibility:hidden; 				/* div wird durch Eingabe visible */
  border: 1px solid #DDD;   /* Rahmen */
  width:350px;
  display:block;
  margin:0;
  margin-top:-1px;          /* lässt div- mit input-Rahmen überlappen */
}

/* Format für Links in proben-DIV */
div#proben a:link, div#proben a:visited
{
  font-family:Verdana;
  font-size:12px;
  text-decoration:none;
  display:block;
  color:#000;
  width:100%;
  text-align:left;
  font-weight:normal;
  margin-bottom:8px;
}

/* Format für Links:hover in proben-DIV */
div#proben a:hover
{
  color:#FFF;
  background-color:#6990b6;
}

/* Format für Links:active in proben-DIV */
div#proben a:active
{
  display:block;
  color:#000;
}

/* Format für Liste */
div#proben ul#suggest_list
{
  margin:0px;           /* Außenabstände = 0 */
  padding:0px;          /* Innenabstände = 0 */
  list-style-type:none; /* Aufzählungspunkte ausblenden */
  line-height:16px;
}






/* Format für Eingabefeld */
input#suche_eingabe
{
  width:250px;
  border:1px solid #DDD;
  font-family:Verdana;
}  