<style>
*{
	margin: 0px;
	padding: 0px;
}
body{
        background: url("./pozadi.png");
        background-repeat: repeat-x;
	background-color: white;
	margin: 0px;
	padding: 0px;
}
a:link{
	text-decoration: none;
	color: #244471;
}
a:visited{
	text-decoration: none;
	color: #244471;
}
a:hover{
	text-decoration: none;
	color: #FFD62F;
        text-decoration: underline;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #2A4B7E;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #2A4B7E;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4A4A4A;
}
#blok_web{
	font-family: Verdana, Arial, Helvetica, sans-serif;
        padding-bottom: 70px;
}
#blok_hlavni{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#blok_hlavicka{
	position: relative;
	width: 800px;
        height: 169px;
	left: 50%;
	margin-left: -400px;
        background: url("./hlavicka.png");
        background-repeat: no-repeat;
}
#blok_hlavicka_text{
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -380px;
        padding-top: 15px;
        padding-left: 70px;
	font-size: 13px;
	color: #000000;
	text-align: left;
}
#blok_menu{
	position: relative;
	width: 800px;
        height: 80px;
	left: 50%;
	margin-left: -400px;
        background: url("./menu.png");
        background-repeat: no-repeat;
}
#blok_menu_text{
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -380px;
        padding-top: 10px;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
}
#blok_menu_text a:link{
	text-decoration: none;
	color: #ffffff;
}
#blok_menu_text a:visited{
	text-decoration: none;
	color: #ffffff;
}
#blok_menu_text a:hover{
	text-decoration: none;
	color: #FFD62F;
        text-decoration: underline;
}
#blok_menu_text2{
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -380px;
        padding-top: 15px;
	font-size: 13px;
	color: #000000;
	text-align: right;
}
#blok_menu_text2 a:link{
	text-decoration: none;
	color: #4A4A4A;
}
#blok_menu_text2 a:visited{
	text-decoration: none;
	color: #4A4A4A;
}
#blok_menu_text2 a:hover{
	text-decoration: none;
	color: red;
        text-decoration: underline;
}
#blok_obsah{
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
        background: url("./pozadi-obsahu.png");
        background-repeat: repeat-y;
}
#blok_obsah_text{
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -380px;
        padding-top: 1px;
	font-size: 11px;
	color: #484848;
	text-align: justify;
}
#blok_paticka{
	position: relative;
	width: 800px;
        height: 57px;
	left: 50%;
	margin-left: -400px;
        background: url("./paticka.png");
        background-repeat: no-repeat;
}
#blok_paticka_text{
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -380px;
        padding-top: 20px;
	font-size: 11px;
	text-align: right;
}
#blok_paticka_text a:link{
	text-decoration: none;
	color: #418DF8;
}
#blok_paticka_text a:visited{
	text-decoration: none;
	color: #418DF8;
}
#blok_paticka_text a:hover{
	text-decoration: none;
	color: #244471;
        text-decoration: underline;
}
</style>
