html

{
  background: #fff;
}


body    
{ 
  margin: 0; 
  padding: 0; 
  font: 80%/1.2 arial, tahoma, verdana; 
  position: relative;
  color: #000;
}



/* prvky viditelne jen bez pouziti css */

.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* konec: prvky viditelne jen bez pouziti css */


/* obecne elementy */

  
  h1, h2
  {
    font-size: 1em;
    padding: 0 10px;
    margin: 0 0 0 0;
    text-align: left;
    font-weight: bold;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    background: #4f4c4c;
  }
  
  h1
  {
    margin-bottom: 10px;
  }

  h3
  {
    font-size: 1.2em;
    padding: 0;
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
  }

  ins
  {
    font-size: .8em;
    text-decoration: none;
    color: #457200;
    margin: 0;
    padding: 0;
  }


  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overflow: hidden;
    border: none;
    border-top: 1px solid #aaa;
    display: block;
    margin: 10px 0 10px 0;
  }

/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

    
  .clear_both
  {
    clear: both;
  }
  
    
  .margin-top
  {
    margin-top: 15px;  
  }

  .margin-left
  {
    margin-left: 15px;  
  }

  .margin-right
  {
    margin-right: 15px !important;
  }

  .red
  {
    color: #ba3926;
    font-weight: bold;
  }  
  
  .green
  {
    color: #00aa00;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #4f4c4c;
    font-weight: bold;
    text-decoration: underline;
  }
 
    a:hover
    {
      text-decoration: underline;
    }


  .hr
  {
    clear: both;
    height: 1px;
    margin: 5px 0 0 0;
  }


  .large
  {
    font-size: 1.5em;
  }
  
  .ico
  {
    display: block;
    padding-left: 22px;
    line-height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  
  .float-left
  {
    float: left;
  }

  .float-right
  {
    float: right;
  }
  
  .img-left
  {
    float: right;
    margin-left: 15px;
  }

/* konec: obecne tridy */    




/* barevne podklady pobocek */

.branch-
{
  background: #66c530 !important;
}

.branch-1
{
  background: #4f4c4c !important;
}

.branch-2
{
  background: #376fb0 !important;
}

.branch-3
{
  background: #db840d !important;
}

.branch-4
{
  background: #006b30 !important;
}

.branch-5
{
  background: #a71f1d !important;
}




.colour-1
{
  color: #4f4c4c !important;
}

.colour-2
{
  color: #376fb0 !important;
}

.colour-3
{
  color: #db840d !important;
}

.colour-4
{
  color: #006b30 !important;
}

.colour-5
{
  color: #a71f1d !important;
}






/* formulare */

.input
{
  padding: 5px 0;
}


.input label
{
  float: left;
  display: block;
  width: 150px;
}

input, .select
{
  border: 1px solid #aaa;
  width: 300px;
}

  input.amount
  {
    width: 20px;
  }


input.checkbox
{
  width: 20px;
}

.input .textarea
{
  border: 1px solid #aaa;
  width: 300px;
  height: 100px;
}

.input .checkbox
{
  width: 20px;
  border: 1px solid #438637;
}

input.button
{
    background: #999 url(../images/button.gif) top left no-repeat;
    width: 146px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #777;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}




  #page
  {
    width: 970px;
    padding: 0;
    margin: 0 auto;
    min-height: 100%;

  }


  #header
  {
    height: 165px;
    background: url(../images/header.jpg) 0px 9px no-repeat;
  }
  
  #header.header-gray
  {
    background-image: url(../images/header-gray.jpg);
  }


  #middle
  {
    padding: 0 0 0 0;
    background-image: url(../images/page.gif);
    background-position: top left;
    background-repeat: repeat-y;
  }
  
  .middle-0
  {
    background-color: #f0f9e6;
  }
  
  .middle-1
  {
    background-color: #eceded;
  }
  
  .middle-2
  {
    background-color: #ebf7fe;
  }
  
  .middle-3
  {
    background-color: #f0e4d3;
  }
  
  .middle-4
  {
    background-color: #e9f5f1;
  }
  
  .middle-5
  {
    background-color: #f4e4e2;
  }
  
    .content-wide
    {
      background-image: url(../images/page-wide.gif) !important;
    }

  
  
  #middle-left
  {
    float: left;
    width: 660px;
  }
  

    .content-wide #middle-left
    {
      width: 970px !important;
    }


  #left
  {
    float: left;
    width: 190px;
  }
  
  
  #right
  {
    float: right;
    width: 305px;
    overflow: hidden;
  }

    #right p
    {
      margin: 0;
      padding: 5px 10px;
    }

  

  /* obsah stranky*/
    #content
    {
      float: right;
      width: 465px;
      padding: 0px;
      background: top center no-repeat;
      overflow: hidden;
      text-align: left;
    }

    .content-wide #content
    {
      width: 775px !important;
    }
      

      #content ul
      {
        list-style-type: square;
        padding: 0 0 0 25px;
        
      }
      
        #content ul li
        {
          list-style-type: square;
          padding: 2px 0 2px 5px;
          line-height: 15px;
        }
      #content dl
      {
        padding: 0 0 0 25px;
        
      }
        #content dl dt
        {
          padding: 2px 0 2px 5px;
          line-height: 15px;
        }
        
      #content img
      {
        padding: 2px;
        margin: 0 0 5px 4px;
        #margin: 0 0 9px 4px;
      }
      
      #content #news img
      {
        border: 1px solid #C8C097;
        padding: 2px;
        margin: 0 15px 0 0;
      }

      #content p
      {
        padding: 10px;
        margin: 0;
      }

      #content h3 a img
      {
        padding: 0px;
        margin: 0px;
      }
      #content h3, #content h4
      {
        padding-left: 10px;
        padding-right: 10px;
      }

      #lectstartxt
      {
        position: relative;
        float: right;
        font-style: italic;
        padding-top: 4px;
        padding-right: 10px;
        color: #ffffff;
        font-weight: bold;
      }
  

      
  /* konec obsah stranky */
  
  

  
  
  /* leva cast stranky */

  
    #left h2
    {
      background: url(../images/left-h2.jpg) left bottom repeat-x;
      line-height: 35px;
      padding: 0;
      color: #800;
      font-size: 1.2em;
      text-align: center;
    }

    #left p
    {
      padding: 5px;
    }

  /* konec: leva cast stranky */





  /* horni menu */
  #menu
  {
    position: absolute;
    top: 76px;
    list-style-type: none;
    margin: 0 0 0 195px;
    padding: 0;
    height: 55px;
    overflow: hidden;
    width: 780px;
    font-family: arial, tahoma, verdana;
  }    

  #menu li
  {
    float: left;
    margin: 0;
    padding: 0;
    height: 55px;
    margin-right: 5px;
    list-style-type: none;
  }

    
    #menu li a
    {
      display: block;
      float: left;
      padding: 0;
      width: 151px;
      text-decoration: none;
      font-weight: normal;
      color: #fff;
      padding: 0;
      height: 55px;
      font-weight: bold;
      text-decoration: none;
      overflow: hidden;
    }


  #menu li.menu-1 a
  {
    background: #4f4c4c url(../images/menu-praha.gif) 0px 151px no-repeat;
  }

  #menu li.menu-2 a
  {
    background: #376fb0 url(../images/menu-caslav.gif) 0px 151px no-repeat;
  }

  #menu li.menu-3 a
  {
    background: #db840d url(../images/menu-kacina.gif) 0px 151px no-repeat;
  }

  #menu li.menu-4 a
  {
    background: #006b30 url(../images/menu-ohrada.gif) 0px 151px no-repeat;
  }

  #menu li.menu-5 a
  {
    background: #a71f1d url(../images/menu-valtice.gif) 0px 151px no-repeat;
  }


  #menu li .menu-top
  {
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 1px 3px;
  }
  
  #menu li .menu-bottom
  {
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 0px 3px;
  }



  #menu li a:hover .menu-top span, #menu li a.active .menu-top span
  {
    display: none;
  }

  #menu li a:hover, #menu li a.active
  {
    background-color: #fff;
    background-position: top right;
  }


/* barevne menu - vztahujici se k pobocce */

#menu-3
{
  list-style-type: none;
  margin: 0;
  width: 190px;
  padding: 0;
}

#menu-3 li
{
  padding: 0;
  margin: 0;
  height: 26px;
}

#menu-3 li a
{
  display: block;
  float: none;
  background: #00a990;
  color: #fff;
  font-weight: bold;
  padding: 0;
  height: 22px;
  line-height: 22px;
  width: 184px;
  padding: 0 3px;
  margin: 0 0 6px 0;
  text-decoration: none;
  font-weight: bold;
}

#menu-3 li a:hover, #menu-3 li a.active
{
  width: 180px;
}



    #menu-3 li.menu-1 a
    {
      background: #00a990 !important;
    }
    
    #menu-3 li.menu-2 a
    {
      background: #ec008c !important;
    }

    #menu-3 li.menu-3 a
    {
      background: #33bef3 !important;
    }
    
    #menu-3 li.menu-4 a
    {
      background: #f35c19 !important;
    }
    
    #menu-3 li.menu-5 a
    {
      background: #7264b9 !important;
    }
    
    #menu-3 li.menu-6 a
    {
      background: #c3bc00 !important;
    }


/* leve sede menu - spolecne pro celoe NZM */

#menu-1
  {
    width: 190px;
    overflow: hidden;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
  }    

  #menu-1 li
  {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

    
    #menu-1 li a
    {
      display: block;
      padding: 0;
      width: 175px;
      text-decoration: none;
      padding: 0;
      text-align: left;
      overflow: hidden;
      background: none;
      font-weight: bold;
      color: #656263;
    }


#menu-1 li ul
{
  margin: 0;
  padding: 0 0 0 20px;
}

#menu-1 li ul li
{
  color: #656263;
  list-style-type: circle;
}

#menu-1 li ul li.last
{
  margin-bottom: 10px;
}


#menu-1 li ul li a
{
  width: 155px;
}


#menu-2
{
  position: absolute;
  top: 35px;
  width: 400px;
  text-align: right;
  list-style-type: none;
  margin: 0 0 0 570px;
  #margin: 0 0 0 380px;
  padding: 0;
}    


#menu-2 li
{
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #000;
  float: right;
}


#menu-2 li a
{
  font-weight: normal;
  color: #000;
}

#menu-2 li.first
{
  border: none;
  padding-right: 0;
}


 
  /* konec: menu */  
 



  
  
  

  /* paticka */
    #footer
    {
      height: 40px;
      width: 958px;
      overflow: hidden;
      margin: 0 auto;
      color: #000;
      line-height: 40px;
      padding: 0;
    }    

    #footer a
    {
      color: #000;
    }

    #footer-left
    {
      float: left;
    }

    #footer-right
    {
      float: right;
    }

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    top: 0;
    margin: 0;
    width: 190px;
    height: 130px;
    margin: 0;
  }


  #logo:hover
  {
    background: url(../images/header.jpg) 0px 9px no-repeat;
  }


  
/* pozice na webu */
#web-position
{
  position: absolute;
  top: 135px;
  height: 25px;
  line-height: 25px;
  width: 650px;
  padding: 0 25px;
  color: #e4e8c2;
}

  #web-position a
  {
    font-size: .8em;
    color: #e4e8c2;
    text-decoration: none;
  }



  
  
  
/* strankovani */

   .paging
  {
    text-align: center;
    margin: 5px auto;
  }     

  .paging a
  {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 4px;
  }     

  .paging span
  {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background: #ba3926;
    
    color: #fff;
    text-decoration: none;
    padding: 0 4px;
    border: 1px solid #670000;
  }     
  


/* filtrovaci formular vpravo */




table
{
  width: 565px;
  margin-bottom: 10px;
}

th, td
{
  padding: 2px 5px;
}

  th
  {
    background: #ccc;
    font-weight: bold;
    width: 150px;
  }


/* novinky */
.news-item
{
  width: 465px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}


#languages
{
  position: absolute;
  top: 15px;
  width: 300px;
  margin-left: 670px;
  text-align: right;
}


#languages a
{
  font-weight: normal;
  color: #000;
}

/* kalendar udalosti */

#calendar
{
  margin: 0 0 10px 0; 
  width: 305px;
  
  background: #fff;
}

  .right-box-header
  {
  	display: block;
    color: #000;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 1px solid #fff;
    background: url(../images/right-box-header.jpg) top left no-repeat;
  }
  
  
  #calendar th, #calendar td
  {
    text-align: center;
    width: 26px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    font-weight: bold;
    border: 1px solid #c2c2c2; 
    margin: 3px;
    background: #ddd url(../images/calendar-td.jpg) top left no-repeat;
  }


  #calendar th
  {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #4f4c4c url(../images/calendar-th.jpg) top left no-repeat;
  }


  #calendar td
  {
    font-size: .9em;
	}
	
	#calendar td a
	{
			display: block;
    width: 25px;
    height: 20px;
    line-height: 20px;
		overflow: hidden;
		text-decoration: none;
	}
	  
	#calendar td a:hover
	{
		text-decoration: underline;
	}
	  
  #calendar th a
	{
		display: block;
    height: 20px;
    line-height: 20px;
		overflow: hidden;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		font-size: 1.4em;
	}  
  
   #calendar td.day-highlited
   {
    color: #fff;
    background: #00a990;
   }

   #calendar td.day-highlited a
   {
    color: #fff;
   }



/* informacni bublina */

#bubble
{
	position: absolute;
	top: 0;
	left: 0;
	width:150px;
	display: none;
	background: #d9d9d9;
	border: 2px solid #a0a0a0;
	padding: 10px;
	color: #000;
	font-weight: bold;
}

/* fotogalerie */

  #gallery
  {
    padding: 0;
  }
  #gallery-hr{
    background-color:#5D8EAC;
    height:1px;
    width:445px;
    
  }
  #gallery-menu{
    display:block;
    margin-top: 1px;
  }
  #gallery-menu a{
    width:147px;
    text-decoration: none;
    float:left;
    background-color: #5D8EAC;
    display:block;
    text-align: center;
    height:22px;
    color:#fff;
    margin:0 1px;
  }
  #gallery-menu a.active{
    background-color: #749DB9;
    font-weight: bold;
  }
  #gallery a
  {
    display: block;
    width: 100px;
    height: 80px;
    padding: 0;
    margin: 4px 6px;
    _margin: 4px 3px;
    text-align: center;
    float: left;
    border: 1px solid #C8C097;
  }
  
  #gallery.horizontal a
  {
    width: 48px;
  }
  
    #gallery a:hover
    {
      border: 1px solid #666;
    }
  
    #gallery img
    {
      margin: 0;
      padding: 0;
      border: none;
    }  



      #content #gallery-main-image img
      {
        border: 1px solid #C8C097;
      }


#gallery-main-image a
{
  text-decoration: none;
}
#gallery-main-image{
  margin-top:10px;
}
#gallery-main-image #main-gallery-image
{
  float: left;
  width: 224px;
  height: 165px;
  overflow: hidden;
	margin: 0 4px 0 0;  
}

#web-map
{
  position: absolute;
  top: 145px;
  margin-left: 195px;
  font-size: .8em;
}

#search-form
{
  position: absolute;
  top: 140px;
  margin-left: 0px;
  width: 200px;
  height: 25px;
  overflow: hidden;
}


  #search-form input
  {
    width: 90px !important;
    float: left;
    margin-right:2px;
  }

#facebook
{
  /*
  width: 32px;
  height: 32px;
  */
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: 8px;
  /*
  background: url(../images/facebook.png) top left no-repeat;
  */
}

#twitter
{
  display: inline-block;
  float: right;
  margin-top: 8px;
  margin-right: 8px;
}

.mediatype
{
    font-weight: bold;
    color: #66c530;
}

.xsmall
{
    font-size: x-small;
}


