@charset "utf-8";
/* CSS Document */
body{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #f4ee8a;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
div, ul, h1, h2, h3, li, p, img {margin:0; padding:0;}
ul{list-style-type:none;}
#main {
	position: relative;
	margin-top: 0px;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1080px;
	background-image: url(background.png);
	background-color: #f4ee8a;
	background-repeat: no-repeat;
}
#main    #menu_pomocni1   {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	height: 20px;
	width: 540px;
	left: 260px;
	top: 272px;
}
#main   #menu_pomocni1   li {
	display: inline;
	padding-right: 10px;
}
#main  #menu_pomocni1  ul  a {
	position: relative;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#main  #menu_glavni {
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 108px;
	left: 128px;
	top: 290px;
}
#main  #menu_glavni  a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#main #shop {
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 108px;
	left: 128px;
	top: 290px;
	margin-top: 20px;
}
#main #shop a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#main #body {
	position: absolute;
	height: 570px;
	width: 520px;
	left: 260px;
	top: 320px;
	overflow: auto;
	padding: 10px;
}
#main #footer {
	position: absolute;
	top: 1050px;
	left: 275px;
	width: 600px;
}
#main #footer #copyright {
	position: relative;
	float: right;
}
#main #footer #copyright a {
	position: relative;
	color: #FFFF00;
	font-style: normal;
	font-weight: bold;
}
.clearBoth { clear:both; }