body {
	font-family: Arial, Verdana;
}

#head {
	background: #ef0000;
	border: 1px 0 1px 0 solid white;
}

em {
	font-weight: bold;
}

#nutchsearch select{
	clear: both;
}

form label, form input{
	clear: both;
}

form label{
	width: 250px;
	float: left;
}

form input, form select {
	/*border: 1px solid grey;*/
}

#debug, .more {
	display: none;
}

#suggestbox {
position: relative;
}

#Result {
  display: none;
  list-style: none;
  border: 1px solid #999;
  margin: 0;
  padding: 10px;
  width: 150px;
  position: absolute;
  left: 2px;
  top: 21px;
  z-index: 100;
  background-color: white;
}

#Result li:hover {
  color: #666;
  cursor: pointer;
}

li {
	list-style-type: none;
	padding-bottom:10px;
}

.notes, .highlighted{
	font-size: 0.8em;
}

#sidebar {
	width: 190px;
	overflow-x: hidden;
	float: right;
	/*background-color:Silver;*/
}

#sidebar select{
	width: 200px;
}

h4 
{
    margin: 0;
    padding-bottom: 2px;
    }
    
/* search list item 
li.search-list-item 
{
    padding-top: 10px;
	border-top: 1px solid #eee;
}*/

/* Facetten */
ul.my-menu 
{
	border: 0;
	margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style-type:none;
    background-color: #DBDBDB;   
}

li.facet 
{
    padding: 0;
    color: Gray;
}

li.facet a 
{
    font-size: 0.8em;    
    color: #000000;
}

.relax {
    background: url("../img/icon-delete.gif") no-repeat scroll 0px 6px transparent;
    color: #E83921;
    display: block;
    font-weight: normal;
    padding: 5px 5px 5px 16px;
    font-size: 12px;
    text-decoration: none;
}

a.aspNetDisabled
{
    color: Black;
}