
.gamebox
{
  position:relative;
  float:left;
  width: 300px;
  height: 200px;
  left:15px;
  border: 1px #ddd solid;
  padding-bottom:25px;
  margin-bottom:20px;
}

h4
{
  font-size:16px;
  color:#03F;
  font-weight:bold;
  text-align:center;
  height:25px;
}

.picture
{
  position:absolute;
  width:100%;
  height:150px;
  text-align:center;
}

.description
{
  position:absolute;
  top:160px;
  width:80%;
  height:auto;
  left:20px;
  padding:5px;
  text-align:justify;
  font-size: 11px;
  color:#333;
}

a.gameHref, a.gameHref:link, a.gameHref:active, a.gameHref:visited, a.gameHref:hover
{
  font-size:12px;
  color:#336699;
  text-decoration:underline;
}

a.backHref, a.backHref:link, a.backHref:active, a.backHref:visited, a.backHref:hover
{
  font-size:14px;
  color:#333;
  text-decoration:underline;
  font-weight:bold;
}

.odkaz_hrej 
{
  position:absolute;
  bottom:5px;
  width:100%;
  height:15px;
  text-align:center;
}

.odkaz_back
{
  position:relative;
  float:left;
  top:40px;
  width:100%;
  height:40px;
  margin-left:70px;
}

.game
{
  width:auto;
  height:auto;
  text-align:center;
}



