body
{
	background-color: #000;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

/* basic text */
td { vertical-align: top; font: 10pt arial; color: #37220e; }

/* basic link */
a { font-weight: bold; color: #9e1606; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }

/* page title */
h1 { font: bold italic 18px arial; color: black; margin: 0px; padding: 0px; }

/* paragpraph title */
h2 { font: bold 12pt arial; color: black; margin: 0px; padding: 0px; }

/* leva cast s top, menu a mainem */
.top_menu_main { background-image: url('img/main_bgr.jpg'); width: 740px; }

/* main - odsazeni hlavni plochy pro obsah stranky */
.main { padding: 0px 70px 35px 70px; }

/* pravy sloupec s vecmi tykajicimi se rigu */
.rig_column { width: 140px; background-image: url('img/rig_column/rc_bgr.png'); }

/* newsletter */
.nl_text {
  width: 110px;
  font: 11px arial;
  color: black;
  background-color: #ccb29a;
  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; }

/* other */
.order_box { border: 2px solid #563e26; }
.req { font: 11px arial; }

a.download { font: bold 10pt arial; color: #9e1606; text-decoration: none; }
a.download:hover { color: red; text-decoration: underline; }

a.order { font: bold 12pt arial; color: #9e1606; text-decoration: none; }
a.order:hover { color: red; text-decoration: underline; }
.order-div { border: 1px solid #65391e; background-color: #f3dfa2; padding: 5px; }

.sshot { border: 2px solid black; }
a.sshotlink { color: #ffd800; }
a.sshotlink:hover { color: #ffee00; }

.help_levels { font: bold 12px courier; color: #b39d6e; }

