* {
	padding: 0;
	margin: 0;
	border: none;
}

body {
  font: 80% Trebuchet, Sans-serif;
  text-align: center;
	color: #4c4d4d;
	background: #61656d url('../images/body-bg.gif') repeat-x;
}
a {
	color: #2c5382;
}
a:hover {
	text-decoration: none;
}
#main {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#hlavicka {
	width: 100%;
	height: 149px;
}

#vlevo {
	width: 187px;
	float: left;
	text-align: left;
}
#vpravo {
	width: 720px;
	padding: 0 15px;
  float: right;
	text-align: left;
  background: #ffffff url('../images/h1-bg.gif') no-repeat;
}
#paticka {
	clear: both;
	text-align: center;
	margin-top: 15px;
	padding: 4px 0 18px 0;
	color: #bee488;
	background:  url('../images/paticka-bg.gif') no-repeat 1px 0;
}
.center {
  text-align: center;
}

	/*logo*/
#logo {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
	width: 951px;
	height: 144px;
	font-size: 120%;
}
#logo a {
	color: #ffffff;
}
#logo span {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width: 951px;
	height: 144px;
	background: #238fba url('../images/super-online-hry-zdarma.jpg') no-repeat;
	cursor: pointer; 
	z-index: 0;
}
.noscreen {
	display: none;
}

  /* vlevo */

.kategorie {
  width: 187px;
  list-style: none;
  padding: 10px 0 2px 0;
  background: #b2dd9c url('../images/kategorie-bg.gif') no-repeat;
}
.kategorie li {
  display: inline;
}
.kategorie .tmava {
}
.kategorie a {
  display: block;
  padding: 6px 0 6px 37px;
  color: #353535;
  font-weight: bold;
  font-size: 110%;
  background: url('../images/odrazka-svetla.gif') no-repeat 18px 8px;
}
.kategorie a.tmava {
  background: url('../images/odrazka-tmava.gif') no-repeat 8px 0;
}
.pod-kategorie {
  display: block;
  width: 187px;
  height: 13px;
  background: url('../images/pod-kategorie.gif') no-repeat;
}.blok-vlevo,.blok {
  width: 187px;
  margin-top: 17px;
  background: #ffffff url('../images/blok-vlevo-nadpis.gif') no-repeat;
}
.blok {
  padding-top: 15px;
  background: #ffffff url('../images/reklama.gif') no-repeat;
}
.blok-vlevo p,.blok p {
  text-align: center;
}
.blok-vlevo h3 {
  color: #ffffff;
  width: 167px;
  padding: 10px 0 20px 20px;
  font-size: 120%;
  font-weight: normal;
  clear: left;
}
.blok-vlevo ol,.blok-vlevo ul {
  margin-left: 47px;
  color: #2c5382;
}
.blok-vlevo ul {
  margin-left: 35px;
  list-style: square;
}
.blok-vlevo ol li {
  padding: 1px 0 2px 0;
}
.blok-vlevo ul li {
  padding: 1px 0 2px 2px;
}
.pod-blok-vlevo {
  display: block;
  width: 187px;
  height: 13px;
  background: url('../images/pod-blok-vlevo.gif') no-repeat;
}

/* vpravo */

h1 {
  color: #ffffff;
  padding: 12px 0 10px 0;
  margin-bottom: 20px;
  font-size: 140%;
  font-weight: normal;
}

h2 {
  color: #2c5382;
  clear: both;
  font-size: 170%;
  padding: 7px 0;
  font-weight: normal;
}

.hry {
  margin-bottom: 15px;
}
.hry div {
  width: 166px;
  padding: 4px;
  margin: 5px 3px;
  _margin: 5px 2px;
  background-color: #f5f5f5;
  text-align: center;
  float: left;
  height: 200px;
}
.hry img {
  width: 150px;
  height: 110px;
  margin: 5px 0;
}
.hry p {
  text-align: left;
  font-size: 90%;
}
.hry p a span{
  text-decoration: none;
  font-family: 'Comic Sans MS';
}
.hry h3 a {
  font-size: 80%;
  font-weight: normal;
  color: #3d8146;
  text-decoration: none;
  border-bottom: 1px #3d8146 solid;
}
.hry h3 a:hover {
  border-bottom: 1px #3d8146 dashed;
}
.pod-vpravo {
  position: relative;
  left: -15px;
  display: block;
  clear: both;
  width: 750px;
  height: 28px;
  background: url('../images/pod-vpravo.gif') no-repeat;
} 


/* paticka */
#paticka  {
  color: #eff1f4;
}
#paticka a {
  color: #bdc3d0;
}
#paticka a:hover {
  color: #eff1f4;
}

