html {
		padding: 0px;
}
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	margin: 0px;
	color: #6F5041;
	text-align: center;
}
#content{
	text-align: justify;
	background-color: #D3E3E0;
	width: 750px;
}
#data {
	padding: 1ex;
	letter-spacing: 1px;
}
#top_menu {
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
a.tmlink {
	background-color: #247963;
	color: #D3E3E0;
	cursor: pointer;
	text-decoration: none;
}
.tmenu_item:hover {
	background-color: #247963;
	color: #D3E3E0;
	cursor: pointer;
}
.tmenu_item {
	color: #6F5041;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	width: 143px;
	padding: 3px;
	_cursor: hand;
}
#top_logo {
	background-color: #FFFFFF;
	height: 100px;
	background-image: url(img/ccc.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#logo {
	margin: 5px 0px 0px 0px;
}
#lista_u {
	height: 26px;
	background-image: url(img/w_top_lista.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#lista_d {
	height: 62px;
	background-image: url(img/w_bottom_lista.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.copy, .copy a {
	font-size: 10px;
	color: #DDDDDD;
}
.chyba {
	color: #FF9900;
	font-weight: bold;
}
.novinka {
	font-size: 90%;
	border-left: 2px solid #247963;
	padding-left: 1ex;
	margin: 3ex 0ex 4ex 0ex;
}
.ramecek {
  border-top: 1px dotted #247963;
  clear: both;
}
.vpravo {
  float:right;
}
.vlevo {
  float:left;
}
