html
{
  background: #efefef url(../images/background.jpg) top center repeat-x;
}


body    
{ 
  margin: 0; 
  padding: 0; 
  font: 75%/1.5 verdana, arial; 
  position: relative;
  text-align: center;
  line-height: 18px;
  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
  {
    font-size: 1.4em;
    padding: 0 20px;
    margin: 0 0 2px 0;
    text-align: left;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
    background: url(../images/h1.jpg) center center no-repeat;
  }

  h2
  {
    font-size: 1em;
    padding: 5px 20px;
    margin: 0 2px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    background: #b51318;
  }

  h3
  {
    font-size: 1.2em;
    padding: 5px 10px 0 10px;
    margin: 10px 0 20px 0;
    color: #b51318;
    font-weight: bold;
    text-align: left;
    background: #fff url(../images/h3.gif) top left repeat-x;
  }

  h4
  {
    font-size: 1em;
    padding: 0;
    margin: 0 0 5px 0;
    color: #000;
    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 #a00;
    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-rigth
  {
    margin-right: 15px;  
  }

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

  .justify
  {
    text-align: justify;
  }

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


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


  .dark
  {
  }
  
  .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 */    


  #page
  {
    min-height: 100%;
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    background: #fff url(../images/page.jpg) top left repeat-y;
  }


  /* hlavicka */

  #header
  { 
    height: 249px;
    background: url(../images/header.jpg) left top no-repeat;
  }   

  /* konec: hlavicka */
  



  #middle
  {
    padding: 0 0 50px 0;
    background: url(../images/page-bottom.jpg) left bottom no-repeat;
  }
  
  #left-middle
  {
    float: left;
    width: 780px;
    overflow: hidden;
    padding-left: 5px;
  }
  

  #left
  {
    float: left;
    width: 205px;
  }

  #left.no-background
  {
    background: #fff;
  }

  
  #right
  {
    float: right;
    width: 203px;
    padding: 0;
    overflow: hidden;
    padding: 0 7px 0 0;
  }
  
  

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

      

      #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 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 0;
        margin: 0;
        text-align: left;
      }
      
   #content a
   {
      color: #a00;
      font-weight: bold;
   }   

    #inner-content
    {
    	padding: 0 5px;
    }
      
  /* 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 */





  /* menu */
  #menu
  {
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 205px;
  }    

  #menu li
  {
    margin: 0;
    padding: 0;
    background: url(../images/menu-item-1.jpg) top left no-repeat;
  }


  #menu li.menu-item-1
  {
    background: url(../images/menu-item-2.jpg) top left no-repeat;
  }
 
   #menu li.menu-item-1 ul
  {
    background: #535353;
  }
    
  #menu li.menu-item-2
  {
    background: url(../images/menu-item-3.jpg) top left no-repeat;
  }

  #menu li.menu-item-2 ul
  {
    background: #9cbf23;
  } 



  #menu li.menu-item-2 a
  {
		color: #000;
	}



  #menu li.menu-item-2 a:hover, #menu li.menu-item-2 a.active
  {
		background: url(../images/menu-item-active-black.gif) 10px 14px no-repeat;
	}
	
	    
  #menu li.menu-item-3
  {
    background: url(../images/menu-item-4.jpg) top left no-repeat;
  }

  #menu li.menu-item-3 ul
  {
    background: #dfd700;
  } 

  #menu li.menu-item-3 a
  {
		color: #000;
	}
    
  #menu li.menu-item-3 a:hover, #menu li.menu-item-3 a.active
  {
		background: url(../images/menu-item-active-black.gif) 10px 14px no-repeat;
	}
    
  #menu li.menu-item-4
  {
    background: url(../images/menu-item-1.jpg) top left no-repeat;
  }

    
  #menu li.menu-item-5
  {
    background: url(../images/menu-item-1.jpg) top left no-repeat;
  }
    
    #menu li a
    {
      display: block;
      padding: 0;
      text-decoration: undeline;
      line-height: 35px;
      font-weight: normal;
      width: 150px;
      color: #fff;
      padding: 0 20px 0 35px;
      border-bottom: 2px solid #fff;
      font-weight: bold;
    }



    #menu li a:hover, #menu li a.active
    {
      background: url(../images/menu-item-active.gif) 10px 14px no-repeat;
    }  
    
    
  #menu li ul
  {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 195px;
		overflow: hidden;
	}
    
  	#menu li ul li
  	{
  		background: none;
		}
 
   		#menu li ul li a
	  	{
      	width: 135px;
      	padding: 0 20px 0 50px;
      	border-bottom: 1px solid #fff;
			}   


  /* konec: menu */  
 






  
  
  

  /* paticka */
    #footer
    {
    	text-align: center;
      line-height: 40px;
      font-size: .9em;
			background: #efefef url(../images/footer.jpg) top center no-repeat;   
    }    

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: block;
    top: 25px;
    margin: 0 0 0 10px;
    width: 200px;
    height: 195px;
  }

  #logo-ccrjm
  {
    position: absolute;
    display: block;
    top: 25px;
    margin: 0 0 0 780px;
    width: 205px;
    height: 115px;
  }


  
/* 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;
  }



/* aktuality */

#news-preview
{
  margin: 10px 0 10px 5px;
  background: url(../images/left-box.jpg) top left repeat-y;
  font-size: .8em;
}


  #news-preview h2
  {
    margin: 0;
    padding: 0;
    background: url(../images/left-header-news.jpg) top left no-repeat;
    color: #fff;
    height: 34px;
    line-height: 30px;
    text-align: left;
    padding: 0 10px 0 55px;
  }
  
  #newsletter-form
  {
    width: 189px;
    height: 76px;
    padding: 0;
    margin: 0;
    abackground: #f00 url(../aimages/right-box.jpg) top left repeat-y;
    margin: 6px 0 2px 5px;
  }
  
  #newsletter-form label
  {
    color: #fff;
    height: 34px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 10px 0 55px;
  }
  
  #newsletter-form input
  {
   border: 1px solid #000;
   width: 120px;
   margin: 15px 5px 0 15px;
   float: left;
  }
  
  
  #newsletter-form input.button
  {
   border: none;
   width: 0;
   height: 0;
   padding: 25px 0 0 25px;
   margin: 12px 5px 0 10px;
   background: url(../images/newsletter-button.jpg) center center no-repeat;
   float: left;
  }  


  
  #content p.back
  {
    text-align: right;
  }



/* slovnik pojmu */
#dictionary .dictionary-item
{
  margin-bottom: 20px;
}

#dictionary label
{
  font-weight: bold;
}



/* fulltext */

  #fulltext-form
  {
    width: 210px;
    height: 76px;
    padding: 0 0 10px 0;
    margin: 0;
    background: url(../images/right-box.jpg) top left repeat-y;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  
  #fulltext-form label
  {
  	display: block;
    color: #000;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    background: url(../images/fulltext-header.jpg) top left no-repeat;
  }
  
  #fulltext-form input
  {
   border: 1px solid #5c5c5c;
   width: 120px;
   margin: 0 0 0 20px;
   float: left;
  }
  
  
  #fulltext-form input.button
  {
   border: none;
   width: 44px;
   height: 21px;
   line-height: 21px;
   color: #fff;
   margin: 0 0 0 5px;
   font-weight: bold;
   text-align: center;
   background: url(../images/small-button.gif) center center no-repeat;
   float: left;
  }  
  
  
  .search-list-item
  {
    margin-bottom: 20px;
    padding: 5px;
  }    
  
  .search-list-item .path
  {
    color: #aaa;
    font-size: .8em;
    margin-top: 10px;
  }    
  
  
  
  
/* strankovani */

   .paging
  {
    text-align: center;
    margin: 20px 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: #a00;
    
    color: #fff;
    text-decoration: none;
    padding: 0 4px;
    border: 1px solid #a00;
  }     
  


/* filtrovaci formular vpravo */



#filter-form-right
{
  width: 188px;
  overflow: hidden;
  padding: 0 0 20px 0;
  margin-left: 5px;
  background: url(../images/filter-form-right-bottom.jpg) bottom left no-repeat;
}

#filter-form-right h3
{
  font-size: 1em;
  color: #fff;
  padding: 0 0 0 55px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  background: url(../images/filter-form-right-top.jpg) top left no-repeat;
}

#filter-form-right form
{
  width: 188px;
  padding: 0;
  margin: 0;
  background: url(../images/filter-form-right.jpg) top left repeat-y;
  overflow: hidden;
  margin: -5px 0 -1px 0;
  
}

#filter-form-right form div.input
{
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid #fff;
  padding: 5px; 
  background: url(../images/filter-form-right.jpg) top left repeat-y;
}


#filter-form-right form label
{
  color: #000;
}

#filter-form-right form .select
{
  font-size: 11px;
  width: 150px;
  _width: auto;
}



/* formulare */

#content .input
{
  padding: 5px 0;
}


#content .input label
{
  float: left;
  display: block;
  width: 120px;
}

#content .input input, .input .select
{
  border: 1px solid #777;
  width: 200px;
}

#content .input .textarea
{
  border: 1px solid #777;
  width: 425px;
  height: 100px;
}

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



/* kontaktni formular */

#contact-form-sortiment .input
{
  float: left;
  width: 182px;
}

  #contact-form-sortiment .input label
  {
    float: right;
    width: 150px; 
  }

  #contact-form-sortiment .input input
  {
    float: left;
  }



/* akce */

#actions-preview
{
  margin: 10px 0 10px 5px;
  padding-bottom: 10px;
  background: url(../images/right-box-actions-bottom.jpg) bottom left no-repeat;
  font-size: .8em;
}


  #actions-preview h2
  {
    margin: 0;
    padding: 0;
    background: url(../images/right-box-actions-header.jpg) top left no-repeat;
    color: #fff;
    height: 34px;
    line-height: 30px;
    text-align: left;
    padding: 0 10px 0 55px;
  }

#actions-preview div.actions-middle
{
  padding: 5px 10px 0 10px;
  background: url(../images/right-box-actions.jpg) top left repeat-y;
}

#actions-preview .img
{
  float: left;
  margin-right: 10px;
}




/* video */

  #right-video-box
  {
    display: block;
    width: 129px;
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 60px;
    background: url(../images/right-box-video.jpg) center center no-repeat;
    margin: 6px 0 10px 5px;
    color: #fff;
  }

#video
{
  text-align: center;
}



/* fotogalerie */

.gallery-item
{
  margin-bottom: 30px;
}

.gallery-item img
{
  float: left;
}

.gallery-item-right
{
  float: right;
  width: 400px;
}




/* tabulka kongresovych mistnosti */

.rooms-table
{
	border: none;
	width: 560px;
	overflow: hidden;
}


	.rooms-table td, .rooms-table th
	{
		padding: 2px 8px;
		margin: 0;
		vertical-align: middle;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		text-align: center;
	}
	
	.rooms-table th
	{
		background-color: #ce7e63;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.rooms-table td
	{
		background-color: #e1b49e;
	}	
	
	
	
	
	
/* tabulka capacit cateringovych mistnosti */

.catering-rooms-table
{
	border: none;
	overflow: hidden;
}


	.catering-rooms-table td, .catering-rooms-table th
	{
		padding: 2px 20px;
		margin: 0;
		vertical-align: middle;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		text-align: center;
	}
	
	.catering-rooms-table th
	{
		background-color: #ce7e63;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.catering-rooms-table td
	{
		background-color: #e1b49e;
	}	
	




/* galerie objeku */


#object-gallery
{
	background: url(../images/object-gallery.gif) 0px 45px repeat-x;
	height: 82px;
	padding: 0 18px;
}

	#object-gallery a
	{
		display: block;
		width: 117px;
		height: 80px;
		float: left;
		border: 2px solid #b51318;
		margin: 0 5px;
	}


/* videogalerie */

.video-preview{
  width:160px;
  padding:0;
  margin: 20px 0 0 20px;
  float:left;
}
.video-preview img{
  display:block;
  width:100px;
  text-align:center;
}
.video-preview span{
  margin-top:4px;
  display:block;
  width:94px;
  text-align: center;
  padding:3px;
}
.video-preview a{
  display:block;
  width:100px;
}



/* ikonky */

.beds
{
	padding-left: 25px;
	background: url(../images/beds.jpg) top left no-repeat;
	line-height: 15px;
	margin: 3px 0;
}

.bed1
{
	padding-left: 25px;
	background: url(../images/1bed.jpg) top left no-repeat;
	line-height: 15px;
	margin: 3px 0;
}

.bed2
{
	padding-left: 25px;
	background: url(../images/2bed.jpg) top left no-repeat;
	line-height: 15px;
	margin: 3px 0;
}

.bed3
{
	padding-left: 25px;
	background: url(../images/3bed.jpg) top left no-repeat;
	line-height: 15px;
	margin: 3px 0;
}

.appartments
{
	padding-left: 25px;
	background: url(../images/appartments.jpg) top left no-repeat;
	line-height: 15px;
	margin: 3px 0;
}


#logos
{
	width: 195px;
	height: 273px;
	float: right;
	margin: 20px 0 0 0;
	background: url(../images/logos.jpg) top right no-repeat;
}







/* vypis konferencnich zarizeni */

.objects-list-item
{

  background: url(../images/h3.gif) bottom left repeat-x;
	padding-bottom: 20px;
	
}

.objects-list-item h3
{
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.objects-list-item .img
{
	float: left;
	display: block;
	width: 117px;
	height: 80px;
	background-position: top left;
	background-repeat: no-repeat;
	border: 2px solid #a00;
}

.objects-list-item-description
{
	width: 420px;
	float: right;
}





/* kalendar udalosti */

#calendar
{
  margin: 0; 
  margin-left: 10px;
  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
  {
    background: #228490;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #696969 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;
    width: 25px;
    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: #a00 url(../images/calendar-td-active.jpg) top left no-repeat;
   }

   #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;
}




/* newsletter */

  #newsletter-form
  {
    width: 210px;
    height: 76px;
    padding: 0 0 10px 0;
    margin: 0;
    background: url(../images/right-box.jpg) top left repeat-y;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  
  #newsletter-form label
  {
  	display: block;
    color: #000;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    
    background: url(../images/newsletter-header.jpg) top left no-repeat;
  }
  
  #newsletter-form input
  {
   border: 1px solid #5c5c5c;
   width: 120px;
   margin: 0 0 0 20px;
   float: left;
  }
  
  
  #newsletter-form input.button
  {
   border: none;
   width: 44px;
   height: 21px;
   line-height: 21px;
   color: #fff;
   margin: 0 0 0 5px;
   font-weight: bold;
   text-align: center;
   background: url(../images/small-button.gif) center center no-repeat;
   float: left;
  }  



/* vyhledavani kongresu */ 

#congress-search div.input
{
	background: url(../images/h3.gif) top left repeat-x; 
}

#congress-search div.input label
{
	width: 500px;
	float: none;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #b51318;
	margin: 10px 0 5px 0;
}


/* vlajky */

	#flags
	{
		font-size: .9em;
		margin: 0 0 0 875px;
		padding: 0;
		list-style-type: none;
		position: absolute;
		top: 150px;
		width: 120px;
		overflow: hidden;
		adisplay: none;
	}
	
		#flags li
		{
			margin: 0;
			padding: 0 5px 0 0;
			list-style-type: none;
		}
		
			#flags li a
			{
				display: block;
				width: 90px;
				height: 16px;
				padding-left: 30px;
				background-position: left center;
				background-repeat: no-repeat;
				text-decoration: none;
				color: #666;
				font-weight: normal;
				margin: 2px 0;
			}
			
			#flags li a:hover
			{
				text-decoration: underline;
			}
			
.max
{
	float: right;
	width: 53px;
	height: 71px;
	background: url(../images/max.jpg) top left no-repeat;
	font-weight: bold;
	color: #eee;
	text-align: center;
	line-height: 55px;
}


#jm-banner
{
	display: block;
	margin: 10px 0;
	width: 194px;
	height: 84px;
	background: url(../images/jm-logo.jpg) top left no-repeat;
}


#ramecekpicture
{
position:relative;
margin:0;
padding:0;

width:570px;
height:90px

}


#ramecek
{
text-align:center;
	background: url(../images/object-gallery.gif) 0px 45px repeat-x;

}


#ramecekpicture #ramecek img
{
margin:0;
padding:0;
border:2px solid #b51318;
border-collapse: collapse; 
height:80px;
}


