/*--------------------------------------------------------
	Globální styly
  -------------------------------------------------------*/	
* {
						margin: 0; 
						padding:0;
					}
body {
						font: 100%/1.2 Arial, sans-serif;
					}
/*--------------------------------------------------------
	Layout
  -------------------------------------------------------*/					
#hlavni {
						width: 47.75em;
						border: 10px solid rgb(187,230,100);
						margin: 1em auto .5em auto;

					}  	
#obal {			
						width: 47.5em;	
						margin: 0 auto;
						background-color: rgb(187,230,100);
						border: 2px solid white;
					}
#top {
						height: 12.5em;
						background: url("hlavicka.gif") 80% 50% no-repeat;
					}
#left {
						width: 13.5em;
						float: left;
						padding-bottom: .5em;
						border-right: 2px solid white;
					}
#right {
						margin-left: 13.5em;
						padding-bottom: .5em;
						border-left: 2px solid white;
					}
#paticka {
						clear: both;
						border-top: 2px solid white;
						padding: .1em 0 .1em .5em;
					}
#paticka span {
						font-size: 80%;
						}
#paticka span a {
						color: green; 
						text-decoration: none;
					}
.cistic {
						clear: both;
}					
/*--------------------------------------------------------
	Odkazy
  -------------------------------------------------------*/		
#odkazy {
						width: 100%;
						float: right; 
						border-top: 2px solid white;
						border-bottom: 2px solid white;
					}  
#odkazy ul li {
						float: right;
						list-style-type: none;
						padding-bottom: .1em;
					}
#odkazy ul li a {
						padding: 0 .6em;
						color: darkgreen;
					}
#odkazy ul li a:hover {
						color: black;
					}					
#odkazy ul li a span {
						font-weight: bold;
						font-size: 90%;
					}
/*--------------------------------------------------------
	Menu
  -------------------------------------------------------*/							
#left ul {
						margin: 1.5em 0 1em 0;
					}
#left ul li {
						width: 12em; 
						height: 36px;
						margin: 0 auto .45em auto;
						padding: 0;
						list-style-type: none;
						background: #9ACD32 url("levy.jpg") 0 0 no-repeat;
					}
#left ul li a {
						width: 100%; 
						height: 36px;
						line-height: 36px;
						display: block;
						font-size: 95%;
						text-decoration: none;
						text-align: center; 
						color: darkgreen;
						font-weight: bold;
						background: url("pravy.jpg") top right no-repeat;	
					}
						
#left ul li a:hover {
						color: black;
					}
#left ul li a:hover span {
						border-bottom: 1px solid black;
	
}
/*--------------------------------------------------------
	Nadpisy
  -------------------------------------------------------*/							
h1 {
						padding: .5em .25em 0 .25em;					
						text-align: center;
						font-style: italic;
						font-family: "Courier New", Courier, monospace;
						color: red; 
					}
h1 span {
						font-size: 80%;
}					
h2 {
						color: red;
						padding: .25em 0 0 .65em; 
						font-family: "Courier New", Courier, monospace;			
}	
h2.drceni {
						padding-left: .85em;
}		
h2 span {
						font-size: 75%;
}					
/*--------------------------------------------------------
	Odstavce
  -------------------------------------------------------*/		
p {
						padding: 0 1.25em;
						line-height: 1.4;
					}
#o-firme p {
						margin-bottom: 1em;	
}							
p.fotka { 
						padding-top: .75em;
						text-align: center; 			
}							
p.center {
						text-align: center;
}
/*--------------------------------------------------------
	Galerie
  -------------------------------------------------------*/		
.galerie {
						padding-left: .4em; 
						background-color: #BBE664;
				}				
.galerie .obal_fotek .karta { 
						width: 11.15em;
						float: left;
				}
.galerie .obal_fotek .karta a img {
						border: none;
				}				
.galerie .obal_fotek {
						float: left;
						padding-bottom: .5em;
						text-align: center;
				}  
/*--------------------------------------------------------
	Tabulky
  -------------------------------------------------------*/	
table {
						width: 90%; 
						margin: .5em auto .5em auto;
						border-collapse: collapse; 
}
table td, table th  {
						border: 1px solid black; 
						padding: 2px 4px;
}
table td.tucne {
						font: italic bold 90% Arial, sans-serif; 
						background-color: #D9F3A7;
}  				
/*--------------------------------------------------------
	Ostatní
  -------------------------------------------------------*/												
#right ul {
						padding: .5em 0 0 2.5em;
						line-height: 1.4;
}					
.obtekani {
						float: left; 
						padding-right: .5em;
}
#logo {
						padding: 2.5em 0 0 1.15em;
					}
#logo a img {
	 					border: none;
}					
em {
						font-weight: bolder;
}	
#video a {
						color: blue;
}
