/* CSS Document */
body
	{
	background-color: #A6A696;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	}
	
#page
	{
	width: 785px;
	margin: 0 auto;
	text-align: left;
	}
	
a
	{
	font-weight: bold;
	color: #A6A696;
	text-decoration: underline;
	}
				
a:hover
	{
	color: #F96611;
	text-decoration: none;
	}
	
/* nastylovani podkladu - start */
	#page .podklad-horni
		{
		background-image: url('../img/podklad-horni.gif');
		background-position: center top;
		background-repeat: no-repeat;
		width: 785px;
		height: 20px;
		position: relative;
		}
		
		#page .horni-text
			{
			display: none;
			}
			
			#page .print-verze
				{				
				display: none;
				}	
			
	#page .podklad-stred
		{
		background-image: url('../img/podklad-stred.gif');
		background-position: center top;
		background-repeat: repeat-y;
		width: 785px;
		padding-top: 8px;
		}
		
	#page .podklad-dolni
		{
		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: 730px;
		margin-left: 24px;
		background-color: #ffffff;
		position: relative;
		}

		#page .obsah .odkaz-na-titulku
			{
			position: absolute;
			top: 21px;
			left: 11px;
			width: 190px;
			height: 75px;
			}
		
		#page .obsah .obr-head
			{
			background: #fff url('../img/obr-head.gif') center top no-repeat;
			width: 730px;
			height: 116px;
			padding-bottom: 30px;
			}
		
		#page .obsah .velky-obr
			{
			width: 730px;
			height: 324px;
			padding-bottom: 15px;
			_padding-bottom: 12px;
			padding-top: 13px;
			}
		
/* nastylovani paticky v obsahove casti - start */	
		#page .obsah #paticka
			{
			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
					{
					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
					{
					visibility: hidden;
					display: none;
					}
/* 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: 680px; /*250*/
				padding: 15px 0px;
				margin-left: 25px; /*365*/
				font-size:75%;
				/*letter-spacing:1px;
				line-height:170%;*/
				}				
				
				#page .obsah #text .popis p
					{
					color: #FFFFFF;
					font-size: 1.25em;
					padding: 10px 0px;
					}
/* nastylovani textu v obsahove casti - end */
	
/* nastylovani menu v obsahove casti - end */
		#page .obsah #menu
			{
			position: absolute;
			top: 116px;
			left: 0px;
			width: 100%;
			overflow: hidden;
			height: 30px;
			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;
						font-weight: bold;
						}
						
						#page .obsah #menu ul li a span
							{
							display: block;
							cursor: pointer;
							text-align: center;														
							padding: 7px 0px;
							width: 121.5px;
							}
							
							#page .obsah #menu ul li.last
								{								
								_width: 125px;
								}
							
							#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, #page .obsah #menu .active
						{
						background-color: #F96611;
						}
				
/* nastylovani menu v obsahove casti - end */

/* nastylovani obsahove casti v obsahu - start */
		#page .obsah #obsahova-cast	
			{
			margin-top: 2px;
			margin-bottom: 20px;
			}	
			
/* nastylovani obsahove leve casti v obsahu - start */			
			#page .obsah #obsahova-cast .obsahova-cast-left
				{
				float: left;
				width: 245px;
				}
				
				#page .obsah #obsahova-cast h1
					{
					color: #A6A696;
					font-size: 1.9em;
					padding-top: 50px;
					padding-left: 33px;
					padding-bottom: 26px;
					font-weight: normal;
					}
				
				#page .obsah #obsahova-cast .velky-nadpis
					{						
					position: absolute;
					top: 147px;					
					left: 4px;
					/*_left: 0px;*/
					color: #A6A696;
					font-size: 1.9em;
					font-weight: bold;
					width: 201px;
					z-index: 20;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-left div
					{
					height: 110px;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-left ul
					{
					list-style-type: none;
					font-size: 1em;
					padding-left: 37px;
					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, #page .obsah #obsahova-cast .obsahova-cast-left ul li #active
						{
						color: #F96611;						
						}
/* nastylovani obsahove leve casti v obsahu - end */

/* nastylovani obsahove prave casti v obsahu - start */	
			#page .obsah #obsahova-cast .obsahova-cast-right
				{
				overflow: hidden;
				margin-top: 60px;
				float: right;
				width: 425px;
				padding-right: 35px;								
				}
				
				#page .obsah #obsahova-cast .obsahova-cast-right a
					{
					font-weight: bold;
					color: #A6A696;
					text-decoration: underline;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right a:hover
					{
					color: #F96611;
					text-decoration: 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
						{
						background: #fff url('../img/sipka-ul.gif') left center no-repeat;
						}
				
				#page .obsah #obsahova-cast .obsahova-cast-right ol
					{					
					color: #A6A696;
					font-size: 1em;
					margin-bottom: 15px;
					margin-left: 18px;
					_margin-left: 23px;
					font-weight: normal;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-right .preformatovany-text
					{
					font-family: courier,monospace;
					color:#000000;
					font-size: 0.9em;
					}	
				#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 .odkazy a
					{
					font-weight: bold;
					color: #A6A696;
					text-decoration: underline;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right .odkazy a:hover
					{
					color: #F96611;
					text-decoration: none;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-right .odkazy .jina-verze
					{
					font-weight: bold;
					background-color: #A6A696;
					color: #ffffff;
					text-decoration: none;
					}
				
				#page .obsah #obsahova-cast .obsahova-cast-right .odkazy .jina-verze:hover
					{
					font-weight: bold;
					background-color: #F96611;
					color: #ffffff;
					text-decoration: none;
					}
				/*	
				#page .obsah #obsahova-cast .obsahova-cast-right .odkazy a:visited
					{
					color: #3A3A3A;					
					}
				*/
				#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
				{
				float: right;
				width: 308px;
				margin-right: 12px;
				_margin-right: 8px;
				}
				
				#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: 278px;						
						}
					
					#page .obsah #obsahova-cast .obsahova-cast-right-one ul li .sipka
						{
						display: block;
						background-image: url('../img/prave-menu-off.gif');
						background-repeat: no-repeat;
						padding: 8px 0px;
						color: #FFFFFF;
						height: 45px;
						text-align: center;
						text-decoration: none;
						}
					
					#page .obsah #obsahova-cast .obsahova-cast-right-one ul li .bez-sipka
						{
						display: block;
						background-image: url('../img/prave-menu-off.gif');
						background-repeat: no-repeat;
						padding: 8px 0px;
						color: #FFFFFF;
						height: 16px;
						text-align: center;
						text-decoration: none;
						margin-bottom: 29px;
						}
						
					#page .obsah #obsahova-cast .obsahova-cast-right-one ul li a:hover, #page .obsah #obsahova-cast .obsahova-cast-right-one ul li #active
						{
						background-image: url('../img/prave-menu-on.gif');
						}					
/* 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:hidden;
				float: left;
				width: 359px;				
				margin-left: 38px;
				_margin-left: 20px;
				}
			
			#page .obsah #obsahova-cast .obsahova-cast-cela
				{				
				
				}
				#page .obsah #obsahova-cast .obsahova-cast-cela h1 {
					padding: 0 33px;
				}
				#page .obsah #obsahova-cast .obsahova-cast-cela .obsahova-cast-obsah {
					padding: 0 30px;
				}
				#page .obsah #obsahova-cast .obsahova-cast-cela .obsahova-cast-obsah .wysiwyg table td {
					padding: 0;
				}
				
				
			#page .obsah #obsahova-cast .obsahova-cast-reference
				{
				width: 100%;				
				padding-left: 0px;
				}
				
				#page .obsah #obsahova-cast .obsahova-cast-cela h1
					{
					color: #A6A696;
					font-size: 1.9em;
					margin-top: 50px;
					margin-bottom: 10px;
					font-weight: normal;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-left-one h1
					{
					color: #A6A696;
					font-size: 1.9em;
					margin-top: 0px;
					margin-left: -34px;
					margin-bottom: 10px;
					font-weight: normal;					
					}
					
				.kontakt-nadpis
					{
					color: #A6A696;
					font-size: 1.9em;
					margin-top: 50px;
					margin-bottom: 10px;
					font-weight: bold;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-reference h1
					{
					color: #A6A696;
					font-size: 1.9em;
					padding-top: 50px;
					padding-bottom: 10px;
					font-weight: normal;
					padding-left: 37px;
					padding-right: 20px;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-left-one .perex, #page .obsah #obsahova-cast .obsahova-cast-cela .perex
					{
					color: #A6A696;
					font-size: 1em;
					font-weight: bold;
					margin-bottom: 15px;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-reference .perex
					{
					color: #A6A696;
					font-size: 1em;
					font-weight: bold;
					margin-bottom: 15px;
					padding-left: 7px;
					padding-right: 7px;
					}
					
				#page .obsah #obsahova-cast .obsahova-cast-left-one p, #page .obsah #obsahova-cast .obsahova-cast-cela p
					{
					color: #A6A696;
					font-size: 1em;
					font-weight: normal;
					margin-bottom: 15px;
					}
					
					#page .obsah #obsahova-cast .obsahova-cast-left-one ol
						{
						_margin-left: 25px;
						}
					
				#page .obsah #obsahova-cast .obsahova-cast-reference p
					{
					color: #A6A696;
					font-size: 1em;
					font-weight: normal;
					margin-bottom: 15px;
					padding-left: 30px;
					padding-right: 15px;
					}
/* nastylovani leve casti kde je menu v pravo - end */
					
/* nastylovani obsahove casti v obsahu - end */			
		
/* nastylovani obsahove casti - end */
