/* CSS Document */
BODY
{
	margin: 0 0 0 0;
	padding: 0;
	background: url(bg.jpg) repeat;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	color: black;
	font-size: 10pt;
} 
table, td
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: black;
	font-size: 10pt;
} 
A {
	COLOR: black;
	FONT-WEIGHT: bold;
}
A:hover {
	COLOR: black;
	FONT-WEIGHT: bold;
}
A:link {
	COLOR: black;
	FONT-WEIGHT: bold;
}
A:visited {
	COLOR:  black;
	FONT-WEIGHT: bold;
}
A:active {
	COLOR: black;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
}
#hlavicka 
{
	color: white;
	padding: 0px;
	width: 750px;
	height: 120px;
	margin: 0 0 10px 0; /* 
	border: 1px solid silver; */
	background: url(titul.jpg) no-repeat;
} 

#obsah 
{
	width: 750px;
	margin: 5px auto; /* top, right, bottom, left */
	padding: 0px;
	text-align: left;
} 
#hlavnipanel 
{ 
	margin: 30px 0 10px 0; 
	padding: 0 0 0 0;
} 

#hlavnipanel-obsah 
{
	margin: 0;
	width: 750px;
	height: 350px;
	padding: 0 0 0 0;
	text-align: justify;
	background: url(bg.jpg) repeat;
	overflow: auto;
} 

#paticka 
{
	width: 100%;
	color: white;
	font-weight: bold;
	padding: 0px; /*
	border-top: 1px solid silver; */
	background: url(bg2.jpg) repeat;
	height: 70px;
} 
.but
{
	background: #FFD980;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
	border: 0;
	text-align: center;
}
.but2
{
	background: #FFD980;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
	border-bottom-width: medium;
	text-align: center;
}
.but3
{
	background: #FFD980;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
	border-bottom-width: medium;
	text-align: left;
}
img
{
	border: 0px;
} 
