html, body, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, ul, li, hr {
   margin-bottom: 0px;
	margin-top: 0px;	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;

}

html, body {
	background-color: #fff;
	text-align: justify;
	font-size:  82%;
}
p {
  	margin: 10px 0;
	color: Black;
	text-align: justify;
	}

h1, h2, h3, h4, h5, h6		{ color: #304988; }	
	
H1 {	margin-bottom: 10px;
		margin-top: 10px;
		font-size: 1.4em;
		padding-top: 0px;
		
		
}
H2 {	
      margin-top: 10px;
      margin-bottom: 5px; 
		font-size: 1.4em;
		padding-top: 0px;
		
}
H3 {	
      margin-bottom: 10px;
		font-size: 1.3em;
		padding-top: 10px;
		
}
H4 {	
		font-size: 1.2em;
		padding-top: 10px;
		
}
H5 {	
		font-size: 1.1em;
		padding-top: 10px;
		
}
H6 {	
		font-size: 1em;
		padding-top: 0px;
		font-weight: normal;
		
}
hr {
	color: #ccc;
	height: 0px;
	background: #ccc;
	clear: both;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

ul li {
	line-height: normal;
	font-size: 1em;
	list-style-image: url(../images/design/li.gif);
}

a {
	text-decoration: none;
	color: #304989;
	}
a:hover {
	text-decoration: underline;
	color :black;
}

form {
	margin: 0px 0px 0px 0px;
}	

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.pracicka {
	cursor: pointer;
	cursor: hand;
} 

table.tbl_contacts { width: 75%; padding: 2px; border-collapse: separate; border: 1px solid #304988; }
table.tbl_contacts th {padding: 2px; background-color: #C5D9FF;  }

table
.tabulka, .tabulka th, .tabulka td 
									{ border: 1px solid #304988; border-collapse: collapse; padding: 1px 5px 1px 5px; }
.tabulka th 					{ background: #C5D9FF; color: Black; }
textarea { font-size: 11px; }
