/* CSS Document */
fieldset
	{
	visibility: hidden;
	}

legend
	{
	visibility: hidden;
	}

body
	{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;	
	}
	
#page
	{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
	
.detail
	{
	visibility: visible;
	color: #000000;
	vertical-align: middle;
	}
		
/* nastylovani podkladu - start */
	#page .podklad-horni
		{
		border-top: 116px solid #F96611;
		height: 1px;
		/*visibility: hidden;*/
		/*background-image: url('../img/podklad-horni.gif');
		background-position: center top;
		background-repeat: no-repeat;
		width: 785px;
		height: 20px;*/
		}
		
		#page .horni-text
			{
			position: absolute;
			top: 45px;
			right: 25px;
			_right: 25px;
			z-index: 15;
			}
		
	#page .podklad-stred
		{
		/*visibility: hidden;*/
		background-image: url('');
		background-position: center top;
		background-repeat: repeat-y;
		width: 100%;
		padding-top: 8px;
		}
		
	#page .podklad-dolni
		{
		visibility: hidden;
		/*background-image: url('../img/podklad-dolni.gif');
		background-position: center bottom;
		background-repeat: no-repeat;
		width: 785px;
		height: 25px;*/
		}
/* nastylovani podkladu - end */

/* nastylovani obsahove casti - start */
	#page .obsah
		{
		width: 100%;
		margin-left: 0px;
		position: relative;
		}

		#page .obsah .odkaz-na-titulku
			{
			position: absolute;
			top: -105px;
			_top: -120px;
			left: 16px;
			width: 190px;
			height: 75px;
			}
			
		#page .print-verze
			{	
			display: none;
			}	
		
		#page .obsah .obr-head
			{
			visibility: hidden;
			background: #fff url('') center top no-repeat;
			width: 100%;
			height: 116px;
			padding-bottom: 30px;
			}
		
		#page .obsah .velky-obr
			{
			background: #fff url('../img/velky-obrazek.jpg') center top no-repeat;
			width: 730px;
			height: 324px;
			padding-bottom: 15px;
			}
		
/* nastylovani paticky v obsahove casti - start */	
		#page .obsah #paticka
			{
			margin-top: -55px;
			width: 100%;
			height: 35px;
			}
			
			#page .obsah #paticka .paticka-left
				{
				float: left;
				height: 100%;
				}
				
				#page .obsah #paticka .paticka-left p
					{
					color: #A6A696;
					font-size: 1em;
					padding-top: 10px;
					}
					
				#page .obsah #paticka .paticka-left a
					{
					color: #A6A696;
					font-weight: normal;					
					}
			
			#page .obsah #paticka .paticka-right
				{
				float: right;
				height: 100%;
				background: #fff url('../img/dolni-logo.jpg') left center no-repeat;
				width: 178px;
				}
				
				#page .obsah #paticka .paticka-right .dolni-logo
					{
					}
/* nastylovani paticky v obsahove casti - end */	
	
/* nastylovani textu v obsahove casti - start */	
		#page .obsah #text
			{
			background-color: #A6A696;
			width: 730px;
			}
			
			#page .obsah #text .popis
				{
				width: 100%;
				padding: 0px 0px;
				margin-left: 0px;
				}				
				
				#page .obsah #text .popis p
					{
					text-align: left;
					color: #FFFFFF;
					font-size: 1.25em;
					padding: 0px 0px;
					}
/* nastylovani textu v obsahove casti - end */
	
/* nastylovani menu v obsahove casti - end */
		#page .obsah #menu
			{
			visibility: hidden;
			height: 0px;
			/*position: absolute;
			top: 116px;
			left: 0px;
			width: 100%;
			height: auto;
			background-color: #A6A696;*/
			}
			
			#page .obsah #menu ul
				{
				list-style-type: none;				
				font-size: 1em;
				}	
				
				#page .obsah #menu ul li
					{
					float: left;					
					}

					#page .obsah #menu ul li a
						{
						display: block;
						color: #FFFFFF;
						text-decoration: none;
						}
						
						#page .obsah #menu ul li a span
							{
							display: block;
							cursor: pointer;
							text-align: center;
							padding: 7px 0px;
							width: 121px;
							}
							
							#page .obsah #menu ul li a .posledni-menu
								{
								display: block;
								text-align: center;
								padding: 7px 0px;
								width: 125px;
								}
					
					#page .obsah #menu ul li a:hover
						{
						background-color: #F96611;
						}
				
/* nastylovani menu v obsahove casti - end */

/* nastylovani obsahove casti v obsahu - start */
		#page .obsah #obsahova-cast	
			{
			margin-bottom: 0px;
			height: auto;
			margin-top: -150px;
			}	
			
/* nastylovani obsahove leve casti v obsahu - start */			
			
			#page .obsah #obsahova-cast .obsahova-cast-left
				{
				visibility: hidden;
				float: none;
				height: 0
				}
				
				#page .obsah #obsahova-cast .obsahova-cast-left h1
					{
					color: #A6A696;
					font-size: 1.9em;
					padding-top: 50px;
					padding-left: 30px;
					padding-bottom: 26px;
					font-weight: normal;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-left ul
					{
					list-style-type: none;
					font-size: 1em;
					padding-left: 30px;
					font-weight: normal;
					}
					
					#page .obsah #obsahova-cast .obsahova-cast-left ul li a
						{
						color: #A6A696;
						text-decoration: none;						
						}
					
					#page .obsah #obsahova-cast .obsahova-cast-left ul li a:hover
						{
						color: #F96611;						
						}
/* nastylovani obsahove leve casti v obsahu - end */

/* nastylovani obsahove prave casti v obsahu - start */	
			
			#page .obsah #obsahova-cast .obsahova-cast-right
				{
				margin-bottom: 0;
				padding-bottom: 0px;
				/*overflow: visible;
				width: 100%;
				float: none;*/
				}
				
				#page .obsah #obsahova-cast .obsahova-cast-right h1
					{
					color: #A6A696;
					font-size: 1.9em;
					padding-bottom: 10px;
					font-weight: normal;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right .perex
					{
					color: #A6A696;
					font-size: 1em;
					font-weight: bold;
					margin-bottom: 15px;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right h2
					{
					color: #F96611;
					font-size: 1.4em;
					padding-bottom: 5px;
					font-weight: normal;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-right p
					{
					color: #A6A696;
					font-size: 1em;
					font-weight: normal;
					margin-bottom: 15px;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-right ul
					{					
					list-style-type: none;
					color: #A6A696;
					font-size: 1em;
					margin-bottom: 15px;
					}
					
					#page .obsah #obsahova-cast .obsahova-cast-right ul li span
						{
						background: #fff url('../img/sipka-ul.gif') left center no-repeat;
						padding-left: 10px;
						}
				
				#page .obsah #obsahova-cast .obsahova-cast-right ol
					{					
					color: #A6A696;
					font-size: 1em;
					margin-bottom: 15px;
					margin-left: 18px;
					_margin-left: 23px;
					font-weight: bold;
					}
				
					#page .obsah #obsahova-cast .obsahova-cast-right ol li span
						{					
						font-weight: normal;
						}
					
				#page .obsah #obsahova-cast .obsahova-cast-right .preformatovany-text
					{
					font-family: courier,monospace;
					color:#000000;
					font-size: 0.7em;
					}	
				#page .obsah #obsahova-cast .obsahova-cast-right .barvy td
					{
					font-size: 0.9em;
					color: #5C5C5C;
					}
			
				#page .obsah #obsahova-cast .obsahova-cast-right .mensi-pismo
					{					
					font-size: 0.9em;
					}
				#page .obsah #obsahova-cast .obsahova-cast-right .dulezity-text
					{
					font-weight: bold;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right .text-citace
					{
					font-style: italic;
					color: #F96611;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-right .zkratka
					{
					border-bottom: 1px dotted #A6A696;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right a
					{
					font-weight: bold;
					color: #F96611;
					text-decoration: underline;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right a:hover
					{
					text-decoration: none;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-right a:visited
					{
					color: #3A3A3A;					
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right .jina-verze
					{
					font-weight: bold;
					background-color: #A6A696;
					color: #ffffff;
					text-decoration: none;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right .jina-verze:hover
					{
					font-weight: bold;
					background-color: #F96611;
					color: #ffffff;
					text-decoration: none;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-right .odsazeny-text-normal
					{
					margin-left: 35px;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right .odsazeny-text-zvyrazneny
					{
					font-weight: bold;
					margin-left: 35px;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right h3
					{
					color: #F96611;
					font-size: 1.1em;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right h4
					{
					color: #F96611;
					font-size: 1em;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-right thead th
					{
					background-color: #F96611;
					color: #FFFFFF;
					padding:2px 10px;
					font-weight: normal;
					text-align: left;
					border-right: 1px solid #ffffff;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right table
					{
					border-collapse: collapse;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-right tbody .one-tr
					{
					background-color: #A6A696;					
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right tbody .two-tr
					{
					background-color: #C5C5BB;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right tbody .one-tr-table
					{
					background-color: #ffffff;					
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right tbody .two-tr-table
					{
					background-color: #FBFAFA;					
					}	
					
					
					
				#page .obsah #obsahova-cast .obsahova-cast-right tbody td
					{
					color:#000000;
					text-align: left;
					padding:2px 10px;
					border-right: 1px solid #ffffff;
					}
	
				#page .obsah #obsahova-cast .obsahova-cast-right tfoot td
					{
					background-color: #A6A696;
					color:#ffffff;
					text-align: left;
					padding:2px 10px;
					font-weight: bold;
					border-right: 1px solid #ffffff;
					}
		
/* nastylovani obsahove prave casti v obsahu - end */

/* nastylovani prave casti kde je menu v pravo - start */
			#page .obsah #obsahova-cast .obsahova-cast-right-one
				{
				visibility: hidden;
				float: none;
				font-size: 1px;
				height: 1px;
				}
				
				#page .obsah #obsahova-cast .obsahova-cast-right-one ul
					{
					padding-top: 50px;
					list-style-type: none;
					text-align: center;
					}
					
					#page .obsah #obsahova-cast .obsahova-cast-right-one ul li
						{
						margin: 0 auto;
						width: 0px;						
						}
					
					#page .obsah #obsahova-cast .obsahova-cast-right-one ul li a
						{
						display: block;
						background-image: url('../img/prave-menu-off.gif');
						background-repeat: no-repeat;
						padding: 0px 0px;
						color: #FFFFFF;
						height: 0px;
						text-align: center;
						text-decoration: none;
						}
					
					#page .obsah #obsahova-cast .obsahova-cast-right-one .bez-sipky
						{
						display: block;
						background-image: url('../img/prave-menu-off.gif');
						background-repeat: no-repeat;
						padding: 0px 0px;
						color: #FFFFFF;
						height: 0px;
						text-align: center;
						text-decoration: none;
						margin-bottom: 0px;
						}
						
					#page .obsah #obsahova-cast .obsahova-cast-right-one ul li a:hover
						{
						display: block;
						background-image: url('../img/prave-menu-on.gif');
						background-repeat: no-repeat;
						padding: 8px 0px;
						color: #FFFFFF;
						text-align: center;
						text-decoration: none;
						}					
				

/* nastylovani prave casti kde je menu v pravo - end */

/* nastylovani leve casti kde je menu v pravo - start */
			#page .obsah #obsahova-cast .obsahova-cast-left-one
				{
				overflow: visible;
				float: none;				
				width: 100%;
				margin: 0;
				padding: 0;
				font-weight: normal;
				}
				
				#page .obsah #obsahova-cast .obsahova-cast-left-one h1
					{
					color: #A6A696;
					font-size: 1.9em;
					padding-top: 10px;
					padding-bottom: 10px;
					font-weight: normal;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-left-one .perex
					{
					color: #A6A696;
					font-size: 1em;
					font-weight: normal;
					margin-bottom: 15px;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-left-one p
					{
					color: #A6A696;
					font-size: 1em;
					font-weight: normal;
					margin-bottom: 15px;
					}

/* nastylovani leve casti kde je menu v pravo - end */
					
/* nastylovani obsahove casti v obsahu - end */			
		
/* nastylovani obsahove casti - end */

/* reference - start */
	#page .obsah #obsahova-cast .obsahova-cast-reference h1
		{
		color:  #A6A696;
		font-size: 1.9em;
		padding-top: 25px;
		font-weight: normal;
		}
		
	#reference .seleft-form
		{
		visibility: hidden
		}
		
		#reference .seleft-form .select
			{
			color: #999999;		
			width: 180px;
			}
			
	#reference .text-form
		{
		color: #A6A696;
		font-size: 0.9em;
		padding-bottom: 3px;
		}
		
	#reference .buttom-form
		{
		visibility: hidden;
		}
	
	#reference table th
		{
		text-align: left;
		color: #ffffff;
		background-color: #A6A696;
		font-size: 0.95em;
		padding: 5px 0px;
		padding-left: 10px;
		}
	
	#reference table td
		{
		text-align: left;
		color: #ffffff;
		font-size: 0.95em;
		padding: 6px 0px;
		padding-left: 10px;
		}
		
	#reference .strankovani-list
			{
			/*visibility: hidden;*/
			margin-bottom: 10px;
			margin-top: -150px;
			}
			
			#reference .strankovani-list a
			{
			color: #A6A696;
			font-size: 0.95em;
			text-decoration: none;
			}
			
			#reference .strankovani-list a:hover
			{
			color: #F96611;
			}
			
			#reference .strankovani-list span
			{
			font-size: 0.95em;
			color: #F96611;
			}
/* reference -end */
/* kontakty - start */
	.kontakt-nadpis
		{
		color: #A6A696;
		font-size: 1.9em;
		margin-top: 50px;
		margin-bottom: 10px;
		font-weight: bold;
		}
/* kontakty - end */
