body {
	margin: 0px;
	padding: 0px;
	background-color: #023b80;
	background-image: URL('./pod-body.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	/*font-family: "Calibri CE", Calibri, "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica", Helvetica, sans-serif;
	font-size: 0.8em;*/
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	text-align: center;
}

/* >>>>>>>>>> PRETYPOVANI TAGU >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
a {
	color: #233d82;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a.a-extstr {
	background-image: URL('./ico-externi-stranka.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 11px 0 0;
}

a.a-extstr:hover {
	background-image: URL('./ico-externi-stranka-hover.gif');
}

a.a2 {
	text-decoration: none;
}

h2 {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #233d82;
	text-align: left;
}

h3 {
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #233d82;
	text-align: left;
}

a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #aae0fa;
}

table {
	font-size: 1.0em;
	text-align: left;
}
/* <<<<<<<<<< PRETYPOVANI TAGU <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */





/* >>>>>>>>>> ROZVRZENI STRANEK >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#body-in {
	background-image: URL('./pod-body-in.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#str {
	width: 952px;
	margin: auto;
	text-align: left;
	position: relative;
}

	#str-hlavicka {
		height: 300px;
	}
	
		#str-hlavicka h1 {
			margin: 0px;
			padding: 0px;
			width: 184px;
			height: 58px;
			background-image: URL('./logo-rokytnice.gif');
			background-position: left top;
			background-repeat: no-repeat;
			font-size: 2px;
			position: absolute;
			left: -8px;
			top: 138px;
		}
		
			#str-hlavicka h1 a {
				display: block;
				height: 52px;
				text-decoration: none;
			}
			
				#str-hlavicka h1 a strong {
					display: none;
					visibility: hidden;
				}
								
		#hlav-menu {
			height: 51px;
			background-image: URL('./pod-hlav-menu.gif');
			background-position: left top;
			background-repeat: no-repeat;
		}
		
			#hlav-menu a {
				color: #a2dbf6;
			}
			
			#hlav-menu a:hover {
				color: #fff;
			}
		
			#hlav-menu span#odk-hlavni {
				display: block;
				width: 160px;
				height: 51px;
				position: absolute;
				left: 0px;
				top: 0px;
			}
			
				#hlav-menu span#odk-hlavni a {
					display: block;
					height: 51px;
					text-decoration: none;
				}
				
					#hlav-menu span#odk-hlavni a strong {
						display: block;
						margin-left: 20px;
						margin-top: 20px;
						font-weight: normal;
					}
		
		
			#hlav-menu ul {
				margin: 0px;
				padding: 0px;
				width: 707px;
				width: 777px;
				height: 50px;
				position: absolute;
				left: 177px;
				top: 0px;
			}
			
				#hlav-menu ul li {
					list-style: none;
					list-style-type: none;
					display: block;
					height: 50px;
					width: 137px;
					width: 110px;
					float: left;
					background-image: URL('./pod-hlav-menu-li.gif');
					background-position: left bottom;
					background-repeat: no-repeat;
					text-align: center;
					/*text-transform: uppercase; */
					font-size: 13px;
				}
				
					#hlav-menu ul li a, #hlav-menu ul li em {
						display: block;
						height: 50px;
						text-decoration: none;
					}
					
					#hlav-menu ul li em {
						font-style: normal;
						color: #fff;
					}
					
						#hlav-menu ul li strong {
							display: block;
							font-weight: normal;
							padding: 5px;
							padding-top: 15px;
							padding-bottom: 0px;
						}
												
						#hlav-menu ul li em strong {
							font-weight: bold;
						}
	
		
		#hlav-jazyky {
			width: 172px;
			height: 27px;
			position: absolute;
			left: 0px;
			top: 80px;
		}
		
			#hlav-jazyky ul {
				margin: 0px;
				padding: 0px;
			}
			
				#hlav-jazyky ul li {
					list-style: none;
					list-style-type: none;
					display: block;
					width: 39px;
					height: 27px;
					float: left;
					margin-right: 4px;
					background-color: #fff;
					background-image: URL('../vlajky/lang-cs.gif');
					background-position: 2px 2px;
					background-repeat: no-repeat;
				}
				
				#hlav-jazyky ul li.en { background-image: URL('../vlajky/lang-en.gif'); }
				#hlav-jazyky ul li.de { background-image: URL('../vlajky/lang-de.gif'); }
				#hlav-jazyky ul li.pl { background-image: URL('../vlajky/lang-pl.gif'); }
				
					#hlav-jazyky ul li a, #hlav-jazyky ul li em {
						display: block;
						width: 35px;
						height: 23px;
						text-decoration: none;
						border: 2px solid #fff;
					}
					
					#hlav-jazyky ul li a:hover, #hlav-jazyky ul li em {
						border: 2px solid #a2dbf6;
					}
					
						#hlav-jazyky ul li strong {
							display: none;
							visibility: hidden;
						}
	
		#hlav-webcam {
			width: 81px;
			height: 42px;
			font-size: 1px;
			background-image: URL('./pod-webcam.jpg');
			background-position: left top;
			background-repeat: no-repeat;
			position: absolute;
			left: 19px;
			top: 245px;
		}
		
			#hlav-webcam a {
				display: block;
				height: 42px;
				text-decoration: none;
			}
			
				#hlav-webcam a strong {
					display: none;
					visibility: hidden;
				}
	
	#hlav-prolinacka {
		width: 320px;
		height: 218px;
		position: absolute;
		left: 633px;
		top: 64px;
		/* border: 1px solid #fff; */
	}
	
	
	#str-stat {
		background-color: #fff;
		background-image: URL('./pod-stat.gif');
		background-position: left top;
		background-repeat: repeat-y;
	}
	
		#str-stat-in {
			background-image: URL('./pod-stat-nahore.gif');
			background-position: left top;
			background-repeat: no-repeat;
		}
	
		#stat-sl1 {
			width: 637px;
			float: left;
			/*border-right: 1px solid #aae0fa;*/
		}
		
			#stat-sl1-nadp {
				margin: 0px;
				padding: 0px;
				height: 38px;
				font-size: 14px;
				text-transform: uppercase;
				color: #fff;
				background-image: URL('./pod-stat-sl1-nadp.gif');
				background-position: left top;
				background-repeat: no-repeat;
			}
			
				#stat-sl1-nadp span {
					display: block;
					padding-left: 24px;
					padding-top: 12px;
				}
				
					#stat-sl1-nadp span strong {
						color: #009ddf;
					}
		
			#stat-menu {
				width: 160px;
				margin-left: 1px;
				float: left;
			}
			
				#stat-menu ul {
					margin: 0px;
					padding: 0px;
					margin-top: 10px;
					margin-bottom: 30px;
				}
				
					#stat-menu ul li {
						list-style: none;
						list-style-type: none;
						display: block;
						/*height: 20px; */
						border-bottom: 1px solid #a2dbf6;
						background-image: URL('./pod-stat-menu-li.gif');
						background-position: 23px 5px;
						background-repeat: no-repeat;
					}
					
						#stat-menu ul li a, #stat-menu ul li em,  #stat-menu ul li span {
							display: block;
							/*height: 20px; */
							text-decoration: none;
							color: #231f20;
						}
						
						#stat-menu ul li a:hover, #stat-menu ul li em,  #stat-menu ul li span {
							font-style: normal;
							color: #00aeef;
							background-image: URL('./pod-stat-menu-li-hover.gif');
							background-position: 23px 5px;
							background-repeat: no-repeat;
						}
						
						#stat-menu ul li span {
							color: #666;
							text-decoration: underline;
						}
						
							#stat-menu ul li strong {
								display: block;
								margin-left: 34px;
								padding-top: 3px;
								font-weight: normal;
							}
							
					#stat-menu ul li ul {
						margin-top: 5px;
						margin-bottom: 0px;
					}
					
						#stat-menu ul li ul li {
							margin-left: 15px;
							border-bottom: 0px;
						}
			
			#stat-stat {
				width: 443px;
				float: right;
				margin-right: 16px;
			}
			
				#stat-stat-in {
					text-align: justify;
				}
		
		#stat-sl2 {
			width: 313px;
			float: right;
			margin-right: 1px;
		}
		
			#stat-sl2-nadp {
				margin: 0px;
				padding: 0px;
				position: relative;
				margin-right: -1px;
				height: 38px;
				font-size: 14px;
				text-transform: uppercase;
				color: #fff;
				background-image: URL('./pod-stat-sl2-nadp.gif');
				background-position: right top;
				background-repeat: no-repeat;
			}
			
				#stat-sl2-nadp span {
					display: block;
					padding-left: 24px;
					padding-top: 12px;
				}
					
		
		.stat-reset {
			font-size: 1px;
			height: 1px;
			clear: both;
		}
	
		#str-stat-dole {
			display: block;
			font-size: 5px;
			height: 14px;
			background-image: URL('./pod-stat-dole.gif');
			background-position: left bottom;
			background-repeat: no-repeat;
		}
		

	
	
	#str-paticka {
		margin-bottom: 50px;
		height: 115px;
		background-image: URL('./pod-paticka.gif');
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	
		#str-paticka h5 {
			margin: 0px;
			padding: 0px;
			font-size: 1.0em;
			color: #a2dbf6;
		}
		
			#str-paticka h5 strong {
				display: block;
				padding-top: 6px;
				padding-left: 20px;
				font-weight: normal;
			}
			
		#pat-partneri {
			height: 90px;
		}
		
			#pat-partneri-in {
				padding-top: 8px;
				text-align: center;
			}
			
				#pat-partneri-in table {
					margin: auto;
				}

				#pat-partneri-in table tr td {
					text-align: center;
					vertical-align: middle;
				}
			
				#pat-partneri-in a img {
					border: 0px;
					border-left: 2px solid #fff;
					border-right: 2px solid #fff;
				}
		
		#pat-menu {
			font-size: 0.9em;
			text-align: center;
			color: #a2dbf6;
		}
		
			#pat-menu ul {
				margin: 0px;
				padding: 0px;
				display: inline;
			}
			
				#pat-menu ul li {
					list-style: none;
					list-style-type: none;
					display: inline;
					border-left: 1px solid #a2dbf6;
				}
				
					#pat-menu ul li strong {
						padding-left: 6px;
						padding-right: 5px;
						font-weight: normal;
					}
		
			#pat-menu a {
				color: #a2dbf6;
				text-decoration: none;
			}
			
			#pat-menu a:hover {
				color: #fff;
				text-decoration: none;
			}

/* <<<<<<<<<< ROZVRZENI STRANEK <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */





/* >>>>>>>>>> OSTATNI NASTAVENI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.nevid {
	display: none;
	visibility: hidden;
}

.doprava {
	float: right;
}

.doprava-text {
	text-align: right;
}

.doprostred {
	text-align: center;
}

.nahoru th, .nahoru td {
	vertical-align: top;
}

.poznamka {
	color: #888;
}

.noborder {
	border: 0px;
}

	.noborder img {
		border: 0px;
	}

ul {
	padding-left: 25px;
}

	ul li {
		list-style-image: URL('./pod-stat-menu-li.gif');
		margin-bottom: 3px;
		text-align: left;
	}

ol.cis1 li {
	font-weight: bold;
	color: #233d82;
	margin-bottom: 2px;
	border-bottom: 1px solid #a2dbf6;;
	text-align: left;
}

ol.cis1 li ul li {
 border-bottom: 0px;
}

	ol.cis1 li span{
		font-weight: normal;
		color: #000;
	}
	
div.sloupce {
	/* nic */
}

	div.sloupce-sl1 {
		width: 48%;
		float: left;
	}
	
	div.sloupce-sl2 {
		width: 48%;
		float: right;
	}
	
	div.sloupce-reset {
		font-size: 1px;
		height: 1px;
		clear: both;
	}
/* <<<<<<<<<< OSTATNI NASTAVENI <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

