﻿body, html {

  margin: 0px;
  padding: 0px;
  background-color: #094e88;
  height: 100%;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 10px;
}

img {
  border: none;
}

a:link {color:#ffffff;text-decoration:underline;}
a:visited {color:#ffffff;text-decoration:underline;}
a:active {color:#ffffff;text-decoration:underline;}
a:hover {color:#99CCFF;text-decoration:underline;}

.odkazmaly {
  font-weight: bold;
}

h1 {
  font-weight: bold;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 10px;
}

h2 {
  font-weight: bold;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #418dcc;
}

/* blok stránky - 1004 px */
#blok {
  text-align: left;
  background-color: #282e6d;
	border: none;
  margin: 0px auto -32px auto; 
  width: 950px;
  height: 100%;
	min-height: 100%;
}

html>body #blok{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#paticka {
  display: block;
  width: 950px;
  margin: 0px auto 0px auto; 
  padding: 0px;
  font-size: 11px;
  line-height: 30px;
  color: #ffffff;
  clear: both;
  text-align: center;
  background-image: url(../obr/nebe_02.jpg);
	height:39px;
	position:relative;  
}

#sloupec1 {
  float: left;
  width: 180px;
  padding-left: 18px;
  padding-top: 15px;
  /* border: solid red; */
}

#sloupec2 {
  margin: 0px 380px 0px 200px;  
  padding: 18px 30px 150px 0px;
}

#sloupec3 {
  float: right;
  width: 370px;
  padding: 18px 20px 50px 0px;
}

#sloupec2b {
  margin: 0px 0px 0px 200px;  
  padding: 18px 16px 50px 0px;
  width: 525px;
}

#sloupec3b {
  float: right;
  width: 180px;
  padding: 18px 20px 50px 0px;
}

#sloupec2c {
  margin: 0px 0px 0px 200px;  
  padding: 18px 16px 150px 0px;
  width: 700px;
}

.ikonka {
  font-weight: bold;
  font-size: 13px;
  display: block;
  padding: 9px 0px 0px 50px;
  margin-bottom: 5px;
  height: 43px;
  width: 550px;
}

.ikonkamala {
  font-weight: bold;
  font-size: 11px;
  display: block;
  padding: 3px 0px 0px 0px;
  margin-bottom: 18px;
  height: 26px;
  width: 100px;
  background: url("../obr/iko_mala.gif") no-repeat;
}

.pozadi_tit {
  font-weight: bold;
  font-size: 13px;
  color: #418dcc;
  display: block;
  padding: 9px 0px 0px 10px;
  margin-bottom: 0px;
  height: 43px;
  width: 550px;
}

.podklad {
  background-color: #094e88;
  padding: 15px 15px 13px 12px;
}

.popisek {
  font-size: 11px;
  margin-top: 3px;
  margin-bottom: 20px;
  color: #cccccc;
  text-align: left;
}

.vyrazne {
  text-transform: uppercase;
  color: #418dcc;
}

.oddelovac {
  margin: 0px 8px 0px 8px;
}

.velkyobr {
  margin-top: 18px;
}

.sl_vyber {
  width: 200px;
  margin-left: 50px;
}

.tabulka {
  border-collapse: collapse;
}

td {
  border-top: 1px solid #0a5da2;
  border-bottom: 1px solid #0a5da2;
}

.tdpravy {
  text-align: right;
}

.tdbezlinky {
  border: none;
}

/* ovládání menu a tlačítek */

#menu1 a {
  display: block;
  width: 144px;
  margin: 4px 0px 0px 0px;
  padding: 3px 0px 7px 10px;
  background: url("../obr/tlacitko_01.gif") 0 0 no-repeat;
  text-decoration: none;
}

#menu1 a:hover {	
  background-position: -154px 0;
  color: #ffffff;
}

#menu2 a {
  display: block;
  width: 144px;
  margin: 4px 0px 0px 0px;
  padding: 3px 0px 7px 10px;
  background: url("../obr/tlacitko_02.gif") 0 0 no-repeat;
  text-decoration: none;
}

#menu2 a:hover {	
  background-position: -154px 0;
  color: #ffffff;
}

#tl_den a {
  display: block;
  height: 25px;
  width: 60px;
  background: url("../obr/tl_den.gif") 0 0 no-repeat;
  text-decoration: none;
}

#tl_den a:hover {	
  background-position: -60px 0;
}

#tl_noc a {
  display: block;
  height: 25px;
  width: 60px;
  background: url("../obr/tl_noc.gif") 0 0 no-repeat;
  text-decoration: none;
}

#tl_noc a:hover {	
  background-position: -60px 0;
}

#tl_lupa a {
  display: block;
  height: 25px;
  width: 60px;
  background: url("../obr/tl_lupa.gif") 0 0 no-repeat;
  text-decoration: none;
}

#tl_lupa a:hover {	
  background-position: -60px 0;
}

#tl_dalsi a {
  display: block;
  height: 25px;
  width: 35px;
  background: url("../obr/tl_dalsi.gif") 0 0 no-repeat;
  text-decoration: none;
}

#tl_dalsi a:hover {	
  background-position: -35px 0;
}

#tl_predchozi a {
  display: block;
  height: 25px;
  width: 35px;
  background: url("../obr/tl_predchozi.gif") 0 0 no-repeat;
  text-decoration: none;
}

#tl_predchozi a:hover {	
  background-position: -35px 0;
}

.spuntikem a {
  display: block;
  padding: 0px 0px 0px 18px;
  height: 18px;
  width: 200px;
  /* text-decoration: none; */
  background: url(../obr/puntik_01.gif) 0 0 no-repeat;
}

.spuntikem a:hover {	
  background-position: 0px -15px;
  color: #ffffff;
}



