/* CSS styly */
body {
  color: #d0d0d0; 
  background: #313131 url("img/bg.gif");
  background-repeat: repeat-x;
  font: 10pt Verdana, Arial, Tahoma;
  line-height: 1.5;
  padding: 0px;
  margin: 0px;
}

#obsah {
  height: auto;
  min-height: 350px;
  width: 650px;
  background: #1e1e1e;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px;
  text-align: justify;
  text-align: center;
}

#hlavicka {
  min-height: 280px;
  width: 650px;
  background: #1e1e1e;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

#hlavicka-menu {
  height: auto;
  width: 225px;
  background: #1e1e1e;
  padding: 0px;
  margin: 0px;
  text-align: left;
  float: left;
}

#thicktabs{
  margin: 0;
  padding: 25px 0 0 0;
  height: 40px;
  float: left;
  font: bold 13px Tahoma;
  text-align: center;
}

#thicktabs li{
  display: inline;
}

#thicktabs li a{
  float: left;
  color: #29b5d7;
  text-decoration: none;
  background-image: url("img/home.gif");
  width: 75px;
  height: 30px;
  padding: 10px 0 0 0;
  background-repeat: repeat-x;
  border-top: 2px solid #29b5d7;
  border-bottom: 1px solid #29b5d7;
}

#thicktabs li a:visited{
  color: #1ca5c6;
}

#thicktabs li a:hover{
  color: #00e4ff;
  background-image: url("img/home-hover.gif"); /*background image swap on hover*/
  background-repeat: repeat-x;
}

#navcontainer{
  height: auto;
  width: 225px;
  background: #1e1e1e;
  padding: 0px;
  margin: 10px 0 0 0;
  text-align: left;
  float: left;
}

#navcontainer ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "MS Sans Serif", Geneva, sans-serif;
  font-size: 8pt;
}

#navcontainer li { margin: 0 0 2px 0; }

#navcontainer a
{
  display: block;
  padding: 0 0 0 30px;
  width: 195px;
  background-color: #166b8a;
  background-image: url(img/bar.gif);
}

#navcontainer a:link, #navlist a:visited
{
  color: #00e4ff;
  text-decoration: none;
}

#navcontainer a:hover
{
  background-color: #1c859f;
  background-image: url(img/bar-hover.gif);
  color: #29b5d7;
}

#hlavicka-img {
  min-height: 255px;
  width: 420px;
  background: #1e1e1e;
  padding: 0px;
  margin: 0px;
  float: right;
}
#obsah-bg {
  width: 718px;
  height: auto;
  min-height: 350px;
  background-color: transparent;
  background-image: url("img/bg2.png");
  background-repeat: repeat-y;
  margin: 0 auto;
  padding: 0px;
}

#paticka {
  height: auto;
  min-height: 100px;
  width: 100%;
  background: #444444;
  color: #AAAAAA;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font: 10px Arial;
}
#paticka a{
  background: transparent;
  color: #AAAAAA;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font: 10px Arial;
}
#paticka h4{
  font-size: 13px;
  font-weight: bold;
}

#paticka h4 a{
  color: #AAAAAA; 
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
}
#paticka h4 a:hover{
  color: #fff; 
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
p {
  margin: 0px;
  padding: 0 0 5px 0;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: normal;
}

h5 {
  font-size: 11px;
  font-weight: normal;
}
h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}
a {
  color: #fff; 
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
}
a:visited {
  color: #fff; 
  text-decoration: underline;
}
a:hover {
  color: #fff; 
  text-decoration: none;
}

#login {
  height: auto;
  width: 250px;
  background: #1d1d1d;
  padding: 40px 0 0px 0;
  margin: 0 auto;
  text-align: center;
}
#hry {
	background: #2296b3;
  line-height: 1.0;
  font: 11px Verdana;
	color: #e0e0e0;
	float: left;
	min-height: 90px;
	height: auto;
	width: 414px;
	text-align: center;
	border: 2px solid #21687a;
  padding: 1px;
  margin: 0 0 6px 0;
}

#hry code{
	background: transparent;
  font: 11px 'Courier New CE', 'Courier CE', 'Courier New', courier, monospace;
	color: #fff;
	float: left;
	height: auto;
	text-align: left;
}

#hry a{
  color: #e0e0e0; 
  text-decoration: underline;
  font: bold 10px Verdana;
}

#hry a:hover{
  color: #fff; 
  text-decoration: underline;
  font: bold 10px Verdana;
}
.hry-polozky {
	background: #90b534;
  line-height: 1.0;
  font: 10px Verdana;
	color: black;
	float: left;
	width: 100px;
	text-align: center;
	border: 1px solid #657f25;
  padding: 0px;
  margin: 3px 0 3px 1px;
  overflow: hidden;
}

.hry-polozky h4{
	background: transparent;
  line-height: 1.0;
  font: bold 10px Verdana;
	color: black;
	height: auto;
	width: 98px;
	text-align: center;
  padding: 0px;
  margin: 0px;
}
.hry-polozky p{
padding-top:12px;
height:170px;
}

#hry h3{
	background: #2ab2d4;
	border-bottom: 2px dashed #21687a;
  line-height: 1.0;
  font: bold 13px Arial;
	color: black;
	height: auto;
	text-align: left;
  padding: 0 0 3px 0;
  margin: 0px;
}
#menu-right{
	background: transparent;
	float: left;
	height: auto;
	width: 420px;
  margin: 0px;
}
#menu-left{
	background: transparent;
	float: right;
	height: auto;
	width: 230px;
  margin: 0px;
}

#info-hry {
	background: #90b534;
  line-height: 1.0;
  font: 10px Verdana;
	color: black;
	float: right;
	min-height: 100px;
	height: auto;
	width: 214px;
	text-align: right;
	border: 2px solid #657f25;
  padding: 5px;
  margin: 0 0 6px 0;
}
#info-hry img{
  margin: 0px;
  padding: 0px;
	border: 3px solid #657f25;
}
#info-hry h3{
  line-height: 1.0;
  font: bold 12px Verdana;
	color: black;
}
.cleaner{width: 100%;height: 0;visibility: hidden;clear: both;}
#info-hry h2{
  font: bold 13px Arial;
	text-align: center;
	color: #c0ff00; 
  border-bottom: 2px dashed black;
  margin: 0 0 5px 0;
}


#navlist2{
  padding-top:65px;
}


#navlist2 li a{
  list-style:none;
  color:white;
  font-weight:normal;
  text-decoration:underline;
  white-space:nowrap;
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:16px;
  
}

#navlist2 li{

  list-style:none;
  color:white;
  font-weight:normal;
  text-decoration:underline;
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:16px;
}
