body {
	margin: 0px;
	padding: 0px;
	background-color: #ee8f24;
	background-image: URL('./pod-body-leto.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS CE", "Trebuchet MS", Trebuchet MS, "Verdana CE", Verdana, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0e5182;
	color: #d26919;
	color: #ea8a22;
	text-align: center;
}



/* >>>>>>>>>> PRETYPOVANI TAGU >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
a {
	color: #7a2500;
}

a:hover {
	color: #ea8a22;
	text-decoration: none;
}

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');
}

h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 1.8em;
	font-weight: bold;
	color: #7a2500;
}


h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #7a2500;
}
/* <<<<<<<<<< PRETYPOVANI TAGU <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */





/* >>>>>>>>>> ROZVRZENI STRANEK >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#body-in {
/*
	background-image: URL('./pod-body-in.jpg');
	background-position: center top;
	background-repeat: no-repeat; */
}

#str {
	width: 770px;
	margin: auto;
	text-align: left;
	position: relative;
}

	#str-hlavicka {
		height: 170px;
		background-image: URL('./pod-hlavicka-leto.jpg');
		background-position: 144px 7px;
		background-repeat: no-repeat;
	}
	
		#str-hlavicka h1 {
			display: block;
			margin: 0px;
			padding: 0px;
			width: 130px;
			height: 119px;
			background-image: URL('./logo-schneeberg-leto.gif');
			background-position: left top;
			background-repeat: no-repeat;
			font-size: 5px;
			position: absolute;
			left: 10px;
			top: 10px;
		}
		
			#str-hlavicka h1 a {
				display: block;
				height: 119px;
				text-decoration: none;
			}
			
				#str-hlavicka h1 a strong {
					display: none;
					visibility: hidden;
				}
				
	#hlavicka-lang {
		width: 200px;
		height: 20px;
		position: absolute;
		left: 585px;
		top: 116px;
	}
	
		#hlavicka-lang ul {
			margin: 0px;
			padding: 0px;
		}
		
			#hlavicka-lang ul li {
				display: inline;
				list-style: none;
				list-style-type: none;
				border-right: 1px solid #7a2500;
			}
			
			#hlavicka-lang ul li.de {
				border: 0px;
			}
			
				#hlavicka-lang ul li a {
					color: #7a2500;
					text-decoration: none;
				}
				
				#hlavicka-lang ul li a:hover, #hlavicka-lang ul li em {
					color: #fff;
				}
				
					#hlavicka-lang ul li a strong, #hlavicka-lang ul li em {
						font-style: normal;
						padding: 2px;
						padding-left: 6px;
						padding-right: 10px;
					}
					
	#hlavicka-menu {
		height: 35px;
		position: absolute;
		left: 0px;
		top: 135px;
		padding-left: 1px;
		padding-right: 1px;
		background-color: #fff;
	}
	
		#hlavicka-menu ul {
			margin: 0px;
			padding: 0px;
		}
		
			#hlavicka-menu ul li {
				display: block;
				width: 96px;
				height: 35px;
				float: left;
				background-image: URL('./pod-menu-li-leto.gif');
				background-position: left top;
				background-repeat: no-repeat;
				text-align: center;
			}
			
				#hlavicka-menu ul li a, #hlavicka-menu ul li em {
					display: block;
					height: 35px;
					color: #fff;
					text-decoration: none;
					font-style: normal;
				}
				
				#hlavicka-menu ul li a:hover, #hlavicka-menu ul li em {
					background-image: URL('./pod-menu-li-aktiv-leto.gif');
					background-position: left top;
					background-repeat: no-repeat;
				}
				
					#hlavicka-menu ul li strong {
						display: block;
						padding: 5px;
						padding-top: 7px;
					}
					
	#str-stat {
		background-color: #fff;
		/*
		background-image: URL('./pod-paticka.gif');
		background-position: left bottom;
		background-repeat: no-repeat;
		*/
		text-align: justify;
		font-size: 0.9em;
		padding-bottom: 50px;
	}
	
		#str-stat-in {
			padding: 20px;
		}
		
			#str-stat-in strong {
				color: #c35b2e;
				font-weight: bold;
			}
		
			#sloupce {
				/* nic */
			}
			
				#sloupce-sl1 {
					width: 350px;
					float: left;
				}
			
				#sloupce-sl2 {
					width: 350px;
					float: right;
				}
				
				#sloupce-reset {
					height: 1px;
					font-size: 1px;
					clear: both;
				}
		
	#str-paticka {
		position: relative;
		height: 30px;
		margin-top: 3px;
		padding-left: 20px;
		font-size: 0.8em;
		font-family: "Arial CE", Arial, Helvetica, sans-serif;
		color: #7a2500;
	}
	
		#paticka-hory {
			display: block;
			width: 770px;
			height: 90px;
			background-image: URL('./pod-paticka-leto.gif');
			background-position: left top;
			background-repeat: no-repeat;
			position: absolute;
			left: 0px;
			top: -90px;
		}
/* <<<<<<<<<< ROZVRZENI STRANEK <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */





/* >>>>>>>>>> OSTATNI NASTAVENI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.nevid {
	display: none;
	visibility: hidden;
}

ul li {
	list-style-image: URL('./odr-01-leto.gif');
	margin-bottom: 5px;
	text-align: left;
}

.zvyraz {
	text-align: left;
	border: 1px solid #7a2500;
	padding: 6px;
	background-color: #ffe5da;
}

	.zvyraz h3 {
		margin-top: 0px;
	}
	
	.zvyraz a {
		text-decoration: none;
	}
/* <<<<<<<<<< OSTATNI NASTAVENI <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */






