html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
  text-align: center;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  height:100%;
  font-size: 12px;
  background-color: #ddecf8;
}
#body{
  width: 770px;
  text-align: left;
  margin: 10px auto 10px auto;
}
#login{
  text-align: right;
  padding: 5px;
  font-size: 12px;
  letter-spacing: 1px;
}

/*#hlava{
    height: 110px;
    background-image: url(hlava.jpg);
    background-position: center;
    background-repeat: no-repeat;
}*/
#menu{
    height: 28px;
    margin-top: 10px;
    overflow: hidden;
}
#menu a{
    display: block;
    float: left;
    padding: 8px 10px;
    margin: 0 0px 0px 5px;
    border: 3px solid #ddecf8;
    text-decoration: none;
    font-weight: bold;
    background-color: #04518c;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
#menu a.aktivni{
    background-color: #fff;
    color: #000;
}
#menu a:hover{
    text-decoration: underline;
    border-color: #04518c;
}
#menu a.aktivni:hover{
    border-color: #ddecf8;
}
#main{
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#mainin{
    margin: 10px;
    min-height: 250px;
}
#pata{
    font-size: 11px;
    padding: 10px;
    text-align: center;
    background-color: #ccc;
}
#chyby{
   margin: 20px 0;
   padding: 5px;
   border: 1px solid #FF400E;
   background-color: #FFDA7A;
}
#chyby h2{
    font-size: 14px;
    margin:0;
    font-weight: bold;
    color: #FF400E;
    float: left;
    width: 120px
}
#chybytext{
    padding-left: 10px;
    margin-left: 118px;
}
a{
   color: #04518c;
}
a:hover{
    text-decoration: none;
    color:#FF400E;
}
h1, h2, h3{
   color: #04518c;
   font-weight: bold;
}
h1{
   letter-spacing: 2px;
   font-size: 18px;
   margin-bottom: 10px;
}
h2{
   letter-spacing: 1px;
   font-size: 16px;
   margin: 16px 0 6px 0;
}
h3{
   letter-spacing: 1px;
   font-size: 14px;
   margin: 8px 0 4px 0;
}
td, th{
   padding: 2px 4px;
   vertical-align: middle;
}
th{
    font-weight: bold;
    font-size: 12px;
}
.ramecky td, .ramecky th{
    border: 1px solid #ddd;
    
}
.odbernemisto td, .odbernemisto th{
    background-color: #ddecf8;
    
}
tr.posl>td{
    padding-bottom: 30px;
}
.hidden{
    display: none;
}
.dialog{
    display: none;
    text-align: justify;
}
.vpravo{
    text-align: right;
}
.sir500{
    width: 500px;
}
.vodne{
    color: #010772;
}
.stocne{
    color: #00733C;
}
.vodnegraf{
    background-color: #010772;
}
.stocnegraf{
    background-color: #00733C;
}
.cisla{
    text-align: right;
    font-size: 16px;
    font-family: "Courier New", courier, monospace;
}

/* #0163a2 */
/*faktury zaplacena a nezaplacene*/
.fakNezOk td{
    background-color: #FE9672;
}
.fakNezPo td{
    background-color: #FD4100;
}
.fakZapOk td{
    background-color: #fff;
}
.fakZapPo td{
    background-color: #FEDA72;
}
.tucne{
    font-weight: bold;
}
#odecet{
    height: 30px;
    padding-right: 80px;
    float:right;
    font-weight: bold;
    vertical-align: middle;
    background-image: url(img/vodomer.png);
    background-position: right;
    background-repeat: no-repeat;
}
#odecet span{
    /*line-height: 24px;*/
}
.horniindex{
    vertical-align: super;
    font-size: 10px;
}
