/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
.suche input.field {
	border: 1px solid #ccc;
	color: #999;
	height: 14px;
	padding-left: 5px;
	line-height: 114%;
	font-size: 100%;
}

.suche input.button {
	border: 1px solid #ccc;
	color: #999;
	height: 18px;
	background-color: #efefef;
	line-height: 114%;
	font-size: 100%;	
	padding: 0 10px;
}
 
ol.cmsSearchResults {
	padding-left: 20px;
	margin-left: 0;
	margin-left: 3px;
}

li.cmsSearchResult {
	padding-bottom: 20px;
	font-size: 100% !important;
}

ol.cmsSearchResults li.cmsSearchResult {
    margin-bottom: 10px;
}

img.cmsSearchIcon {
	vertical-align: text-bottom;
	padding-right: 5px;
	border: 0;
}

span.cmsSearchTitle {
	font-weight: bold;
	color: #005da8;
}

span.cmsSearchRating {
	font-size: 80%;
	color: #ccc;
}

p.cmsSearchPreview {
	padding: 5px 0;
}

p.cmsSearchLink {

}

p.cmsSearchPreview em, span.cmsSearchTitle em {
	background-color: #f7f7f7;
	border-top: 1px solid #005da8;
	border-bottom: 1px solid #005da8;
}

div.navigation_bar {
	color: #666;
	font-size: 86% !important;
	padding-left: 20px;	
	padding-top: 15px;
	background: #fff url(../images/hr.gif) repeat-x left top;
}

div.results {
	float: left;
	width: 49%;
}

div.navigation {
	float: right;
	width: 49%;
	text-align: right;
}

