@charset "utf-8";
	/* CSS Document */

#search {
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	width:290px;
	height:46px;
	text-align:right;
	padding-top:5px;
}
#search input {
	width:180px;
	margin-right:25px;
	border:0;
	background-color:transparent;
}
#search a {
	color:#6d5740;
	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;
}