@charset "utf-8";
/* CSS Document */
body {
	background-color: #cacaca;
	background-image: url(pictures/back_body_repeat.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	color: #c6980b;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 14px;
	color: #003970;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #FFBE00;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #003870;
	font-weight: bold;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}



div.div_body {
	background-image: url(pictures/back_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.div_top {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(pictures/back_top_repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div.div_menu {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 28px;
}
div.div_menu   a.a_menu_01 {
	background-image: url(pictures/menu_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-color: #ffb300;
	height: 28px;
	width: 122px;
	float: left;
}
div.div_menu a.a_menu_01:hover {
	background-image: url(pictures/menu_ac_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-color: #ffb300;
	height: 28px;
	width: 122px;
}
div.div_menu a.a_menu_02 {
	background-image: url(pictures/menu_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-color: #ffb300;
	height: 28px;
	width: 112px;
	float: left;
}
div.div_menu a.a_menu_03 {
	background-image: url(pictures/menu_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-color: #ffb300;
	height: 28px;
	width: 112px;
	float: left;
}
div.div_menu a.a_menu_04 {
	background-image: url(pictures/menu_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-color: #ffb300;
	height: 28px;
	width: 112px;
	float: left;
}
div.div_menu a.a_menu_02:hover {
	background-image: url(pictures/menu_ac_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-color: #ffb300;
	height: 28px;
	width: 112px;
	float: left;
}
div.div_menu a.a_menu_03:hover {
	background-image: url(pictures/menu_ac_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-color: #ffb300;
	height: 28px;
	width: 112px;
	float: left;
}
div.div_menu a.a_menu_04:hover {
	background-image: url(pictures/menu_ac_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	background-color: #ffb300;
	height: 28px;
	width: 112px;
	float: left;
}
div.div_left {
	margin: 0px;
	float: left;
	width: 363px;
	background-image: url(pictures/back_left.jpg);
	background-repeat: no-repeat;
	background-position: center 173px;
	padding: 0px;
}
div.div_min_left {
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 0px;
	float: left;
}
div.div_clanek {
	margin: 0px;
	padding-right: 10px;
	padding-left: 20px;
}


div.div_right {
	margin: 0px;
	padding: 0px;
	width: 437px;
	float: left;
	background-image: url(pictures/back_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.div_min_right {
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 0px;
}
div.div_correct {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 0px;
}
div.div_pata {
	background-image: url(pictures/back_pata.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #cacaca;
	font-size: 11px;
	height: 30px;
	padding-top: 10px;
}
.div_pata a {
	color: #333333;
	text-decoration: underline;
}
.div_pata a:hover {
	color: #333333;
	text-decoration: none;
}


div.div_foto {
	width: 320px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	float: left;
}
div.div_foto img {
	float: left;
	border: 1px solid #FFCC00;
	padding: 2px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div.div_foto img:hover {
	border: 1px solid #FF9C09;
}

div.div_foto p {
	font-size: 11px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	float: left;
	width: 200px;
}
div.div_foto a {
	color: #000000;
	text-decoration: underline;
}
div.div_foto a:hover {
	color: #000000;
	text-decoration: none;
}
div.div_fotogalerie      {
	text-align: center;
	width: 320px;
	float: left;
}
div.div_fotogalerie     img     {
	margin: 5px;
	border: 1px solid #FFCC00;
	padding: 2px;
}
p.p_zpet {
	text-align: center;
	padding: 5px;
	clear: both;
}
p.p_zpet a {
	color: #444444;
	text-decoration: underline;
}
p.p_zpet a:hover {
	text-decoration: none;
}
p.p_datum {
	font-weight: bold;
	color: #444444;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 11px;
}









address {
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


img.img_slogan {
	float: left;
}
img.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.img_correct {
	clear: both;
}
div.div_strankovac {
	margin: 0px;
	clear: both;
	float: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div.div_strankovac a.a_strana {
	color: #FFFFFF;
	background-color: #FFCC00;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #FFCC00;
	padding: 2px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 10px;
	height: 16px;
}
div.div_strankovac a.a_strana:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFCC00;
	color: #FFCC00;
}
div.div_strankovac a.a_sipka {
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.div_strankovac a.a_sipka:hover {
	text-decoration: underline;	
}
div.div_strankovac span {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.div_strankovac span.span_off {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
select.sel_kategorie {
	font-size: 11px;
	border: 1px solid #444444;
	padding: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
form.form_kategory {
	margin: 0px;
	padding: 0px;
}
div.div_foto_ref {
	padding: 0px;
	height: 110px;
	width: 340px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
div.div_foto_ref img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.div_foto_ref_n {
	padding: 0px;
	height: 120px;
	width: 350px;
	white-space: nowrap;
	overflow: auto;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}
div.div_foto_ref_n img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.a_sipka_left {
	float: left;
	display: block;
	padding: 0px;
	height: 90px;
	width: 20px;
	cursor: pointer;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(pictures/sipka_left.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a.a_sipka_right {
	float: left;
	display: block;
	padding: 0px;
	height: 90px;
	width: 20px;
	cursor: pointer;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-image: url(pictures/sipka_right.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



img.img_top {
	padding: 0px;
	margin: 5px;
}

div.div_kontakt {
	margin: 10px;
	padding: 0px;
	float: left;
	width: 300px;
}
table.tab_popis {
	text-align: left;
	font-size: 11px;
	height: 150px;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}
td.td_bold {
	font-weight: bold;
}
table.tab_popis_det {
	text-align: left;
	width: 250px;
	margin-top: 10px;
}
div.div_kontakt {
	margin: 5px;
}
div.div_kontakt input {
	border: 1px solid #999999;
	margin-bottom: 5px;
	background-image: url(pictures/input_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #e5e5e5;
}
div.div_kontakt textarea {
	border: 1px solid #999999;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 275px;
	background-color: #e5e5e5;
	background-image: url(pictures/input_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
div.div_kontakt label {
	font-size: 11px;
	color: #444444;
}


div.div_kontakt fieldset {
	border: 1px solid #999999;
	padding: 10px;
}
div.div_kontakt legend {
	font-weight: bold;
}
div.div_nahodne_foto {
	height: 193px;
	width: 350px;
	text-align: center;
	float: left;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.div_nahodne_foto img {
	padding-left: 25px;
}

div.div_posun_left {
	padding-left: 15px;
}
.div_seo {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.div_seo p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666;
}
.div_seo p a{
	color: #000000;
	text-decoration: underline;
}
.div_seo p a:hover {
	text-decoration: none;
}
.div_pata a.a_sign {
	color: #333333;
	text-decoration: underline;
	padding-left: 150px;
}

