/* $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;
        clear: both; 
        margin: 18px 0px 18px 0px;
        display: block;
}

.search_space {
        clear: both; 
        margin: 18px 0px 18px 0px;
        font-weight: bold;
}

.search_form {
    padding: 2px;
}

.search_form_row {
/*	overflow: hidden;*/
        display: block;

}

.search_form_row.borderone {
    padding: 10px 0px 10px 0px;
    border-bottom:1px solid #2B8DBA;
    border-top:1px solid #2B8DBA;
}

.search_form_field_label {
	float: left;
	padding: 5px 0 0 0;
        font-weight: bold;
        width:150px;
}

.search_form_field_button {
	padding-top: 1px;
}

.search_form_field {
        float: left; 
	overflow: hidden;
        margin-right:15px;
}

.search_form_field input {
        padding: 3px;
        width: 150px;
}

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

#maincontentdiv ul li.search_hit {
	margin-bottom: 18px;
        border-bottom: 1px solid #D4D4D4;
        display:block;
        overflow:hidden;
        padding: 0 0 18px 15px;
}

.search_hit_title {
	font-weight: bold;
}

.search_hit_fragment {
	display: block;
}

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

.search_pages {
	margin-bottom: 18px;
}

