html
{
height:100%;
min-height:100%;
}


body
{
font-family: "Verdana", "Arial", "sans-serif";
font-size: 70%;
color: #000000;
background-color: white;
line-height: 140%;
text-align:center;
margin:0px;
height:100%;
min-height:100%;
}

#buttons {
	float:left;
	margin-left:10px;
	margin-top:auto;
	margin-bottom:auto;

}

.highlight {
	width:300px;
	border:3px solid gray;
	border-width:3px 0px;
	margin-bottom:15px;
	margin-left:20px;
	padding:5px;
}

.navigace 
{
	text-align:center;
	padding:0px 0px 0px 0px;
	background-color:#c0c0c0;
	background-image:url(images/button.gif);
	height:30px;
}
.navigace a {
	padding-top:6px;
	font-size: 10pt; 
	color:#6c9d2f; 
	font-weight:bold;
	display:block;
	height:30px;
}

.navigace a:hover {
	background-image:url(images/button_over.gif);
	background-repeat:repeat-x;
	color:#360;
	text-decoration:none;
}

.navigace li {
	float:left;
	text-align:center;
	width:140px;
	padding:0px 0px 0px 0px;
	margin-top:auto;
	margin-bottom:auto;
	background-color:;
}

.navigace ul {
	list-style-type:none;
	margin-top:0px;
	padding-top:0px;
}

span.pata_svetla
			{color:#cbdb2a}

.pata		{color:#6c9d2f; font-weight:bold}

h1			{
	margin-top:20px;
	font-size:13pt
}

ul			{margin-top:0px}
li			{margin-left:;}
.blank		{font-size: 1pt;}
.pagetitle	{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 12pt; color: #88002C; font-weight:bold;}

A {color: #6c9d2f;}
A:link		{text-decoration:none;}
A:visited	{text-decoration:none;}
A:hover		{text-decoration:underline;}



#left
{
float:left; 
background-color:#000000;
background-image:URL('images/bg-2.gif') ;
background-repeat:repeat;
width:112px;
height: 100%;

}

#right
{
float:left;
background-image:URL('images/bg-3.gif');
width:112px;
height: 100%;
}

#main

{
float:left;
width: 790px;
height: 100%;
background-image:URL('images/bg-1.gif');
border:1ps solid gray;
}

#page
{
width: 1024px;
height:100%;
margin-left: auto;
margin-right: auto;	
text-align:left;
}
