body
{
    background-image: url('../gfx/modre_pozadie.jpg');
    color: black;
    font-family: Verdana, Tahoma, Sans-Serif, Helvetica, Arial;
    font-size: 12px;
    margin: 20px 20px 20px 20px;
}

a 			{ text-decoration: none; font-weight: bold; color: #000080;}
a:link		{ text-decoration: none; font-weight: bold; color: #000080;}
a:visited	{ text-decoration: none; font-weight: bold; color: #000080;}
a:active 	{ text-decoration: none; font-weight: bold; color: #000080;}
a:hover 	{ text-decoration: underline; font-weight: bold; color: #ff1150;}

.text_m
{
    font-family: Verdana, Tahoma, Sans-Serif, Helvetica, Arial;
    font-size: 11px;
}

.text_s
{
    font-family: Verdana, Tahoma, Sans-Serif, Helvetica, Arial;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
}

.text_v
{
    font-family: Verdana, Tahoma, Sans-Serif, Helvetica, Arial;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

#obsah
{
    text-align:center;
}

#logo_male
{
    text-align:center;
	position: absolute;
	height: 110px;
	width: 90px;
    top: 20px;
    left: 20;
	background-attachment: scroll;
	background-image: url('../gfx/logo_uk.gif');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.4; filter: alpha(opacity=40);
}

#logo_blok
{
    text-align: left;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

#logo_obrazok
{
    text-align:center;
	position: fixed;
	height: 355px;
	width: 320px;
    top: 280px;
	background-attachment: scroll;
	background-image: url('../gfx/logo_bgr.gif');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.35; filter: alpha(opacity=35);
}

.tabulka_obsah
{
    width: 95%;
    font-family: Verdana, Tahoma, Sans-Serif, Helvetica, Arial;
    font-size: 12px;
    color: black;
    background-color: transparent;
    /*
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;    
    */
}

.tabulka_obsah tr
{
    height: 32px;
}

.tabulka_obsah td
{
    /*border-top: solid 1px #eeddaa;*/
    border-bottom: dotted 1px #ffeeaa;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.tabulka_tiraz
{
    font-family: Verdana, Tahoma, Sans-Serif, Helvetica, Arial;
    font-size: 12px;
    color: black;
    background-color: transparent;
    
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    
}

.stlpec_hlavicka
{
    font-family: "Trebuchet MS";
    width: 15%;
    background-color: #336699;
    font-size: 16px;
    font-weight: bold;
    color: #ffffcc;
    border-top: #000088 1px solid;
}

.stlpec_obsah
{
    width: auto;
    font-weight: bold;
    border-right: #cccc99 1px solid;
    border-top: #cccc99 1px solid;
    border-left: #6699cc 4px solid;
    border-bottom: none;
}

a.tlacitko_navrat
{ 
    background-image: url('../gfx/navrat_n.jpg');
    width: 80px; 
    height: 32px; 
    display: block; 
}
a.tlacitko_navrat:hover 
{ 
    background-image: url('../gfx/navrat_h.jpg');
}
a.tlacitko_navrat span 
{ 
    display: none; 
}

a.tlacitko_tiraz
{ 
    background-image: url('../gfx/tiraz_n.jpg');
    width: 80px; 
    height: 32px; 
    display: block; 
}
a.tlacitko_tiraz:hover 
{ 
    background-image: url('../gfx/tiraz_h.jpg');
}
a.tlacitko_tiraz span 
{ 
    display: none; 
}

a.tlacitko_domov
{ 
    background-image: url('../gfx/domov_n.jpg');
    width: 160px; 
    height: 32px; 
    display: block; 
}
a.tlacitko_domov:hover 
{ 
    background-image: url('../gfx/domov_h.jpg');
}
a.tlacitko_domov span 
{ 
    display: none; 
}