body {
	font-family: "Times New Roman", Times, serif;
	background-color: #082B56;
	background-image: url(canvas.gif);
}
/*styly navigace a textu, jejich pozicovani*/
.navigace1 {
	position: absolute;
	top:100px;
	font-family: "Times New Roman", Times, serif;
	border: none;
	color: #CCCCCC;
	font-weight: bold;
	letter-spacing: 2px;
	width: 30%;
	overflow: hidden;
	font-size: small;
	}
.text {
	position: absolute;
	top: 105px;
	background-color: #CCCCCC;
	padding: 35px;
	left: 35%;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	width: 57%;
}
.text p {
	text-align: justify;
}

}
.text img {
	border: 0px;
}

/*nadpisy*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #CCCCCC;
	letter-spacing: 5px;
	font-weight: bold;
	text-transform: none;
	padding: 10px;
	text-align: right;
	font-size: 36px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #00CCFF;
	letter-spacing: 5px;
	font-weight: bold;
	text-transform: none;
	text-align: right;
	font-size: 20px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #082B56;
	letter-spacing: 3px;
}
h4 {
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 10px;
	background-color: #082B56;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	word-spacing: 5px;
	background-image: url(canvas.gif);
}
/*odkazy*/
a	{
	color: #CC6600;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/*seznamy*/
li {
	padding: 5px;
	list-style-type: square;
}
.zahlavi {
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	top: 1px;
	z-index: 1;
	right: 1px;
}
.zapati {
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	text-align: left;
	padding: 3px;
	font-size: x-small;
}

