@charset "utf-8";
/******************************
*Definicie formatujuce lavy panel    
*******************************/
#leftcontainer {
	position:relative;
	width:210px;
	float:left;
	height: auto;
}

#aktuality {
	width:210px;
	height:27px;
	margin-top:5px;
	background-image:url('../image/aktuality.png');
	background-repeat:no-repeat;
	background-position:center top;
}
/*****************************
* Titulok aktualit
******************************/
#aktuality_text {
	float:right;
	width:190px;
	padding-top:7px;
	color:#4c4c4c;
	font-size:12px;
}

#a-box-top {
	width:210px;
	height:3px;
	margin-top: 5px;
	background-image:url('../image/top.png');
	background-repeat:no-repeat;
	background-position:center top;
	font-size:0px;
	line-height:0px;
}
#a-box-re {	
	width:207px;
	height:auto;
	margin-top:0px;
	/*_margin-top:-12px;*/
	border-style: solid;
	border-color: #e6e6e6;
	border-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-image:url('../image/aktuality_prechod.png');
	background-repeat: repeat-x;
	background-position:bottom;

}
#a-box-fo {	
	width:210px;
	height:3px;
	clear:both;
	background-image:url('../image/footer.png');
	background-repeat:no-repeat;
	background-position:center top;
	z-index:1;
}
#redtop {
	width:210px;
	height:3px;
	margin-top:10px;
	background-image:url('../image/redtop.png');
	background-repeat:no-repeat;  
	background-position:top;
	font-size:0px;
	line-height:0px;
}
#red_text {
	width:210px;
	height:auto;
	margin-top:0px;
	/*_margin-top:-12px;*/
	background-image:url('../image/redgradient.png');
	background-repeat: repeat-x;
	background-position:center top;
}
#red_text a{
	color:white;
	}
#red_text a:hover {text-decoration: underline;}

.red_rule {
	background-image:url('../image/rule.png');
	background-repeat: repeat-x;
	background-position: left;
	margin-left: -10px;
	height: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#redfo {
	width:210px;
	height:3px;
	clear:both;
	background-image:url('../image/redfooter.png');
	background-repeat:no-repeat;  
	background-position:center top;
	z-index:1;
}
.text {
  font-size: 11px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
}

.text a {
	text-decoration: none;
	color: #ff0000;
}
.text a:hover {
	text-decoration: underline;
}

