
/* ----------------------------------------------------------------------------------------------------------
    Výstupní zařízení: screen, projection
    Autor:          Nuvio (www.nuvio.cz)
    Aktualizace:    2008-01-01, 00:00 GMT+1
    Verze:          2.2.6 (2008-07-13, 14:28 GMT+1)
    Struktura:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;
    Obsah:
    
        1) HTML tagy
        2) HTML styly
        3) Layout
        4-1) Stránka:
        5) Nezařaditelné
---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------
1) HTML tagy
---------------------------------------------------------------------------------------------------------- */
body {background:#FFF; color:#000;  min-width:770px; text-align:center;}
a {color:#00F;}
a:hover {color:#F00;}
h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}
.box {font-size:0.9em}
/* ----------------------------------------------------------------------------------------------------------
2) HTML styly
---------------------------------------------------------------------------------------------------------- */
table.table-01 {border-collapse:collapse; border-spacing:0; border:1px solid #CCC;}
table.table-01 th {background:#EEE;}
table.table-01 th, table.table-01 td {border:1px solid #DDD;}
table.table-01 tr.bg td {background:#F5F5F5;}
ul.ul-01 {list-style:none;}
ul.ul-01 ul {margin:0;}
dl.dl-01 dt {font-weight:bold;}
dl.dl-01 dd {margin-left:20px;}
/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */
#mzp_main {display:block; overflow: hidden; text-align:left; width:100%;}
    	#mzp_content {overflow:hidden;}
    	#mzp_aside {overflow:hidden;}
	#mzp_footer {clear:both;}
/* ----------------------------------------------------------------------------------------------------------
0) Hlavička webu resortu životního prostředí
---------------------------------------------------------------------------------------------------------- */
/*header layout*/
#mzp_header, #rozbaleno {display: block; width: 100%; text-align:left; margin-left:auto; margin-right:auto; background:#93B632; min-width:770px;}
#rozbaleno {position:absolute; z-index:1000000;}
#mzp_header a {color:#000; text-decoration:none;}
  #header a:hover {text-decoration:underline;}
#rozbaleno a {color:#fff; text-decoration:underline;}
  #rozbaleno a:hover {text-decoration:none;}
  
  /*zakladni vizualni styl*/
  #sekce {display: block; width: 100%; border-top:1px solid #567C19; background:#93B632;}
  #mzp_header div.sekce-obal {padding-top:2px; padding-bottom:2px; padding-left:6px; padding-right:6px;border-bottom:1px solid #EDF3DE; background:#93B632;}
  #mzp_header div.sekce-polovina {display:block; float:left; width:50%;}
	
	/*logo resort*/
        #mzp_header h1 {position:relative; width:141px; height:19px; overflow:hidden; margin:0; padding:0; font-size:90%;}
        #mzp_header h1 span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("navigation-images/$file/logo_mzp.gif") 0 0 no-repeat; cursor:pointer;}
  #sekce-rolovat.zavreno {background:url("navigation-images/$file/show.gif") no-repeat right center; padding-right:22px;}
  #sekce-rolovat.otevreno {background:url("navigation-images/$file/hide.gif") no-repeat right center; padding-right:22px;}
  #sekce-odrolovat.zavreno {background:url("navigation-images/$file/show.gif") no-repeat right center; padding-right:22px;}
  #sekce-odrolovat.otevreno {background:url("navigation-images/$file/hide.gif") no-repeat right center; padding-right:22px;}
	/*logo MZP*/
        #rozbaleno h2 {position:relative; width:157px; height:40px; overflow:hidden; margin:0; padding:0; font-size:90%;}
        #rozbaleno h2 span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("navigation-images/$file/logo_main.gif") 0 0 no-repeat; cursor:pointer;}
  #rozbaleno div.rozbaleno-logo {padding-top:13px; padding-bottom:13px; padding-left:23px; padding-right:23px;}
  #rozbaleno div.rozbaleno-30 {display:block; float:left; width:20%;}
  #rozbaleno div.rozbaleno-70 {display:block; float:left; width:80%;}
  #rozbaleno ul {display:block; margin:0; padding:0;padding-top:13px;padding-bottom:13px;padding-left:40px; }
    #rozbaleno ul li {display:block; float:left; list-style:none; padding-right:5%; line-height:2;}
    #rozbaleno ul li strong {display:block; width:70%; float:left; font-weight:100; padding-right:10%;}
    #rozbaleno ul li span {display:block; width:20%; float:left;}
  #akce.skryt {display:block; float:right; margin-right:6px; margin-bottom:1em; margin-top:-1em; width:16px; height:16px; overflow:hidden;}
  
  #ul-list.w50 li {width:44%;}
    #ul-list.w100 li {width:95%;}
      #ul-list.w100 li strong {width:65%;}  

