/* 
    Document   : style-responsive
    Created on : 7.4.2014, 14:57:15
    Author     : radek
    Description:
        Purpose of the stylesheet follows.
*/

/*Styles for screen 1000px and lower*/
@media screen and (max-width:1024px) {
    #content{
        float: none;
        margin: 0 auto;
    }
    #sidebar { 
        clear: both;
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    .linkuj {
    	overflow: hidden;
    }
}
/*Styles for screen 600px and lower*/
@media only screen and (max-width :768px) {
  
  body{
    font-size:1em;
  }

    #header{
   width: auto;
   height:auto;
	text-align: center;
    }
    #logo{
    float: none;
    width: auto;
    }
    #logo p{
    display:none;
    }
    #logo-image img{
    max-width: 25%;
    }
    .login{
      float:none;
      width:auto;
    }
  #content{
        width: auto;
	padding: 5px;
    }
    #menu{
    background: #bababa;
    height: 100%;
    text-align: center;
    }
    #menu li{
    float: none;
    }
    #search{
    height: auto;
    }
    #wrapper, #page, #bottom, #odkazy, #sidebar{
      width: auto;
    }
    #sidebar{
    text-align:center;
    }
    .col{
      width:100%;
      float:none;
     
    }
    .col ul li{
    width: 50%;
}
    .RSSitem{
        width: 100%;
        float: none;
        margin: 3px 0;
    }
    .RSSmainUprava{
        max-height: 280px;
        height: auto;
    }
    iframe{
      width:auto;
      height:auto;
    }
    
}

