	h1    		{color: red;}
	h2    		{color: red;}
	h3    		{color: #0079C6;}
	
	a     		{text-decoration: none}
	a:link		{color: black}
	a:visited 	{color: #0079C6}
	a:active  	{color: red}
	a:hover   	{color: red; text-decoration: underline}

	p    		{text-indent: 30px; margin: 0px;}
	
	body 		{padding: 0px; font: 0.8em Verdana; background: #D6E3EF; color: #0079C6; text-align: center;}
	
.menu {
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.leve-menu {
	padding: 14px 12px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	background: #0CF;
}
.menu li em {
	background: #09F;
	width: 144px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: 0px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	color: #fff;
}
	
	
	img			{border: 0;}
	
	hr			{color: red;}
			
	#cela-stranka 	{width: 90%; margin: 0% auto;}
	#leve-menu 		{width: 0%; float: left; text-align: left;	font-weight: bold;}
	#hlavni-text 	{width: 78%; margin: 0% auto; float: right; text-align: left; margin-left: 75px;}
	#paticka		{clear: left;}
		
		
</style>

