* { margin:0; padding:0; }
img { border:0; }
body { 
  padding: 10px 0; 
  background: #fff; 
  font: 0.8em/1.5 Verdana,sans-serif; 
  color: #000; 
  text-align: center; 
}

/* obecne odkazy --------------------------------------------------------------- */
a {color:#006dad;}
a:link {color:#006dad;}
a:hover {color:#000;}

/* nadpisy --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; }
h1 { font-size:160%;  color: #006dad; border-bottom: 1px solid #ddd; position: relative;}
h1 .print-ico {display: none;}
h2 { font-size:130%; font-weight: normal; border-bottom: 1px solid #ddd; }
h3 { font-size:120%; }
h4 { font-size:120%; }
h5 { font-size:100%; }

/* layout ---------------------------------------------------------------------- */
#layout { 
  width:100%; 
  margin:0 auto; 
  text-align:left; 
  background: #fff;
}
  #container { 

    width: 100%;

  }

  	/* hlavicka ------------------------------------------------------------------ */
  	#header { display: none }

    /* horizontalni navigace --------------------------------------------------- */
      ul#nav { display: none }
  
  
    .content {
      width:100%;
      font-size: 100%;
    }
    
      #logo {
        display: none;
      }
      
      
      .content .box { border: 1px solid #e6e6e6; padding: 10px; }
      .content .box ul { list-style: none;  padding: 0 0 5px 0; margin: 0 0 5px 0; border-bottom: 1px solid #e6e6e6;}
      .content .box ul.noborder { border: none; margin: 0; padding: 0;}
      .content .box ul li a{ display: block; width: 90%; text-decoration: none; color: #006dad; font-weight: bold; background: url("../img/content-li.jpg") no-repeat 5px 55%; padding: 1px 3px 1px 20px}
      .content .box ul.red li a {color: #ff5050;}
      .content .box ul li a:hover { color: #000; }
      
      .content p {color: #000; text-align: justify;}
      .content .images {border: 1px solid #e5e5e5; padding: 5px 0 5px 5px; height:74px; overflow: hidden;}
      .content .images a {display: block; float: left; margin-right: 12px; height: 74px; }
      .content .images a.last {margin: 0; }
  
  	/* Sloupce ----------------------------------------------------------------- */
  	#panel-left { float:left; width: 175px; font-size: 95%; display: none;}
  	#panel-right { float:right; width: 215px; border-top: 4px solid #cce4ff;font-size: 95%; display: none;}
 
  	/* paticka ----------------------------------------------------------------- */
  	#footer {display: none;}




/* odstavce -------------------------------------------------------------------- */
p { margin:15px 0; }

/* tabulky --------------------------------------------------------------------- */
table { margin:15px 0; border-collapse:collapse; border-spacing:0; font-size:100%; }
th { text-align:center; font-weight:bold; }
th, td { padding:3px 5px; }

/* seznamy --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

/* definice -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/* ostatni --------------------------------------------------------------------- */
fieldset { margin: 0; border: none; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
.clear { clear:both; }
.noscreen { display:none; }
