<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
    background-image:url('../obrazky/backgroung.png')!important;
    background-repeat:repeat-x!important;
    background-position-x:left!important;
    background-position-y:top!important;
}

.wrapper, .wrap-main 
{
    background-image:none!important;
}

#header-left
{
    background: url('../obrazky/header-left.png') top left no-repeat!important;
}

#header-right-wrap
{
    background: url('../obrazky/header-right.png') top left no-repeat!important;
}

#main-container
{
    background: url('../obrazky/wrap-top.png') top left no-repeat!important;
}

#logo, #main-area, #wrapper-top
{
    background: none!important;
}

.reklama_h
{
	  background-color:#639F40;
    position:absolute;
    top:-240px;
    border: solid 1px white; 
    max-height:65px;
    overflow:hidden;
}

.page-caption
{
    font-size:26px;
    color:darkblue;
    font-weight: bold;
    margin-top:4px;
    margin-bottom:4px;
}

#header-left h1
{
    color:darkblue;
}

.page-subcaption
{
    font-size:22px;
    color:#174213;
    font-weight: bold;
}

.warning
{
  color:red!important;
  font-size:18px;
  font-weight:bold;
}

.info
{
  font-size:16px;
}

.table-detail, .table-detail-big
{
  border-collapse:collapse;
}

.table-detail tr td
{
    text-align:center;
    border: solid 1px silver;
}

.table-detail-big tr td
{
    text-align:center;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    color:#174213;
    font-size: 16px;
    font-weight:bold;
}

.left
{
    text-align:left!important;
}</pre></body></html>