@charset "utf-8";

a:link, visited,active {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color: #FFF;
	font-weight:bold;
	text-decoration:underline;
}

a.kot:link, visited,active {
	color:#000;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
}
a.kot:hover {
	color: #FFF;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #640000;
}

#backframe {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	float: none;
	clear: none;
	height: 760px;
	width: 820px;
	position:relative;
	top:0px;
	left:auto;
	right:auto;
	overflow: visible;
}

#icons_frame {
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	float: none;
	clear: none;
	height: 25px;
	width: 820px;
	background-color: transparent;
	position:relative;
	left:auto;
	right:auto;
}

#icons-lang {
	float:left;
	width: 100px;
	padding-left: 20px;
}

#icons-link {
	float:left
	width: 720px;
	text-align:right;
	padding-right: 20px;
}

#main_frame {
	margin: 5px auto 5px auto;
	padding: 0px;
	float: none;
	clear: none;
	height: 720px;
	width: 820px;
	background-image:url(Pictures/background.png);
	background-position:top center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	position:relative;
	left:auto;
	right:auto;
}

#left_frame {
	margin: 10px 0px 0px 10px;
	padding: 250px 10px 10px 10px;
	width:230px;
	height:680px;
	clear: none;
	float:left;
	position:relative;
	text-align:center;
}

#right_frame {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width:520px;
	height:680px;
	clear: none;
	float:left;
	position:relative;
}

img.thumb {
	border: none;
	width: 100px;
	height: 100px;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
img.news {
	border: none;
	width: 100px;
	height: 76px;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
img.prods {
	border: none;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}       



td.vino {
	width: 350px;
	text-align:left;
	border-bottom: 1px dotted #999;
	
}

td.cena {
	width: 100px;
	text-align:right;
	border-bottom: 1px dotted #999;
}