* {-moz-box-sizing: border-box}

p {
  line-height: 130%
}

body {
	padding: 80px 0px 10px 0px;
	margin: 0px;
	color: #eadcbd;
	_overflow: hidden;
	_height: 100%;
	scrollbar-arrow-color: #B18D65;
	scrollbar-base-color: #4A3317;
	scrollbar-face-color: #4A3317;
	scrollbar-highlight-color: #4A3317;
	scrollbar-shadow-color: #4A3317;
	scrollbar-track-color: #4A3317;
	scrollbar-3dlight-color: #B18D65;
	scrollbar-darkshadow-color: #B18D65;
	font-size: 8pt;
	font-family: verdana, sans-serif;
	background-color: #745634;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: 100% 80px;
}
body.hra {
   padding: 0px;
	margin: 0px;
	color: #eadcbd;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	background-color: #734D00;
	text-align: center;
}
div.hra
{
	overflow: auto;
	height: 250px;
	padding: 5px;
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px solid
}
#menu {
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: auto;
	width: 350px;
	height: 100%;
	/*_margin-top: 0px; */
	_position: absolute;
	background-color: #533C1E;
	border-right: 1px solid;
	padding: 0px 0px 0 5px;
	font-size: 8pt;
}
#hlavicka {
	left: 0px;
	overflow: hidden;
	width: 100%;
	position: fixed;
	top: 0px;
	height: 65px;
	z-index: 4;
	_position: absolute;
	background-color: #533C1E;
	bborder-bottom: 1px solid;
	text-align: left;
	padding-left: 10px;
	margin-left: 350px;
}
.up{
	position: fixed;
	_position: absolute;
	top: 8px;
	right: 70px;
	overflow: hidden;
	display: block;
	z-index: 5;
	border: 0px;
	text-align: right;
}
.img{
	top: 1px;
	right: 2px;
	height:90px;
	width: 75px;
}
#hlavicka #navigace {
	position: absolute;
	top: 45px;
	left: 0px;
	padding: 2px 435px 2px 10px;
	width: 100%;
	text-align: left;
 border-top: 1px solid #EADCBD;
 border-bottom: 1px solid #EADCBD;
 background: black;
}
#select {
	left: 350px;
	overflow: hidden;
	width: 100%;
	position: fixed;
	top: 65px;
	height: 25px;
	z-index: 3;
	_position: absolute;
	background-color: #533c1e;
	border-bottom: 1px solid;
	padding: 3px 10px 4px 10px;
}
#vnitrek {
	padding: 10px;
	font-size: 1em;
	margin-left: 350px;
	_padding-left: 360px;
	_margin-left: 0px;
	_overflow: auto;
	_width: 100%;
	_height: 100%;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0px;
}
#vnitrek #in{
	width: 100%;
	border: 0px solid;
	position: relative;
}
/*konec layout*/
h1 {
	font-family: verdana, geneva, sans-serif;
 font-size: 16pt;
 color: #eadcbd;
 font-weight: normal;
 margin: 3px 0 4px 0;
 line-height: 100%;

}

h2 {
  font-size : 15px;
	 color: #eadcbd;
	 font-weight: bold;
	 margin-bottom: 10px;
	 margin-top: 0px;
}

h3 {
  font-size : 10pt;
	 color: #eadcbd;
	 font-weight: bold;
	 margin-bottom: 10px;
}
h4 {
  font-size : 9pt;
	 color: #eadcbd;
	 font-weight: bold;
	 margin-bottom: 6px;
}
form {
 margin: 2px;
	padding: 0px;
	font-size: 8pt;
}

form.inline
{
  display: inline;
  margin: 0px;
}

a:link, a:visited, a:active, a.link {
	 color: #fdf9ea;
  text-decoration	: none;
  cursor: pointer;
}

a:hover {
	color: #fdf9ea;
	text-decoration	: underline;
}

.small{
	font-size: xx-small;
}
.kotva{
	clear: both;
	background: #4A3317;
	margin-top: 10px;
	float: none;
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	border: solid 1px;
}
.leva{
	width: 25px;
	position: absolute;
	left: 0px;
	display: inline;
	margin-top: 3px;
}
.vypis_her{
	margin-left: 30px;
}
.game{
	width: 95%;
	padding: 3px;
	border: 1px solid #EADCBD;
	background-color: #66471e;
	color: #f3d698;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	margin: 5px;
	text-align: left;
}
.hra .game {
	margin: auto;
}
.nomargin{
	margin: 2px 0px 6px 0px;
}

.label{
	  float:left;
	  display: block;
	  width: 98px;
}
.not{
	float: none;
}


.input_text
{
  background-color: #D8C7A0;
  border: 1px solid #EDE5D3;  /*#2C2412*/
	 font-family: Verdana, Arial, Helvetica, Sans-Serif;
	 font-size: 8pt;
	 padding: 1px 2px 1px 2px;
	 height: 17px;
	 font-weight: normal;
	 margin: 1px 0 1px 0;
}

textarea
{
  background-color: #D8C7A0;
  border: 1px solid #EDE5D3;
  padding: 2px;
	 font-family: Verdana, Arial, Helvetica, Sans-Serif;
	 font-size: 8pt;
}
.textarea{
	width: 500px;
	height: 100px;
}
textarea.komentar{
	width: 400px;
	height: 60px;
}
.checkboxes{
	width: 420px;
	float: left;
}

.submit{
	border: 1px outset #D8C7A0;

	color: black;
	background-color: #C9B58F;
	margin: 1px 0 1px 0;
	font-family: verdana, sans-serif;
	cursor: pointer;
	font-size: 7.5pt;
	font-weight: bold;
	color: #43341F;
}

.plus{
	margin-top:2px;
	border-top: 1px solid;
}
.wait{
	clear: both;
}
.right{
	float: right;
	text-align: right;
}
.dolu{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 614px;
	border-top: 1px solid;
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-color: #4A3317;
	height: 27px;
}
.to_right{
	position: absolute;
	right: 10px;
	padding: 2px;
	margin-top: 2px;
	background-color: #745634;
}
.collum{
	width: 100px;
	float: left;
}
.narrow{
	float: left;
 width: 80px;
	text-overflow: ellipsis;
	display: block;
}
.bordered {
   padding: 2px 5px 2px 5px;
   background-color: #271B0C;
	border-top: #8E674A solid 1px;
   border-bottom: #8E674A solid 1px;
	color: #EADCBD;
	margin: 0 0px 8px -5px;
}
.bg_yellow{
	color: #FEFF46;
}
.bg_green{
   color: #ADFF2F;
}
.yellow{
	color: #FEFF46;
}
.green{
   color: #ADFF2F;
}
.place{
	border-bottom: 1px solid #B18D65;
}
.b{
	font-weight: bold;
}
.inv{
	background-color: #271B0C; /*#EADCBD*/
	color: #EADCBD; /*#4A3317*/
	padding: 0px 2px 0px 2px;
	border: 1px solid #8E674A;
}
.volby{
	padding: 1px 0px 1px 1px;
}
.volby img{
	border: 0px;
	margin-left: 2px;
	padding: 0px;
	color:
}
.uzsi{
	width: 350px;
}
.vycuc{
	font-size: 7pt;
	font-weight: normal;
}
.prev{
	width: 11px;
	height: 11px;
   border: 0px;
}
a.prev:link, a.prev:visited{
	background-image: url(img/prev.gif);
	background-position: 0px 0px;
	text-decoration: none;
}
a.prev:hover{
   background-position: 11px 0px;
   text-decoration: none;
}
.ending{
	background: #533c1e;
	border-top: 1px solid #EADCBD;
	border-bottom: 1px solid #EADCBD;
	padding: 4px 10px 4px 10px;
	margin: 10px -10px 0 -10px;
	_margin: 15px -10px 0 -40px;
}
.corner{
	position: absolute;
	right: 20px;
	top: 2px;
	font-weight: bold;
	font-size: 11pt;
}
img.mark{
	width: 8px;
	height: 8px;
	border: 1px solid #EFDFBD;
}
img.l{
   border-right: 0px solid;
}
img.r{
   border-left: 0px solid;
}
.g_game{
  padding: 5px 8px 5px 8px;
}
.game p{
  line-height: 11pt;
}
.g_game h3{
   margin: 0 0 0 0px;
}
.g_hlavicka{
	/*font-size: 8pt;*/
	padding: 1px;
}
.g_vek{
	float: right;
	padding: 0 4px 0 2px;
	border-right: 1px solid;
 text-align: right;
	white-space: nowrap;
}
.g_hracu{
   float: right;
	padding: 0 0px 0 4px;
	text-align: right;
	white-space: nowrap;
}
.g_misto{
	clear: left;
}
.g_typ{
   float: right;
	padding: 0 0px 0 2px;
	text-align: right;
	clear: right;
	white-space: nowrap;
}
.g_pomucky{
}
.g_znamka{
   float: right;
	padding: 0 0px 0 2px;
	text-align: right;
	clear: right;
	white-space: nowrap;
	/*display: none;*/
}
.g_nazev{
	float: left;
	white-space: nowrap;
/*	position: absolute;
	left: 0px;
	top: 1px;*/
}
.g_game img{
	height: 9px;
	width: 9px;
}
.g_game p{
margin: 1px 0 1px 0;
padding: 7px 0 7px 0;
border-top: 1px dotted;
clear: both;
}
a.print:hover, a.print:link, a.print:visited, input.print {
	margin: 0 0 0 5px;
	padding: 2px 4px 2px 20px;
	border: 1px solid;
	color: #EFDFBD;
	display: inline;
	background-color: #4A3010;
	background-image: url(img/print.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	font-family: verdana, helevetica, arial, sans-serif;
 font-size: 7pt;
	font-weight: bold;
	cursor: pointer;
}


input.print:hover{
	text-decoration: underline;
}

input.button
{
  padding: 2px 2px 2px 2px;
  background-image: none;
}

.to_left{
	margin-left: -30px;
}
.comment{
	background-color: #F7BE39;
	background-image: url(img/shadow.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #F7BE39;
	margin: 5px -3px 2px -3px;
	padding: 1px 3px 1px 3px;
	color: #422C18;
}
.c0{
}
.c1{
	background-color: #7BC7FF;
	background-image: url(img/shadow1.jpg);
	border-color: #42A2FF;
}
.c2{
	background-color: #F7B6B5;
	background-image: url(img/shadow2.jpg);
	border-color: #F98683;
}
.c3{
	background-color: #94FFB5;
	background-image: url(img/shadow3.jpg);
	border-color: #39FF77;
}
.nabidka{
   padding-left: 10px;
   padding-right: 10px;
	font-weight: bold;
}
.favourite, .favourite:link, .favourite:visited, .favourite:hover{
   color: #FFFF90;
}
.small{
	font-size: xx-small;
}

ul.help
{
  line-height: 130%;
}
.help li
{
  margin-bottom: 6px;
}

.search_block table
{
  padding-bottom: 10px;
  clear: both;
  border-collapse: collapse;
  font-size: 8pt;
  border-top: 1px solid #8E674A;
  width: 330px;
  margin-bottom: 3px;
}

.search_block table input
{
  margin: 0px 2px 0px 2px;
  _margin: -3px 2px -2px 0px;
}


.checkbox
{
  margin: 2px 2px 2px 2px;
  _margin: -1px 2px -1px 0px;
  padding: 0px;
}
