@charset "utf-8";
	/* CSS Document */

#search {
	background-image:url(../images/searchHover.png);
	background-repeat:no-repeat;
	width:207px;
	height:47px;
	margin:16px 33px 0 0;
	text-align:left;
}
#searchText {
	width:150px;
	height:20px;
	border:0;
	margin-top:7px;
	background-color:transparent;
	vertical-align:top;
}
#searchBtn {
	margin:8px 4px 0 8px;
	border:0;
}
#search a {
	text-decoration:none;
}
.litujeme {
	margin-top:40px;
	text-align:center;
	font-weight:bold;
	color:#967f6a;
	padding:50px 50px
}
.litujeme hr {
	background-color:#967f6a;
	border:0;
	height:2px;
	}
.litujeme p {
	margin: 50px 0;
	text-align:center;
}
#nalezeno {
	margin:50px 0 0 35px;
}
#nalezeno li {
	padding:5px 0;
}
#nalezeno a {
	text-decoration:none;
	font-weight:bold;
	color:#967f6a;
}
#nalezeno a:hover {
	color:#190401;
}
.highlight {
	background-color:#db7e00;
	color:#190401;
}