#container #main a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #515151;
	background-color: #B9B9B9;
	margin: 3px;
	padding: 3px;
}
body {
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center; /* for IE */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CACACA;
	}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	width: 1000px;
	background-color: #CACACA;
	}
logo {
	width: 256px;
	height: 260px;
	margin-top: 0px;
	}
meniu {
	width:256px;
	height:250px;
	z-index:1;
	background-color: #FFFFFF;
	position: absolute;
}
#main {
	position:relative;
	width:665px;
	z-index:2;
	left: 256px;
	top: -240px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CACACA;
}
#footer {
	width:1000px;
	height: 52px;
	top: -240px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8A8A8;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#container #main img {
	padding-right: 10px;
	padding-bottom: 4px;
	float: left;
	padding-top: 10px;
	clip: rect(auto,10px,auto,auto);
}
#container #main li {
	text-indent: 12px;
	list-style-type: none;
}
