html, body, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, ul, li, hr {
   margin-bottom: 0px;
	margin-top: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	color: Black;

}

html, body {
	background-color: #ffffff;
	text-align: justify;
}

body		{ font-size: 68.75%; }

p {
  	margin: 10px 0;
	color: Black;
	text-align: justify;
	}

h1, h2, h3, h4, h5, h6, h7, h8		{ margin: 22px 0 11px; color: black; }

h1												{ font-size: 1.5em; border-bottom: solid 1px #E1AE09; padding-bottom: 5px; margin: 22px 0 11px; }
h2												{ font-size: 1.3em; }
h3												{ font-size: 1.1em; }
h4, h5, h6, h7, h8						{ font-size: 1em }

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/elf/li.gif); 
}

a {
	text-decoration: underline;
	color: #c79800;
	}
a:hover {
	text-decoration: none;
}

form {
	margin: 0px 0px 0px 0px;
}	

fieldset			{ margin: 0; padding: 14px; border: none; background: #f4f4f4; }

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.pracicka {
	cursor: pointer;
	cursor: hand;
} 

table th							{ text-align: left; }

textarea 						{ font-size: 11px; }

table, input, select 		{ font-size: 1em; }
