/*------------------------------------------------------------------------------
 Basic definitions - fonts, margins, paddings
------------------------------------------------------------------------------*/
html, body {
	height: 100%;
}

body {
	/*background-image: url('images/bg_up.jpg');
	background-repeat : repeat-x;
	background-color : #FCFCFE;*/
	background-color : #185D84;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 15px;
	color: red;
}

h2, h1.name {
	color: #0080FF;
	font-size: 18px;
}

h3 {
	font-size: 12px;
	color: #F26700;
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	margin-top: 0;
	text-indent : 2em;
	line-height : 1.5em;
}

li {
	margin-top: 10px;
	line-height : 2em;
}

p, table {
	font-size: 12px;
}

img {
	border: 0;
}

label {
	display: block;
	margin-bottom: 3px;
}

input {
	display: block;
}

/*------------------------------------------------------------------------------
 Basic blocks definitions
------------------------------------------------------------------------------*/
#container {
	width: 796px;
	background-image: url('images/bg.gif');
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: 100%;
}

#container[id="container"] {
	height: auto;
}

#header {
	height: 113px;
	margin: 0 20px;
}

#header_01, #header_03, #menu {
	width: 756px;
}

#header_03 {
	clear: both;
}

#header_02a, #header_02b {
	float: left;
}

#contents_container {
	font-size: 1px;
	padding-bottom: 20px;
}

#contents {
	font-size: 12px;
}

#categories_container {
	border: 1px black solid;
	background-color: #ffffdb;
	padding: 20px;
	font-size: 12px;
	line-height: 2em;
	clear: both;
}
#categories_container a {
	color: blue;
	text-decoration: none;
}
#categories_container a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#categories_container ul {
	margin: 0;
	padding: 0;
}
#categories_container ul li {
	list-style: none;
	margin: 0;
}

#firms_container, #ads_container {
	border: 1px black solid;
	background-color: #ffffdb;
	padding: 5px;
	text-align: left;
}
#firms_container a, #firm_container a, #ads_container a, #ad_container a {
	color: blue;
	text-decoration: none;
}
#firms_container a:hover, #firm_container a:hover, #ads_container a:hover, #ad_container a:hover {
	text-decoration: underline;
}

#firm_container, #ad_container {
	border: 1px black solid;
	background-color: #ffffdb;
	padding: 15px;
	text-align: left;
}

#firm_container h2, #ad_container h2 {
	margin: 0;
}

#form_pridat_firmu, #form_pridat_plochu {
	padding-left: 2em;
}
#form_pridat_firmu input, #form_pridat_firmu textarea, #form_pridat_firmu .input_select, #form_pridat_plochu input, #form_pridat_plochu textarea, #form_pridat_plochu .input_select {
	width: 400px;
}
#form_pridat_firmu .input_button, #form_pridat_plochu .input_button {
	margin-top: 15px;
}
#form_pridat_firmu .input_select {
	height: 200px;
}
#form_pridat_firmu textarea, #form_pridat_plochu textarea {
	height: 150px;
}
#form_pridat_firmu label, #form_pridat_plochu label {
	margin-top: 15px;
	font-weight: bold;
	color: #185D84;
}
#form_pridat_firmu input.input_file_button, #form_pridat_plochu input.input_file_button{
	width: auto;
}
#form_pridat_firmu .input_check, #form_pridat_plochu .input_check {
	width: auto;
	display: inline;
	margin-bottom: 0;
}

/*------------------------------------------------------------------------------
 Items definitions
------------------------------------------------------------------------------*/
#header {
	font-size: 1px;
}

#header_01 {
	background-image: url('images/header_01.gif');
	height: 11px;
}
#header_02a {
	background-image: url('images/header_02a.gif');
	width: 460px;
	height: 33px;
}
#header_02b {
	background-image: url('images/header_02b.gif');
	width: 296px;
	height: 33px;
	text-align: right;
}
#header_02b div {
	padding-top: 5px;
	padding-right: 50px;
	font-size: 18px;
	color: white;
}
#header_03 {
	background-image: url('images/header_03.gif');
	height: 28px;
}
#header_03 div {
	padding-left: 105px;
	font-size: 9px;
	color: red;
}
#menu {
	background-image: url('images/menu.gif');
	height: 41px;
}
#mainmenu {
	margin: 0;
	padding-left: 75px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type : none;
}
#mainmenu li {
	float: left;
	margin: 0;
	padding-left: 9px;
}
#mainmenu li a {
	color: #42596e;
	text-decoration: underline;
}
#mainmenu li a:hover {
	color: white;
	text-decoration: none;
}

#contents_container {
	margin: 0 20px;
	vertical-align:top;
	background-image: url('images/bg_white.gif');
	background-repeat : no-repeat;
}
#contents_header_01 {
	background-image: url('images/stripe_header_beige_tr.gif');
	height : 67px;
	background-position : 15px 10px;
	background-repeat : no-repeat;
}
#contents_header_01 div {
	padding-top:25px;
	padding-left:35px;
	font-size: 12px;
	font-weight: bold;
	color: #6A2504;
}
#contents_header_02 {
	background-image: url('images/stripe_header_light_beige.gif');
	height : 9px;
	background-position : center;
	background-repeat : no-repeat;
}
#contents {
	background-image: url('images/stripe_white.gif');
	background-position : center;
	background-repeat : repeat-y;
	padding: 1px 40px;
	text-align: justify;
}
#contents p {
	line-height : 1.5em;
}
#contents_footer {
	background-image: url('images/stripe_header_light_blue.gif');
	height : 44px;
	background-position : center top;
	background-repeat : no-repeat;
	text-align: center;
	font-size: 10px;
}
#contents_footer div {
	padding-top: 15px;
}

#admin_link {
	text-decoration : none;
	color : Black;
}
#admin_link:hover {
	text-decoration : underline;
}

#copyright_link {
	text-decoration : none;
	color : Black;
}
#copyright_link:hover {
	text-decoration : underline;
}

#mapacr {
	float: left;
	width: 250px;
	height: 170px;
}
#filter {
	float: left;
	width: 330px;
	height: 170px;
	margin-left: 50px;
}
#klicova_slova {
	width: 100%;
}

#kraj_container, #obec_container {
	float: left;
	width: 150px;
	margin-top: 5px;
}
#obec_container {
	margin-left: 10px;
}
#kraj, #obec {
	width: 150px;
}
#button_vyhledat {
	margin-top: 0px;
}

#btn_delete_additional_files {
	margin-top: 10px;
}

#select_sekce option {
	background-color: #fff5eb;
}

#language_selection {
	padding-top: 3px;
	text-align: right;
}

/*------------------------------------------------------------------------------
 Classes
------------------------------------------------------------------------------*/
.footer {
	clear: both;
	height: 1px;
}
.footer_IE_nonclear {
	height: 1px;
}
div[class="footer_IE_nonclear"] {
	clear: both;
	height: 1px;
}

.fullheight {
	min-height: 100%;
}

.dark_blue {
	color : #185D84;
}

.red {
	color: red;
}

.indented {
	margin-left: 25px;
	padding-left: 25px;
}

.price_table {
	width: 676px;
	margin-top: 5px;
	font-size: 12px;
	border-collapse : collapse;
}
.price_table th {
	height: 30px;
	text-align: center;
}
.price_table td {
	text-align: left;
	border: 1px #185D84 dotted;
	padding: 5px;
	margin: 0;
	background-color: #fafafa;
}

.input_text, textarea {
	border: 1px #D4DCE8 solid;
	border-top: 1px #185D84 solid;
	border-left: 1px #185D84 solid;
}

.input_button {
	border: 1px #185D84 solid;
	border-top: 1px #D4DCE8 solid;
	border-left: 1px #D4DCE8 solid;
	background-color: white;
	font-weight: bold;
}

.divider {
	border-bottom: 1px #d4dce8 solid;
	height: 0px;
	font-size: 1px;
	margin: 0px 0px;
	padding: 0;
}

.tab_box {
	margin: 0;
	padding: 0;
}
.tab_box_centered {
	text-align: center;
}
.tab_box li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type : none;
	line-height:1.2em;
}
.tab_box .tab a {
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	background-color: #fffff5;
	padding: 2px 6px 0px 6px;

	text-decoration: none;
	color: #777777;
}
.tab_box .tab_selected a, .tab_box a:hover {
	background-color: #ffffdb;
	border: 1px black solid;
	border-bottom: 1px #ffffdb solid;
	padding: 5px 10px 0px 10px;

	text-decoration: none;
	color: blue;
}

.firm_divider, .ad_divider {
	border-bottom: 1px #BBBBBB dotted;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.firm_name, .ad_title {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.firm_logo {
	padding-top: 5px;
}
.firm_activity_description, .ad_description {
	font-size: 10px;
	color: #888888;
	margin: 0px 0 10px 0;
	text-align: justify;
}
.firm_address {
	font-size: 10px;
	float: left;
	width: 300px;
}
.ad_address {
	font-size: 10px;
	float: left;
	width: 350px;
}
.firm_www {
	font-size: 10px;
	float: left;
	width: 200px;
}
.firm_telephone, .ad_telephone {
	font-size: 10px;
	float: left;
	width: 160px;
}

.td_firm_divider, .td_ad_divider {
	border-bottom: 1px #BBBBBB dotted;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.td_firm_name, .td_ad_title {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.td_firm_activity_description, .td_ad_description {
	font-size: 10px;
	xcolor: #888888;
	color: black;
	margin: 0px 0 10px 0;
	text-align: justify;
}
.td_firm_address {
	font-size: 10px;
	width: 300px;
}
.td_ad_address {
	font-size: 10px;
	width: 350px;
}
.td_firm_www {
	font-size: 10px;
	width: 200px;
}
.td_firm_telephone, .td_ad_telephone {
	font-size: 10px;
	width: 160px;
}

.ad_type {
	font-size: 10px;
	float: left;
	width: 150px;
}
.td_ad_type {
	font-size: 10px;
	width: 150px;
}

.no_firm_found, .no_ads_found {
	text-align: center;
	padding: 50px;
}

.firm_details, .ad_details {
	font-size: 10px;
	padding-left: 1em;
}

.firm_additional_info {
	margin-top: 0px;
}
.firm_additional_info P {
	text-indent: 0;
}

.info_label {
	color: red;
}

.found_firms_note, .found_ads_note {
	font-size: 10px;
	color: red;
	padding-bottom: 5px;
	border-bottom: 1px black solid;
}

.note {
	font-size: 10px;
	color: #555555;
	font-weight: normal;
}

.additonal_file {
	color: blue;
	margin-top: 5px;
}

.option_kraj {
	background-color: #FDD9B4;
}
.option_obec {
	background-color: #fff5eb;
	padding-left: 15px;
}

.admin_bar {
	margin-bottom: 20px;
}
.link_delete, .link_edit {
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 20px;
}
.link_delete {
	background-image: url('../../images/delete.png');
}
.link_edit {
	background-image: url('../../images/edit.png');
}

.cenik_divider {
	border-bottom: 1px black solid;
	color: blue;
	margin-bottom: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

.reklama_na_auta {
	display: none;
}

.divider {
	margin-top: 35px;
	margin-bottom: 25px;
	margin-right: 15px;
	border-top: 1px solid #185D84;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.price {
	margin-top: 25px;
	font-size: 20px;
	color: red;
}

