/** BASE */

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

.center-img {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 18px;
}

p {
	color: #fefefe;
	padding-bottom: 13px;
	text-align: justify;
}

.myHr {
	background-color: #fff;
	height: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	font-size: 0px;
	border-bottom: 1px dashed #5a5a5a;
}

.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 {
	margin: 0px;
	padding: 0px;
}

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

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/** NADPIS */
h2 .ost-clanky{
	color: #183756;
}

/* END NADPIS */


/** SITEMPA */

.sitemap-cnt ul
{
	padding-left: 20px;
}

/* END SITEMAP */

/** 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;
	padding-bottom: 15px;
}

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

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

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

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

/* END ZEND FORMULAR */

/* NEWS */

.news {
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	/*border-left: 1px dashed #cdc8ba;
	border-right: 1px dashed #cdc8ba;
	border-top: 1px dashed #cdc8ba;*/
	padding: 15px;
	width: 800px;
	margin: 0 auto;
	margin-left: 50px;

}

.news .obsah-news p {
	margin: 0px;
	padding: 2px 0px 6px 5px;
	border-bottom: 1px dashed #3e3d3a;
}

#content .news a {
	font-weight: normal;
	 color:#858585; font:12px Tahoma, sans-serif;
	text-decoration: underline;
}

.news a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #858585;
}

#content .news h2 {
	text-transform: uppercase;
	color: #9d0000;
	padding-left: 3px;
	font-size: 20px;
	
}

#content .news h3 {
 
	color:#fff; 
	font-weight: bold; 
	text-decoration:none; 
	padding-top: 6px;
	font-size: 12px;
	padding-left: 6px;
	
}


/* END NEWS */

/** GALLERY */

.gallery-base  {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.gallery-base a img {

	border: 0px;
}

.gallery-base td {
	padding-bottom: 12px;
}

.none {
display: none;
}

.gallery-header {
	margin-top: 16px;
}

/* END GALLERY */

/* OTHERS */

.oou-cnt h1 {
	font-size: 18px;
	color: #000;
}

.vymena-div {
	padding-bottom: 10px;
}

.vymena-div p {
	padding-left: 15px;
}

table.vymena tr td.image img {
	padding-left: 5px;
	padding: 10px;
}


table.tab1 {
	text-align: left;
	margin-top: 20px;
	border: 3px solid #f1f1f1;
}

table.tab1 tr {
	height: 39px;
}

table.tab1 th {
	background-color: #f1f1f1;
	text-align: center;
}

table.tab1 tr.color1 {
	background-color: #F5FCFD;
}

.msg_ok {
	color: green;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
}

.msg_error {
	color: red;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
}

/** VYMENA FORM */
.sekce-vymena h3 {
	margin-bottom: 3px;
}


#vymena-form {
	margin-left: 16px;
	margin-bottom: 12px;
}

.textarea-vymena {
	margin-left: 16px;
	margin-bottom: 12px;
}

#vymena-form dl.zend_form label{
	font-size: 12px;
	color: #000;
}

#vymena-form dt label{
	display: block;
	margin: 0px; padding: 0px;
	margin-top: 4px;
}

#vymena-form ul.errors li {
	margin-left: 18px;
	margin: 6px;
	color: red;
	font-size: 14px;
	list-style-type: none;
}

/* END VYMENA FORM */

/** RELAX */
#content .relax tr td {
	width: 250px;
	margin-bottom: 15px;
}

#content .relax .head {
	background-color: #560000;
	width: 180px;
	height: 22px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 1px;
}

#content .relax img {
	border: 0px;
	padding: 0px;
}

#content .relax .foot {
	background-color: #F4EBEB;
	width: 180px;
	margin: 0 auto;
	color: #000;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 20px;
	padding-bottom: 2px;
}

#content .relax .foot a {
	color: #560000;
}

#content .podnadpis a {
	font-size: 24px;
	color: #560000;
}
/* END RELAX */

#main-content ul li{
  background: url('../img_des/point.gif') 0 1px no-repeat;
  padding-left: 22px;
  padding-bottom: 3px;
}

#main-content ul {
	padding-bottom: 13px;
	margin-left: 22px;
}

#podheader ul li{
  background: url('../img_des/point3.gif') 0 1px no-repeat;
  padding-left: 28px;
  padding-bottom: 3px;
}

#podheader ul {
	padding-bottom: 13px;
	margin-left: 22px;
}

#main-content ul.spec1 li{
  background: url('../img_des/point2.gif') 0 0 no-repeat;
  padding-left: 22px;
}

#main-content ul.spec1 {
padding-bottom: 13px;
	margin-left: 22px;

}

#sidebar-content .kurzy-men {
	text-align: center;
	margin: 0 auto;
}

/** CIATCE */

blockquote {
  border-left: 7px solid #9d0000;
  margin-left: 15px;
  margin-bottom: 13px;
  padding-top: 6px;
}

blockquote p {
  padding-left: 10px;
  padding-right: 20px;
}

/* END CITACE */

/** TAGS */

.tags {
	background-color: none;
	padding: 6px;
}

.tags p {padding:0; margin:0;}

.tags p a {
	font-size: 16px;
	color: #9d0000;
}

#main-content h3.tag_header {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0; padding: 0px;
	display: inline;
}

.tags-cloud {
	min-height: 200px;
	width: 163px;
	padding-left: 10px;
	padding-right: 10px;
}

.tags-cloud a {
	color: #9d0000;
}

.tags-cloud .vel1 {
	font-size: 9px;
}

.tags-cloud .vel2 {
	font-size: 13px;
}

.tags-cloud .vel3 {
	font-size: 18px;
}

.tags-cloud .vel4 {
	font-size: 21px;
}

/* END TAGS */

/** BASE TABLE */

table {
	
}

/* END BASE TABLE */

.nadpisA {
	color: #000;
	font-size: 20px;
}

.ad-right .ad1{
	margin-bottom: 18px;
}

.ad-right .ad1 img{
	border: 3px solid #9d0000;
}

.obs-clanky img {
	padding-right: 6px;
}

#middle .article-top {
	padding: 0px; margin: 0px;
	background: url('../img_des/article_header.gif') 0px 0px no-repeat;
	width: 552px; height: 61px;
}

#middle .article-top a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	padding-top: 20px;
	padding-left: 90px;
}

#middle .obs-clanky p {
	text-align: justify;
	padding-right: 30px;
}