#footer { 
	position: relative;
	left: 0;
	height: auto;
	clear: both;
	font-size: 90%;
	background: white;
	height: 30px;
}

#footer-text {
	margin: 0;
  padding: 5px 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	line-height: normal;
	color: black;
}

#footer-left {
  float: left;
}

#footer-right {
  float: right;
}

#footer-right a span {
  color: rgb(255,20,147);
}

#footer-right a {
  text-decoration: none;
  color: black;
  font-family: arial;
  padding-left: 5px;
  padding-right: 5px;
}

#footer-right a:hover {
  text-decoration: none;
  background: rgb(80,80,80);
  color: white;
}

#footer ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
	overflow: hidden;
}

#footer ul a {
  float: left;
	display: block;
	color: black;
	padding: 0 9px;
}

#footer li {
  float: left;
	margin: 0;
	padding: 0;
	background: url(./../img/odrazka.gif) 0px 5px no-repeat;
	margin-right: 5px;
}