body
{
	background-image: url('img/bgr.jpg');
	margin: 0px;
	padding: 0px;
	/* overflow-y: scroll; */
}

/* basic text */
td { vertical-align: top; font: 16px times new roman; color: #4c3722; }

/* basic link */
a { color: #9e1606; text-decoration: underline; }
a:hover { color: #ee1606; }
a.buy { font-weight: bold; color: black; text-decoration: none; }
a.buy:hover { color: #ee1606; text-decoration: underline; }

/* page title */
h1 { font: bold italic 18px times new roman; color: #4c3722; margin: 0px; padding: 0px; }
.headline2 { font: bold 17px times new roman; background-color: #4c3722; color: #d9c8a8; }

/* leva cast s top, menu a mainem */
.top_menu_main { background-image: url('img/main_bgr.jpg'); width: 753px; }

/* pravy sloupec s vecmi tykajicimi se rigu */
.rig_column { width: 159px; background-image: url('img/rig_column/rc_bgr.png'); }

/* newsletter */
.nl_text {
  width: 110px;
  font: 11px arial;
  color: black;
  background-color: #d6cdc2;
  border: 1px solid black;
}
.nl_button {
  width: 60px;
  font: bold 10px arial;
  color: white;
  background-color: #9e0b0f;
  /* border: 1px outset red; */
  border-style: solid;
  border-width: 1px;
  border-color: #e24f53 #74080b #74080b #e24f53;
  cursor: pointer;
}

/* more games name */
a.mg_name { font: 10px arial; color: #ccc; text-decoration: none; }
a.mg_name:hover { text-decoration: underline; color: white; }

ul { list-style-image: url('img/bullet.gif'); padding-left: 20px; margin-left: 0px;}

.shot { border: 2px solid black; }

div { padding: 0 0 0 30; }