/********************************************************/
/*             CSS format 1.0 revize 14.04.06  	       */   
/********************************************************/

html, body 						{ font-family: Tahoma , Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000;  background: #fff; }
body								{ font-size: 76%; }

p 									{ margin: 10px 0; text-align: justify; font-size: 1em;   }
hr 								{ color: #fff; height: 0px; background: inherit; border: 0; clear: both; }

acronym, abbr 					{ border-bottom: 1px dotted #be6440; cursor: help; } 

.noborder						{ border: none; background: none; }

/*-----------------definice nadpisu ------------------*/

h1, h2, h3, h4, h5, h6 		{ color: #2f2f2f; margin: 1em 0 .7em 0;  } 

h1 								{ font-size: 1.3em; border-bottom: 1px solid #ffd6d6;  background: url(../images/bg_h1.gif) 0 7px no-repeat; padding: 0 0 0 18px; margin: .5em 0 1em 0;  }
h2									{ font-size: 1.4em; font-family: Arial, Helvetica, sans-serif; }
h3 								{ font-size: 1.3em; }
h4 								{ font-size: 1.2em; }
h5 								{ font-size: 1.1em; }
h6									{ font-size: 1.0em; }

/*-----------------definice seznamu ------------------*/

ul 								{ list-style-image: url(../images/li.gif); margin-top: 0.4em ; margin-bottom: 0.3em;   }

/*-----------------definice odkazu ------------------*/

a									{ text-decoration: underline; color: #be6440; background-color: inherit ; }
a:hover 							{ text-decoration: none; }


/*-----------------definice formularu ------------------*/

form 								{ margin: 0; padding: 0; }	
legend							{ font-weight: bold; color: black; }
fieldset							{ border: 1px solid #888; margin: 10px; padding: 10px; background: #F6F6F6; margin: 15px 0;  color: #000;  }
input, textarea 				{ border: 1px solid #888; background: white;  font-size: 1em;  }
input.sub						{ padding: 1px 4px; margin: 5px 0 0 0; background: #be6440; border-color: #a41f22; color: #fff; font-weight: bold;   }

/*-----------------definice tabulek ------------------*/

table, th, td 					{ font-size: 1em;  }
td 								{ vertical-align: top; }

.tabulka, .tabulka th, .tabulka td 
									{ border: 1px solid #be6440; border-collapse: collapse; padding: 1px 5px 1px 5px; }
.tabulka th 					{ background: #be6440; color: white; }

/*-----------------obrazky ------------------*/

img 								{ border: 1px solid #be6440; padding: 1px; }  
