


body {
  background-attachment: fixed;
  background-color: white;
  margin: 0px;
  color: black;
  width:100%;
  height:100%;
  
}


A
{
	color: #963F3F;
	

}


A:HOVER
{
	color: black;
	text-decoration: none;
	
}


/**
 **********************************
 * tables
 **********************************
 */





.Table {
  width:617px;
  }


.tab_er {
  background-color: #DDDDDD;
  height:85px;
  width:auto;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
  font-color: #CE5634;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dashed #666666;
  }
  






/**
 **********************************
 * Navigace
 **********************************
 */

 


#nav a:HOVER
{
	border: none;
	padding: 15px 10px 8px 10px;
	background-color: #3a4247;
	text-decoration: none;
	
}


 

/**
 **********************************
 * pismo
 **********************************
 */ 
 
 
 .h1
 {
 	color: #CE5634;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bolder;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
 }
 
 .h2
 {
 	color: #CCF0C1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 2.5em;
 }
 
 .textline
 {
  font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 4px 0;
	font-size: 0.7em;
 	border-bottom: 1px dotted #9AA3A8;
	color: #777777;
 }
 
 .text
 {
  font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 4px 0;
	font-size: 0.7em;
	color: #777777;
 }
 
 .foot
 {
  font-family: Arial, Helvetica, sans-serif;
 	text-align: right;
	font-size: 0.6em;
	color: #CE5634;
	
 }
  .hsekce
 {
  font-family: Arial, Helvetica, sans-serif;
 	text-align: right;
	font-size: 0.8em;
	color: #777777;

  
	
 }
 
  .copy
 {
  font-family: Arial, Helvetica, sans-serif;
 	text-align: right;
	font-size: 0.6em;
	color: #9AA3A8;
	
 }
 
 .em
 {
  font-family: Arial, Helvetica, sans-serif;
 	text-align: right;
	font-size: 1em;
	color: #777777;
  border-bottom: 1px dotted #777777;
  cursor: help;
 }
 #copyright
 {
 	padding-top: 100px;
	color: #C2DEF1;
	
 }



