body  {
	background: #dbf1fc url(../img/pozadi.gif) repeat-x 0 43px;
    color: #878787;
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, Lucida, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width: 100%;
}

a  {
	color: #767676;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    color: #b5b2b5;  
    font-weight: bold;
}

hr {
	color: #3164bf;
}

.chyba  {
	font-weight : bold;
	color: Red;
}

p {
    text-align: justify;
}

/* kontejner zastresujici zbytek prvku stranky */
.kontejner  {
	margin: 0;
    padding:0;
}

/* kontejner pro stredni cast stranky (levy a pravy sloupec plus stred) */
.plocha  {
	margin: 0 auto;
	padding: 0;
    height: 450px;
    width: 800px;
    background-color: white;
}

/* kontejner pro shorni cast stranky */
.horni-blok  {
    position: relative;
	width: inherit;
    height: 319px;
    width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
    background: url(../img/banner.gif) no-repeat top left;
}

* kontejner pro spodni cast stranky */
.dolni-blok {
	margin: 0;
	padding: 0;
}

/********************   Paticka   ********************/
.paticka {
    display: block;
    text-align: right;
    padding: 0 20px;
    margin: 0;
    height: 20px;
    line-height: 20px;
    border-top: 1px solid #aeadae;
    border-bottom: 1px solid #aeadae;
    background-color:#e7e7e7; 
}

.paticka p {
    adding: 0;
    margin: 0;
    text-align: right;
}
/********************   Konec paticky   ********************/

/* kontejner pro levou cast bloku */
.levy-blok-top  {	
	display: none;
    padding: 0;
    margin: 0;
}

.levy-blok  {	
	width: 196px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background: url(../img/leve-sloupce.gif) repeat-y top left;
}

.levy-blok-div  {
    position: relative;
	width: 196px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* kontejner pro pravou cast bloku */
.pravy-blok  {
	width : 183px px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.pravy-blok-div  {
	width: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* kontejner pro stred - hlavni stranka*/
.stred  {
	padding: 0px 0px 0px 0px;
}

.stred-div {
    padding: 0px 5px 5px 5px;
}

/********************   Styly modulu   ********************/
.v-modul  {
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
    color: #2b036c;
}

.v-modul a,
.v-modul a:hover {

}

.v-modul a:hover {

}

.v-modul-nadpis  {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
	color: #005dad;
	font: 13px/16px sans-serif;
	font-weight: bold;
	text-align: left;
    background: url(../img/plus-blue.gif) no-repeat 0px 0px;
}

.v-modul-nadpis-up {
    display: none;
}

.v-modul-nadpis-down {
    display: none;
}

.v-modul-stred  {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	position: relative;
}

.v-modul-down  {
	display: none;
}

.v-modul_212 {
    position: absolute;
    top: 0;
    left: 190px;
    width: 185px;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
    color: #2b036c;
}

.v-modul-nadpis_212  {
  	width: inherit;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
	color: white;
	font: 13px/16px sans-serif;
	font-weight: 900;
	text-align: left;
    background: url(../img/plus-gray.gif) no-repeat 0px 0px;
}


.v-modul_212 a:hover {
    color: #b5b2b8;
}

.item {
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 5px 5px;
    text-align: left;
}

.item-form .item {
    text-align: center;
}

.item-count {
    float: right;
}

.item-date {
    font-weight: bold;
    float: left;
}

.item-form {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/***************************************************/

/*************   Styly pro formulare   *************/
.formular,
form {
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
}

.input-text, 
.formular_input  {
	font-size : 80%;
    border: 1px solid #084500;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 1px 2px 1px 2px;
}

.input-textarea  {
	font-size : 80%;
    border: 1px solid #084500;
    width: auto;
    height: 5em;
    margin: 0px 10px 0px 10px;
    padding: 1px 2px 1px 2px;
    overflow: auto;
}

.label {
    color: white;
    width: 50px;
    font-weight: bold;
    text-align: center;
    float: left;
}

.input-submit, 
.button, 
.formular_button  {
	font-size : 80%;
    font-weight: bold;
    border: 1px solid #084500;
    background-color: #e7ebff;
}

/***************************************************/

/******************   nadpisy   ********************/
h1, 
.hlnadpis  {
    padding: 2px 2px 2px 2px;
	margin: 5px 0px 5px 0px;
	text-align: left;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
    color: #848684;
}

h2, 
.podnadpis  {
	text-align: left;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
    color: #848684;
}

/***************************************************/

/******************   Informace   ******************/
.informace  {
    float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 3px 3px 10px;
    width: 160px;
	text-align: justify;	
	color: white;
}

.informace_v  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: normal;
	text-align: justify;	
	font-size: 8.5pt;
	color: white;
    float: left;
}

.informace_important {
	font-weight : bold;
}

/***************************************************/

/***************   Prepinac klientu   **************/

.klient	{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.klient a, .klient a img{
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/***************************************************/

/*************   Styly pro novinky   ***************/
.news {
	padding : 5px 5px 5px 5px;
    border : 1px dotted #00a239;
}

.news-blok {
	border : 0px solid white;
	padding: 0px 0px 8px 0px;
	text-align : left;
}

.news-nadpis  {
    font-size : 13pt;
    color : #00a239;
    font-weight : bold;
    margin-top : 5px;
    margin-bottom : 5px;
}

.news-zprava  {
	margin-left : 0px;
	text-align : left;
}

.news-odkaz  {
	color: White;
	font-size : 8.5pt;
	font-weight : bold;
	text-align : right;
}

.news-datum  {
	font-size : 8.5pt;
	font-weight : bold;
}

/***************************************************/

/*****************   Styly pro clanky   ********************/
.clanky-strom {
    color: #06a13c;
    font-size: 12pt;
    font-weight: bold;
}

.clanky-strana {
    border: 1px solid green;
    padding: 0px;
    margin: 2px 0px 2px 0px;
    text-align: center;
    color: green;
}

.clanky-strana a {
    color: green;
}

.clanky-strana .active {
    font-weight: bold;
}

.cl_seznam {
    width: 100%;
    border-collapse: collapse;
}

.cl_item {
    padding: 2px 2px 2px 2px;
    vertical-align: top;
    text-align: center;
    border: 1px dashed white;
    position: relative;
}

.cl_datum {
   float: right;
   font-weight: bold;
   font-size: 8pt;
}

.cl_autor {
   position: absolute;
   bottom: 0px;
   right: 2px;
   font-weight: bold;
   font-size: 8pt;
}

.cl_counter {
   position: absolute;
   bottom: 0px;
   left: 4px; 
   font-size: 8pt;
}

.cl_obr {
    float: left;
    padding: 2px;
    cursor: pointer;
}

.cl_nadpis {
    text-align: left;
}

.cl_anotace {
    text-align: justify;
    padding: 2px;
    margin-bottom: 12px;
}

.cl_tiraz {
    display: blok;
    float: left;
}

.cl_tiraz .cl_datum {
    float: none;
    position: static;
    font-weight: bold;
    font-size: 8pt;
}

.cl_tiraz .cl_autor {
    float: none;
    position: static;
    font-weight: bold;
    font-size: 8pt;
}

.cl_tiraz .cl_counter {
    float: none;
    position: static;
    font-size: 8pt;
}

.cl_anketa {
   margin-left: 100px;
   float: left;
}

.cl_anketa .cl_nadpis {
    text-align: center;
    border-bottom: 1px solid white;
    background-color: #084500;
}


.cl_hodnoceni {
    float: right;
}

.cl_hodnoceni .cl_nadpis {
    text-align: center;
    border-bottom: 1px solid white;
    background-color: #084500;
}

.cl_znamky {
    
}

.cl_vysledek {
    text-align: center;
    border-top: 1px solid white;
    background-color: #084500;
}

div.cl_diskuze {
    text-align: center;
    width: inherit;
    margin-top: 200px;
    border-top: 1px solid white;
    padding-top: 15px;
}

table.cl_diskuze {
    text-align: left;
    margin: 0px auto 0px auto;
}

.cl_input {
    border: 1px solid #084500;
    overflow: auto;
}

.cl_button {
    border: 1px solid #084500;
    background-color: #ffffff;
    overflow: auto;
}

.cl_diskuze .cl_nadpis {
    text-align: center;
    border: 1px solid white;
    background-color: #084500;
}

.cl_diskuze_reagovat {
    float: right;
    font-weight: bold;
}

.cl_diskuze_item {
    width: inherit;
    border-top: 1px dotted white;
    text-align: left;
}

.cl_diskuze_item .cl_nadpis {
    font-weight: bold;
    text-align: left;
    border: 0;
    background-color: transparent;
    color: black;
}

/***********************************************************/

/***********   Novinky   *************/
.nov-table  {
	width: 100%;
    margin: 0px 0px 0px 0px;
}

.nov-td  {
	background-color :  #b5c15b;
}

.nov {
	color: #084500;
    position: relative;
    height: 120px;
    padding: 0px 5px 0px 5px;
}

.nov-img {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 120px;
   height: 120px;
}

.nov-img img {
    position: static;
    text-align: center;
    margin: 0px auto 0px auto;
}

.nov-nadpis {
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.nov-text  {
	font-size: 8pt;
    padding: 5px 0px 5px 0px;
}

.nov-odkaz {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 2px;
    font-weight: bold;
    cursor: pointer;
}
/***************************************/

/*************   Anketa   **************/

.anketa {
    font-size: 8pt;
}

.anketa_item {
    text-align: center;
}

.anketa_ramecek {
    border: 1px solid white;
    font-size: 5px;
    line-height: 5px;
    height: 5px;
    text-align: left;
    margin: 0px auto 0px auto;
}

.anketa_bar {
    height: 5px;
    font-size: 5px;
    line-height: 5px;
}

.anketa_procenta {
    text-align: right;
    padding-right: 2px;
    color: white;
}
/***************************************/

/*************   Diskuze   *************/

.diskuze  {
	position:relative;
	font-weight : bold;
	color :	#F8710A;
	background-color : ;
	margin-top:10px;
}

.diskuze_autor  {
	font-weight : normal;
	font-size : 12px;
	color : White;
	
}
.diskuze_form  {
	font-weight : bold;
/*	color :	#213E84;*/
}

.diskuze_nadpis {
	font-weight : bold;
	/*color :	#213E84;*/
	font-size : 14pt;
	text-align : center;
}

/***************************************/

/************   Produkty   *************/

.produkty-strom {
    color: #06a13c;
    font-size: 12pt;
    font-weight: bold;
}

.produkty-strana {
    border: 1px solid green;
    padding: 0px;
    margin: 2px 0px 2px 0px;
    text-align: center;
    color: green;
}

.produkty-strana a {
    color: green;
}

.produkty-strana .active {
    font-weight: bold;
}

.produkty_seznam {
    width: 100%;
}

.produkty_item {
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    text-align: left;
    border: 1px dashed white;
    position: relative;
    height: 230px;
}

.produkty_obr {
    height: 123px;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    cursor: pointer;
    text-align: center;
    vertical-align: center;
}

.produkty_obr img {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.produkty_nadpis {
    position: absolute;
    height: 16px;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    padding: 2px 0px;
    background-color: #c5d36a;
    font-weight: bold;
}

.produkty_form {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 2px 0px;
    background-color: #c5d36a;
    text-align: center;y
}

.produkty_text {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-top: 1px dotted white;
    border-bottom: 1px dotted white;
}

.produkty_param {
    padding: 2px;
}

.hlavni_produkt {
    background-color: #b5c35a; 
}

.produkt {
    color: white;
    text-align: center;
}

.produkt_image {
    float: left;
    width: 300px;
    height: 300px;
    border: 1px solid #c6d36b;
    padding: 2px;
    margin: 2px;
}

.produkt_nadpis {
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
}

.produkt_text {
    text-align: justify;
    padding: 3px 5px;
}

.produkt_param {
     text-align: left;
}

.produkt_tab-param {
    clear: left;
    margin: 0px 0px 0px 0px;
}

/***************************************/

/**************   Kurzy   **************/
.kurzy  {
	font-size : 8pt;
}

.kurzy_nadpis  {
	font-weight : bold;
	text-align:center;
}

/***************************************/

/**************   Firmy   **************/

.firmy_abeceda {
	position: relative;
	border: 1px solid #8CB4D9;
	background-color : #4D7CA9;
	margin:10px 0px 10px 0px;
	text-align:center;
	height:15px;
	font-weight : bold;
}

.firmy_odkaz {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 2px 0px 0px;
	height: 100%;
	border: 0px solid red;
}

.firmy_tisk {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 2px;
	height: 100%;
	border: 0px solid red;
	cursor : hand;
}

.firmy_letter {
	position: relative;
	border: 1px solid #8CB4D9;
	background-color : #4D7CA9;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	height: 20px;
	font-weight: bold;
	font-size: 18px;
}

.firmy_vypis {
	 
}

.firma_nazev {
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	vertical-align: top;
}

.firma_note {
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	width: 32%;
	text-align: justify;
}

.firma_adresa {
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	width: 32%;
}

.firma_kontakt {
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	width: 32%;
}

.firma_nahoru {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: lighter;
}

.firma_sudy {
	background-color: #4D7CA9; 
}

.firmy_detail {
	display: in-line;
	border: 1px solid #8CB4D9;
	background-color : #4D7CA9;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	height: 120px;
}

/***************************************/

/************   Hledání   **************/

.search_result {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: inherit;
	border: 1px solid white;
}

.search_head {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: inherit;
	border-bottom: 1px solid white;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.search_table {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	width: 100%;
}

.search_nazev {
	padding: 2px 2px 2px 2px;
	width: 50%;
	font-weight: bold;
}

.search_company {
	padding: 2px 2px 2px 2px;
	width: 50%;
}

.search_anotace {
	padding: 2px 2px 2px 2px;
	font-size: 90%;
}

.search_sudy {
	background-color: #c5d36a;
}

/***********************************************************/

/*****************   Styly pro galerii   *******************/
.galerie {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid green;
    margin: 0px 0xp 0px 0px;
}

.galerie-strom {
    color: #06a13c;
    font-size: 12pt;
    font-weight: bold;
}

.galerie-strom a {

}

.galerie-strom a:hover {

}

.galerie-item {
    padding: 2px 2px 2px 2px;
    vertical-align: top;
    text-align: center;
    border: 1px dashed #06a13c;
}

.galerie-img {
    text-align: center;
    height: 64px;
    border-bottom: 1px dashed white;
}

.galerie-popis {
    padding: 2px 3px 0px 3px;
    text-align: justify;
}

.galerie-autor {
    display: none;
}

.galerie-datum {
    padding: 0px 3px 0px 3px;
    text-align: left;
}

.galerie-rozmer {
    padding: 0px 3px 0px 3px;
    text-align: justify;
}

.galerie-title {
    font-weight: bold;
}

.galerie-velikost {
    padding: 0px 3px 0px 3px;
    text-align: justify;
}

.galerie-parametr1 {
    padding: 0px 3px 0px 3px;
    text-align: justify;
}

.galerie-parametr2 {
    padding: 0px 3px 0px 3px;
    text-align: justify;
}

.galerie-parametr3 {
    padding: 0px 3px 0px 3px;
    text-align: justify;
}

.galerie-strana {
    border: 1px solid #06a13c;
    padding: 0px;
    margin: 2px 0px 2px 0px;
    text-align: center;
    color: green;
}

.galerie-strana a {
    color: #06a13c;
}

.galerie-strana .active {
    font-weight: bold;
}
/***********************************************************/

/*************   Styly pro modul galerie   *****************/
.gal-menu1  {
	color: white;
	display : block;
	font-weight : bold;
	padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	text-align : left;
}

.gal-menu1-text  {
	margin : 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	cursor : default;
	color : white;
	text-align : left;
	
	carka_polozky_bloku.gif
	background: transparent url(../img/carka_polozky_bloku.gif) no-repeat center bottom;
}

.gal-menu1-text  a  {
	color : white;
	text-decoration : none;
}

.gal-menu1-hightext  {
	margin : 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	cursor : default;
	text-align : left;
	color : #F5CA94;	
	
}

.gal-menu1-hightext a {
	color : #F5CA94;
	text-decoration : none;
}
/***********************************************************/

/*****************   Styly pro dotazy  ********************/

div.dotazy {
    text-align: center;
}

table.dotazy {
    margin: 0px auto 0px auto;    
}

.dotazy_input {
    border: 1px solid #084500;
    overflow: auto
}

.dotazy_button {
    border: 1px solid #084500;
    background-color: #ffffff;
    overflow: auto;
}

.dotazy-items {
    margin-top: 20px;
    padding-top: 5px;
    border-top: 1px solid white;
}

.dotazy-item {
    padding-bottom: 5px;
    border-bottom: 1px dotted white;
    text-align: left;
}

.dotazy-otazka .nadpis,
.dotazy-odpoved .nadpis {
    font-weight: bold;
    display: block;
}

/***********************************************************/

/*****************   Styly pro dotazy  *********************/

.h-hledani {
    position: absolute;
    top: 10px;
    right: 5px;
}

.h-hledani-nadpis {
    display: none;
}

/***********************************************************/