* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	line-height: 1.5;
	color: #eee;
	background-color: #000;
}
hr {
	display: none;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	width: 100%;
	line-height: 0px;
}
p {
	margin-bottom: 15px;
}
a {
	color: #F8C300;
}

a:hover {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#falcon {
	width: 900px;
	margin: 0 auto;
	background-color: transparent;
}
#top h1 {
	height: 132px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 900px;
	background-color: transparent;
}
#top h1 span {
	position: absolute;
	left: 0px;
	height: 132px;
	width: 900px;
	cursor: pointer;
	top: 0px;
	background-image: url(img/img_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
menu {
	width: 600px;
	background-image: url(img/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F8C404;
	padding-left: 300px;
	background-color: #F09333;
}
menu li,
#container #container-left .nav li {
	display: inline;
	list-style-type: none;
}
menu li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 40px;
	background-color: transparent;
	background-image: url(img/img_menu-del.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	color: #000;
	text-align: center;
	width: 100px;
}
menu li a:hover, menu li.selected-menu a {
	background-image: url(img/bg_menu-hover.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #F8C403;
	font-weight: bold;
	color: #000;
}
#container {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#container #container-in {
	float: right;
	width: 670px;
	padding-right: 10px;
}
#container #container-in #drobek {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
#container #container-in #drobek a {
	color: #a1a1a1;
	font-size: 90%;
	background-image: url(img/ico_drobek.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-left: 10px;
}
#web-html h1 {
	color: #f8c300;
	display: block;
	margin-bottom: 15px;
}
#web-html h2 {
	color: #F8C300;
	font-size: 140%;
	display: block;
	margin-bottom: 8px;
}
#container #container-in .img-tx {
	border: 3px solid #FFF4D4;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
#container #container-in .img {
	border: 3px solid #FFF4D4;
}

#container #container-in .tx {
	display: block;
	width: 380px;
	background-color: #f8c300;
	border: 3px solid #FFF4D4;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
	color: #8e1f10;
	margin-bottom: 25px;
}
#container #container-in .tx li {
	list-style-type: none;
	background-image: url(img/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#container #container-left {
	float: left;
	width: 180px;
}
#container #container-left .nav li a {
	color: #EEE;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #1c1d1e;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #f8c300;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-bottom: 1px;
	width: 180px;
}
#container #container-left .nav .bigboard {
	background-image: url(img/img_bigboard-h.gif);
}
#container #container-left .nav .billboard {
	background-image: url(img/img_billboard-h.gif);
}
#container #container-left .nav .city {
	background-image: url(img/img_city-h.gif);
}
#container #container-left .nav .tel {
	background-image: url(img/img_tel-h.gif);
}
#container #container-left .nav .auto {
	background-image: url(img/img_auto-h.gif);
}
#container #container-left .nav .stit {
	background-image: url(img/img_stit-h.gif);
}
#container #container-left .nav li a:hover {
	background-color: #F8C300;
	font-weight: bold;
	color: #000;
}
#container #container-left .nav .bigboard:hover {
	background-image: url(img/img_bigboard.gif);
}
#container #container-left .nav .billboard:hover {
	background-image: url(img/img_billboard.gif);
}
#container #container-left .nav .city:hover {
	background-image: url(img/img_city.gif);
}
#container #container-left .nav .tel:hover {
	background-image: url(img/img_tel.gif);
}
#container #container-left .nav .auto:hover {
	background-image: url(img/img_auto.gif);
}
#container #container-left .nav .stit:hover {
	background-image: url(img/img_stit.gif);
}
#container #container-in .button {
	font-weight: bold;
	color: #FFF;
	background-image: url(img/bg_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	margin-right: 5px;
	background-color: #B91F0D;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	display: block;
	position: relative;
	float: left;
}
#container #container-in .button span {
	background-image: url(img/bg_button-end.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 4px;
	position: absolute;
	top: 0px;
	right: -1px;
	display: block;
	background-color: transparent;
}
#container #container-in .button a {
	text-decoration: none;
	color: #FFF;
	padding-top: 3px;
	display: block;
	background-image: url(img/ico_button-detail.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
}
#container #container-in .button a:hover {
	text-decoration: underline;
}



#patka {
	width: 880px;
	background-color: #ee9232;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #F8C300;
	color: #000;
	padding: 10px;
}

table#mytable {
	border-collapse: collapse;
	width: 670px;
	margin-bottom: 20px;
	margin-top: 5px;
}


#mytable img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#mytable strong {
	margin: 0px;
	padding: 0px;
}



#mytable th {
	color: #eee;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	background-color: #1C1D1E;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}

#mytable td {
	vertical-align: top;
	color: #000;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-left: 11px;
	background-color: #EE9232;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mytable td a {
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#mytable td a:hover {
	text-decoration: underline;
}




#mytable td * {
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-left: 11px;
}
/*
#mytable tr.alt td {
	background-color: #F8C300;
}
*/

#mytable tr.hlrow td {
	background-color: #F8C300;
}

#filtr {
	background-color: #1C1D1E;
	padding: 10px;
}

#filtr label {
	float: left;
}
#filtr .mesto {
	margin-left: 10px;
}
#filtr .ok {
	margin-left: 5px;
}
.grey {
	color: #A1A1A1;
}
.detail input {
	margin-right: 5px;
}
.detail td {
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	vertical-align: top;
}

.detail img.big {
	border: 3px solid #fff5d2;
	margin-right: 10px;
	margin-bottom: 10px;
}
.detail img {
	margin-right: 5px;
}
#copyright .imlogo {position:absolute;z-index:1;padding:2px 0 4px 0;}
#copyright p {margin:0;padding:0;text-align:left;font-size:11px;line-height: 1.2;}
#copyright p a {font-size:11px;}
/*barvy*/
#copyright p,#copyright p a,#copyright p a:hover {color:#000;}


#web-html ul,#web-html ol{margin-left:30px;}
#dbfilter {background:#1C1D1E;padding:8px;}

.subpages p {padding:0 !important}

#filtr form input {vertical-align:middle}