html, body, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, ul, li, hr {
   margin-bottom: 0px;
	margin-top: 0px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;

}

html, body {
	background-color: #ffffff;
	text-align: justify;
	font-size:  82%;
}
p {
  	margin: 10px 0;
	color: Black;
	text-align: justify;
	}

H1 {	margin-bottom: 10px;
		margin-top: 10px;
		font-size: 1.6em;
		padding-top: 0px;
		font-family: Tahoma;
		
}
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: #0039BD;
	}
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: 100%; padding: 2px; border-collapse: separate; border: 1px solid #5BBF02; }
table.tbl_contacts th { width: 250px;  padding: 2px; background-color: #EDFDDB;  }

textarea { font-size: 11px; }
