 #lev {
	float: left;
	height: auto;
	width: 365px;
	margin-top: 40px;
}
#desen {
	float: right;
	height: auto;
	width: 365px;
	margin-top: 40px;
}

#desen h2 {
	margin-top: 40px;
}
#desen p {
	width: 365px;
}
#desen img {
	position:relative;
	left:-15px;
}
.simboli {
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;
	clear: left;
}
.tekst_do_simbolite {
	font-size:0.9em;
	width:240px;
	float:left;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 10px;
	clear: right;
	position:relative;
	top:10px;
}
#lev div:nth-child(2) p {
	top:15px;
}