body
{
	background-color: #E8EDF3;
	margin-top: 0px;
	font-family: Verdana;
}

a
{
	color: #633D1D;
	text-decoration: underline;
	font-weight: bold;
	
}
a:hover
{
	color: #936D4D;
}

.MainTable
{
	width: 801px;
	background-image: url(images/maintable_bg.gif);
	background-repeat: repeat-y;
}
.MainTable td
{
	vertical-align: top;
}
.zahlavi
{
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	height: 322px;
}
.zapati
{
	background-image: url(images/zapati.jpg);
	background-repeat: no-repeat;
	height: 44px;
}
.levy_pruh
{
	width: 16px;
}

/*left menu*/

.left_menu
{
	width: 203;	
}

.left_menu a
{
	display: block;
	background-image: url(images/left_menu_item.gif);
	background-repeat: no-repeat;
/*	background-position: 0px 18px;*/
	background-position: 0px 100%;
	color: #633D1D;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia;
	font-size: 10pt;
	padding-bottom: 6px;
	padding-top:6px;
	text-transform: uppercase;
	text-align: center;
}
.left_menu a.last
{
	background-image: none;
}
.left_menu a:hover
{
	color: #936D4D;
}
.left_menu a.down
{
	background-image: none;
	font-size: 8pt;
}
/*end left menu*/

h1
{
	color: #633D1D;
	font-weight: bold;
	font-family: Georgia;
	font-size: 16pt;
	text-align: center;
	margin-bottom: 0px;	
	
}
h1 img
{
	vertical-align: middle;
}
h2
{
	color: #633D1D;
	font-weight: bold;
	font-family: Georgia;
	font-size: 12pt;
	text-align: center;
	margin-top: 0px;
}
.obsah
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
	text-align: justify;
	color: #633D1D;
	font-size: 8pt;
}
td
{
	color: #633D1D;
	font-size: 8pt;
}
li, ul
{
	padding-left: 0px;	
}
.obsah img
{
	cursor: hand;
}