/* css */
body{
	background: url(../images/pozadi.png) no-repeat top left;
	color: #000;
}
hr{
	border: none;
}
.clear{
	clear: both;
}
#logo{
	margin: 55px 0 20px 71px;
}

#hl_menu ul {
	list-style: none;
	padding: 0;
	position: relative;
}
#hl_menu > ul > li{
	float: left;
	cursor: pointer;
	padding: 10px 20px;
	background: rgba(4, 77, 1, 0.28);
}
#hl_menu > ul ul{
	display: none;
}
#hl_menu > ul li:hover ul{
	display: block;
}

#obsah{
	position: relative;
}

.posun{
	padding: 20px;
	background: rgba(180, 194, 250, 0.50);
	border-radius: 15px;
	position: absolute;
	top: 0;
}
#koleda14_fotky img{
	width: 400px;
}
