html body {
	margin: 0;
	overflow: visible;
        background-color: #65685c;
        background-image: url(/gfx/bg.png);
        background-position: left top;
        background-repeat: repeat-x;
}
.menu_off {
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #016631;
	text-decoration: none;
}
.menu_on {
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.left {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #016631;
	text-decoration: none;
}
.curpos {
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #016631;
	text-decoration: none;
}
.copy {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #9eae5d;
	text-decoration: none;
}
.foot td {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #9eae5d;
	text-decoration: none;
}
td {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #016631;
	text-decoration: none;
}
.cena {
        width: 60px;
        font-family: Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #fe6b00;
        text-decoration: none;
        background-color: #f7f3e8;
        border: 1px solid #f7f3e8;
}