/* CSS Document */

div#sub_page { float : left; width : 800px;  padding : 5px; /*background : transparent url("../images/podklad.gif") no-repeat; */}
div#sub_page a { text-decoration : underline; }
div#titulek { float : left; padding : 10px; width : 700px; }

div#obsah { float : left; width : 700px; padding : 10px 0px 0px 40px; }
div#obsah label { float : left; width : 200px; padding : 3px 2px; }
div#obsah label span { font-size : 12px; }
#obsah td{
	padding: 5px 5px 5px 0;
}
div#obsah input, div#obsah textarea, div#obsah select  { padding : 1px; margin : 1px; }
div#obsah input.text, div#obsah textarea { border : 1px solid #328615; width : 290px; }
div#obsah input.text_datum { width : 260px; }
div#obsah input.short { width : 140px; }
#obsah input, #obsah checkbox, #obsah select{border : 1px solid #328615; }
div#obsah select { width : 294px; }

div#obsah input.checkbox { width:20px; height : 16px; margin : 2px;}

div#obsah fieldset { border : 1px solid #328615; }
div#obsah fieldset label { width : 270px; }

div.nadpis { width : 700px; font-size: 14px; color : #009843; font-weight:bold; padding: 15px 0 5px 0; /*color: #9EC7B4;*/ }
div.vypis_left  { text-align : left; width : 700px; }
div.vypis_right { text-align : right; width : 700px; }
div.vypis_center { text-align : center; width : 700px; }

div#obsah table { float : left; } 
td.nadpis  { font-size: 14px; color: #009843; margin: 15px 0 5px 0; font-weight:bold;}

hr.cara {clear: both; border: none; color : #609440; background : #609440; height: 1px; /*color: #9EC7B4;*/ width: 100%; }
div.popis, td.popis, p.popis { font-size : 12px; line-height: 16px; }
p{
	margin: 10px 0 5px 0;
}
a.odkaz { font-size : 12px; text-decoration : underline; }

div.pulka { float : left; width : 255px; }
