BODY
{
    FONT-SIZE: 12px;
    BACKGROUND-color: Silver;
}
H1
{
    MARGIN-TOP: 3%;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 22px;
    COLOR: navy;
    TEXT-ALIGN: center;
    TEXT-DECORATION: underline
}
H2
{
    font-family: Verdana;
	 FONT-WEIGHT: bolder;
    FONT-SIZE: 18px;
    COLOR: navy;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none;
}
P
{
	 font-family: "Arial", MS Sans Serif;
}
#main
{
	 width: 770px;
	 height: 580px;
	 position: absolute;
	 left: 50%;
	 margin: 0px 0px 0px -384px;
	 overflow: auto;
}
#panel
{
    BACKGROUND-POSITION: center 50%;
    BACKGROUND-IMAGE: url(images/nadpis.gif);
    VERTICAL-ALIGN: middle;
    WIDTH: 770px;
    BACKGROUND-REPEAT: no-repeat;
    POSITION: absolute;
    TOP: 0px;
    LEFT: 0px;
    HEIGHT: 103px;
    BACKGROUND-COLOR: navy
}
#panel2
{
    BACKGROUND-IMAGE: url(images/menu.gif);
	background-repeat: no-repeat;
    WIDTH: 183px;
    POSITION: absolute;
    TOP: 98px;
    LEFT: 0px;
    HEIGHT: 480px;
    BACKGROUND-COLOR: navy;
	color: White;
}
#obsah
{
	color: navy;
	LEFT: 181px;
	WIDTH: 589px;
	POSITION: absolute;
	TOP: 98px;
	height: 480px;
	BACKGROUND-COLOR: navy;
	overflow: visible;
	cursor: default;
	background-attachment: scroll;
	background-image: url(images/obsah.gif);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
}
#text
{
	top: 110px;
	left: 192px;
	width: 555px;
	height: 445px;
	position: absolute;
	background-image: none;
	text-align: justify;
	font-family: Arial;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	cursor: default;
	border: none;
}
#panel2 A
{
	BACKGROUND-POSITION: left top;
	PADDING-LEFT: 19px;
	BACKGROUND-IMAGE: url(images/a-button.gif);
	background-repeat: repeat;
	MARGIN-LEFT: 9px;
	WIDTH: 164px;
	COLOR: silver;
	PADDING-TOP: 6px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 32px;
	TEXT-DECORATION: none;
	font: bold normal 17px Arial;
	background-attachment: scroll;
	float: left;
	overflow: visible;
	position: absolute;
	visibility: visible;
}
#panel2 A:hover
{
    BACKGROUND-IMAGE: url(images/a-button1.gif);
    WIDTH: 164px;
    HEIGHT: 32px;
	COLOR: black;
}

