<style>
*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #F2F2F2;	
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036EA6;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #036EA6;
        margin: 0px;
}
#nadpis{
	position: relative;
	text-align: left;
	top: 170px;
}
#blok_web{
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
#blok_hlavicka{
        background-image: url(./hlavicka.jpg);
        background-repeat: no-repeat;
	position: relative;
	width: 800px;
        height: 215px;
	left: 50%;
	margin-left: -400px;
}
#blok_hlavicka_text{
	position: relative;
	width: 530px;
	left: 50%;
	margin-left: -265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	text-align: justify;
}
#blok_hlavicka_text a:link{
	text-decoration: none;
	color: #006666;
}
#blok_hlavicka_text a:visited{
	text-decoration: none;
	color: #006666;
}
#blok_hlavicka_text a:hover{
	text-decoration: none;
	color: #cc3300;
        text-decoration: underline;
}
#blok_telo_01{
        /* toto je poznámka v CSS stylu */
        background-image: url(./telo_01.jpg);
        background-repeat: no-repeat;
	position: relative;
	width: 800px;
        height: 452px;
	left: 50%;
	margin-left: -400px;
}
#blok_telo_01_text{
	position: relative;
	width: 530px;
	left: 50%;
	margin-left: -265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	text-align: justify;
}
#blok_telo_01_text a:link{
	text-decoration: none;
	color: #006666;
}
#blok_telo_01_text a:visited{
	text-decoration: none;
	color: #006666;
}
#blok_telo_01_text a:hover{
	text-decoration: none;
	color: #cc3300;
        text-decoration: underline;
}
#blok_telo_02{
        background-image: url(./telo_02.jpg);
        background-repeat: repeat-y;
        /* toto je poznámka v CSS stylu */
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
#blok_telo_02_text{
	position: relative;
	width: 530px;
	left: 50%;
	margin-left: -265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	text-align: justify;
}
#blok_telo_02_text a:link{
	text-decoration: none;
	color: #006666;
}
#blok_telo_02_text a:visited{
	text-decoration: none;
	color: #006666;
}
#blok_telo_02_text a:hover{
	text-decoration: none;
	color: #cc3300;
        text-decoration: underline;
}
#blok_paticka{
        background-image: url(./paticka.jpg);
        background-repeat: no-repeat;
	position: relative;
	width: 800px;
        height: 90px;
	left: 50%;
	margin-left: -400px;
}
#blok_paticka_text{
	position: relative;
	top: 10px;
	width: 530px;
	left: 50%;
	margin-left: -265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
#blok_paticka_text a:link{
	text-decoration: none;
	color: #006666;
}
#blok_paticka_text a:visited{
	text-decoration: none;
	color: #006666;
}
#blok_paticka_text a:hover{
	text-decoration: none;
	color: #cc3300;
}
</style>