body, p, div, li, td, a, input, textarea {
	font-family: Verdana, Tahoma, "Arial CE", Arial, "helvetica CE", Helvetica;
}

body, p, div, li, td {
	color: #303030;
	font-size: 12px;
}

p {
	line-height: 1.3em;
}

ul, blockquote {
	padding: 0;
	margin: 10px 0 10px 40px;
}

/*----------nekompatibilita prohlížečů-----------*/
form {
	margin: 0px;
	padding: 0px;
}

p, object {
	padding: 0;
	margin: 10px 0 10px 0;
}

/*----------nadpisy-----------*/

h1 {
	font-size: 20px;
	color: #D80900;
	margin: 10px 0 10px 0;
	text-align: left;
	padding: 0px 5px 0px 20px;
	background-image: url("../img/layout/default/h1.gif");
	background-position: 0px 6px;
	background-repeat: no-repeat;
	font-weight: normal;
}

h1 a {
	color: #D80900 !important;
}

h2, h1.novinky {
	font-size: 17px;
	color: #D80900;
	padding: 0;
	margin: 10px 0 10px 0;
	padding: 0px 5px 0px 19px;
	background-image: url("../img/layout/default/h2.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	color: #D80900;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
}

h4 {
	font-size: 12px;
	color: #303030;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
}

/*----------odkazy-----------*/
a {
	text-decoration: underline;
}

a:link {
	color: #D80900;
}


a:active, a:visited  {
	color: #D80900;
}

a:hover {
	color: #000000;
}

img {
	border-color: #DFDBDC;
}

/*----------formulare-----------*/
.input_text {
	color: #111111;
	font-size: 11px;
	border: 1px solid #D80900;
	padding: 2px 0px 1px 3px;
	margin-bottom: 3px;
	background-image: url("../img/layout/pozadi_input_text.gif");
}

.input_text_fullwidth {
	color: #111111;
	font-size: 11px;
	border: 1px solid #D80900;
	padding: 2px 0px 1px 3px;
	margin-bottom: 3px;
	background-image: url("../img/layout/pozadi_input_text.gif");
}

.input_textarea_fullwidth {
	color: #111111;
	font-size: 11px;
	border: 1px solid #D80900;
	padding: 2px 0px 1px 4px;
	background-image: url("../img/layout/pozadi_input_text.gif");
}

.input_text_fieldsetfull {
	color: #111111;
	font-size: 11px;
	border: 1px solid #D80900;
	padding: 2px 0px 1px 3px;
	margin-bottom: 3px;
	background-image: url("../img/layout/pozadi_input_text.gif");
}

.input_text_fullwidth, .input_text_fieldsetfull {
	width: 440px;
}

.input_textarea_fullwidth {
	width: 439px;
}

.input_textarea {
	color: #111111;
	font-size: 11px;
	border: 1px solid #D80900;
	padding: 1px;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url("../img/layout/pozadi_input_text.gif");
}

.input_textarea_fieldsetfull {
	width: 350px;
	color: #111111;
	font-size: 11px;
	border: 1px solid #D80900;
	padding: 1px;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url("../img/layout/pozadi_input_text.gif");
}

.input_button {
	background-color: #D80900;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #D80900;
	vertical-align: middle;
	cursor: hand;
	margin: 2px 0 0 0;
	padding: 0px 7px 1px 7px;
	cursor: hand;
}

a.input_button {
	width: 100px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 1px 7px 2px 7px;

	background-color: #D80900;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #D80900;
	cursor: hand;
}

a.input_button:hover, a.input_button:visited, a.input_button:link {
	color: #ffffff;
}


/*----------hlasky a zavedene tridy-----------*/
.upozorneni {
	background-color: #ffffff;
	color: #ffbb00;
	padding: 5px;
	border: 1px solid #ffbb00;
	text-align: left;
}

.chyba {
	background-color: #ffffff;
	background-image: none;
	color: #D80900;
	padding: 5px;
	font-weight: bold;
	border: 2px solid #D80900;
}

div.chyba {
	background-color: #ffffff;
	padding: 0px;
	margin-bottom: 10px;
}

div.chyba p, div.chyba li, div.chyba span {
	color: #ff0000;
}

.info {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #aaaaaa;
	text-align: left;
}

.info, .info a {
	color: #aaaaaa;
}

.info a:hover {
	color: #000000;
}

.poznamka {
	color: #aaaaaa;
	font-size: 11px;
}

.link_off {
	color: #cccccc;
        text-decoration: underline;
}

/*----------obrazky-----------*/

.obrazky_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.obrazky_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/*----------fieldset-----------*/
div.fieldset {
	padding: 0 10px 0px 10px;
}

fieldset {
	margin: 15px 0 5px 0;
	padding: 3px 0 10px 0;
	border: 2px solid #AFBAA8;
	background-color: #ffffff;
	text-align: left;
}

legend {
	padding: 3px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #AFBAA8;
}

label {
	width: 37%;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: 13px;
}

hr.mezera {
	margin: 0px;
	padding: 0px;
	height: 1px; 
	color: #ffffff; 
	background-color: #ffffff;
	border: 0px solid #ffffff;
}

pre {
	text-align: left;
}

hr {
	margin: 0px !important;
	padding: 0px;
	height: 1px; 
	color: #D80900; 
	background-color: #D80900;
	border: 0px solid #D80900;
}

#main hr {
	clear: both;
}

.display_button_right {
	text-align: right;
	border: 0px solid black;
}

.ramecek {
	color: #EA7772;
	padding: 5px;
	border: 1px solid #EA7772;
	text-align: left;
}

/*------ImgPopisek();----------------*/
table.imgpopisek {
	margin-left: 0px;
}

table.imgpopisek td {
	border: 5px solid #DFDBDC;
}

td.popisek {
	font-family: Verdana, "Tahoma", "Arial CE", Arial, "helvetica CE", Helvetica;
        font-size: 11px;
	padding-top: 3px;
	padding-bottom: 4px;
        text-align: center;
	font-style: normal;
	background-color: #DFDBDC;
	color: #6E6E6F;
}

/*------ImgPopisek();----------------*/
td.popisek2 {
	font-family: Verdana, "Tahoma", "Arial CE", Arial, "helvetica CE", Helvetica;
        font-size: 11px;
	padding-top: 3px;
	padding-bottom: 4px;
        text-align: center;
	font-style: normal;
	background-color: #ffffff;
	color: #6E6E6F;
}

table.imgpopisek2 {
	margin-left: 0px;
	display: inline;
}

table.imgpopisek2 td {
	border: 0px solid #ffffff;
}

/*------ImgPopisek();----------------*/
table.imgfotogalerie {
	width: 170px;
	height: 170px;
	margin-left: 0px;
	display: inline;
}

table.imgfotogalerie td {
	border: 5px solid #ffffff;
}

td.imgfotogalerie_foto {
	width: 160px;
	height: 170px;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}

td.imgfotogalerie_popisek {
	font-family: Verdana, "Tahoma", "Arial CE", Arial, "helvetica CE", Helvetica;
        font-size: 11px;
	padding-top: 3px;
	padding-bottom: 4px;
        text-align: center;
	font-style: normal;
	background-color: #ffffff;
	color: #7FA5C8;
}

/*---------------------------*/
.tab_5em {
	display:block;
	width: 5em;
	float: left;
	text-align: left;
}

.tab_7em {
	display:block;
	width: 7em;
	float: left;
	text-align: left;
}

.tab_10em {
	display:block;
	width: 10em;
	float: left;
	text-align: left;
}

/*---------------------------*/
table.csvtable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #D80900;
}

td.csvtable_h {
	font-weight: bold;
	background-color: #D80900;
        padding-left: 5px;
        padding-right: 5px;
	text-align: center;
        padding-top: 4px;
        padding-bottom: 4px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

td.csvtable_c {
	font-weight: bold;
	color: #ffffff;
	background: #cd0000;
        padding-left: 5px;
        padding-right: 5px;
	text-align: center;
}

td.csvtable_m {
	color: #ffffff;
	background: #ffffff;
	text-align: center;
}

td.csvtable_r_bunka1 {
	background-color: #E5F3FA;
        padding-left: 5px;
        padding-right: 5px;
	text-align: center;
        padding-top: 3px;
        padding-bottom: 3px;
	border: 1px solid #D80900;
}

td.csvtable_licha {
	background-color: #ffffff;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
	text-align: center;
	border: 1px solid #D80900;
}

td.csvtable_suda {
	background-color: #FFF8F4;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
	text-align: center;
	border: 1px solid #D80900;
}

/*---------------------------*/
.banner {
	font-size: 18px;
	background-color: #FFF8F4;
	color: #FF6C22;
	padding: 5px;
	border: 2px solid #FF6C22;
	font-weight: bold;
	text-align: center;
}

/*---------------------------*/
table.fotogalerie {
	width: 100%;
	margin: 10px 0 10px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px solid #D80900;
}

td.left_box {
	text-align: left;
	padding: 6px 2px 6px 0;
}

td.center_box {
	text-align: center;
	padding: 6px 2px 6px 2px;
}

td.right_box {
	text-align: right;
	padding: 6px 0 6px 2px;
}

td.full_box {
	text-align: center;
	padding: 6px 0px 6px 0px;
}

/*-------------------*/
table.display {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.display td {
	margin: 0;
	padding: 0;
}

td.display_formtitle {
	width: 30%;
	white-space: nowrap;
	vertical-align: top;
	line-height: 1.6em;
	text-align: right;
	padding: 0 5px 0 0 !important;
}

td.display_title, td.display_title_optional {
	width: 20%;
	white-space: nowrap;
	vertical-align: top;
	line-height: 1.6em;
	text-align: left;
	padding: 0 5px 0 0 !important;
}

td.display_photo {
	width: 160px;
	vertical-align: top;
}

tr.display_blankrow {

}

td.display_separator {
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

tr.display_row td {
	height: 10px;
	padding: 0 4px 0 4px;
}

tr.display_header, td.display_header {
	text-align: center;
}

tr.display_header td {
	padding-bottom: 1px;
}

tr.display_oddrow td, tr.display_evenrow td {
	height: 10px;
	padding: 0 4px 0 4px;
}

tr.display_oddrow, tr.display_oddrow_disabled {
	background-color: #FEFCF9;
}

tr.display_evenrow, tr.display_evenrow_disabled {
	background-color: #FEF3EA;
}

tr.display_blankrow td {
	font-size: 2px;
	height: 7px;
}

td.display_title, td.display_formtitle {
	color: #00428D;
}

td.display_title_optional {
	color: #aaaaaa;
}


table.display_filter {
	margin: 0 0 5px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.display_filter td {
	padding-right: 3px;
}

/*--------------------------------------*/
table.photogalery {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

td.photogalery_polozka {
	/*height: 100px;*/
	vertical-align: top;
	text-align: center;
	/*border: 1px solid #00428D;*/
	border: 1px solid #cccccc;
	padding: 5px;
}

td.photogalery_polozka h2 {
	padding: 0;
	margin: 0;
	/*background-color: #00428D;
	color: #00428D;*/
}

table.photogalery_obrazek {
	margin: 5px 0 0 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.photogalery_obrazek_detail {
	margin: 0 10px 0 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #000000;
}

table.photogalery_obrazek_detail td {
	border: 1px solid #cccccc;
	height: 160px;
	color: #cccccc;
}

td.photogalery_obrazek {
	width: 150px;
	height: 150px;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
}

/*-------------------------*/
.order_desc {
	text-decoration: none;
	background-image: url("../img/layout/default/order_desc.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0px solid black;
}

a:hover .order_desc {
	text-decoration: none;
	background-image: url("../img/layout/default/order_desc_hover.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0px solid black;
}

.order_asc {
	text-decoration: none;
	background-image: url("../img/layout/default/order_asc.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0px solid black;
}

a:hover .order_asc {
	text-decoration: none;
	background-image: url("../img/layout/default/order_asc_hover.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0px solid black;
}

.order_desc_off {
	text-decoration: none;
	background-image: url("../img/layout/default/order_desc_off.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0px solid black;
}

.order_asc_off {
	text-decoration: none;
	background-image: url("../img/layout/default/order_asc_off.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0px solid black;
}

.display_link_righttop {
	float: right;
	margin-top: 7px;
	=margin-top: 0px;
	_margin-top: 0px;
	padding-right: 0px;
	border: 0px solid black;
}

.display_center {
	text-align: center;
}

.display_ctvrtina {
	width: 25%;
	text-align: center;
}

.display_right_button {
	text-align: right;
	margin-top: 4px;
	padding-top: 0px;
}

td.display_cellctvrtina {
	width: 25%;
}

td.display_cellpetina {
	width: 20%;
}

/*---------------------------*/
.skryt {
	display: none;
}

/*--------------------------------------*/
table.text {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px solid #D80900;
}

table.text td, table.text th {
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D80900;
}

table.text th {
	font-weight: bold;
	text-align: center;
	background-color: #DFDBDC;
}

table.text td.popisky {
	font-weight: bold;
	background-color: #DFDBDC;
	font-size: 10px;
}

table.text td.polozka {
	text-align: center;
}

table.text thead td, table.text thead th {
	background-color: #D80900;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
}

table.text tfoot td, table.text tfoot th {
	background-color: #DFDBDC;
	color: #D80900;
	text-align: center;
	vertical-align: middle;
}

/*--------------------------*/
.podpis {
	text-align: right;
	font-style: italic;
}

