/* $Id$
 * Copyright 2008 {xmachina GmbH. All rights reserved.
 * xmachina PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *
 * {xmachina(R) online-kommunikation und informationstechnologie
 *  xmachina GmbH - Maaßstr. 24   - 69123 Heidelberg, Germany
 *  Fon: +49(6221)8220-20         - Fax: +49(6221)8220-40
 *  E-Mail: deus@xmachina.de      - http://www.xmachina.de/
 */

.search_error {
	color: red;
}

.search_form {
    padding: 10px 0px 10px 0px;
}

.search_form_row {
/*	overflow: hidden;*/
    display: block;
	padding: 5px 0pt;
}

.search_form_field_label {
	float: left;
 	font-weight: bold;
	padding: 0pt 5px 0pt 8px;
	width: 15em;
}

.search_form_field {
    /* float: left; */
	overflow: hidden;
}

.search_hit_list {
	list-style-type: none;
}

.search_hit {
	margin-bottom: 1ex;
}

.search_hit_title {
	font-weight: bold;
}

.search_hit_fragment {
	display: block;
}

.search_hit_identifier {
	display: block;
	font-style: italic;
}

