body {
	padding: 0px;
	margin: 0px;
	color: #e6e6e6;
	background: #7a3b1a url("/images/bg.jpg") no-repeat top center fixed;
	font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

input, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 14px;
}

br {
	margin: 0px;
	padding: 0px;
}

.td {
	display: table-cell;
	vertical-align: middle;
}

a img {
	border: 0px;
}

a {
	color: #deb35d;
	text-decoration: none;
}

a:hover {
	color: #deb35d;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
}

h1 {
	font-size: 22px;
    margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
    font-size: 18px;
	text-transform: uppercase;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
	color: #333;
	height: 1px;
	border-width: 0px;
	background-color: #333;
}

label {
	text-decoration: none;
}

label:hover {
	text-decoration: underline;
	cursor: pointer;
}

.clear {
	display: block;
	clear: both;
}

.bold {	font-weight: bold;
}

.hide {	display: none;
}


.obsah input[type='text'], .obsah input[type='password'], .obsah input[type='tel'], .obsah input[type='email'], .obsah input[type='number'], .obsah textarea, .obsah select {
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	-moz-box-shadow: 2px 2px 12px #787878 inset;
	-webkit-box-shadow: 2px 2px 12px #787878 inset;
	box-shadow: 2px 2px 12px #787878 inset;
	margin: 2px;
	background-color: #f2f2f2;
}

.obsah input[type='text']:focus, .obsah input[type='password']:focus, .obsah input[type='tel']:focus, .obsah input[type='email']:focus, .obsah input[type='number']:focus, .obsah textarea:focus, .obsah select:focus {	outline: 0px;
	border: 1px solid #45adf3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.obsah input[type='button'], .obsah input[type='submit'] {
    text-decoration: none;
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #ececec) );
	background: -moz-linear-gradient( center top, #fefefe 5%, #ececec 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ececec');
	background-color: #fefefe;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	padding: 4px 10px;
	text-shadow: 1px 1px 0px #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 2px 0px;
}

@-moz-document url-prefix() {
	.obsah input[type='button'], .obsah input[type='submit'] {		padding: 3px 10px;
	}
}

.obsah input[type='button']:hover, .obsah input[type='submit']:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #fefefe) );
	background:-moz-linear-gradient( center top, #f0f0f0 5%, #fefefe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fefefe');
	background-color: #fefefe;
	color: #000;
	-webkit-box-shadow: 0px 0px 3px #45adf3 inset;
	-moz-box-shadow: 0px 0px 3px #45adf3 inset;
	box-shadow: 0px 0px 3px #45adf3 inset;
}


.obsah input[type='submit'].btn_ok {
	-moz-box-shadow: inset 0px 1px 0px 0px #23bc56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #23bc56;
	box-shadow: inset 0px 1px 0px 0px #23bc56;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #009933), color-stop(1, #006622) );
	background: -moz-linear-gradient( center top, #009933 5%, #006622 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009933', endColorstr='#006622');
	background-color: #009933;
	border: 1px solid #002d0f;
	color: #fff;
	text-shadow: 0px 0px 0px #009933;
}

.obsah input[type='submit'].btn_ok:focus {
	outline: 0px;
}

.center {
	width: 960px;
	margin: 0px auto;
}

.head {
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.90);
	padding: 20px 0px;

	-moz-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.80);
}

.logo {	float: left;
	width: 331px;
	height: 65px;
	display: inline-block;
	margin-left: 14px;
	background: url("/images/logo.png") no-repeat;
}

.logo.new {	background: url("/images/logo-new.png") no-repeat;
}


.menu {
	font-family: 'Open Sans Condensed', 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin: 20px 10px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu li {	border-left: 1px solid #454545;
	float: left;
	padding: 0px 15px;
	border-left: 0px;
}

.menu li.nl {	border-left: 0px;
}

.menu li a {	color: #d1d1d1;
	text-decoration: none;
}

.menu li a:hover {
	color: #fff;
	text-decoration: underline;
}


.banner {	border-top: 0px solid #222;
	border-bottom: 1px solid #333;
}


.telo {
	-moz-box-shadow: 0px 0px 40px #000;
	-webkit-box-shadow: 0px 0px 40px #000;
	box-shadow: 0px 0px 40px #000;
}

.obsah {	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.90);
	padding: 30px;
	_height: 340px;
	min-height: 340px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.zapati {	border-top: 1px solid #333;
	margin-top: 60px;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.80);
}

.zapati_obsah {
	padding: 15px 30px 1px 30px;
}

.zapati strong {	color: #fff;
}

.copyright {	padding-bottom: 30px;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.90);
	font-size: 13px;
	color: #ccc;

	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	-moz-box-shadow: 0px 0px 40px #000;
	-webkit-box-shadow: 0px 0px 40px #000;
	box-shadow: 0px 0px 40px #000;
}

.copyright a {
	color: #ccc;
	text-decoration: underline;
}

.copyright a:hover {
	color: #fff;
	text-decoration: underline;
}


div.newslist {
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #ccc;
}

div.newslist h1, div.newslist h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

div.newslist h1 a, div.newslist h2 a {
	text-decoration: none;
	color: #fff;
}

div.newslist h1 a:hover, div.newslist h2 a:hover {
	text-decoration: none;
}

div.newslist span.datum {
	float: right;
	margin-left: 15px;
	font-size: 12px;
	color: #ccc;
}

div.newslist p.next {	margin-top: 20px;
}


div#db_page {
	padding: 10px 0px 10px 0px;
	font-size: 11px;
}

div#db_page ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#db_page ul li {
	float: left;
	display: block;
	width: 30px;
	height: 20px;
	margin-right: 6px;
}

div#db_page ul li a {
	padding: 6px 0px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#db_page ul li a.normal {
	background-color: #333;
	color: #ccc;
}

div#db_page ul li a.normal:hover {
	background-color: #555;
	color: #fff;
}

div#db_page ul li a.active {
	background-color: #e2001a;
	color: #fff;
}


div.error_box {
	padding: 10px;
	margin: 10px 0px;
}

div.error_box {
	background-color: #e2001a;
	color: #fff;
}


iframe.mapa {	position: relative;
	left: -30px;
}

.jidelak {	margin: 5px 0px;
}

.jidelak tr td {	padding: 6px 0px;
	vertical-align: top;
}

.jidelak tr td:nth-of-type(2){
	width: 100px;
	text-align: right;
	font-weight: bold;
}

.jidelak tr td:nth-of-type(2) a {
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}


@media (max-width: 540px){
	body {
		background: #7a3b1a;
		background-image: none;
	}

	img {		max-width: 100%;
		height: auto;
	}

	.center {
		width: 100%;
		margin: 0px auto;
	}

	.obsah {
		padding: 0px 10px 10px 10px;
		_height: 0px;
		min-height: 0px;
	}

	.telo {		margin: 0px;
		padding: 0px;
	}

	.logo {
		margin-left: 10px;
		float: none;
	}

	.menu {
		float: none;
		display: block;
		border-top: 1px #666 solid;
		border-bottom: 1px #666 solid;
		margin: 10px 0px;
		padding: 10px 0px;
		font-size: 16px;
	}

	.menu li {		float: none;
		display: inline-block;
		padding: 0px 10px;
	}

	.zapati {
		border-top: 1px #666 solid;
		margin-top: 0px;
	}

	.zapati td {
		font-size: 13px;
	}

	.zapati_obsah {
		padding: 15px 10px 1px 10px;
	}

	.copyright {		font-size: 12px;
	}

	h1 {
		font-size: 18px;
	    margin-bottom: 10px;
	}

	h2 {
	    font-size: 16px;
	}

	h3 {
	    font-size: 14px;
	}

	.jidelak {
		margin: 2px 0px;
	}

	.jidelak tr td {
		padding: 0px 0px;
	}

	.banner, .mhide, iframe {
		display: none;
	}
}


.foto_list_gr {
}

.foto_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.foto_list li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.foto_list li a {
	display: block;
	width: 150px;
	height: 100px;
	padding: 4px;
	border: 1px solid #e1e1e1;
	text-align: center;
}

.foto_list li a:hover {
	border: 1px solid #00aeef;
}


#foto_kat {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

#foto_kat ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#foto_kat ul li {
	display: inline;
	margin-right: 5px;
}

#foto_kat ul li a {
	padding: 4px 6px;
	width: 160px;
	display: inline-block;
	text-decoration: none;
}

#foto_kat ul li a:hover {
	background-color: #636363;
	color: #fff;
}


.restu-widget {	float: right;
}
@media (max-width: 540px){	.restu-widget {		display: none;	}
}

