@charset "utf-8";
/**************************************
* Styly pre patu stranky
**************************************/
#footercontainer{
	width:985px;
	clear:both;
	padding:0 0px;
	color: #666666;  
	margin-top: 25px;
	position: relative;
	padding-top:15px;
}
#footercontainer a {
  text-decoration: none;
  color: #666666;
}
#footercontainer a:hover {
  text-decoration: none;
  color: red;
}
#footerleft{
	width:720px;
	height:30px;
	margin-top:25px;
	float:left;
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#B2B2B2;
	padding-top: 2px;
}
#footerright{
	width:240px;
	float:right;
	margin-right:8px;
	margin-top:25px;
	height:30px;
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:red;
	padding-top: 2px;
	text-align: right;
}
