body /*styl pro body*/
{
	background-image: url("pozadi.png");
	background-attachment: fixed;
	background-color: black;
	color: Gray; 
	font-family: serif;
}	

.Zahlavi
{
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;  
	height: 160px;
}

.LevyPanel
{
	width: 18%;
	float: left;
	margin: 15px;
}
.PravyPanel
{
	width: 15%;
	float: right;
	margin: 15px;
}
.TextPanel
{
	overflow: auto;
	height: 365px;
	border: 2px double black;
	text-align:justify;
	padding: 5px;
	background-image: url('pozadiHlavniPanel.png');
	background-repeat:repeat;
	color: Black;
}

.HlavniPanel
{
	width: 60%;
	float: inherit;
	overflow: auto;
	margin-left: 20%;
	margin-right: 20%
}
.TextHlavniPanel
{
	background-image: url('pozadiHlavniPanel.png');
	background-repeat:repeat;
	color: Black;
	text-align:justify;
	padding: 10px;
}

.Zapati
{
	text-align: center;
	position: relative; top: 10%;
	line-height: 1.5;
	float: none;
	width: 100%;
	color: gray;
	clear: both;
	color: Black;
}

h1
{
	text-align: center;
	color: red;
}

h3
{
	text-align: center;
	position: relative; top: 5px;
	color: red;	
}
h4
{
    text-align: left;
    color: White;
}   




/*
a
{
	text-decoration: none;
	padding-left: 15px;
}
.aktivni
{
	color: blue;
	background-color: silver;
}

a:LINK
{
	color: yellow;
}

a:VISITED
{
	color: red;
}

a:ACTIVE
{
}

a:HOVER
{
	color: white;
	background-color: black;
}





.NadpisStranky
{
	position: relative; top: 30%; 
	text-align: center; 
	font-size: 36px; 
	font-style: oblique;
}

.HorniMenu
{
	text-align: center;
	background-color: gray;
	font-family: monospace;
}
.HorniMenu a
{
	padding-right: 15px;
}


.Odkazy
{
	text-align: center;
	line-height: 20px;
}

.Obrazek
{
	float: inherit;
	width: 120px;
	position: relative; left: 35%;
	
}
*/