html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #02b9d9;
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, "Tahoma CE", Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #3f3f3f;
	text-align: center;
}

#prechod {
	width: 100%;
	height: 305px;
	background-image: URL('./pod-prechod.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}


/* >>>>>>>>>> PRETYPOVANI TAGU >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
table {
	font-size: 1.0em;
	margin: auto;
	text-align: left;
}

	table td {
		padding-left: 5px;
		padding-right: 5px;
	}

a {
	color: #3f3f3f;
	text-decoration: underline; 
}	

a:hover {
	color: #005b82;
	text-decoration: none;
}
	
h2 {
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 2.2em;
	color: #005b82;
	text-align: left;
}

h3 {
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.6em;
	color: #359999;
	text-align: left;
	/* nove po komentarich */
	color: #005b82;
	font-size: 1.3em;
	margin-bottom: 5px;
}


h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1.3em;
	color: #005b82;
}

h6 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	border-bottom: 1px solid #005b82;
}

form {
	width: 550px;
	border: 1px solid #02b9d9;
	background-color: #d7e5f2;
	padding: 20px;
	margin-left: 50px;
	text-align: center;
}

	fieldset, a img {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
strong {
	color: #000;
}
/* <<<<<<<<<< PRETYPOVANI TAGU <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>> ROZVRZENI STRANEK >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#str {
	width: 786px;
	
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -393px;
	/*
	margin: auto;*/
	text-align: left;
}

	#str-in {
		background-image: URL('./pod-str-in.png');
		background-position: left top;
		background-repeat: repeat-y;	
	}

	#str-hlavicka {
		height: 305px;
		background-image: URL('./pod-hlavicka.jpg');
		background-position: left top;
		background-repeat: no-repeat;
		position: relative;
	}
		
		#str-hlavicka h1 {
			display: block;
			margin: 0px;
			padding: 0px;
			width: 259px;
			height: 104px;
			font-size: 10px;
			background-image: URL('./logo-listerine.gif');
			background-position: left top;
			background-repeat: no-repeat;
			position: absolute;
			left: 114px;
			top: 78px;
		}
		
			#str-hlavicka h1 a {
				display: block;
				height: 104px;
			}
			
				#str-hlavicka h1 a strong {
					display: none;
					visibility: hidden;
				}
				
		#str-hlavicka-id {
			margin-right: 8px;
			height: 305px;
			background-image: URL('./pod-hlavicka-in.jpg');
			background-position: right 41px;
			background-repeat: no-repeat;
		}
		
		#str-menu {
			width: 770px;
			height: 76px;
			background-image: URL('./pod-menu.jpg');
			background-position: left top;
			background-repeat: no-repeat;
			position: absolute;
			left: 8px;
			top: 230px;
		}
		
			#str-menu ul {
				margin: 0px;
				padding: 0px;
				width: 770px;
				height: 76px;
				position: relative;
			}
			
				#str-menu ul li {
					list-style: none;
					list-style-type: none;
					display: block;
					width: 76px;
					height: 76px;
					position: absolute;
					left: 0px;
					top: 0px;
					background-image: URL('./menu/odr-01.gif');
					background-position: 10px 10px;
					background-repeat: no-repeat;
				}
				
					#str-menu ul li.odr-01, #str-menu ul li.odr-01-aktiv { width: 78px; }
					#str-menu ul li.odr-02, #str-menu ul li.odr-02-aktiv { left: 80px; background-image: URL('./menu/odr-02.gif'); }
					#str-menu ul li.odr-03, #str-menu ul li.odr-03-aktiv { left: 158px; background-image: URL('./menu/odr-03.gif'); }
					#str-menu ul li.odr-04, #str-menu ul li.odr-04-aktiv { left: 236px; background-image: URL('./menu/odr-04.gif'); }
					#str-menu ul li.odr-05, #str-menu ul li.odr-05-aktiv { left: 314px; background-image: URL('./menu/odr-05.gif'); }
					#str-menu ul li.odr-06, #str-menu ul li.odr-06-aktiv { left: 392px; background-image: URL('./menu/odr-06.gif'); width: 92px; }
					#str-menu ul li.odr-07, #str-menu ul li.odr-07-aktiv { left: 608px; background-image: URL('./menu/odr-07.gif'); width: 82px; }
					#str-menu ul li.odr-08, #str-menu ul li.odr-08-aktiv { left: 694px; background-image: URL('./menu/odr-08.gif'); }

					
					#str-menu ul li a {
						display: block;
						height: 76px;
					}
					
					#str-menu ul li a:hover {
						background-image: URL('menu/aktiv-sipka.png');
						background-position: center 52px;
						background-repeat: no-repeat;
					}
					
						#str-menu ul li a strong {
							display: none;
							visibility: hidden;
						}
						
					#str-menu ul li em {
						display: block;
						height: 76px;
						background-image: URL('menu/aktiv-sipka.png');
						background-position: center 52px;
						background-repeat: no-repeat;						
					}
					
						#str-menu ul li em strong {
							display: none;
							visibility: hidden;
						}
	
	#str-stat {
		background-image: URL('./pod-str-in.png');
		background-position: left top;
		background-repeat: repeat-y;	
	}
	
		#str-stat-in, #str-stat-in-uvod {
			margin-left: 8px;
			margin-right: 8px;
			background-image: URL('./pod-stat.gif');
			background-position: left top;
			background-repeat: repeat-x;
			padding: 30px;
			padding-left: 60px;
			padding-right: 60px;
			text-align: justify;
		}
		 
		#str-stat-in-uvod { padding-left: 30px; }
		
	#str-paticka {
		height: 93px;
		background-image: URL('./pod-paticka.png');
		background-position: left top;
		background-repeat: no-repeat;
/*		font-family: "Verdana CE", Verdana, "Arial CE", Arial, Helvetica, sans-serif;
		font-size: 0.8em; */
		font-family: "Arial CE", Arial, "Tahoma CE", Tahoma;
		font-size: 11px;
		color: #7a91ae;
		color: #395476;
		position: relative;
	}
	
		#str-paticka a {
			color: #7a91ae;
			text-decoration: none;
		}
		
			#str-paticka a:hover {
				color: #005b84;
				text-decoration: underline;
			}
	
		#str-paticka .sl1 {
			width: 300px;
			height: 18px;
			position: absolute;
			left: 25px;
			top: 5px;
		}
		
		
		#str-paticka .sl2 {
			width: 430px;
			height: 18px;
			position: absolute;
			left: 330px;
			top: 5px;
			font-size: 11px;
			text-align: right;
		}
		
			#str-paticka .sl2 ul {
				margin: 0px;
				padding: 0px;
			}
			
				#str-paticka .sl2 ul li {
					list-style: none;
					list-style-type: none;
					display: inline;
					padding-left: 4px;
					padding-right: 2px;
					border-left: 1px solid #ccc;
				}
				
				#str-paticka .sl2 ul li.prgo {
					border: 0px;
				}
				
				#str-paticka .sl2 ul li strong {
					font-weight: normal;
					text-decoration: underline;
				}

		#str-paticka .sl3 {
			width: 60px;
			height: 18px;
			position: absolute;
			left: 695px;
			top: 5px;
			background-color: Aqua;
			display: none;
			visibility: hidden;
		}
		
		#str-paticka .radek2 {
			width: 740px;
			height: 15px;
			position: absolute;
			left: 25px;
			top: 22px;
			font-size: 10px;
			color: #777;
			text-align: center;
		}

/* <<<<<<<<<< ROZVRZENI STRANEK <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>> OSTATNI NASTAVENI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.nevid {
	display: none;
	visibility: hidden;
}

strong em {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.poznamka {
	font-family: "Verdana CE", Verdana, "Geneva CE", Geneva, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #777;
}

.zvyraz, .zvyraz strong {
	color: #005b84;
}

.odr1, .odr2 {
	padding-top: 0px;
	margin-top: 5px;
	text-align: left;
}

.odr1 li {
	list-style-image: URL('./odr1.gif');
	margin-top: 5px;
}

.odr2 li {
	list-style-image: URL('./odr2.gif');
	margin-top: 5px;
}
/* <<<<<<<<<< OSTATNI NASTAVENI <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
