body {
	margin: 0px;
	padding: 0px;
	background-color: #f8fcfe;
	background-image: URL('./pod-body.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	font-family: "Arial CE", Arial, "Tahoma CE", Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #7a8b9b;
	position: absolute;
}


/* >>>>>>>>>> PRETYPOVANI TAGU >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
a {
	color: #62baf5;
	text-decoration: underline;
}

a:hover {
	color: #7a8b9b;
}

a.a2 {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

h2 {
	margin-top: 42px;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
	color: #62baf5;
}

h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}

h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	color: #62baf5;
	background-image: URL('./pod-h4.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}
/* <<<<<<<<<< PRETYPOVANI TAGU <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>> ROZVRZENI STRANEK >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#str {
	width: 1000px;
	background-image: URL('./pod-str.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	position: relative;
}

	#str-in {
		width: 950px;
		margin-left: 50px;
		background-image: URL('./pod-str-in.jpg');
		background-position: right top;
		background-repeat: no-repeat;
	}
	
		#str-menu {
			width: 258px;
			float: left;
			background-image: URL('./pod-menu.jpg');
			background-position: left top;
			background-repeat: repeat-y;
		}
		
			#str-menu-in {
				background-image: URL('./pod-menu-in.jpg');
				background-position: left top;
				background-repeat: no-repeat;
				padding-top: 285px;
				padding-bottom: 150px;
			}
			
			#str-menu-in ul {
				margin: 0px;
				padding: 0px;
			}
			
				#str-menu ul li {
					display: block;
					list-style: none;
					list-style-type: none;
					width: 200px;
					/*height: 23px;*/
					margin-left: 30px;
					background-image: URL('./pod-menu-li.gif');
					background-position: left bottom;
					background-repeat: repeat-x;
				}
				
					#str-menu ul li a {
						display: block;
						height: 23px;
						color: #6f8294;
						text-decoration: none;
					}
					
					#str-menu ul li a:hover {
						color: #62baf5;
					}
					
					#str-menu ul li em {
						display: block;
						height: 23px;
						font-style: normal;
						color: #62baf5;
					}

						#str-menu ul li strong {
							display: block;
							padding-top: 5px;
							font-weight: bold;
						}
						
					#str-menu ul li ul li {
						margin-left: 10px;
						width: 170px;
					}

						#str-menu ul li ul li strong {
							font-weight: normal;
						}

						#str-menu ul li ul li ul li {
							margin-left: 10px;
							width: 160px;
							font-size: 0.9em;
						}
						
			#str-menu-pod {
				display: block;
				height: 17px;
				background-image: URL('./pod-menu-pod.jpg');
				background-position: left top;
				background-repeat: no-repeat;
			}
		
		#str-stat {
			width: 650px;
			float: right;
			margin-right: 40px;
		}
		
			#str-stat-hlavicka {
				height: 160px;
				background-image: URL('./linka.gif');
				background-position: 0px 150px;
				background-repeat: repeat-x;
			}
			
			#str-stat-in {
				margin-left: 20px;
			}
			
			#str-stat-txt {
				text-align: justify;
				line-height: 150%;
			}
			
			.str-box {
				width: 650px;
				background-color: #c9e7fa;
				background-image: URL('./pod-box.gif');
				background-position: left top;
				background-repeat: repeat-y;
				margin-bottom: 100px;
			}
			
				.str-box-top {
					display: block;
					font-size: 1px;
					height: 12px;
					background-image: URL('./pod-box-top.gif');
					background-position: left top;
					background-repeat: no-repeat;
				}
				
				.str-box-bg {
					background-image: URL('./pod-box-bg.jpg');
					background-position: left top;
					background-repeat: no-repeat;
					padding-top: 10px;
					padding-bottom: 10px;
				}
				
					.str-box-in {
						margin-left: 22px;
						margin-right: 22px;
						color: #6e9dc9;
						color: #5081af;
						text-align: justify;
					}

				.str-box-bot {
					display: block;
					font-size: 1px;
					height: 12px;
					background-image: URL('./pod-box-bot.gif');
					background-position: left top;
					background-repeat: no-repeat;
				}


		#str-hlavicka {
			width: 500px;
			height: 160px;
			position: absolute;
			left: 360px;
			top: 0px;
		}
		
			#str-hlavicka h1 {
				margin: 0px;
				padding: 0px;
				width: 464px;
				height: 97px;
				background-image: URL('./nap-imunitni-system.jpg');
				background-position: left top;
				background-repeat: no-repeat;
				position: absolute;
				left: 0px;
				top: 63px;
			}
			
				#str-hlavicka h1 a {
					display: block;
					height: 97px;
				}
				
					#str-hlavicka h1 a strong {
						display: none;
						visibility: hidden;
					}
		
		#str-reset {
			font-size: 1px;
			height: 1px;
			clear: both;
		}

/* <<<<<<<<<< ROZVRZENI STRANEK <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>> OSTATNI NASTAVENI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.nevid {
	display: none;
	visibility: hidden;
}

ul.odr1, ul.odr1b {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

	ul.odr1 li, ul.odr1b li {
		margin-bottom: 5px;
		list-style-image: URL('./odr-01.gif');
	}
	
	ul.odr1b li {
		margin-bottom: 10px;
		font-size: 1.3em;
	}
/* <<<<<<<<<< OSTATNI NASTAVENI <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


