
body {
/*	background-image:url("pozadi.jpg");   */
    background-size: 150px;
    background-repeat:repeat;
	margin:0;
	font-family:arial;
	background-color:lightgray;
}

a{
	color:black;
}

a:hover{
	text-decoration:none;
}

#bodygap{
	height:calc(100% - 808px);
	display:none;
}

#bila-stranka {
    height: 800;
    width: 800;
    margin-right:auto;
    margin-left:auto;
    background:#F2F2F2;
    border:2px solid #000;
    float: center;
    color: #000000;    
    margin-top:3%;
    margin-bottom:3%;
    box-shadow:rgb(38, 57, 77) 0px 20px 30px -10px;

}

#uvodni-obrazek {
    width: 800px;
    
    height:180px;
    
    background-image: url("uvod-zima-mini.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #000000;
    text-align: center;
    
   /* border-bottom: 1px solid #000000;*/
   
    padding-top:30px;
}

.horni-nabidka {
    overflow: hidden;
    
    position:absolute;
    bottom:0;
    float:left;
     /* background-color: #a6a6a6;*/
}

cas {
    float: right;
    position:absolute;
    bottom:0;
    right:0;
    display:block;
    box-sizing:border-box;
    height:30px;
    width:150px;
    background-color: #00000070;
    color:white;
    font-weight:bold;
    

    text-align: center;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;

}

.horni-nabidka a {
    float: left;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    height:20px;
    width:119px;
    
   /* border-right:1px solid #000000;
    border-bottom:1px solid #000000;*/
	/*background-color: #a6a6a6;*/
    background-color: #00000070;
    color:white;
    font-weight:bold;
}


/*.horni-nabidka a:hover {
    background-color: #515157;
    color: white;
}
*/

.horni-nabidka a.active {
    background-color: #F2F2F2;
    color: black;
    
    /*border-bottom:1px solid #F2F2F2;*/
    
    font-weight: bold;
}

#obsah {
    position: relative; 
    padding: 30px;
    float:left;
    overflow:auto;
    
    box-sizing:border-box;
    height:590px;
    width:650px;
}


#hlavni-obsah {
}

#pravy-sloupec {
    float: right;
    width: 150px;
    border-left:1px solid #000000;
    text-align: center;
    background:#d9d9d9;
    position:relative;
    
    box-sizing:border-box;
    height: 590px;
}

#blok-pravy-sloupec {
    width:100%;
    height:auto;
    padding-bottom:10px;
    border-top:1px dotted #878891;
}

#odkazy-pravy-sloupec {
		color:black;
		list-style-type:none;
}

#prihlasovaci-formular {
    
}

#copyright-text{
    border-top:1px dotted #878891;
    width:100%;
    position:absolute;
    bottom:0px;
    padding-top:5px;
    padding-bottom:5px;
    color:black;
}

#web-copyright-text{
    font-size: 12px;
    color:black;
}

#jmeno-copyright-text{
    font-size: 14px;
    color:black;
    }

#spodni-text {
    float: center;  
    margin-right:auto;
    margin-left:auto;
    margin-bottom:auto;
    margin-top:20px;
    width: 600px; 
    height: 20px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    padding-top: auto;
}

#hry-gamebar{
	width:auto;
	height:20px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;	
	border:1px black solid;
	padding:0 8px;
	box-sizing:border-box;
	background-color:#a6a6a6;
	user-select:none;
	overflow-x:scroll;
}

.hry-gamebar-gamelink{
	height:100%;
	width:auto;
	padding:3px 10px;
	font-size:14px;
	cursor:pointer;
	box-sizing:border-box;
	float:left;
}

.hry-gamebar-gamelink:hover{
	background-color:white;

}

.obsah-hra{
	display:block;
}

