*{
    margin: 0;
    padding: 0;
    border: 0;
}
body { 
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url('images/pozadie.jpg');
  background-position: 50% 0%;
  background-color: #69bac6;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	background-color: #e5e3e0;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
input[type="checkbox"], input[type="radio"]{
  border: 0;
	margin: 0;
	padding: 0;
}
/*	
p {
    margin: 5px 0 10px 0;
    line-height: 18px;
    font-size: 12px;
}
*/
a {
    text-decoration: none;
    padding-bottom: 1px;
    color: #2a7692;
}
a:hover {
    text-decoration: underline;
}
fieldset {
	margin-top: 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
legend {
	font-weight: bold;
	color: #333333;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
/* CELOK */
#celok {
    width: 980px;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
}
/* OBSAH */
#obsah {
    width:960px;
    background: #10829a;
    position:relative;
    left:3px;
    padding: 5px 10px 10px 10px;   
}
/* HLAVICKA */
#hlavicka {
	background: url('images/hlavicka.jpg');
	height: 145px;
	width: 960px;
}
#logo-odkaz { 
	position: absolute; 
	top: 10px; 
	left: 20px; 
	width: 260px; 
	height: 90px; 
	background-color: transparent; 
}
/* IKONKY */
.ikonky
{
  float:left;
  position:absolute; 
  margin:8px 0 0 689px;
  width:21px;
  color:#FFF;
}
.zalozky
{
display:block;
height:20px;
width:21px;
background:url('images/zalozky.png') no-repeat;
background-position:0px 0px;
}
.zalozky:hover{
background:url('images/zalozky.png') no-repeat;
background-position:0px -20px;
}
.domov
{
display:block;
height:20px;
width:21px;
background:url('images/domov.png') no-repeat;
background-position:0px 0px;
}
.domov:hover{
background:url('images/domov.png') no-repeat;
background-position:0px -20px;
}
.rss
{
display:block;
height:20px;
width:21px;
background:url('images/rss.png') no-repeat;
background-position:0px 0px;
}
.rss:hover{
background:url('images/rss.png') no-repeat;
background-position:0px -20px;
}
/* UZIVATEL BOX */
.uzivatel_box
{
  float:left;
  position:absolute; 
  margin:8px 0 0 720px;
  color:#FFF;
}
.uzivatel_box2
{
  float:left;
  position:absolute; 
  margin:10px 0 0 730px;
  color:#FFF;
}
.uzivatel_box2 a {
color:#FFF;
}
#form_prihlasit{
position:relative;
width:235px;
padding-top:1px;
_margin-top: -5px;
}
.l_text{
float:left;
display:block;
width:25px;
height:18px;
margin:3px 10px 0 5px;
_margin-left: 2px;
}
.input_uz {
padding:2px 3px;
width:125px;
height:14px;
border:solid 1px #000;
color:#333;
display:block;
margin-bottom:2px;
_margin-left: -10px;
_display: inherit;
}
.prihlasit {
background:url('images/prihlasit.png') no-repeat;
width:58px;
height:41px;
padding-top:1px;
position:absolute;
right:-1px;
top:1px;
border:none;
cursor:pointer;
_display: table;
}
#zapamatat {
float:left;
display:block;
margin:1px 8px 0 10px;
_margin-top: -2px;
_margin-left: 5px;
}
.zapm { 
display: table;
float: left;
*margin-top: -14px;
_margin-top: 0px;
 
  }
#registrovat {
float:right;
padding:0px 30px 0px 0px;
*margin-top: -13px;
_margin-top: 0px;
}
#registrovat a {
color:#FFF;
}
#registrovat a:hover {
text-decoration: underline;
color:#FFF;
}
/* BUBLINA OBLUBENE */
.bubble {
	position: absolute;
	padding: 6px;
	width: 250px;
	border: 0;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 5px #ABABAB;
	-webkit-box-shadow: 0 0 5px #ABABAB;
	-moz-box-shadow: 0 0 5px #ABABAB;
	opacity: 0.95;
	z-index: 10;
}
.bubble .bubble_left {
	position: absolute;
	left: -10px;
	top: 7px;
	width: 10px;
	height: 12px;
	background-image: url(images/bubble_left.png);
}
.bubble .bubble_up {
	position: absolute;
	left: 10px;
	top: -10px;
	width: 10px;
	height: 12px;
	background-image: url(images/bubble_up.png);
}
/* VYHLADAVANIE */
.hladat_box
{
float:left;
position:absolute;
margin-top: 113px;
}
#hladat {
  float:left; 
  margin:8px 0 0 3px;
  background: url('images/hladat.png');
  width: 58px; 
  height: 21px;
  border: 0px;
  cursor: pointer; 
}
.hladat
{ 
float:left; 
width:163px;
height:15px;
margin:8px 0 0 725px;
}
/* MENU */
#menu{ 
    overflow:hidden;
    height: 35px;
    width: 279px;
    list-style: none;
    padding-left: 2px;
    position:absolute;
    margin-top: 111px;
}
#menu li{
    float: left;
    height: 35px;
    width: 91px;
    margin-right: 2px;
}
#menu li a{
    background: url('images/menu.png') no-repeat 0 0;
    display: block;
    overflow:hidden;
    text-indent:-10000px;
    height:35px;
}
#menu li #menu-hry {
    background-position:0 0;
}
#menu li #menu-hry:hover {
    background-position:0 -78px;
}
#menu li.zvolene #menu-hry, #menu li.zvolene #menu-hry:hover  {
    background-position:0 -39px;
}
#menu li #menu-video {
    background-position:-92px 0;
}
#menu li #menu-video:hover {
    background-position:-92px -78px;
}
#menu li.zvolene #menu-video, #menu li.zvolene #menu-video:hover {
    background-position:-92px -39px;
}
#menu li #menu-forum {
    background-position:-184px 0;
}
#menu li #menu-forum:hover {
    background-position:-184px -78px;
}
#menu li.zvolene #menu-forum, #menu li.zvolene #menu-forum:hover {
    background-position:-184px -39px;
}
/* SUBMENU */
#submenu_pozadie {
    background:url('images/submenu.png') no-repeat;
	  width:960px;
    height: 36px;
}    
#submenu {
    overflow:hidden;
    width: 930px;
    height: 30px;
    position: relative;
    left: 3px;
    top: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px 0 11px;
}
#submenu li {
    float: left;
    list-style: none;
    padding: 3px 3px 3px 0;
    margin: 7px 0 0 0;
    border-right: 1px solid #55afc8;
}
#submenu li a{
    color: #FFF;
    padding: 3px 9px 5px 14px;
}
#submenu li a:hover {
    text-decoration:underline;
}
#submenu li.posledne {
border: none !important;
}
/* LAVY BOX */
#obsah_vlavo_celok {
	float: left;
	width: 212px;
}
.obsah_vlavo_hlavicka {
	background:url('images/obsah_vlavo_hlavicka.png') no-repeat;
	height: 32px;
	width: 212px;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;	
	font-weight: bold;
	position:relative;
	display: table-cell;
	vertical-align: middle;
  padding-left:10px;
  _padding-left:0px;
  
}
.txt_hlavicka 
{
*display: table;
*margin-top: 8px;
_display: table;
_margin-left: 10px;
}
.obsah_vlavo {
	background-color: #efeeeb;
	_float: left;
	text-align: left;
	color: #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  padding: 14px 0 14px 14px;
}
.liner { display: table; width: 100%; }
.liner a { float: left; }
.num { float: left; }
.pocet {
  float: right;
  padding-right:10px;
  color:#9c9c9c; 
}
/* RIADKY */
.line {
	overflow: auto;
	width: 100%;
}
.line p, .line div {
	float: left;
	margin: 2px;
}
.line div p, .line div div {
	float: none;
}
.line .left {
	font-weight: bold;
	width: 150px;
}
.line .wide {
	width: 150px;
}
/* OVEROVACI KOD */
.image_verification {
	position: relative;
	height: 30px;
	border: 0;
}
.image_verification img.code_image {
	width: 100px;
	height: 30px;
	border: 0;
}
.image_verification img.refresh_image {
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 0;
	position: absolute;
	top: 7px;
	left: 100px;
}
.image_verification input {
	position: absolute;
	top: 3px;
	left: 120px;
}
/* OBSAH HRA */
#hra_vrch {
	background-color: #eae9e6;
	margin: 0 0 9px 0;
  padding:7px 0 7px 7px;
  height: 71px;
}
#hra_sp {
	background-color: #eae9e6;
	margin: 0 0 9px 0;
  padding:7px 0 7px 0px;	
}
#prihlas {
	background-color: #eae9e6;
	text-align: center;
	margin: 0 0 9px 0;
  padding:4px 0 4px 0px;	
}
#hra_vitaz_center {
margin-left: auto;   
margin-right: auto;   
width:172px;
}
#hra_vitaz2 {
  background: url('images/vitaz2.png') no-repeat;
  width:172px;
  height: 71px;
  text-align: center;
	position:relative;
	display: table-cell;
	vertical-align: middle;  
}
#hra_nazov {
  left: 18px;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
}
#obsah_hra {
	background-color: #d8d6d2;
	color: #4f4f4f;
	font-size: 12px;
}
#obsah_vlavo_hra {
	float: left;
	width: 745px;
}
#obsah_vpravo_hra {
	float: right;
	width: 212px;
}
.obsah_hra2 {
	background-color: #efeeeb;
	_float: left;
	text-align: left;
	color: #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tab_menu {
	position: relative;
	padding: 4px 0;
	margin: 0;
	list-style-type: none;
	background: #d8d6d2;
	border-top: 1px solid #efeeeb;
	border-left: 1px solid #efeeeb;
	border-right: 1px solid #efeeeb;
	border-bottom: 0;
}
.tab_menu li {
	display: inline;
	margin: 0 -4px 0 0;
}
.tab_menu li a, .tab_menu li a:visited {
	position: relative;
	text-decoration: none;
	padding: 4px 6px;
	margin: 0;
	font-weight: bold;
	border-right: 1px solid #efeeeb;
}
.tab_menu li a:hover {
	background: #fff;
	color: #333333;
}
.tab_menu li a.selected {
	padding-bottom: 5px;
	color: #333333;
	background: #eae9e6;
	z-index: 10;
}
.hra_box_info {
  margin-bottom: 4px;
  padding: 2px;
	border: 1px solid #efeeeb;
	background: #eae9e6;
}
.clear {
	height: 0;
	font-size: 0;
	clear: both;
}
/* KOMENTARE */
.komentare {
  padding: 2px;
	margin: 0 0 9px 0;
	background: #eae9e6;	
}
#comment_verification_field {
	display: none;
}
.comment {
 background:#eae9e6;
 border-bottom:1px solid #d8d6d2;
 margin-top:1px;
 font-size:11px;
 padding:7px 15px;
 line-height:22px;
 min-height:60px;
 position:relative;
}
.avatar {
 float:left;
 margin-right:10px;
 margin-bottom:10px;
 position:absolute;
}
.comment a img.avatar {
 border:1px solid white;
 width:60px;
}
.comment a {
 color:#336699
}
.comment a.delete {
 width:15px;
 height:15px;
 position:absolute;
 top:8px;
 right:9px;
 background: url("../images/ico_delete_comment.gif") center top no-repeat;
}
.delete {
 position:absolute;
 right:9px;
 top:8px;
}
.comment strong {
 padding-left:70px;
}
.comment p {
 padding-left:70px;
} 
.podobne_hry {
 background:#eae9e6;
 border-bottom:1px solid #d8d6d2;
 margin-top:1px;
 font-size:11px;
 padding:7px 15px;
 line-height:22px;
 position:relative;
} 
/* HRA INFO */
.file_info {
	float: left;
	width: 33%;
}
#file_rating img {
  float: left;
	width: 24px;
	height: 24px;
	border: 0;
	margin: 45px 0px 0px 0px;	
}
#file_ratings {
  float: left;
	width: 24px;
	height: 24px;
	border: 0;
	margin: 45px 0px 0px 0px;	
}
#make_favorite {
	float: right;
  margin: 45px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
	border: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#full_screen {
	float: right;
  margin: 45px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
	border: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#svetlo {
	float: right;
	margin: 45px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
}
.svetlo {height: 24px; position:absolute; z-index:101; background-image:url('http://xzona.sk/hry/images/svetlo_off.png'); 
                        background-repeat:no-repeat;  background-position:left; padding: 0 0 0 20px; outline:none; text-decoration:none;}
                       
.svetlo:hover {text-decoration:none;}
#shadow {background-image:url('http://xzona.sk/hry/images/b1x1.png'); position:absolute; left:0; top:0; width:100%; z-index:100;}
.turnedOff {outline:none; text-decoration:none; background-image:url('http://xzona.sk/hry/images/svetlo.png');}
#fb_like {
    right: 100px;
    position: absolute;
}
#google {
    right: 0px;
    position: absolute;
}
#resize_file {
	margin-left: auto;
	margin-right: auto;
	z-index: 20;
}
#resize_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 15;
}
/* KOMENTARE */


/* PRAVY BOX */
#obsah_vpravo {
	float: right;
	width: 745px;
}
/* SCROLLER */
#scroller {
	position: relative;
	background-color: #eae9e6;
	margin-bottom: 4px;
	overflow: hidden;
	height: 100px;
}
#scroller ul li img {
	margin: 2px;
	border: 0;
	cursor: pointer;
}
#scroller ul {
	display: block;
	position: absolute;
	top: 2px;
	width: 1500px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#scroller ul li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
#scroller .title {
	position: absolute;
	bottom: 0;
	padding: 4px;
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	z-index: 10;
}
/* OBSAH HRY */
#obsah_hry {
	background-color: #d8d6d2;
	text-align: left;
	color: #4f4f4f;
	font-size: 12px;
  padding-left: 4px;
}
/* POSLEDNE VYSLEDKY */
#vysledky {
	background-color: #eae9e6;
	margin: 0 0 9px 0;
  padding:7px 0 14px 7px;
}
#najlepsi_hraci {
 float:left; 
 width: 25%;
}
#najlepsi_hraci .pohar
{
*display: table;
*height: 40px;
}
.medaila {
 float: left; 
 padding-top:10px; 
 padding-right:5px;
 border: 0;
}

#posledne_vysledky {
	float:left; 
  width: 74%;
}
.cas_vysledok {
	float:right;
  padding-right:10px;
  color:#9c9c9c;
}
/* HRA */
.hra_box {
	background-color: #eae9e6;
	margin: 0 0 9px 0;
  padding:7px 0 14px 7px;
  height: 93px;
  _padding-bottom:3px;
}
.hra_info {
margin-left: 136px;
}
.hra_popis {
font-size: 12px;
padding: 5px 15px 0px 0px;
width: 540px;

height: 60px;
*width: 400px;
_width: 400px;
}
.hra_hodnotenie {
margin-left: 0px;
}
.hra_hodnotenie2 {
margin-left: 0px;
margin: -50px 0px 0px 0px;
}
.hra_vitaz_prava {    
    float:right;
}
.hra_vitaz {
    background: url('images/vitaz.png') no-repeat;
    width:172px;
    height: 100px;
	text-align: center;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.hra_tien {
	background:url('images/shadow.png') no-repeat;
	float:left;
  width:130px;
  height: 100px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
/* PROFIL */
input.small {
	width: 50px;
}
img.click {
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 0;
}
.avatars {
	border: 0;
}
.ucp_avatar {
	margin: 1px;
	cursor: pointer;
}
#color_selector {
	position: absolute;
	width: 140px;
	border: 1px solid #808080;
	cursor: pointer;
	overflow: auto;
	box-shadow: 0px 0px 5px #A3A3A3;
	-webkit-box-shadow: 0px 0px 5px #A3A3A3;
	-moz-box-shadow: 0px 0px 5px #A3A3A3;
}
#color_selector div {
	width: 20px;
	height: 18px;
	float: left;
}
.ss_menu {
	background-color: #efeeeb;
	margin: 0 0 9px 0;
  padding:4px 0 4px 7px;	
}
.profil_box {
	background-color: #efeeeb;
	margin: 0 0 9px 0;
  padding:7px 0 14px 7px;
  _padding-bottom:3px;
}
#obsah_profil {
	background-color: #d8d6d2;
	text-align: left;
	color: #4f4f4f;
	font-size: 12px;
  padding-left: 4px;
}
#profil_menu {
	background-color: #efeeeb;
	margin: 0 0 9px 0;
  padding:4px 0 4px 0px;
}
#profil_menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}
#profil_menu ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 4px;
	text-align: center;
	width: 72px;
}
#profil_menu ul li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	width: 32px;
	height: 32px;
}
.riadok {
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #f5f4f3;
}
.riadok p, .riadok div {
	float: left;
	margin: 2px;
}
.riadok div p, .riadok div div {
	float: none;
}
.riadok .lava {
	font-weight: bold;
	width: 300px;
}
.riadok .siroka {
	width: 150px;
}
.profil_box .lavy_stlpec {
	width: 360px;
	float: left;
}
.profil_box .pravy_stlpec {
	width: 360px;
	float: right;
}
#favourites {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.subory {
	width: 120px;
	padding: 2px 2px 2px 20px;
	float: left;
	text-align: center;
}
.subory img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}
.subory_txt {
color:#000;
font-weight:bold;
font-size: 12px;
padding-bottom:7px;
}
.nahlad_box {
	background-color: #cccbc9;
	margin: 0 0 9px 0;
  padding:7px 0 14px 7px;
  _padding-bottom:3px;
}
.ucp_pm_preview {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
/* PRIATELIA */
.member {
	margin: 2px;
	padding: 6px;
	overflow: auto;
	float: left;
	width: 340px;
	background: #efeeeb;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #ffffff;
}
.member:hover {
	background: #ffffff;
}
.member .avatars {
	float: right;
	border: 1px solid #3D5229;
	padding: 2px;
	background: #FFFFFF;
}
.member .content {
	float: left;
	margin-right: 2px;
}
.member a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
/* FORUM */
.tbl_header {
	overflow: auto;
	font-weight: bold;
	border-bottom: 1px solid #d8d6d2;
	margin: 2px 0;
	text-align: center;
}
.tbl {
	overflow: auto;
	border-bottom: 1px solid #d8d6d2;
	margin: 2px 0;
	text-align: left;
}
.tbl_header p, .tbl p, .tbl div {
	float: left;
	padding: 2px;
}
.tbl div p {
	float: none;
}
/* PRISPEVKY FORUM / PM */
.post {
	overflow: auto;
	width: 100%;
}
.forum_post {
	border-top: 1px solid #C1CDC1;
	border-bottom: 1px solid #C1CDC1;
	margin: 8px 0;
}
.post .poster {
	float: right;
	width: 145px;
	border-left: 1px solid #C1CDC1;
	padding: 3px;
}
.post .poster img {
	border: 1px solid #C1CDC1;
}
.post .poster .user a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.post .content {
	float: left;
	width: 570px;
	padding: 3px;
}
.post .content .header {
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #C1CDC1;
}
.post .content .header span {
	font-weight: normal;
}
.post .content .message {
	margin: 4px 0;
}
.post .content .footer {
	border-top: 1px solid #C1CDC1;
	padding-top: 3px;
	margin-top: 8px;
}
.quote {
	border: 1px dotted #AAAAAA;
	background: #FAFAFA url(images/quote.png) no-repeat;
	background-position:  bottom right;
	margin: 2px 2px 6px 2px;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* STRANKOVANIE */
.arrow_nav {
height: 34px;
}
#strankovanie_mini li{
border:0; margin:0; padding:0;
font-size:12px;
list-style:none;
margin-right:2px;
_float: left;
*float: left;
*margin-right: 2px;
_margin-right: 0px;
}
#strankovanie_mini a{
border:solid 1px #f5f4f3;
margin-right:2px;
background-color:#f5f4f3;  
}
#strankovanie_mini a:link,
#strankovanie_mini a:visited {
color:#2a7692;
display:block;
float:left;
padding:6px 8px;
text-decoration:none;
}
#strankovanie_mini a:hover{
border:solid 1px #a5a49e;
}
#stranky {
height: 34px;
}
.strankovanie li{
border:0; margin:0; padding:0;
font-size:12px;
list-style:none;
margin-right:2px;
_float: left;
*float: left;
*margin-right: 2px;
_margin-right: 0px;
}
.strankovanie a{
border:solid 1px #f5f4f3;
margin-right:2px;
background-color:#f5f4f3;  
}
.strankovanie .predosla-off,
.strankovanie .dalsia-off {
border:solid 1px #f5f4f3;
margin-right:2px;
background-color:#f5f4f3; 
color:#888888;
display:block;
float:left;
padding:6px 8px;
text-decoration:none;
}
.strankovanie .zvolena{
border:solid 1px #fff;
background:#FFFFFF;
color:#2a7692;
display:block;
float:left;
font-weight:bold;
padding:6px 8px;
*margin-left: -2px;
_margin-right: 2px;
}
.strankovanie a:link,
.strankovanie a:visited {
color:#2a7692;
display:block;
float:left;
padding:6px 8px;
text-decoration:none;
}
.strankovanie a:hover{
border:solid 1px #a5a49e;
}
/* REGISTRACIA */
.register_info {
	float: left;
	width: 240px;
	font-weight: bold;
}
/* REDIRECT */
#redirection_box {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 400px;
	border: 1px solid #336699;
	background: #FFFFFF; 
	text-align: center;
}
/* PATICKA */
#paticka {
    font-size: 12px;
    background: #10829a;
    border-bottom: 6px solid #1c1c1c;
    position: relative;
    left: 3px;
    top: 0;
    height: 55px;
}
#paticka .text {
    position: absolute;
    left: 250px;
    top: 20px;
}
#paticka .horetext {
    padding-right: 25px;
    position: absolute;
    right: 0;
    top: 20px;
}
#paticka a {
    color: #fff;
    text-decoration: underline;
    background: none;
}
#paticka a:hover {
    color: #fff;
}
#paticka .minilogo {
    background: url('images/minilogo.png');
    width:161px;
    height: 48px;
    margin-left:20px;
}
.copyright {
    text-decoration: none !important;
}
.copyright a:hover {
    text-decoration: underline !important;
}
.reklama {
	background-color: #eae9e6;
	margin-bottom: 2px;
	text-align: center;
}
.obsah_vlavo_reklama {
	background-color: #eae9e6;
	margin-bottom: 2px;
	text-align: center;
	padding: 14px 0 8px 0;
}
.gpreload {width:640px;height:480px;color:#2a7692;font-size:14px;font-weight:bold;margin:0px auto;}
.reklamaa {margin-top:50px;}
.gpreload .nahravam {margin-top:60px;}
