/*==============================*/
/* Rozmisteni prvku 
- PREZENTACE - class */
/*==============================*/ 

/*==============================*/
.e-prezentace {  }
/* 1-8 v grafika.css */ /* 9 */
.e-prezentace .e-okraj {  }
/* 10 */
.e-prezentace .e-ram {  }
/* 11 */
.e-prezentace .e-padd {  }
/* 12 */
.e-prezentace .e-obsah {
		width : 100%;
}
/*==============================*/

/*==============================*/
.e-prezentace p {
	text-align : justify;
	text-indent : 3em;
	/*margin-top : 7px;*/
}
.e-prezentace h4 {
	padding : 9px;
}/*==============================*/

/*==============================*/
.e-prezentace img {
	border : 1px solid #777777;
}
.e-prezentace .imgram {
	/*width : 100%;*/
	/*width : auto;*/
	border : 1px solid #888888;
	background-color : #E5F5FF;
	text-align : center;
}
.e-prezentace .imgarea {
	display : block;
	padding : 5px 5px 0px 5px;
}
.imgram a {
	display : block;
	width : 100%;
	/*background-color : #FF9933;*/
}
.imgram a:hover {
	/*background-color : #FF9933;*/
}
.imgram h6 {
	padding : 0px 4px 4px 4px;
	/*background-color : #FFEEAA;*/
	font-size : 0.55em;
	/*font-family : Arial, Helvetica, sans-serif;*/
}
/*==============================*/

/*==============================*/
.e-prezentace .imgbox-l {
	float : left;
	clear : left;
	width : 236px;
}
.e-prezentace .imgpadd-l {
	width : auto;
	padding : 5px 10px 5px 0px;
}

/*==============================*/

/*==============================*/
.e-prezentace .imgbox-p {
	float : right;
	clear : right;
	width : 236px;
}
.e-prezentace .imgpadd-p {
	width : auto;
	padding : 5px 0px 5px 10px;
}
/*==============================*/

/*==============================*/
.e-prezentace .imgbox-c {
	width : 100%;
	clear : both;
	text-align : center;
}
.e-prezentace .imgpadd-c {
	width : 180px;
	margin-left : auto;
	margin-right : auto;
	padding : 10px 0px;
}
/*==============================*/

/*==============================*/
.e-prezentace .imgbox {
	float : left;
	width : 182px;
}
.e-prezentace .imgpadd {
	width : auto;
	padding : 10px;
}
/*==============================*/
