@charset "utf-8";
/* CSS Document */

body { 
margin:0; padding:0;
background:#fff; color:#333;
font:normal 82%/165% Arial, Helvetica, sans-serif; }

/* ---------- */
div#banner { 
width:840px; height:173px; margin:0 auto;}

/* ---------- */
div#top-part {
background:#dee1ef url(../images/bg_topbar.gif) repeat-x; }

div#top-part .navigacia, div#top-part .obsah {
width:840px; margin:0 auto; }

div#top-part .navigacia {
height:48px;}

div#top-part .navigacia img {
border:none; margin:0; float:left; }

div#top-part .obsah {
background:url(../images/bg_obsah.gif) repeat-y; }

div#top-part .obsah #novinky {
width:170px; margin-left:20px; float:left; }
	
div#top-part .obsah #texty {
width:600px; margin-right:20px; padding-top:20px; float:right; }

div#top-part .obsah #texty #silueta {
width:379px; height:267px; float:left;
background:url(../images/bg_texty.png) no-repeat; }

div#top-part .obsah #texty img.main, div#top-part .obsah #texty img.main:hover {
background:#fff; margin:0 0 20px 20px; padding:9px; float:right;
border:1px solid #234a93; }

div#top-part .obsah #texty img {
cursor:pointer; border:2px solid #fff; margin-left:5px; }

div#top-part .obsah #texty img:hover {
border:2px solid #f51448; }

div#top-part .obsah #clear {
clear:both;}

/* ---------- */
div#bottom-part {
background:#fff url(../images/bg_bottombar.gif) repeat-x; }

div#bottom-part .footer {
width:840px; height:25px; margin:0 auto; padding-top:0.5em;
background:url(../images/bg_footer.gif) no-repeat;
font-size: 75%; color:#fff; text-align:center; }

/* ---------- */
h1, h2, h3, h4, p {
margin:0; padding:0; }

ul {
margin-top:0; padding-top:0; }

h1 { font-size:160%; }
h2 { font-size:150%; margin-bottom:.25em; color:#234a93; }
h3 { font-size:130%; margin-top:2em; margin-bottom:.25em; color:#234a93; }
h4 { font-size:120%; }


/* tabulky */
table { 
margin-bottom:20px; float:left; margin-left:20px;
border:2px solid #fff; border-collapse:collapse;
font-size:80%; }

td { border:1px solid #2455a0; }
td, th { padding:.075em .75em; }
th { text-align:left; background:#2455a0; color:#fff;}
caption { font-size:130%; font-weight:bold; text-align:left; margin-top:2em; margin-bottom:.25em; color:#234a93; }
td.tfoot { font-style:italic; }
tr { background:#86a6d8 url(../images/bg_table.gif) repeat-y; }
tr.tinfo { text-align:center; background:#397ade; color:#fff;}
tr:hover { background:#2455a0 url(../images/bg_table-over.gif) repeat-y;; color:#fff; cursor:pointer; }

/* horizontal rules */
hr { border:1px solid #a4aee3; margin-top:20px; }


/* links */
a { color:#f51448; text-decoration:underline; }
a:hover { text-decoration:none; }