/* CSS Document */
*{padding:0; margin:0;}

body
{
margin-top:0px;
background-color: rgb(236,249,255);
background-image: url(../pic/poz1.jpg);
background-repeat: repeat-x;
text-align: center; /* kvuli IE 6. protoze se nezobrazuje stranka uprostred */
}


/* odkazy default */
a.default:link {text-decoration: underline; color: blue;}
a.default:hover {text-decoration: underline; color: red;}





      /* logo kontejner */
      div#logocon 
      {
      overflow:visible !important /*Firefox*/; 
      overflow:hidden /*IE6*/;
      height:99px;
      width:900px;
      margin:0px auto;  
      margin-top: 0px;
      
      }
                /* logo*/
                img#logo
                {
                float: left;
                margin-top: 10px;
                margin-bottom: 4px;
                }
                
                
                
                
      /* přihlášení kontejner */
               div#logincont
               {
               width:350px; 
               float:right;
               margin-top: 60px;
               text-align: right;
               padding-right: 5px;
               font-size: 90%;
               font-weight:bold;
               color: rgb(48,38,134);
               }

      /* viditelny kontejner */
      div.viscontainer
      {
      clear: both;
      width:900px;
      height: 100%;
      background-image: url(../pic/poz2.jpg);
      background-repeat: repeat-x;   
      background-color: rgb(236,249,255);
      margin:0px auto;  
      padding-bottom: 0px;
      text-align: left; /* kvuli IE 6. protoze se nezobrazuje stranka uprostred */
      border:solid 1px rgb(150,150,150);
      }
  
      
      /* top menu kontejner */
  
      /* top menu 1*/
      div#topmenu
      {
      margin: 8px 8px 0px 8px;
      font-weight: bold;
      font-size: 90%;
      }

      div#topmenu:after
      { /*Add margin between menu and rest of content in Firefox*/
      content: "."; 
      display: block; 
      height: 0; 
      clear: both; 
      visibility: hidden;
      }

      div#topmenu ul
      {
      width: 100%;
      
      padding: 5px 0;
      margin: 0;
      text-align: left; /*set value to "right" for example to align menu to the left of page*/
      }

      div#topmenu ul li
      {
      display: inline;
      }

      div#topmenu ul li a
      {
      color: #494949;
      padding: 5px;
      margin: 0;
      text-decoration: none;
      border-right: 1px solid #DADADA;
      }

      div#topmenu ul li a:hover
      {
      /* background:  url(../pic/chrom.gif) center center repeat-x;*/
      text-decoration: underline;
      }
        
        
        
        
      
  


                  /*  hlavni obsah - stred*/
                  div#main
                  {
                  display:inline; /*Fix IE floating margin bug*/; 
                  float:left; 
                  width:707px;
                  /* height: 100%;  */
                  margin: 10px 15px 0px 15px; 
                  overflow:visible !important /*Firefox*/; 
                  /* overflow:hidden */
                  }



                  /* prave menu container*/
                  div#rightmenu
                  {
                  margin-top: 10px;
                  background-image: url(../pic/poz3.jpg);
                  background-position: left;
                  background-repeat: no-repeat;
                  float: left;
                  width: 160px;
                  height: 800px;
                  }
                  
     /* paticka stranky */             
     div#footer 
     {
     clear:both; 
     width:900px; 
     height:1.5em; 
     text-align: center;
     font-size:1.0em; 
     /* background-image: url(../pic/zapati.jpg); */
     height: 158px;
     
     }
     

     
      /* nadpis- hlavni */
      h1#titlemain
      {
      text-align: center;
      font-size: 200%;
      color: rgb(219,67,13);
      margin-top: 3px;
      margin-bottom: 15px;
      font-family: Monotype Corsiva;
      font-weight: normal;
      }
      
      h1#title
      {
      text-align: center;
      font-size: 180%;
      color: rgb(219,67,13);
      margin-top: 3px;
      margin-bottom: 15px;
      font-family: Comic Sans MS;
      font-weight: normal;
      }
      

      
      h1#title img
      {
      padding-top: 2px;
      padding-left: 10px;
      }
      
      
      h2#titlehdva
      {
      text-align: center;
      font-size: 140%;
      color: rgb(219,67,13);
      margin-top: 3px;
      margin-bottom: 15px;
      font-family: times New Roman;
      font-weight: normal;
      }


      
      
      /* proc si vybrat nas */
div.qtwo
{
margin-top: 10px;
margin-bottom: 10px;
font-size: 140%;
color: rgb(38,104,162);
}






div.directory
{
float: left;
width: 49%;
font-family: verdana;
font-size: 16px;
margin-top: 50px;
}

div.directory ul
{
list-style-type: none;
}

div.directory ul li
{
margin-top: 4px;
padding-left: 120px;
}