p{
	text-indent: 3em;
	margin: 1em 15px 0em 40px;
	line-height: 1.5em;
}
h2{
	margin: 1.5em 0 0.5em 10px;
	padding:0;
	font-size: 1.7em;
	text-indent: 0;
	font-weight: bold;
	color: #CC3300;
}
h3{
	margin: 1.5em 0em 0em 20px;
	font-size: 1.5em;
	font-weight: bold;
	text-indent: 0;
	color: #006A9D;
}
a{
	color:#CC3300;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color: #660000;
	/*text-decoration:none;*/
}
a:visited{
	color: #660000;
}
strong{
	color: #006A9D;
}
	
.continue{ /* odkazy pod textem nabizejici dalsi stranku pro pokracovani */
	text-align:right;
	margin: 1em 50px 1em 40px;
	padding: 0 40px 0 0;
}
	.continue a{
		padding: 0 0 0 15px;
		background-image:url(../img/acheta-blue/sipka.gif);
		background-repeat:no-repeat;
		background-position: left center;
		font-weight:bold;
	}
	.continue a:hover{
		color:#660000;
	}
	
p.imgp{ /* specialni odstavec pro zobrazeni nahledu obrazku ve fotogalerii */
	text-indent: 0px;
	text-align:right;
	margin: 1em 0px 1em 10px;
}
	p.imgp img{
		border: 2px solid black;
		margin: 1px;
	}

.f-left{ /* trida pro plovouci prvky vlevo*/
	float:left;
	margin: 5px 10px 5px 7px;
}
.center{ /* trida pro zarovnani nastred */
	text-align:center;
	text-indent:0;
	margin:10px;
}
.noborder{
	border: none 0px;
}
ul, ol{ /* formátování seznamů v textu */
	list-style:none;
	margin: 1em 15px 1em 40px;
	line-height: 1.4em;
}
ul ul, ol ol{
	margin: 0em 15px 0em 20px;
}
	li{
		margin:0;
	}
		.bull{
			list-style:inside disc;
		}
		.num{
			list-style:inside decimal;
		}

/* POSTRANNI SLOUPEK V TEXTU NAPRAVO */
		
#sloupek{
	float: right;
	width: 300px;
	margin-top:1em;
	font-size: 0.9em;
	background-repeat:repeat-y;
}

	#obal{ /*vnitrek sloupku*/
		padding: 0 2px 0 0;
	}
	.sloupek_head h3{
		background-color:#CC3300;
		background-image:url(../img/acheta-blue/sloupek-sipka.gif);
		background-repeat:no-repeat;
		color:white;
		text-indent:0;
		margin:0 0 0 0;
		padding: 0 0 0 65px;
		height: 37px;
		line-height: 37px;
		font-size: 1em;
		font-weight:normal;
		font-variant:small-caps;
		text-align:left;
	}
	.sloupek_item{
		background-color:#FFFFFF;
		border: 2px solid #800101;
		border-style: none none none solid;
		padding: 10px 5px 15px 10px;
		margin: 0 0 1em 0;
	}
	.sloupek_item p{
		line-height: 1.4em;
		margin: 0 0 0.5em 0;
		text-indent: 0;
	}
	.sloupek_item a{
		color: #CC3300;
		font-weight: bold;
	}
	.sloupek_item a:hover{
	color: #660000;
	/*text-decoration:none;*/
	}
	.sloupek_item a:visited{
		color: #660000;
	}


		
/* SPECIAL */

/*loga*/
#ukazka-log{
	margin:0;
}
.cleared{ /*reference na weby, aby dalsi text zacinal az pod nahledovym obrazkem predchoziho odstavce*/
		display:table;
		width: 100%;
	}