body
{
	background-color: #9a8f72;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

/* basic text */
td { vertical-align: top; font: 12px arial; color: #574e33; }

/* basic link */
a { font-weight: bold; color: #9e1606; text-decoration: underline; }
a:hover { color: red; }

/* page title */
h1 { font: bold italic 18px arial; color: black; margin: 0px; padding: 0px; }

/* paragpraph title */
h2 { font: bold 15px arial; color: black; margin: 0px; padding: 0px; }

/* leva cast s top, menu a mainem */
.top_menu_main { width: 705px; background-image: url('img/main_bgr.png'); }

/* main - odsazeni hlavni plochy pro obsah stranky */
.main { padding: 0px 60px 20px 60px; }

/* pravy sloupec s vecmi tykajicimi se rigu */
.rig_column { width: 175px; background-image: url('img/rig_column/rc_bgr.png'); }

/* newsletter */
.nl_text {
  width: 145px;
  font: 12px arial;
  color: black;
  background-color: #dfdacb;
  border: 1px solid #786e51;
}
.nl_button {
  width: 80px;
  font: bold 10px arial;
  color: white;
  background-color: #9e0b0f;
  border-style: solid;
  border-width: 1px;
  border-color: #e24f53 #74080b #74080b #e24f53;
  cursor: pointer;
}



/* LOCAL */
.novinka { padding: 12px; color: black; font-size: 12px; }
.filtr { vertical-align: middle; background-color: #9a8f72; }

.game_image {
  height: 123px; width: 183px;
  border: 1px solid black;
  /*position: relative; left: 4px; top: 4px;*/
}

h2.game_title { font: bold 12px arial; color: black; margin: 0px; padding: 0px; }

.submitbutton {
  font: bold 12px arial;
  color: white;
  background-color: #9e0b0f;
  border-style: solid;
  border-width: 1px;
  border-color: #e24f53 #74080b #74080b #e24f53;
  cursor: pointer;
  padding: 5px;
}

ul { list-style-image: url('img/bullet.gif'); padding-left: 20px; margin: 0px; }
