<style>
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
a:link{
	text-decoration: none;
	color: #2778D1;
}
a:visited{
	text-decoration: none;
	color: #2778D1;
}
a:hover{
	text-decoration: none;
	color: #FFD62F;
        text-decoration: underline;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #196585;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #196585;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #196585;
}
#blok_web{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#blok_hlavni{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#blok_hlavicka{
	position: relative;
	width: 800px;
        height: 198px;
	left: 50%;
	margin-left: -400px;
        background: url("./hlavicka.jpg");
        background-repeat: no-repeat;
}
#blok_hlavicka_text{
	position: relative;
	width: 500px;
        height: 30px;
	left: 50%;
	margin-left: -300px;
        top: 10px;
	font-size: 13px;
	color: #484848;
	text-align: left;
}
#blok_obsah_menu{
	position: relative;
	width: 800px;
        height: 82px;
	left: 50%;
	margin-left: -400px;
	background-color: white;
        background: url("./telo_vrch.png");
        background-repeat: no-repeat;
}
#blok_obsah_menu_text{
	position: relative;
        top: 5px;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	font-size: 13px;
	color: #484848;
	text-align: left;
        font-weight: bold;
}
#blok_obsah_menu_text a:link{
	text-decoration: none;
	color: #000000;
}
#blok_obsah_menu_text a:visited{
	text-decoration: none;
	color: #000000;
}
#blok_obsah_menu_text a:hover{
	text-decoration: none;
	color: #8E1E12;
        text-decoration: underline;
}
#blok_obsah{
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: white;
        background: url("./telo.png");
        background-repeat: repeat-y;
}
#blok_obsah_text{
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -380px;
        padding-top: 3px;
        padding-bottom: 3px;
	font-size: 11px;
	color: #484848;
	text-align: justify;
}
#blok_obsah_text a:link{
	text-decoration: none;
	color: #2778D1;
}
#blok_obsah_text a:visited{
	text-decoration: none;
	color: #2778D1;
}
#blok_obsah_text a:hover{
	text-decoration: none;
	color: #F30047;
        text-decoration: underline;
}
#blok_paticka{
	position: relative;
	width: 800px;
        height: 145px;
	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: 10px;
	font-size: 11px;
	text-align: left;
	color: #484848;
}
#blok_paticka a:link{
	text-decoration: none;
	color: #2778D1;
}
#blok_paticka a:visited{
	text-decoration: none;
	color: #2778D1;
}
#blok_paticka a:hover{
	text-decoration: none;
	color: #F30047;
        text-decoration: underline;
}
.cervena{
	color: #FB004B;
}
.zelena{
	color: #043502;
}
.pozadi_textu{
        background-color: #BCDEF3;
}
</style>	
