#obal
{
position: relative;
text-align: left;
margin: auto;
width: 1000px;
}
#menu
{
position: absolute;
width: 507;
left: 400;
top: 200;
font-weight: bold;
color: #ff0073; /*v placene casti navigace fotek*/
font-size: 26px;
padding-top: 5px;
padding-bottom: 5px;
background: white;
}

#menu a:hover
{
background: red;
}

#text
{
width: 600px;
position: absolute;
left: 400;
top: 250;
}

.zvyrazneni_nadpis
{
	background: white;
	color: red;
	text-align: center;
}

.zvyrazneni_center
{
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
}

.zvyrazneni_left
{
	color: red;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}

.zvyrazneni_black
{
	font-weight: bold;
	font-size: 18;
}

