.cms-text {
	font-family: sans-serif; 
	background-image: url("img/poz-cms.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #0E206D;
	padding: 10px 10px;
  display: block; 
  line-height: 1.5em;
}


.cms-text img.bord {
	border: 2px solid #FFC000;
	margin: 3px;
}

.cms-text strong {
	color: #000;
}

.cms-text h1, 
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.cms-text h6 {
	color:#0E206D;
	text-align: left;
	
}

.cms-text h1 {
	line-height: 2em;
}



.cms-text .tx-right{
	text-align: right;
	
}

.cms-text .tx-center{
	text-align: center;
	
}



.cms-text h1 {font-size: 150%;}
.cms-text h2 {font-size: 140%;}
.cms-text h3 {font-size: 130%;} 
.cms-text h4 {font-size: 120%;} 
.cms-text h5 {font-size: 110%;} 
.cms-text h6 {font-size: 100%;} 


.cms-text a {
	text-decoration: none;
	color:#EC1C22;
}	
.cms-text a:hover {
	text-decoration: underline;
	color:#D87A05;
}

.cms-text .tx-red {
	color: #FF0000;
}

.cms-text .tx-blue {
	color: #0000FF;
}

.cms-text input, textarea  {
	border: #000;
}


