#jquery-live-search {
	background: #fff;

	padding: 5px 10px;
	height: 400px;
	overflow: auto;

	position: absolute;
	z-index: 99;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#jquery-live-search h1 {
	font-size: 14px;
        color: #fea138;
}

#jquery-live-search h2 {
	font-size: 12px;
        line-height: 16px;
        color: #3c92db;
        padding: 0 0 5px 5px;
}

#jquery-live-search h1.lexikon {
	font-size: 14px;
        color: #60837C;
}

#jquery-live-search h2.lexikon {
	font-size: 12px;
        line-height: 16px;
        color: #60837C;
        padding: 0 0 5px 5px;
}

#jquery-live-search p.lexikon>a {
        text-decoration: underline;
        font-weight: bold;
        color: #821305;
}

#jquery-live-search p {
        padding: 0 0 5px 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
        line-height: 15px;
        color: #3e3e3e;
}

#jquery-live-search p>a {
        text-decoration: underline;
        font-weight: bold;
        color: #fea138;
}

#jquery-live-search ul {
	list-style-type: none;
	margin: 0 0 5px 0;
        padding: 0px;
	font-weight: bold;
	list-style-position: outside;
	font-size: 14px;
        line-height: 17px;
        color: #3c92db;
}

#jquery-live-search li {
	border-top-color: #3c92db;
	border-top-style: solid;
	border-top-width: 1px;
        margin:0;
        padding:5px;
}

#jquery-live-search li.lexikon {
	border-top-color: #60837C;
}

#jquery-live-search li:hover {
        background-color: #ededed;
}

