/* BASE */

.center {
	text-align: center;
	margin: 0 auto;
}

p {
	padding-bottom: 10px;
	text-align: justify;
}

.myHr {
	background-color: #1DA9CD;
	height: 1px;
	padding-top: 1px;
	margin-bottom: 5px;
	font-size: 0px;
}

.img-v-textu {
	float: left;
	padding: 10px;
}

.img-v-textu-left {
	float: left;
	padding: 10px;
}

.img-v-textu-right {
	float: right;
	padding: 10px;
}

.infotext {
	font-size: 22px;
	/*color: green;*/
}

.half-size {
	width: 50%;
	height: 50%;
}

.icon-acc {
	width: 48px; height: 48px;
	background: url('../img_des/acc.png') top no-repeat;
	display: inline;
}

img {
	padding: 8px;
}

img.img-noframe {
	border: 0px;
}

/* NADPIS */
h2 {
	text-transform: uppercase;
}

/* END NADPIS */




/* PAGINATION */
.pagination {
	color: #4d5c23;
	margin-top:4px;
}

.pagination a {
	margin-left: 2px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #262c38;
}

.pagination a:hover {
	background-color: #BBEDA0;
}

.pagination strong {
	margin-left: 2px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 1px solid #262c38;
	background-color: #BBEDA0;
	text-decoration: none;
	color: #000000;
}
/* END PAGINATION */

/* NEWS */

.news a {
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

.news p {
	padding-bottom: 10px;
	text-align: justify;
}

/* ZEND FORMULAR  */
ul.errors li {
	margin-left: 18px;
	margin: 6px;
	color: red;
	font-size: 18px;
	list-style-type: none;
}

dl.zend_form label {
	font-size: 18px;
	padding-top: 10px;
	display: block;
}

dl.zend_form img {
	padding-bottom: 2px;
}

dd img {
	padding: 0px;
	padding-bottom: 2px;
}

.button1 {
	width: 100px;
	height: 24px
}

/* END ZEND FORMULAR */

/* OTHERS */

.img-articles {
	padding: 4px;
}
