* {
  font-family: verdana;
  font-size: 12px;
}
body{
  margin: 0; 
  background-color: white; 
      
  line-height: 130%;
}
/* DESIGN - kostra */
div.obal{
  border: 1px solid black; 
  width: 780px;
}

div.main{
  margin: 0 auto;  
  background: url('images/podmenu_dot.jpg') top left repeat-y;
  
}

div.top{
  border-bottom: 1px solid black; 
  text-align: center;  
  /* height: 176px; */ 
  height: 138px;
  width: 780px; 
  background-image: url('images/top.jpg');
}

div.menu{
  width: 195px; 
  float: left; 
  margin: 0; 
  padding: 0;
  background-color: #bad8f0;  
}

div.obsah{
 margin: 0 0 0 195px; 
 padding: 0;
}

div.nadpis{
  height: 30px; 
  background: url('images/podnadpis.jpg') top left no-repeat; 
  font-size: 18px; 
  margin-top: 5px;
}

div.obsah_text{
  margin-top: 10px; 
  padding-bottom: 8px; 
  margin-left: 10px; 
  margin-right: 10px; 
  text-align: justify;
}


div.nadpaticka{
  clear: both;  
  height: 29px; 
  width: 780px; 
  background-image: url('images/index_05.jpg');  
}

div.paticka{
  clear: both;  
  text-align: center;    
  height: 28px; 
  width: 780px; 
  background-image: url('images/paticka.jpg');
}
/* /DESIGN - kostra */

img.border{
  border: 1px solid  black;
}

.sudy{
  background-color: #dfebfb;

}

input.malyinput{
  width: 110px;

}

td.prepocet_title{
  background-color: #002b70; 
  color: white; 
  font-weight: bold; 
  padding: 3px;
}

td.prepocet_seda{
  background-color: #e0dfe3;
}

