/*
ZAKLADNI PRAVDY O TOMTO CSS
TO CO ZACINA LAYOUT SE TYKA ROZLOZENI PRKVU NA STRANCE, OSTATNI JSOU TYPOGRAFICKO DESIGNERSKE TAGY
CELKOVA SIRKA 1000PX

LEVE MENU 269 PX
OBSAH 565 PX
PRAVE MENU 166 PX

*/
/*-------------------------- TOP DIV -----------------------------------------*/
#layout_top {
   
    background:#8dc63f;
    background-image: url(files/graphics/newweb/hlavicka.png);
    background-repeat: no-repeat; 
    background-position: 0 0;

  	width: 994px;	
   /* min-width: 1000px;
    _width: expression(document.body.clientWidth < 1000? "1000px" : "auto" ); */
    
  	height: 218px;

    border-left-color : black;
  	border-left-width : 0px;
  	border-left-style : solid;
    border-top-color : black;
  	border-top-width : 0px;
  	border-top-style : solid;
    border-right-color : black;
  	border-right-width : 0px;
  	border-right-style : solid;
  	border-bottom-color : black;
  	border-bottom-width : 0px;
  	border-bottom-style : dashed;

}
/*-------------------------- HLAVNI DIV -----------------------------------------*/
#layout_hlavni{
   
    background:#DDC55E;
  	width: 994px;
    /*min-width: 1000px;
    _width: expression(document.body.clientWidth < 1000? "1000px" : "auto" );*/
    
    border-left-color : black;
  	border-left-width : 0px;
  	border-left-style : solid;
    border-right-color : black;
  	border-right-width : 0px;
  	border-right-style : solid;
  	border-bottom-color : black;
  	border-bottom-width : 0px;
  	border-bottom-style : solid;
 
  /*background-image: url(files/used_pictures/logo-brontosaurus.gif);
  background-repeat: no-repeat; 
  background-position: bottom right;*/  

}

/*-------------------------- LEVE MENU -----------------------------------------*/
#layout_leve_menu {
	float:left;
  width:214px;
  height:600;
  background:#DDC55E;
  text-align: left;
  /*background-image: url(files/graphics/budka.gif);
  background-repeat: no-repeat; 
  background-position: top right;*/  
}

#layout_leve_menu_uvnitr{
  width:214px;
  margin-top:0px;
  float:left;	
}

#layout_leve_menu_top {
    background:#ceea87;
    height:10px;      
    background-image: url(files/graphics/newweb/vlevo_pod_hlavickou.png);
    background-repeat: no-repeat; 
    background-position: top right;    
    
    
  font-weight : bold;
	font-family : "Tahoma",sans-serif;
	font-size :80%;
  text-decoration: none;
  color: #89470F; 
  padding-top:5px;
  padding-left:5px;
  padding-right:10px;
  text-align:right;
      
}
#layout_leve_menu_bottom {
    background:#ceea87;
    background-image: url(files/graphics/leve_menu_bottom.gif);
    background-repeat: no-repeat; 
    background-position: bottom right;     
    height:14px; 
 
}
#layout_leve_menu_center {
  
  
  
	border-left-color : black;
	border-left-width : 0px;
	border-left-style : solid;
	border-right-color : black;
	border-right-width : 0px;
	border-right-style : dashed;
	border-bottom-color : black;
	border-bottom-width : 0px;
	border-bottom-style : solid;
	
}

.layout_leve_menu_aktuality{
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    vertical-align :top;
    font-family : "Tahoma",sans-serif;
    font-size: 80%;
    text-align:left;
    
    /*background:#ceea87;*/
}

/*-------------------------- OBSAH -------------------------------------------*/
/*
  KOMPOZICE - jeden velky div OBSAH, vnitrni div obsah_uvnitr
  v nem 3 divy zajistuji vykresleni bileho zaobleneho ramecku
      obsah_uvnitr_horni_oblina
      obsah_uvnitr_stred
      layout_obsah_uvnitr_dolni_oblina
  Do stredu se pisi dalsi data a je zakotven v page_content
*/
#layout_obsah{
  	float:left;
  	width: 565px;
  	margin-left:4px;
    background:#DDC55E;
    
}
#layout_obsah_uvnitr{  
  
    margin-left:0px;
  	margin-right:0px;
  	margin-top:0px;
  	margin-bottom:25px;
  	
  	padding-top:0px;
  	
    border-left-color : black;
  	border-left-width : 0px;
  	border-left-style : solid;
    border-right-color : black;
  	border-right-width : 0px;
  	border-right-style : solid;
  	border-bottom-color : black;
  	border-bottom-width : 0px;
  	border-bottom-style : solid;
}

#layout_obsah_uvnitr_horni_oblina{
    height:10px;
    background:white;
}
span.layout_obsah_uvnitr_horni_oblina_left{
    height:0px;
    width:100px;
    float:left;
    /*background-image: url(files/graphics/obsah_top_left.gif);
    background-repeat: no-repeat; 
    background-position: top left;*/
}
span.layout_obsah_uvnitr_horni_oblina_right{
    height:0px;
    width:100px;
    float:right;
    /*background-image: url(files/graphics/obsah_top_right.gif);
    background-repeat: no-repeat; 
    background-position: top right;*/
}
#layout_obsah_uvnitr_stred{
    background:white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 2px;
    font-family : "Tahoma",sans-serif;
    font-size: 80%;
    text-align:left;
    
}

#layout_obsah_uvnitr_dolni_oblina{
    height:0px;
    background:white;
}
span.layout_obsah_uvnitr_dolni_oblina_left{
    width:100px;
    height:0px;
    float:left;
    /*background-image: url(files/graphics/obsah_bottom_left.gif);
    background-repeat: no-repeat; 
    background-position: bottom left;*/
}
span.layout_obsah_uvnitr_dolni_oblina_right{
    width:100px;
    height:0px;
    float:right;
    /*background-image: url(files/graphics/obsah_bottom_right.gif);
    background-repeat: no-repeat; 
    background-position: bottom right;*/
}
/*-------------------------- TITULNI STRANA --------------------------------*/
.layout_obsah_uvnitr_stred_box1,.layout_obsah_uvnitr_stred_box2,.layout_obsah_uvnitr_stred_box3,.layout_obsah_uvnitr_stred_box4{
    width:250px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    vertical-align :top;

}

.layout_obsah_uvnitr_stred_box1{
    background:#ceea87;
}

.layout_obsah_uvnitr_stred_box2{
    background:#FFE3C6;
}
.layout_obsah_uvnitr_stred_box3{
    background:#E7E9F3;
}
.layout_obsah_uvnitr_stred_box4{
    background:#FFEC95;
}
/*-------------------------- NASTENKA - KOMENTARE --------------------------------*/
.comments_title{
    padding-left:5px;  
    padding-right:5px;
    letter-spacing : 1;
    font-weight:bold;

}
.comments_date{
    padding-left:5px;
    padding-right:5px;

}
.comments_content{
    padding-left:5px;
    padding-right:5px;

}
.comments_box_nastenka{
    /*height:5px;*/
    background:#E7E9F3;   
    margin-top:0px;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:5px;
}
.comments_box_bulvar{
    /*height:5px;*/
    background:#FFE3C6;
    margin-top:0px;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:5px;
}



/*-------------------------- OBSAH CLANKY LIST --------------------------------*/
div.layout_obsah_uvnitr_stred_list_clanek{
    width:545px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-top:0px;
    
}
span.layout_obsah_uvnitr_stred_list_clanek_volne_misto{
    height:10px;
}

/*-------------------------- PRAVE MENU-----------------------------------------*/

#layout_prave_menu{
  float:left;	
  width:211px;
}

.prave_menu_nadpis{
  background:#8C8C28;
	  font-size :13pt;
    font-family: "Arial CE";
    font-style: italic;
    font-weight: bold;
    padding-left: 20px;
  
}

#layout_prave_menu_uvnitr
{
  padding-top:20px;
  padding-left:0px;
  margin-top:0px;
  font-family : "Tahoma",sans-serif;
  font-size: 80%;
  text-align:left;

  background:#C8C846;	
}
#layout_prave_menu_uvnitr img{
  border: 1px solid black;
  margin-bottom:5px;
  width:140px;
}

/*--------------------------  CLEANER TAG -----------------------------------------*/
.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}

/*-------------------------- PATICKA DIV -----------------------------------------*/
#layout_paticka{
  float:left;
  width:1000px;
  text-align:right;
	border-bottom-color : black;
	border-bottom-width : 0px;
	border-bottom-style : dashed;
}

/* ------------------------- FORMATOVANI TEXTU -------------------------------**/
/*******************************************************************************/

/* --------------------------- FORMATOVANI OBSAHU ZAKLADNI NASTAVENI -----------*/

h1{
  font-size: 140%;
	font-family : "Tahoma",sans-serif;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;   
 	margin-left:5px;
 	margin-right:20px;
  text-align:left;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}
h2{
  font-size: 120%;
	font-family : "Tahoma",sans-serif;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;   
 	margin-left:0px;
 	margin-right:20px;

  padding-top:0px;
  margin-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;

  text-align:left;
	font-weight:bold;
}
h3,h4{
  font-size: 100%;
	font-family : "Tahoma",sans-serif;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;   
  font-weight: bold;
 	margin-left:0px;
 	margin-right:20px;

  padding-top:0px;
  margin-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;

  text-align:left;
	font-weight:bold;
}
h4{
  margin-top:0px;
}
A:ACTIVE, A:LINK, A:VISITED {
	color : black;
	font-family : "Tahoma", Tahoma;
	font-weight : bold;
	text-decoration : none;
  /*cursor: pointer; cursor: hand; text-decoration: underline; color:#006A35;*/	
}
A:HOVER {
	color: #FF8000;
}

img
{
  border: 0px solid #D2D2D2;
}

img.no_border
{
  border: 0px solid black;
}
img.ekofor
{
  text-align:center;
}
img.fotogalerie
{
  text-align:center;
  padding-left: 0px;
  margin-left: 0px;
}

td{
    font-family : "Tahoma",sans-serif;
    font-size: 80%;
    text-align:left;

  vertical-align:"top";
}
input, textarea {
  letter-spacing : 1px;
  font-family : "Tahoma", Tahoma;
  font-size : 100%;
  color:black;
  background : white;
	background : white;
	border-color : #009535;
	border-style : solid;
	border-width : 1;
}

/* ------------------------- LEVE MENU  ----------------------------------------*/

.menu_first{
    height:26px;
    background:#C8C846;
    margin-top:1px;
	  font-size :13pt;
    font-family: "Arial CE";
    font-weight: bold;
    padding-left: 20px;
    padding-top:5px;
}
.menu_second{
    height:26px;
    padding-left: 20px;

    background:#DCDC5A;
    margin-top:1px;
    margin-left:17px;
	  font-size :13pt;
    font-family: "Arial CE";
    font-weight: bold;
    padding-top:7px;

}

.menu_third {
    padding-left: 20px;
    height:26px;
    background:#DCDC5A;
    margin-top:1px;
    margin-left:40px;
	  font-size :13pt;
    font-family: "Arial CE";
    font-weight: bold;
    padding-top:7px;


}
.menu_other {
    padding-left: 80px;
}


.menu_first a
{ 
  font-weight : bold;
	font-family : "Tahoma",sans-serif;
	font-size :80%;
  text-decoration: none;
  color: black; }

.menu_first a:hover 
{   color: #FF8000;}

 .menu_second a, .menu_third a, .menu_other a
{
	font-family : "Tahoma",sans-serif;
	font-size :80%;
  text-decoration: none;
  color: black;
  font-weight : normal ! important
  /* fakt nevim proc, ale bez toho vykricniku to proste nejelo, pridal jsem a prebylo to bold z horniho acka */
}

.menu_second a:hover, .menu_third a:hover, .menu_other a:hover
{
  font-weight : normal;
  color: #B36B00;
}

.menu_first .category_selected{
    font-weight: bold;
    color: red;
    text-decoration: underline; 
}
.menu_second .category_selected, .menu_third .category_selected
{
    font-weight: normal;
    color: red;
    text-decoration: underline; 
}

/* ------------------------- CLANKY SEZNAM ------------------------------------*/
    
/* pro zobrazeni cesty clanku */ 
.article_list_path{
   margin-left:5px;
   margin-bottom:7px;
}

.article_list_title{
	  font-weight : bold;
  	letter-spacing : 1;    
    }
.article_list_press_title{
	  font-weight : bold;
  	letter-spacing : 1;    
  	font-size: 20px;
  	margin-bottom:5px;
    }
.article_list_properties{
    color: #B36B00; 
    color: red; 
}
.article_list_anotation{
}


/*.article_list_title
{
    padding-left:20px; 
    padding-right:20px; 
    padding-top:2px; 
    padding-bottom:2px;
    border-bottom:2px solid #359500;
} 

.article_list_press_title
{
    padding-left:20px; 
    padding-right:20px; 
    padding-top:2px; 
    padding-bottom:2px;
    border-bottom:2px solid #359500;
} 

.article_list_title a
{
	font-weight : bold;
	letter-spacing : 1;
  text-decoration: none; 
  color:black;
}

.article_list_title a:hover 
{
    color: #807D59;
}


.article_list_properties
{
    background-color: #ceea87;
    background-image: url(files/graphics/obsah_list_clanek_top.gif);
    background-repeat: no-repeat; 
    background-position: 0 0;    
    height:15px;   
    text-align: right;
    padding-right: 20px;
}
.article_list_anotation
{
    background-image: url(files/graphics/obsah_list_clanek_bottom.gif);
    background-color: #ceea87;
    
    background-repeat: no-repeat; 
    background-position: bottom left;    

    text-align: justify; 
    font-style: italic;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    
}*/
/* ------------------------- AKTUALITY SEZNAM ------------------------------------*/

.layout_obsah_uvnitr_stred_aktuality_box1,.layout_obsah_uvnitr_stred_aktuality_box2,.layout_obsah_uvnitr_stred_aktuality_box3,.layout_obsah_uvnitr_stred_aktuality_box4, .layout_obsah_uvnitr_stred_aktuality_news
{
  width:535px;
  margin-bottom:5px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
}

.layout_obsah_uvnitr_stred_aktuality_box1{
    background:#ceea87;
}

.layout_obsah_uvnitr_stred_aktuality_box2{
    background:#FFE3C6;
}
.layout_obsah_uvnitr_stred_aktuality_box3{
    background:#E7E9F3;
}
.layout_obsah_uvnitr_stred_aktuality_box4{
    background:#FFEC95;
}

.layout_obsah_uvnitr_stred_organizatori{
    border-top:1px dashed black;
    padding:0px;
    margin-top:7px;
    padding-top:7px;
    width:545px;
}

.layout_obsah_uvnitr_stred_aktuality_news{
    border-top:1px solid #D2D2D2;
    background:white;
    margin-top:0px;
    padding-bottom:0px;
    martgin-bottom:0px;
}


/* ------------------------- CLANKY DETAIL ------------------------------------*/
.article_detail_properties
{
    text-align: left;
    padding-right: 20px;
    font-family : "Tahoma",sans-serif;
   	padding-left:5px;
    padding-top:0px;
    margin-top:0px;
  	margin-bottom:0px;
    background-color: #ceea87;  	
    background-color: white;  	
    font-size:100%;

    
}

.article_detail_annotation
{
    font-family : "Tahoma",sans-serif;
    font-style: italic;
    background-color: white;
    background-color: #ceea87;
    padding: 10px;
    margin-bottom:10px;
    margin-top:10px;
}

/* obsah clanku */
.article_detail_content
{
    background-color: #fff;
}
.article_detail_content img{
  margin: 5px;
}
 /* musi byt tady aby ho neprebyl */
img.film
{
  padding:0px;
  margin:3px;
  border:0 solid black;
}
/*-------------------------- LOKALITY DIV -----------------------------------------*/

.lokality_box{
    float:right;
    width:250px;
}

.lokality_box_inner{
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    vertical-align :top;

    background:#FFE3C6;
    margin-bottom:5px;
}

/*----------------------- SEZNAM AKCI DIVY A FORMATOVANI ----------------------*/
.action_name, .action_name_vzdelavani
{
	  font-weight : bold;
    background-color: #ceea87;
    padding-left:25px; 
    padding-right:5px; 
    padding-top:2px; 
    padding-bottom:2px;
    margin-top:10px; 
  	letter-spacing : 1;
    
} 
.action_name_vzdelavani
{
   background-color: #8DC63F;
}    

.action_date
{
    float: right;
    font-weight : bold;
}

.action_place
{
    text-align: right;
    padding-right: 20px;
    font-size : 13px;
}

.action_description
{
	margin-bottom : 5px;
	margin-left : 13px;
	margin-right : 13px;
	margin-top : 5px;
  padding: 0px;
}


/*----------------------- FOTGALERIE DIVY A FORMATOVANI ----------------------*/

.fotogalerie_suda, .fotogalerie_licha{
    padding-left:25px; 
}
.fotogalerie_suda, .fotogalerie_licha{
  	font-weight : bold;
    padding-right:5px; 
    padding-top:2px; 
    padding-bottom:2px;
}
.fotogalerie_licha{
    background-color: #ceea87;
}
.fotogalerie_suda{
    background-color: #F0FFC9;
}

a.titulni:ACTIVE, a.titulni:LINK, a.titulni:VISITED {
	color : black;
	font-family : "Tahoma", Tahoma;
	font-weight : bold;
	text-decoration : none;
  font-weight: normal;	
}

a.titulni:HOVER {
  font-weight: normal;
	color: #FF8000;
}

/*------------------------- KURZY A JINE AKCE----------------------------------*/

table.ramecek{
  border: 1px solid black;
}
img.noframe{
  border: 0px solid black;
}
.prihlaska{
  border : 5 solid #356516;
  text-indent : 10px;

}

/*------------------------- UNSORTED OLD --------------------------------------*/

A:ACTIVE.lista, A:LINK.lista, A:VISITED.lista {
  margin-left:20px;
  font-size : 17 px;
	color : red;
	font-family : "Tahoma", Tahoma;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER.lista{
	color: #0066B3;
}

td.okap_program_in, td.okap_program_out{
  border-bottom-color : #809FFF;
	border-bottom-width : 3px;
	border-bottom-style : dashed;
}
td.okap_program_in, td.okap_program_down{
  border-right-color : #809FFF;
	border-right-width : 0px;
	border-right-style : dashed;
}
span.okap_program_nadpis{
  font-size : 15px;
  font-weight: bold;
}

img.used_pictures_in_text{
    margin-left:5px;
    margin-right:5px;
    border-color :black;
	border-style : solid;
	border-width : 1px;    
}
img.used_pictures{
    margin:0px;
    border-color :black;
	border-style : solid;
	border-width : 1px;    
}

A:ACTIVE.webmaster, A:LINK.webmaster, A:VISITED.webmaster {
	color : black;
	font-family : "Tahoma", Tahoma;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
A:HOVER.webmaster{
	color: #0059BA;
}

.chybova_hlaska{
    font-family : "Tahoma", Tahoma;
    color: red;
	font-size : 13 px;
	margin-left : 5px;
	text-align : center;
}
p.obsah_nadpis {
  font-size: 150%;
	font-family : "Tahoma",sans-serif;
 	margin-left:40px;
 	margin-right:20px;
  padding-top:0px;
  margin-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
  text-align:left;
	font-weight:bold;
}
p.obsah_podnadpis {
  font-size: 120%;
	font-family : "Tahoma",sans-serif;
  padding-top:0px;
  margin-top:25px;
	padding-bottom:0px;
	margin-bottom:10px;
	margin-left:50px;
	margin-right : 13px;
  text-align:left;
	font-weight:bold;
}

p.novinky
{
    font-family : "Tahoma", Tahoma;
	font-size : 13 px;
	margin-left : 5px;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align : left;
}

p.obsah_odstavec, ul.obsah_odstavec, table.odstavec_tabulka, table.okap_program
{
  text-align : justify;
  font-family : "Tahoma", Tahoma;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : 1px;
	line-height : normal;
	margin-bottom : 0px;
	padding-bottom : 0px;
	margin-left : 13px;
	margin-right : 13px;
	margin-top : 0px;
	padding-top : 0px;
	text-indent : 20px;
	word-spacing : normal;
	vertical-align : baseline;
	list-style-type : circle;
	list-style-position : inside;
}
table.odstavec_tabulka{
	text-indent : 0px;
}
table.okap_program{
  border : 5 dashed #809FFF;
  text-indent : 10px;
}

ul.obsah_odstavec{
  text-align : left;
	text-indent : 0px;
	padding-left : 10px;
}
p.popisek_fotografie
{
    font-family : "Tahoma", Tahoma;
	font-size : 13px;
	font-weight : normal;
}
.author
{
    text-align: right;
 	font-size : 90%;
 	font-style : italic;
    padding-right:5px; 
    margin-bottom:10px; 
}

table.nastenka {
    letter-spacing : 1px;
    text-align : justify;
    font-family : "Tahoma", Tahoma;
	  font-size : 13px;
}

input, textarea {
  letter-spacing : 1px;
  font-family : "Tahoma", Tahoma;
  font-size : 100%;
  color:black;
  background : white;
	background : white;
	border-color : #009535;
	border-style : solid;
	border-width : 1;
}

input.odeslat{
  letter-spacing : 1px;
  font-family : "Tahoma", Tahoma;
	font-size : 100%;
	background : white;
	border-color : #009535;
	border-style : solid;
	border-width : 1;
}

p.obsah_odstavec_organizatori
{
    text-align : justify;
    font-family : "Tahoma", Tahoma;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : 1px;
	line-height : normal;
	margin-bottom : 5px;
	padding-bottom : 0px;
	margin-left : 13px;
	margin-right : 13px;
	margin-top : 0px;
	padding-top : 0px;
}
p.obsah_nadpis_organizatori
{
    text-align : justify;
    font-family : "Tahoma", Tahoma;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : 1px;
	line-height : normal;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 10px;
    padding-bottom : 0px;
	margin-top : 0px;
	padding-top : 0px;
}

td.organizatori_content{
    border-top-color : #0059BA;
	border-top-width : 1px;
	border-top-style : solid;
	vertical-align:top;
    width:100%;
}
td.organizatori_photo{
	padding-top : 3px;
	padding-bottom : 3px;
    border-top-color : #0059BA;
	border-top-width : 1px;
	border-top-style : solid;
	vertical-align:center;
    width:100%;
}
td.fotogalerie{
	padding-left : 10px;
	padding-right : 10px;
    vertical-align:center;
    text-align:center;
}


